/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/base.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/preflight";
 */

/*! 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;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

/*! purgecss start ignore */

.si-float-wrapper{
  position:absolute;
  width:100%
}

.si-float-wrapper,.si-float-wrapper *{
  box-sizing:border-box
}

[class*='si-wrapper']{
  display:flex;
  position:absolute;
  align-items:center;
  font-size:14px;
  cursor:default
}

.si-wrapper-top{
  flex-direction:column;
  margin-top:-40px;
  margin-left:0;
  transform:translate(-50%,-100%)
}

.si-wrapper-bottom{
  flex-direction:column-reverse;
  margin-top:0;
  margin-left:0;
  transform:translate(-50%,0)
}

.si-wrapper-left{
  margin-top:-20px;
  margin-left:-11px;
  transform:translate(-100%,-50%)
}

.si-wrapper-right{
  flex-direction:row-reverse;
  margin-top:-20px;
  margin-left:11px;
  transform:translate(0,-50%)
}

[class*='si-shadow-wrapper']{
  display:flex;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:.29804;
  z-index:1
}

.si-shadow-wrapper-top,.si-shadow-wrapper-bottom{
  flex-direction:column
}

.si-shadow-pointer-bottom,.si-shadow-pointer-right{
  order:-1
}

.si-shadow-frame{
  box-shadow:0 1px 3px 0 #000
}

[class*='si-shadow-pointer']{
  position:relative;
  width:15px;
  height:15px;
  margin:auto
}

[class*='si-shadow-inner-pointer']{
  position:absolute;
  width:141%;
  height:141%;
  box-shadow:-0.70711px .70711px 3px 0 #000
}

.si-shadow-inner-pointer-top{
  left:50%;
  transform:translate(-50%,-50%) rotate(-45deg)
}

.si-shadow-inner-pointer-bottom{
  bottom:0;
  left:50%;
  transform:translate(-50%,50%) rotate(-45deg)
}

.si-shadow-inner-pointer-left{
  top:50%;
  transform:translate(-50%,-50%) rotate(-45deg)
}

.si-shadow-inner-pointer-right{
  top:50%;
  right:0;
  transform:translate(50%,-50%) rotate(-45deg)
}

.si-frame{
  position:relative;
  flex:1 1 auto;
  border-radius:3px;
  overflow:hidden;
  z-index:2
}

.si-content-wrapper{
  width:100%;
  max-width:100%;
  max-height:100%;
  padding:30px;
  background-color:#fff
}

.si-has-border .si-content-wrapper{
  border:1px solid #bbb
}

.si-content{
  overflow:auto
}

.si-close-button{
  position:absolute;
  top:0;
  right:0;
  border:0;
  outline:0;
  background-color:transparent;
  color:inherit;
  font-family:Arial,Baskerville,monospace;
  font-size:24px;
  cursor:pointer;
  opacity:.5;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}

.si-close-button:hover,.si-close-button:focus{
  opacity:.7
}

[class*='si-pointer-border']{
  position:absolute;
  border:15px solid transparent;
  z-index:3
}

[class*='si-pointer-bg']{
  position:relative;
  border:15px solid transparent;
  z-index:4
}

.si-has-border [class*='si-pointer-bg']{
  border-width:15px
}

.si-pointer-border-top,.si-pointer-border-bottom{
  left:50%;
  transform:translate(-50%,0)
}

.si-pointer-border-left,.si-pointer-border-right{
  top:50%;
  transform:translate(0,-50%)
}

.si-pointer-top{
  border-bottom:0
}

.si-pointer-border-top{
  bottom:0;
  border-top-color:#bbb
}

.si-pointer-bg-top{
  border-top-color:#fff
}

.si-has-border .si-pointer-bg-top{
  top:-1px;
  margin-bottom:0
}

.si-pointer-bottom{
  border-top:0
}

.si-pointer-border-bottom{
  top:0;
  border-bottom-color:#bbb
}

.si-pointer-bg-bottom{
  border-bottom-color:#fff
}

.si-has-border .si-pointer-bg-bottom{
  bottom:-1px;
  margin-top:0
}

.si-pointer-left{
  border-right:0
}

.si-pointer-border-left{
  right:0;
  border-left-color:#bbb
}

.si-pointer-bg-left{
  border-left-color:#fff
}

.si-has-border .si-pointer-bg-left{
  left:-1px;
  margin-right:0
}

.si-pointer-right{
  border-left:0
}

.si-pointer-border-right{
  left:0;
  border-right-color:#bbb
}

.si-pointer-bg-right{
  border-right-color:#fff
}

.si-has-border .si-pointer-bg-right{
  right:-1px;
  margin-left:0
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2018 Hakim El Hattab, http://hakim.se
 */

@keyframes ladda-spinner-line-fade{
  0%,100%{
    opacity:.22
  }

  1%{
    opacity:1
  }
}

.ladda-button{
  position:relative
}

.ladda-button .ladda-spinner{
  position:absolute;
  z-index:2;
  display:inline-block;
  width:32px;
  top:50%;
  margin-top:0;
  opacity:0;
  pointer-events:none
}

.ladda-button .ladda-label{
  position:relative;
  z-index:3
}

.ladda-button .ladda-progress{
  position:absolute;
  width:0;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,.2);
  display:none;
  transition:.1s linear all
}

.ladda-button[data-loading] .ladda-progress{
  display:block
}

.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{
  transition:.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all
}

.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{
  transition:.3s ease all
}

.ladda-button[data-style=expand-right] .ladda-spinner{
  right:-6px
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner,.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner{
  right:-12px
}

.ladda-button[data-style=expand-right][data-loading]{
  padding-right:56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{
  opacity:1
}

.ladda-button[data-style=expand-right][data-loading][data-size=s],.ladda-button[data-style=expand-right][data-loading][data-size=xs]{
  padding-right:40px
}

.ladda-button[data-style=expand-left] .ladda-spinner{
  left:26px
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner,.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner{
  left:4px
}

.ladda-button[data-style=expand-left][data-loading]{
  padding-left:56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{
  opacity:1
}

.ladda-button[data-style=expand-left][data-loading][data-size=s],.ladda-button[data-style=expand-left][data-loading][data-size=xs]{
  padding-left:40px
}

.ladda-button[data-style=expand-up]{
  overflow:hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner{
  top:-32px;
  left:50%;
  margin-left:0
}

.ladda-button[data-style=expand-up][data-loading]{
  padding-top:54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{
  opacity:1;
  top:26px;
  margin-top:0
}

.ladda-button[data-style=expand-up][data-loading][data-size=s],.ladda-button[data-style=expand-up][data-loading][data-size=xs]{
  padding-top:32px
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner{
  top:4px
}

.ladda-button[data-style=expand-down]{
  overflow:hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner{
  top:62px;
  left:50%;
  margin-left:0
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner,.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner{
  top:40px
}

.ladda-button[data-style=expand-down][data-loading]{
  padding-bottom:54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{
  opacity:1
}

.ladda-button[data-style=expand-down][data-loading][data-size=s],.ladda-button[data-style=expand-down][data-loading][data-size=xs]{
  padding-bottom:32px
}

.ladda-button[data-style=slide-left]{
  overflow:hidden
}

.ladda-button[data-style=slide-left] .ladda-label{
  position:relative
}

.ladda-button[data-style=slide-left] .ladda-spinner{
  left:100%;
  margin-left:0
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label{
  opacity:0;
  left:-100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{
  opacity:1;
  left:50%
}

.ladda-button[data-style=slide-right]{
  overflow:hidden
}

.ladda-button[data-style=slide-right] .ladda-label{
  position:relative
}

.ladda-button[data-style=slide-right] .ladda-spinner{
  right:100%;
  margin-left:0;
  left:16px
}

[dir=rtl] .ladda-button[data-style=slide-right] .ladda-spinner{
  right:auto
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label{
  opacity:0;
  left:100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{
  opacity:1;
  left:50%
}

.ladda-button[data-style=slide-up]{
  overflow:hidden
}

.ladda-button[data-style=slide-up] .ladda-label{
  position:relative
}

.ladda-button[data-style=slide-up] .ladda-spinner{
  left:50%;
  margin-left:0;
  margin-top:1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label{
  opacity:0;
  top:-1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{
  opacity:1;
  margin-top:0
}

.ladda-button[data-style=slide-down]{
  overflow:hidden
}

.ladda-button[data-style=slide-down] .ladda-label{
  position:relative
}

.ladda-button[data-style=slide-down] .ladda-spinner{
  left:50%;
  margin-left:0;
  margin-top:-2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label{
  opacity:0;
  top:1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{
  opacity:1;
  margin-top:0
}

.ladda-button[data-style=zoom-out]{
  overflow:hidden
}

.ladda-button[data-style=zoom-out] .ladda-label{
  position:relative;
  display:inline-block
}

.ladda-button[data-style=zoom-out] .ladda-spinner{
  left:50%;
  margin-left:32px;
  transform:scale(2.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label{
  opacity:0;
  transform:scale(0.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{
  opacity:1;
  margin-left:0;
  transform:none
}

.ladda-button[data-style=zoom-in]{
  overflow:hidden
}

.ladda-button[data-style=zoom-in] .ladda-label{
  position:relative;
  display:inline-block
}

.ladda-button[data-style=zoom-in] .ladda-spinner{
  left:50%;
  margin-left:-16px;
  transform:scale(0.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label{
  opacity:0;
  transform:scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{
  opacity:1;
  margin-left:0;
  transform:none
}

.ladda-button[data-style=contract]{
  overflow:hidden;
  width:100px
}

.ladda-button[data-style=contract] .ladda-spinner{
  left:50%;
  margin-left:0
}

.ladda-button[data-style=contract][data-loading]{
  border-radius:50%;
  width:52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label{
  opacity:0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner{
  opacity:1
}

.ladda-button[data-style=contract-overlay]{
  overflow:hidden;
  width:100px;
  box-shadow:0px 0px 0px 2000px rgba(0,0,0,0)
}

.ladda-button[data-style=contract-overlay] .ladda-spinner{
  left:50%;
  margin-left:0
}

.ladda-button[data-style=contract-overlay][data-loading]{
  border-radius:50%;
  width:52px;
  box-shadow:0px 0px 0px 2000px rgba(0,0,0,.8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{
  opacity:0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{
  opacity:1
}

[dir=rtl] .ladda-spinner>div{
  left:25% !important
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px;
}

.flickity-prev-next-button.next { right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.lazyload{
}

.lazyloading{
}

.lazyloaded{
}

.tippy-tooltip[data-animation=fade][data-state=hidden]{
  opacity:0
}

.tippy-iOS{
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent
}

.tippy-popper{
  pointer-events:none;
  max-width:calc(100vw - 10px);
  transition-timing-function:cubic-bezier(.165,.84,.44,1);
  transition-property:transform
}

.tippy-tooltip{
  position:relative;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  background-color:#333;
  transition-property:visibility,opacity,transform;
  outline:0
}

.tippy-tooltip[data-placement^=top]>.tippy-arrow{
  border-width:8px 8px 0;
  border-top-color:#333;
  margin:0 3px;
  transform-origin:50% 0;
  bottom:-7px
}

.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{
  border-width:0 8px 8px;
  border-bottom-color:#333;
  margin:0 3px;
  transform-origin:50% 7px;
  top:-7px
}

.tippy-tooltip[data-placement^=left]>.tippy-arrow{
  border-width:8px 0 8px 8px;
  border-left-color:#333;
  margin:3px 0;
  transform-origin:0 50%;
  right:-7px
}

.tippy-tooltip[data-placement^=right]>.tippy-arrow{
  border-width:8px 8px 8px 0;
  border-right-color:#333;
  margin:3px 0;
  transform-origin:7px 50%;
  left:-7px
}

.tippy-tooltip[data-interactive][data-state=visible]{
  pointer-events:auto
}

.tippy-tooltip[data-inertia][data-state=visible]{
  transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow{
  position:absolute;
  border-color:transparent;
  border-style:solid
}

.tippy-content{
  padding:5px 9px
}

/* @import 'libs/algolia_old'; */

/*! @algolia/autocomplete-theme-classic 1.19.8 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */

:root{
  --aa-search-input-height:44px;
  --aa-input-icon-size:20px;
  --aa-base-unit:16;
  --aa-spacing-factor:1;
  --aa-spacing:calc(var(--aa-base-unit)*var(--aa-spacing-factor)*1px);
  --aa-spacing-half:calc(var(--aa-spacing)/2);
  --aa-panel-max-height:650px;
  --aa-base-z-index:9999;
  --aa-font-size:calc(var(--aa-base-unit)*1px);
  --aa-font-family:inherit;
  --aa-font-weight-medium:500;
  --aa-font-weight-semibold:600;
  --aa-font-weight-bold:700;
  --aa-icon-size:20px;
  --aa-icon-stroke-width:1.6;
  --aa-icon-color-rgb:119,119,163;
  --aa-icon-color-alpha:1;
  --aa-action-icon-size:20px;
  --aa-text-color-rgb:38,38,39;
  --aa-text-color-alpha:1;
  --aa-primary-color-rgb:62,52,211;
  --aa-primary-color-alpha:0.2;
  --aa-muted-color-rgb:128,126,163;
  --aa-muted-color-alpha:0.6;
  --aa-panel-border-color-rgb:128,126,163;
  --aa-panel-border-color-alpha:0.3;
  --aa-input-border-color-rgb:128,126,163;
  --aa-input-border-color-alpha:0.8;
  --aa-background-color-rgb:255,255,255;
  --aa-background-color-alpha:1;
  --aa-input-background-color-rgb:255,255,255;
  --aa-input-background-color-alpha:1;
  --aa-selected-color-rgb:179,173,214;
  --aa-selected-color-alpha:0.205;
  --aa-description-highlight-background-color-rgb:245,223,77;
  --aa-description-highlight-background-color-alpha:0.5;
  --aa-detached-media-query:(max-width:680px);
  --aa-detached-modal-media-query:(min-width:680px);
  --aa-detached-modal-max-width:680px;
  --aa-detached-modal-max-height:500px;
  --aa-overlay-color-rgb:115,114,129;
  --aa-overlay-color-alpha:0.4;
  --aa-panel-shadow:0 0 0 1px rgba(35,38,59,0.1),0 6px 16px -4px rgba(35,38,59,0.15);
  --aa-scrollbar-width:13px;
  --aa-scrollbar-track-background-color-rgb:234,234,234;
  --aa-scrollbar-track-background-color-alpha:1;
  --aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb);
  --aa-scrollbar-thumb-background-color-alpha:1
}

@media (hover:none) and (pointer:coarse){
  :root{
    --aa-spacing-factor:1.2;
    --aa-action-icon-size:22px
  }
}

body.dark,body[data-theme=dark]{
  --aa-text-color-rgb:183,192,199;
  --aa-primary-color-rgb:146,138,255;
  --aa-muted-color-rgb:146,138,255;
  --aa-input-background-color-rgb:0,3,9;
  --aa-background-color-rgb:21,24,42;
  --aa-selected-color-rgb:146,138,255;
  --aa-selected-color-alpha:0.25;
  --aa-description-highlight-background-color-rgb:0 255 255;
  --aa-description-highlight-background-color-alpha:0.25;
  --aa-icon-color-rgb:119,119,163;
  --aa-panel-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;
  --aa-scrollbar-track-background-color-rgb:44,46,64;
  --aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb)
}

.aa-Autocomplete *,.aa-DetachedFormContainer *,.aa-Panel *{
  box-sizing:border-box
}

.aa-Autocomplete,.aa-DetachedFormContainer,.aa-Panel{
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
  font-family:inherit;
  font-family:var(--aa-font-family);
  font-size:calc(16 * 1px);
  font-size:var(--aa-font-size);
  font-weight:400;
  line-height:1em;
  margin:0;
  padding:0;
  text-align:left
}

.aa-Form{
  align-items:center;
  background-color:rgba(255, 255, 255,1);
  background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));
  border:1px solid rgba(128, 126, 163,0.8);
  border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));
  border-radius:3px;
  display:flex;
  line-height:1em;
  margin:0;
  position:relative;
  width:100%
}

.aa-Form:focus-within{
  border-color:rgba(62, 52, 211,1);
  border-color:rgba(var(--aa-primary-color-rgb),1);
  box-shadow:rgba(62, 52, 211,0.2) 0 0 0 2px,inset rgba(62, 52, 211,0.2) 0 0 0 2px;
  box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;
  outline:medium none currentColor
}

.aa-InputWrapperPrefix{
  align-items:center;
  display:flex;
  flex-shrink:0;
  height:44px;
  height:var(--aa-search-input-height);
  order:1
}

.aa-Label,.aa-LoadingIndicator{
  cursor:auto;
  flex-shrink:0;
  height:100%;
  padding:0;
  text-align:left
}

.aa-Label svg,.aa-LoadingIndicator svg{
  color:rgba(62, 52, 211,1);
  color:rgba(var(--aa-primary-color-rgb),1);
  height:auto;
  max-height:20px;
  max-height:var(--aa-input-icon-size);
  stroke-width:1.6;
  stroke-width:var(--aa-icon-stroke-width);
  width:20px;
  width:var(--aa-input-icon-size)
}

.aa-LoadingIndicator,.aa-SubmitButton{
  height:100%;
  padding-left:calc((16 * 1 * 1px)*0.75 - 1px);
  padding-left:calc(calc(16 * 1 * 1px)*0.75 - 1px);
  padding-left:calc(var(--aa-spacing)*0.75 - 1px);
  padding-right:calc((16 * 1 * 1px) / 2);
  padding-right:calc(calc(16 * 1 * 1px) / 2);
  padding-right:var(--aa-spacing-half);
  width:calc((16 * 1 * 1px)*1.75 + 20px - 1px);
  width:calc(calc(16 * 1 * 1px)*1.75 + 20px - 1px);
  width:calc(var(--aa-spacing)*1.75 + var(--aa-icon-size) - 1px)
}

@media (hover:none) and (pointer:coarse){
  .aa-LoadingIndicator,.aa-SubmitButton{
    padding-left:calc(((16 * 1 * 1px) / 2)/2 - 1px);
    padding-left:calc(calc(calc(16 * 1 * 1px) / 2)/2 - 1px);
    padding-left:calc(var(--aa-spacing-half)/2 - 1px);
    width:calc(20px + (16 * 1 * 1px)*1.25 - 1px);
    width:calc(20px + calc(16 * 1 * 1px)*1.25 - 1px);
    width:calc(var(--aa-icon-size) + var(--aa-spacing)*1.25 - 1px)
  }
}

.aa-SubmitButton{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:none;
  border:0;
  margin:0
}

.aa-LoadingIndicator{
  align-items:center;
  display:flex;
  justify-content:center
}

.aa-LoadingIndicator[hidden]{
  display:none
}

.aa-InputWrapper{
  order:3;
  position:relative;
  width:100%
}

.aa-Input{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:none;
  border:0;
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
  font:inherit;
  height:44px;
  height:var(--aa-search-input-height);
  padding:0;
  width:100%
}

.aa-Input::-moz-placeholder{
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  opacity:1
}

.aa-Input:-ms-input-placeholder{
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  opacity:1
}

.aa-Input::placeholder{
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  opacity:1
}

.aa-Input:focus{
  border-color:none;
  box-shadow:none;
  outline:none
}

.aa-Input::-webkit-search-cancel-button,.aa-Input::-webkit-search-decoration,.aa-Input::-webkit-search-results-button,.aa-Input::-webkit-search-results-decoration{
  -webkit-appearance:none;
  appearance:none
}

.aa-InputWrapperSuffix{
  align-items:center;
  display:flex;
  height:44px;
  height:var(--aa-search-input-height);
  order:4
}

.aa-ClearButton{
  align-items:center;
  background:none;
  border:0;
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  cursor:pointer;
  display:flex;
  height:100%;
  margin:0;
  padding:0 calc((16 * 1 * 1px)*0.83333 - .5px);
  padding:0 calc(calc(16 * 1 * 1px)*0.83333 - .5px);
  padding:0 calc(var(--aa-spacing)*0.83333 - .5px)
}

@media (hover:none) and (pointer:coarse){
  .aa-ClearButton{
    padding:0 calc((16 * 1 * 1px)*0.66667 - .5px);
    padding:0 calc(calc(16 * 1 * 1px)*0.66667 - .5px);
    padding:0 calc(var(--aa-spacing)*0.66667 - .5px)
  }
}

.aa-ClearButton:focus,.aa-ClearButton:hover{
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))
}

.aa-ClearButton[hidden]{
  display:none
}

.aa-ClearButton svg{
  stroke-width:1.6;
  stroke-width:var(--aa-icon-stroke-width);
  width:20px;
  width:var(--aa-icon-size)
}

.aa-Panel{
  background-color:rgba(255, 255, 255,1);
  background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
  border-radius:calc((16 * 1 * 1px)/4);
  border-radius:calc(calc(16 * 1 * 1px)/4);
  border-radius:calc(var(--aa-spacing)/4);
  box-shadow:0 0 0 1px rgba(35, 38, 59, 0.1),
    0 6px 16px -4px rgba(35, 38, 59, 0.15);
  box-shadow:var(--aa-panel-shadow);
  margin:8px 0 0;
  overflow:hidden;
  position:absolute;
  transition:opacity .2s ease-in, filter .2s ease-in
}

@media screen and (prefers-reduced-motion){
  .aa-Panel{
    transition:none
  }
}

.aa-Panel button{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:none;
  border:0;
  margin:0;
  padding:0
}

.aa-PanelLayout{
  height:100%;
  margin:0;
  max-height:650px;
  max-height:var(--aa-panel-max-height);
  overflow-y:auto;
  padding:0;
  position:relative;
  text-align:left
}

.aa-PanelLayoutColumns--twoGolden{
  display:grid;
  grid-template-columns:39.2% auto;
  overflow:hidden;
  padding:0
}

.aa-PanelLayoutColumns--two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  overflow:hidden;
  padding:0
}

.aa-PanelLayoutColumns--three{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  padding:0
}

.aa-Panel--stalled .aa-Source{
  filter:grayscale(1);
  opacity:.8
}

.aa-Panel--scrollable{
  margin:0;
  max-height:650px;
  max-height:var(--aa-panel-max-height);
  overflow-x:hidden;
  overflow-y:auto;
  padding:calc((16 * 1 * 1px) / 2);
  padding:calc(calc(16 * 1 * 1px) / 2);
  padding:var(--aa-spacing-half);
  scrollbar-color:rgba(255, 255, 255,1) rgba(234, 234, 234,1);
  scrollbar-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));
  scrollbar-width:thin
}

.aa-Panel--scrollable::-webkit-scrollbar{
  width:13px;
  width:var(--aa-scrollbar-width)
}

.aa-Panel--scrollable::-webkit-scrollbar-track{
  background-color:rgba(234, 234, 234,1);
  background-color:rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha))
}

.aa-Panel--scrollable::-webkit-scrollbar-thumb{
  background-color:rgba(255, 255, 255,1);
  background-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha));
  border-radius:9999px;
  border:3px solid rgba(234, 234, 234,1);
  border:3px solid rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));
  border-right-width:2px
}

.aa-Source{
  margin:0;
  padding:0;
  position:relative;
  width:100%
}

.aa-Source:empty{
  display:none
}

.aa-SourceNoResults{
  font-size:1em;
  margin:0;
  padding:calc(16 * 1 * 1px);
  padding:var(--aa-spacing)
}

.aa-List{
  list-style:none;
  margin:0
}

.aa-List,.aa-SourceHeader{
  padding:0;
  position:relative
}

.aa-SourceHeader{
  margin:calc((16 * 1 * 1px) / 2) .5em calc((16 * 1 * 1px) / 2) 0;
  margin:calc(calc(16 * 1 * 1px) / 2) .5em calc(calc(16 * 1 * 1px) / 2) 0;
  margin:var(--aa-spacing-half) .5em var(--aa-spacing-half) 0
}

.aa-SourceHeader:empty{
  display:none
}

.aa-SourceHeaderTitle{
  background:rgba(255, 255, 255,1);
  background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
  color:rgba(62, 52, 211,1);
  color:rgba(var(--aa-primary-color-rgb),1);
  display:inline-block;
  font-size:.8em;
  font-weight:600;
  font-weight:var(--aa-font-weight-semibold);
  margin:0;
  padding:0 calc((16 * 1 * 1px) / 2) 0 0;
  padding:0 calc(calc(16 * 1 * 1px) / 2) 0 0;
  padding:0 var(--aa-spacing-half) 0 0;
  position:relative;
  z-index:9999;
  z-index:var(--aa-base-z-index)
}

.aa-SourceHeaderLine{
  border-bottom:1px solid rgba(62, 52, 211,1);
  border-bottom:1px solid rgba(var(--aa-primary-color-rgb),1);
  display:block;
  height:2px;
  left:0;
  margin:0;
  opacity:.3;
  padding:0;
  position:absolute;
  right:0;
  top:calc((16 * 1 * 1px) / 2);
  top:calc(calc(16 * 1 * 1px) / 2);
  top:var(--aa-spacing-half);
  z-index:calc(9999 - 1);
  z-index:calc(var(--aa-base-z-index) - 1)
}

.aa-SourceFooterSeeAll{
  background:linear-gradient(180deg,rgba(255, 255, 255,1),rgba(128,126,163,.14));
  background:linear-gradient(180deg,rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha)),rgba(128,126,163,.14));
  border:1px solid rgba(128, 126, 163,0.6);
  border:1px solid rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  border-radius:5px;
  box-shadow:inset 0 0 2px #fff,0 2px 2px -1px rgba(76,69,88,.15);
  color:inherit;
  font-size:.95em;
  font-weight:500;
  font-weight:var(--aa-font-weight-medium);
  padding:.475em 1em .6em;
  -webkit-text-decoration:none;
  text-decoration:none
}

.aa-SourceFooterSeeAll:focus,.aa-SourceFooterSeeAll:hover{
  border:1px solid rgba(62, 52, 211,1);
  border:1px solid rgba(var(--aa-primary-color-rgb),1);
  color:rgba(62, 52, 211,1);
  color:rgba(var(--aa-primary-color-rgb),1)
}

.aa-Item{
  align-items:center;
  border-radius:3px;
  cursor:pointer;
  display:grid;
  min-height:calc((16 * 1 * 1px)*2.5);
  min-height:calc(calc(16 * 1 * 1px)*2.5);
  min-height:calc(var(--aa-spacing)*2.5);
  padding:calc(((16 * 1 * 1px) / 2)/2);
  padding:calc(calc(calc(16 * 1 * 1px) / 2)/2);
  padding:calc(var(--aa-spacing-half)/2)
}

.aa-Item[aria-selected=true]{
  background-color:rgba(179, 173, 214,0.205);
  background-color:rgba(var(--aa-selected-color-rgb),var(--aa-selected-color-alpha))
}

.aa-Item[aria-selected=true] .aa-ActiveOnly,.aa-Item[aria-selected=true] .aa-ItemActionButton{
  visibility:visible
}

.aa-ItemIcon{
  align-items:center;
  background:rgba(255, 255, 255,1);
  background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
  border-radius:3px;
  box-shadow:inset 0 0 0 1px rgba(128, 126, 163,0.3);
  box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));
  color:rgba(119, 119, 163,1);
  color:rgba(var(--aa-icon-color-rgb),var(--aa-icon-color-alpha));
  display:flex;
  flex-shrink:0;
  font-size:.7em;
  height:calc(20px + ((16 * 1 * 1px) / 2));
  height:calc(20px + calc(calc(16 * 1 * 1px) / 2));
  height:calc(var(--aa-icon-size) + var(--aa-spacing-half));
  justify-content:center;
  overflow:hidden;
  stroke-width:1.6;
  stroke-width:var(--aa-icon-stroke-width);
  text-align:center;
  width:calc(20px + ((16 * 1 * 1px) / 2));
  width:calc(20px + calc(calc(16 * 1 * 1px) / 2));
  width:calc(var(--aa-icon-size) + var(--aa-spacing-half))
}

.aa-ItemIcon img{
  height:auto;
  max-height:calc(20px + ((16 * 1 * 1px) / 2) - 8px);
  max-height:calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
  max-height:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
  max-width:calc(20px + ((16 * 1 * 1px) / 2) - 8px);
  max-width:calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
  max-width:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
  width:auto
}

.aa-ItemIcon svg{
  height:20px;
  height:var(--aa-icon-size);
  width:20px;
  width:var(--aa-icon-size)
}

.aa-ItemIcon--alignTop{
  align-self:flex-start
}

.aa-ItemIcon--noBorder{
  background:none;
  box-shadow:none
}

.aa-ItemIcon--picture{
  height:96px;
  width:96px
}

.aa-ItemIcon--picture img{
  max-height:100%;
  max-width:100%;
  padding:calc((16 * 1 * 1px) / 2);
  padding:calc(calc(16 * 1 * 1px) / 2);
  padding:var(--aa-spacing-half)
}

.aa-ItemContent{
  align-items:center;
  cursor:pointer;
  display:grid;
  grid-gap:calc((16 * 1 * 1px) / 2);
  grid-gap:calc(calc(16 * 1 * 1px) / 2);
  grid-gap:var(--aa-spacing-half);
  gap:calc((16 * 1 * 1px) / 2);
  gap:calc(calc(16 * 1 * 1px) / 2);
  gap:var(--aa-spacing-half);
  grid-auto-flow:column;
  line-height:1.25em;
  overflow:hidden
}

.aa-ItemContent:empty{
  display:none
}

.aa-ItemContent mark{
  background:none;
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
  font-style:normal;
  font-weight:700;
  font-weight:var(--aa-font-weight-bold)
}

.aa-ItemContent--dual{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-align:left
}

.aa-ItemContent--dual .aa-ItemContentSubtitle,.aa-ItemContent--dual .aa-ItemContentTitle{
  display:block
}

.aa-ItemContent--indented{
  padding-left:calc(20px + (16 * 1 * 1px));
  padding-left:calc(20px + calc(16 * 1 * 1px));
  padding-left:calc(var(--aa-icon-size) + var(--aa-spacing))
}

.aa-ItemContentBody{
  display:grid;
  grid-gap:calc(((16 * 1 * 1px) / 2)/2);
  grid-gap:calc(calc(calc(16 * 1 * 1px) / 2)/2);
  grid-gap:calc(var(--aa-spacing-half)/2);
  gap:calc(((16 * 1 * 1px) / 2)/2);
  gap:calc(calc(calc(16 * 1 * 1px) / 2)/2);
  gap:calc(var(--aa-spacing-half)/2)
}

.aa-ItemContentTitle{
  display:inline-block;
  margin:0 .5em 0 0;
  max-width:100%;
  overflow:hidden;
  padding:0;
  text-overflow:ellipsis;
  white-space:nowrap
}

.aa-ItemContentSubtitle{
  font-size:.92em
}

.aa-ItemContentSubtitleIcon:before{
  border-color:rgba(128, 126, 163,.64);
  border-color:rgba(var(--aa-muted-color-rgb),.64);
  border-style:solid;
  content:"";
  display:inline-block;
  left:1px;
  position:relative;
  top:-3px
}

.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before{
  border-width:0 0 1.5px;
  margin-left:calc((16 * 1 * 1px) / 2);
  margin-left:calc(calc(16 * 1 * 1px) / 2);
  margin-left:var(--aa-spacing-half);
  margin-right:calc(((16 * 1 * 1px) / 2)/2);
  margin-right:calc(calc(calc(16 * 1 * 1px) / 2)/2);
  margin-right:calc(var(--aa-spacing-half)/2);
  width:calc(((16 * 1 * 1px) / 2) + 2px);
  width:calc(calc(calc(16 * 1 * 1px) / 2) + 2px);
  width:calc(var(--aa-spacing-half) + 2px)
}

.aa-ItemContentSubtitle--standalone{
  align-items:center;
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
  display:grid;
  grid-gap:calc((16 * 1 * 1px) / 2);
  grid-gap:calc(calc(16 * 1 * 1px) / 2);
  grid-gap:var(--aa-spacing-half);
  gap:calc((16 * 1 * 1px) / 2);
  gap:calc(calc(16 * 1 * 1px) / 2);
  gap:var(--aa-spacing-half);
  grid-auto-flow:column;
  justify-content:start
}

.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before{
  border-radius:0 0 0 3px;
  border-width:0 0 1.5px 1.5px;
  height:calc((16 * 1 * 1px) / 2);
  height:calc(calc(16 * 1 * 1px) / 2);
  height:var(--aa-spacing-half);
  width:calc((16 * 1 * 1px) / 2);
  width:calc(calc(16 * 1 * 1px) / 2);
  width:var(--aa-spacing-half)
}

.aa-ItemContentSubtitleCategory{
  color:rgba(128, 126, 163,1);
  color:rgba(var(--aa-muted-color-rgb),1);
  font-weight:500
}

.aa-ItemContentDescription{
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
  font-size:.85em;
  max-width:100%;
  overflow-x:hidden;
  text-overflow:ellipsis
}

.aa-ItemContentDescription:empty{
  display:none
}

.aa-ItemContentDescription mark{
  background:rgba(245, 223, 77,0.5);
  background:rgba(var(--aa-description-highlight-background-color-rgb),var(--aa-description-highlight-background-color-alpha));
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
  font-style:normal;
  font-weight:500;
  font-weight:var(--aa-font-weight-medium)
}

.aa-ItemContentDash{
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  display:none;
  opacity:.4
}

.aa-ItemContentTag{
  background-color:rgba(62, 52, 211,0.2);
  background-color:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha));
  border-radius:3px;
  margin:0 .4em 0 0;
  padding:.08em .3em
}

.aa-ItemLink,.aa-ItemWrapper{
  align-items:center;
  color:inherit;
  display:grid;
  grid-gap:calc(((16 * 1 * 1px) / 2)/2);
  grid-gap:calc(calc(calc(16 * 1 * 1px) / 2)/2);
  grid-gap:calc(var(--aa-spacing-half)/2);
  gap:calc(((16 * 1 * 1px) / 2)/2);
  gap:calc(calc(calc(16 * 1 * 1px) / 2)/2);
  gap:calc(var(--aa-spacing-half)/2);
  grid-auto-flow:column;
  justify-content:space-between;
  width:100%
}

.aa-ItemLink{
  color:inherit;
  -webkit-text-decoration:none;
  text-decoration:none
}

.aa-ItemActions{
  display:grid;
  grid-auto-flow:column;
  height:100%;
  justify-self:end;
  margin:0 calc((16 * 1 * 1px)/-3);
  margin:0 calc(calc(16 * 1 * 1px)/-3);
  margin:0 calc(var(--aa-spacing)/-3);
  padding:0 2px 0 0
}

.aa-ItemActionButton{
  align-items:center;
  background:none;
  border:0;
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  cursor:pointer;
  display:flex;
  flex-shrink:0;
  padding:0
}

.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))
}

@media (hover:none) and (pointer:coarse){
  .aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{
    color:inherit
  }
}

.aa-ItemActionButton svg{
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  margin:0;
  margin:calc(calc(16 * 1 * 1px)/3);
  margin:calc(var(--aa-spacing)/3);
  stroke-width:1.6;
  stroke-width:var(--aa-icon-stroke-width);
  width:20px;
  width:var(--aa-action-icon-size)
}

.aa-ActiveOnly{
  visibility:hidden
}

.aa-PanelHeader{
  align-items:center;
  background:rgba(62, 52, 211,1);
  background:rgba(var(--aa-primary-color-rgb),1);
  color:#fff;
  display:grid;
  height:var(--aa-modal-header-height);
  margin:0;
  padding:calc((16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
  padding:calc(calc(16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
  padding:var(--aa-spacing-half) var(--aa-spacing);
  position:relative
}

.aa-PanelHeader:after{
  background-image:linear-gradient(rgba(255, 255, 255,1),rgba(255, 255, 255,0));
  background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));
  bottom:calc(((16 * 1 * 1px) / 2)*-1);
  bottom:calc(calc(calc(16 * 1 * 1px) / 2)*-1);
  bottom:calc(var(--aa-spacing-half)*-1);
  content:"";
  height:calc((16 * 1 * 1px) / 2);
  height:calc(calc(16 * 1 * 1px) / 2);
  height:var(--aa-spacing-half);
  left:0;
  pointer-events:none;
  position:absolute;
  right:0;
  z-index:9999;
  z-index:var(--aa-base-z-index)
}

.aa-PanelFooter{
  background-color:rgba(255, 255, 255,1);
  background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
  box-shadow:inset 0 1px 0 rgba(128, 126, 163,0.3);
  box-shadow:inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));
  display:flex;
  justify-content:space-between;
  margin:0;
  padding:calc(16 * 1 * 1px);
  padding:var(--aa-spacing);
  position:relative;
  z-index:9999;
  z-index:var(--aa-base-z-index)
}

.aa-PanelFooter:after{
  background-image:linear-gradient(rgba(255, 255, 255,0),rgba(128, 126, 163,0.6));
  background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha)));
  content:"";
  height:calc(16 * 1 * 1px);
  height:var(--aa-spacing);
  left:0;
  opacity:.12;
  pointer-events:none;
  position:absolute;
  right:0;
  top:calc((16 * 1 * 1px)*-1);
  top:calc(calc(16 * 1 * 1px)*-1);
  top:calc(var(--aa-spacing)*-1);
  z-index:calc(9999 - 1);
  z-index:calc(var(--aa-base-z-index) - 1)
}

.aa-DetachedContainer{
  background:rgba(255, 255, 255,1);
  background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
  bottom:0;
  box-shadow:0 0 0 1px rgba(35, 38, 59, 0.1),
    0 6px 16px -4px rgba(35, 38, 59, 0.15);
  box-shadow:var(--aa-panel-shadow);
  display:flex;
  flex-direction:column;
  left:0;
  margin:0;
  overflow:hidden;
  padding:0;
  position:fixed;
  right:0;
  top:0;
  z-index:9999;
  z-index:var(--aa-base-z-index)
}

.aa-DetachedContainer:after{
  height:32px
}

.aa-DetachedContainer .aa-SourceHeader{
  margin:calc((16 * 1 * 1px) / 2) 0 calc((16 * 1 * 1px) / 2) 2px;
  margin:calc(calc(16 * 1 * 1px) / 2) 0 calc(calc(16 * 1 * 1px) / 2) 2px;
  margin:var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px
}

.aa-DetachedContainer .aa-Panel{
  background-color:rgba(255, 255, 255,1);
  background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
  border-radius:0;
  box-shadow:none;
  flex-grow:1;
  margin:0;
  padding:0;
  position:relative
}

.aa-DetachedContainer .aa-PanelLayout{
  bottom:0;
  box-shadow:none;
  left:0;
  margin:0;
  max-height:none;
  overflow-y:auto;
  position:absolute;
  right:0;
  top:0;
  width:100%
}

.aa-DetachedFormContainer{
  border-bottom:1px solid rgba(128, 126, 163,0.3);
  border-bottom:1px solid rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  margin:0;
  padding:calc((16 * 1 * 1px) / 2);
  padding:calc(calc(16 * 1 * 1px) / 2);
  padding:var(--aa-spacing-half)
}

.aa-DetachedCancelButton{
  background:none;
  border:0;
  border-radius:3px;
  color:inherit;
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
  cursor:pointer;
  font:inherit;
  margin:0 0 0 calc((16 * 1 * 1px) / 2);
  margin:0 0 0 calc(calc(16 * 1 * 1px) / 2);
  margin:0 0 0 var(--aa-spacing-half);
  padding:0 calc((16 * 1 * 1px) / 2);
  padding:0 calc(calc(16 * 1 * 1px) / 2);
  padding:0 var(--aa-spacing-half)
}

.aa-DetachedCancelButton:focus,.aa-DetachedCancelButton:hover{
  box-shadow:inset 0 0 0 1px rgba(128, 126, 163,0.3);
  box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha))
}

.aa-DetachedContainer--modal{
  border-radius:6px;
  bottom:inherit;
  height:auto;
  margin:0 auto;
  max-width:680px;
  max-width:var(--aa-detached-modal-max-width);
  position:absolute;
  top:3%
}

.aa-DetachedContainer--modal .aa-PanelLayout{
  max-height:500px;
  max-height:var(--aa-detached-modal-max-height);
  padding-bottom:calc((16 * 1 * 1px) / 2);
  padding-bottom:calc(calc(16 * 1 * 1px) / 2);
  padding-bottom:var(--aa-spacing-half);
  position:static
}

.aa-DetachedContainer--modal .aa-PanelLayout:empty{
  display:none
}

.aa-DetachedSearchButton{
  align-items:center;
  background-color:rgba(255, 255, 255,1);
  background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));
  border:1px solid rgba(128, 126, 163,0.8);
  border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));
  border-radius:3px;
  color:rgba(128, 126, 163,0.6);
  color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
  cursor:pointer;
  display:flex;
  font:inherit;
  font-family:inherit;
  font-family:var(--aa-font-family);
  font-size:calc(16 * 1px);
  font-size:var(--aa-font-size);
  height:44px;
  height:var(--aa-search-input-height);
  margin:0;
  padding:0 calc(44px/8);
  padding:0 calc(var(--aa-search-input-height)/8);
  position:relative;
  text-align:left;
  width:100%
}

.aa-DetachedSearchButton:focus{
  border-color:rgba(62, 52, 211,1);
  border-color:rgba(var(--aa-primary-color-rgb),1);
  box-shadow:rgba(62, 52, 211,0.2) 0 0 0 3px,inset rgba(62, 52, 211,0.2) 0 0 0 2px;
  box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 3px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;
  outline:medium none currentColor
}

.aa-DetachedSearchButtonIcon{
  align-items:center;
  color:rgba(62, 52, 211,1);
  color:rgba(var(--aa-primary-color-rgb),1);
  cursor:auto;
  display:flex;
  flex-shrink:0;
  height:100%;
  justify-content:center;
  width:calc(20px + (16 * 1 * 1px));
  width:calc(20px + calc(16 * 1 * 1px));
  width:calc(var(--aa-icon-size) + var(--aa-spacing))
}

.aa-DetachedSearchButtonQuery{
  color:rgba(38, 38, 39,1);
  color:rgba(var(--aa-text-color-rgb),1);
  line-height:1.25em;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.aa-DetachedSearchButtonPlaceholder[hidden]{
  display:none
}

.aa-Detached{
  height:100vh;
  overflow:hidden
}

.aa-DetachedOverlay{
  background-color:rgba(115, 114, 129,0.4);
  background-color:rgba(var(--aa-overlay-color-rgb),var(--aa-overlay-color-alpha));
  height:100vh;
  left:0;
  margin:0;
  padding:0;
  position:fixed;
  right:0;
  top:0;
  z-index:calc(9999 - 1);
  z-index:calc(var(--aa-base-z-index) - 1)
}

.aa-GradientBottom,.aa-GradientTop{
  height:calc((16 * 1 * 1px) / 2);
  height:calc(calc(16 * 1 * 1px) / 2);
  height:var(--aa-spacing-half);
  left:0;
  pointer-events:none;
  position:absolute;
  right:0;
  z-index:9999;
  z-index:var(--aa-base-z-index)
}

.aa-GradientTop{
  background-image:linear-gradient(rgba(255, 255, 255,1),rgba(255, 255, 255,0));
  background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));
  top:0
}

.aa-GradientBottom{
  background-image:linear-gradient(rgba(255, 255, 255,0),rgba(255, 255, 255,1));
  background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-background-color-rgb),1));
  border-bottom-left-radius:calc((16 * 1 * 1px)/4);
  border-bottom-left-radius:calc(calc(16 * 1 * 1px)/4);
  border-bottom-left-radius:calc(var(--aa-spacing)/4);
  border-bottom-right-radius:calc((16 * 1 * 1px)/4);
  border-bottom-right-radius:calc(calc(16 * 1 * 1px)/4);
  border-bottom-right-radius:calc(var(--aa-spacing)/4);
  bottom:0
}

@media (hover:none) and (pointer:coarse){
  .aa-DesktopOnly{
    display:none
  }
}

@media (hover:hover){
  .aa-TouchOnly{
    display:none
  }
}

/* NEW ALGOLIA SEARCH */

#algolia {
  flex-grow: 1;
}

#algolia .aa-Form {
    border-width: 0;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    padding: 0.5rem;
    border-radius: 0.25rem;
    --aa-input-border-color-alpha: 0;
    --aa-input-background-color-alpha: 0;
  }

#algolia .aa-Form:focus-within {
    box-shadow: none;
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

#algolia .aa-InputWrapperPrefix,
    #algolia .aa-InputWrapperSuffix,
    #algolia .aa-LoadingIndicator{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }

#algolia .aa-InputWrapperSuffix {
    right: 70px;
  }

#algolia .aa-InputWrapper {
    order: -9999;
    padding-right: 52px;
  }

#algolia .aa-LoadingIndicator {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    border-radius: 9999px;
    padding: 0;
    width: 44px;
    height: 44px;
    right: 0;
  }

#algolia .aa-LoadingIndicator .aa-LoadingIcon {
      --text-opacity: 1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
    }

#algolia .aa-Input {
    border-radius: 0.25rem;
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
    font-weight: 500;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

#algolia .aa-Input::-moz-placeholder {
      --text-opacity: 1;
      color: #303030;
      color: rgba(48, 48, 48, var(--text-opacity));
    }

#algolia .aa-Input:-ms-input-placeholder {
      --text-opacity: 1;
      color: #303030;
      color: rgba(48, 48, 48, var(--text-opacity));
    }

#algolia .aa-Input::placeholder {
      --text-opacity: 1;
      color: #303030;
      color: rgba(48, 48, 48, var(--text-opacity));
    }

#algolia .aa-SubmitButton {
    --aa-primary-color-rgb: 255, 255, 255;
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    border-radius: 9999px;
    padding: 0;
    width: 44px;
  }

#algolia .aa-ClearButton {
    padding: 0;
  }

/* Modal */

.aa-Panel {
  --aa-spacing-half: 0;
  z-index: 100;
  top: 100% !important;
  max-width: 600px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {

.aa-Panel {
    left: auto;

    right: 0 !important;

    transform: none
}
  }

.aa-Item {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity));
}

.aa-Item img {
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 70px;
    height: 78px;
  }

.aa-dropdown-menu {
  text-align: left;
  position: absolute;
  width: 100%;
  background-color: #fbfbfb;
  border-radius: 0;
  /* border-bottom: 2px solid #d9e0eb; */
  z-index: 1;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}

.aa-cursor {
  --bg-opacity: 1;
  background-color: #303030;
  background-color: rgba(48, 48, 48, var(--bg-opacity));
}

.aa-footer {
  height: 36px;
  --bg-opacity: 1;
  background-color: #303030;
  background-color: rgba(48, 48, 48, var(--bg-opacity));
}

.aa-footer::after {
  display: block;
  content: '';
  height: 36px;
  margin-right: 10px;
  background-image: url('/images/algolia.svg');
  background-repeat: no-repeat;
  background-size: 58px 18px;
  background-position: right center;
}

/* Responsive table */

table.responsive-table {
  border-collapse:collapse;
  /* padding:0; */
  width:100%;
}

table.responsive-table caption{
    font-size:1.5em;
    margin:.5em 0 .75em;
  }

table.responsive-table tr {
    /* background:transparent;
        border-bottom-width:1px; */
    /* border-style: solid; */
    /* padding:.35em; */
  }

table.responsive-table th,
    table.responsive-table td {
    text-align:left;
  }

table.responsive-table td{
    /* padding:12px 5px; */
  }

table.responsive-table th{
    /* padding:16px; */
    font-size:.85em;
    letter-spacing:.1em;
    text-transform:uppercase;
  }

@media screen and (max-width:767px) {

table.responsive-table {
    /* border:0; */
}

    table.responsive-table caption {
      font-size:1.3em;
    }

    table.responsive-table thead{
      /* border:none; */
      height:1px;
      margin:-1px;
      overflow:hidden;
      /* padding:0; */
      position:absolute;
      width:1px;
    }

    table.responsive-table tr{
      display:block;
      margin-bottom:.625em;
    }
      table.responsive-table tr:last-child {
        margin-bottom: 0;
      }
      table.responsive-table tr.hidden {
        display: none !important;
      }

    table.responsive-table td{
      display:block;
      font-size:.8em;
      text-align:right;
    }
      table.responsive-table td.hidden {
        display: none !important;
      }

    table.responsive-table td:before{
      /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
      content:attr(data-label);
      float: left;
      font-weight:bold;
      text-transform: uppercase;
    }
  }

.prices-tables {
  width: 100%;
  border-collapse: collapse;
}

.prices-tables thead td,
.prices-tables thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
}

@media (min-width: 768px) {

.prices-tables tbody {
    font-weight: 500;

    border-radius: 0.25rem;

    border: 1px solid #4AC16A
}
  }

.prices-tables tbody td {
  padding: 0.75rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--text-opacity));
}

@media (min-width: 768px) {

.prices-tables tbody td {
    --bg-opacity: 1;

    background-color: #fff;

    background-color: rgba(255, 255, 255, var(--bg-opacity))
}
  }

@media (min-width: 768px) {

.prices-tables tbody td {
    border-width: 1px;

    --border-opacity: 1;

    border-color: #d8d8d8;

    border-color: rgba(216, 216, 216, var(--border-opacity));

    border-radius: 4px
}
  }

.prices-tables tbody td:not(:first-child) {
    border-top-width: 1px;
  }

.prices-tables tbody td::before {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

.prices-tables tbody tr:not(.mobile-label-row) {
  font-weight: 500;
  border-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 0 0 1px #4AC16A;
}

@media (min-width: 768px) {

.prices-tables tbody tr:not(.mobile-label-row) {
    background-color: transparent;

    box-shadow: none
}
  }

.prices-tables .mobile-label-row {
  box-shadow: none;
  background-color: transparent;
  margin-top: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: ;
}

.fonts-loaded .prices-tables .mobile-label-row {
  font-family: CeraPRO;
}

@media (min-width: 768px) {

.prices-tables .mobile-label-row {
    display: none
}
  }

.prices-tables .mobile-label-row:first-child {
    margin-top: 0;
  }

@media (min-width: 768px) {

.prices-tables tbody tr:not(.mobile-label-row):first-child td {
    border-top: 0
}
  }

@media (min-width: 768px) {

.prices-tables tbody tr:not(.mobile-label-row) td:first-child {
    border-left: 0;

    border-top: 0
}
  }

@media (min-width: 768px) {

.prices-tables tbody tr:not(.mobile-label-row):last-child td {
    border-bottom: 0
}
  }

@media (min-width: 768px) {

.prices-tables tbody tr:not(.mobile-label-row) td:last-child {
    border-right: 0;

    border-top: 0
}
  }

.form-field {
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-style: none;
}

/**
 * Use flex to remove spacing from label. We could also put display block
 * on the label but that would make it clickable accross the whole width.
 */

.form-label-wrapper {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-label {
  line-height: 1.25;
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
  font-size: 1.125rem;
}

.form-instructions {
  font-size: 1rem;
}

/**
 * 1. Height copied from the inspector. This hacky height is necessary for
 * Chrome. The height on the date input field was always wrong.
 */

.form-control {
  display: block;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  border-width: 1px;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 46px;
  min-height: 46px; /* 1 */
}

.form-control::-moz-placeholder {
  font-weight: 500;
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  font-weight: 500;
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
  opacity: 1;
}

.form-control::placeholder {
  font-weight: 500;
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
  opacity: 1;
}

.form-control--black {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: rgba(0,0,0,.15);
  border-color: transparent;
}

.form-control--black::-moz-placeholder {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.form-control--black:-ms-input-placeholder {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.form-control--black::placeholder {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.form-control--black::-moz-placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.form-control--black:-ms-input-placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.form-control--black::placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.form-control:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --border-opacity: 1;
  border-color: #027DB1;
  border-color: rgba(2, 125, 177, var(--border-opacity));
}

.form-control--textarea {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}

.form-control.hf-invalid {
  --border-opacity: 1;
  border-color: #e94848;
  border-color: rgba(233, 72, 72, var(--border-opacity));
}

/**
 * 1. Update color of arrow in the fill attribute. %23 is an encoded hashtag.
 */

.form-control--select {
  padding-right: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 7px 17px;
  background-position: calc(100% - .75rem) 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Ctitle%3Eselect%3C/title%3E%3Cpath fill='%23787878' d='M7.53,7,4,11,.53,7ZM4,0l3.5,4h-7Z' transform='translate(-0.53)'/%3E%3C/svg%3E%0A"); /* 1 */
}

.form-control--select::-ms-expand{
  display: none;
}

.form-checkbox,
.form-radio {
  display: inline-flex;
  align-items: center;
}

.form-checkbox__input,
.form-radio__input {
  position: absolute;
  opacity: 0;
}

.form-checkbox__replacement,
.form-radio__replacement {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 1px;
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity));
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  display: block;
  height: 24px;
  width: 24px;
}

.form-radio__replacement {
  border-radius: 9999px;
}

.form-checkbox__input:focus + .form-checkbox__replacement,
.form-radio__input:focus + .form-radio__replacement {
  --border-opacity: 1;
  border-color: #027DB1;
  border-color: rgba(2, 125, 177, var(--border-opacity));
}

.form-checkbox__input:checked + .form-checkbox__replacement::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: 6px 4px 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath fill='%230294d1' d='M13,.34a1.13,1.13,0,0,1,1.6,0l.06.06a1.1,1.1,0,0,1,0,1.57L5.66,11H5.52L.33,5.79a1.1,1.1,0,0,1,0-1.56l0,0a1.13,1.13,0,0,1,1.6,0L5.59,7.8Z' transform='translate(0 0)'/%3E%3C/svg%3E%0A") no-repeat;
}

.form-radio__input:checked + .form-radio__replacement::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --bg-opacity: 1;
  background-color: #e94848;
  background-color: rgba(233, 72, 72, var(--bg-opacity));
  content: '';
  margin: 2px;
}

.form-radio__input:checked + .form-radio__replacement::before {
  border-radius: 9999px;
}

.form-checkbox__label,
.form-radio__label {
  padding-right: 0.5rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.hf-warning {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0.25rem;
  --text-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--text-opacity));
}

/* Portal search */

@media (min-width: 768px) {

.portal-search {
    max-width: 425px
}
  }

/* global-search-field */

.global-search-field::-moz-placeholder {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
    opacity: 1;
  }

.global-search-field:-ms-input-placeholder {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
    opacity: 1;
  }

.global-search-field::placeholder {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
    opacity: 1;
  }

/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */

.selectr-container li,.selectr-option,.selectr-tag{
  list-style:none
}

.selectr-container{
  position:relative
}

.selectr-hidden{
  position:absolute;
  overflow:hidden;
  clip:rect(0,0,0,0);
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  border:0
}

.selectr-visible{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;
  z-index:11
}

.selectr-desktop.multiple .selectr-visible{
  display:none
}

.selectr-desktop.multiple.native-open .selectr-visible{
  top:100%;
  min-height:200px!important;
  height:auto;
  opacity:1;
  display:block
}

.selectr-container.multiple.selectr-mobile .selectr-selected{
  z-index:0
}

.selectr-selected{
  position:relative;
  z-index:1;
  box-sizing:border-box;
  width:100%;
  padding:7px 28px 7px 14px;
  cursor:pointer;
  border:1px solid #999;
  border-radius:3px;
  background-color:#fff
}

.selectr-selected::before{
  position:absolute;
  top:50%;
  right:10px;
  width:0;
  height:0;
  content:'';
  transform:rotate(0) translate3d(0,-50%,0);
  border-width:4px 4px 0;
  border-style:solid;
  border-color:#6c7a86 transparent transparent
}

.selectr-container.native-open .selectr-selected::before,.selectr-container.open .selectr-selected::before{
  border-width:0 4px 4px;
  border-style:solid;
  border-color:transparent transparent #6c7a86
}

.selectr-label{
  display:none;
  overflow:hidden;
  width:100%;
  white-space:nowrap;
  text-overflow:ellipsis
}

.selectr-placeholder{
  color:#6c7a86
}

.selectr-tags{
  margin:0;
  padding:0;
  white-space:normal
}

.has-selected .selectr-tags{
  margin:0 0 -2px
}

.selectr-tag{
  position:relative;
  float:left;
  padding:2px 25px 2px 8px;
  margin:0 2px 2px 0;
  cursor:default;
  color:#fff;
  border:none;
  border-radius:10px;
  background:#acb7bf
}

.selectr-container.multiple.has-selected .selectr-selected{
  padding:5px 28px 5px 5px
}

.selectr-options-container{
  position:absolute;
  z-index:10000;
  top:calc(100% - 1px);
  left:0;
  display:none;
  box-sizing:border-box;
  width:100%;
  border-width:0 1px 1px;
  border-style:solid;
  border-color:transparent #999 #999;
  border-radius:0 0 3px 3px;
  background-color:#fff
}

.selectr-container.open .selectr-options-container{
  display:block
}

.selectr-input-container{
  position:relative;
  display:none
}

.selectr-clear,.selectr-input-clear,.selectr-tag-remove{
  position:absolute;
  top:50%;
  right:22px;
  width:20px;
  height:20px;
  padding:0;
  cursor:pointer;
  transform:translate3d(0,-50%,0);
  border:none;
  background-color:transparent;
  z-index:11
}

.selectr-clear,.selectr-input-clear{
  display:none
}

.selectr-container.has-selected .selectr-clear,.selectr-input-container.active,.selectr-input-container.active .selectr-clear,.selectr-input-container.active .selectr-input-clear{
  display:block
}

.selectr-selected .selectr-tag-remove{
  right:2px
}

.selectr-clear::after,.selectr-clear::before,.selectr-input-clear::after,.selectr-input-clear::before,.selectr-tag-remove::after,.selectr-tag-remove::before{
  position:absolute;
  top:5px;
  left:9px;
  width:2px;
  height:10px;
  content:' ';
  background-color:#6c7a86
}

.selectr-tag-remove::after,.selectr-tag-remove::before{
  top:4px;
  width:3px;
  height:12px;
  background-color:#fff
}

.selectr-clear:before,.selectr-input-clear::before,.selectr-tag-remove::before{
  transform:rotate(45deg)
}

.selectr-clear:after,.selectr-input-clear::after,.selectr-tag-remove::after{
  transform:rotate(-45deg)
}

.selectr-input{
  top:5px;
  left:5px;
  box-sizing:border-box;
  width:calc(100% - 30px);
  margin:10px 15px;
  padding:7px 30px 7px 9px;
  border:1px solid #999;
  border-radius:3px
}

.selectr-notice{
  display:none;
  box-sizing:border-box;
  width:100%;
  padding:8px 16px;
  border-top:1px solid #999;
  border-radius:0 0 3px 3px;
  background-color:#fff
}

.input-tag,.taggable .selectr-label{
  width:auto
}

.selectr-container.notice .selectr-notice{
  display:block
}

.selectr-container.notice .selectr-selected{
  border-radius:3px 3px 0 0
}

.selectr-options{
  position:relative;
  top:calc(100% + 2px);
  display:none;
  overflow-x:auto;
  overflow-y:scroll;
  max-height:200px;
  margin:0;
  padding:0
}

.selectr-container.notice .selectr-options-container,.selectr-container.open .selectr-input-container,.selectr-container.open .selectr-options{
  display:block
}

.selectr-option{
  position:relative;
  display:block;
  padding:5px 20px;
  cursor:pointer;
  font-weight:400
}

.has-selected .selectr-placeholder,.selectr-empty,.selectr-option.excluded{
  display:none
}

.selectr-options.optgroups>.selectr-option{
  padding-left:25px
}

.selectr-optgroup{
  font-weight:700;
  padding:0
}

.selectr-optgroup--label{
  font-weight:700;
  margin-top:10px;
  padding:5px 15px
}

.selectr-match{
  text-decoration:underline
}

.selectr-option.selected{
  background-color:#ddd
}

.selectr-option.active{
  color:#fff;
  background-color:#5897fb
}

.selectr-option.disabled{
  opacity:.4
}

.selectr-container.open .selectr-selected{
  border-color:#999 #999 transparent;
  border-radius:3px 3px 0 0
}

.selectr-container.open .selectr-selected::after{
  transform:rotate(180deg) translate3d(0,50%,0)
}

.selectr-disabled{
  opacity:.6
}

.has-selected .selectr-label{
  display:block
}

.taggable .selectr-selected{
  padding:4px 28px 4px 4px
}

.taggable .selectr-selected::after{
  display:table;
  content:" ";
  clear:both
}

.taggable .selectr-tags{
  float:left;
  display:block
}

.taggable .selectr-placeholder{
  display:none
}

.input-tag{
  float:left;
  min-width:90px
}

.selectr-tag-input{
  border:none;
  padding:3px 10px;
  width:100%;
  font-family:inherit;
  font-weight:inherit;
  font-size:inherit
}

.selectr-input-container.loading::after{
  position:absolute;
  top:50%;
  right:20px;
  width:20px;
  height:20px;
  content:'';
  transform:translate3d(0,-50%,0);
  transform-origin:50% 0 0;
  animation:.5s linear 0s normal forwards infinite running spin;
  border-width:3px;
  border-style:solid;
  border-color:#aaa #ddd #ddd;
  border-radius:50%
}

@keyframes spin{
  0%{
    transform:rotate(0) translate3d(0,-50%,0)
  }

  100%{
    transform:rotate(360deg) translate3d(0,-50%,0)
  }
}

.selectr-container.open.inverted .selectr-selected{
  border-color:transparent #999 #999;
  border-radius:0 0 3px 3px
}

.selectr-container.inverted .selectr-options-container{
  border-width:1px 1px 0;
  border-color:#999 #999 transparent;
  border-radius:3px 3px 0 0;
  background-color:#fff;
  top:auto;
  bottom:calc(100% - 1px)
}

.selectr-container ::-moz-placeholder{
  color:#6c7a86;
  opacity:1
}

.selectr-container :-ms-input-placeholder{
  color:#6c7a86;
  opacity:1
}

.selectr-container ::placeholder{
  color:#6c7a86;
  opacity:1
}

.calculator select {
  padding-right: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 13px 7px;
  background-position: calc(100% - .75rem) 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.57 14'%3E%3Cpath fill='%23000000' d='M13.28 14a1.62 1.62 0 0 0 1-.39L26.11 2.52a1.4 1.4 0 0 0 .05-2 1.4 1.4 0 0 0-2 0L13.28 10.57 2.42.39a1.44 1.44 0 0 0-2 2.08l11.82 11.1a1.48 1.48 0 0 0 1.04.43z'/%3E%3C/svg%3E");
}

.selectr-container {
  display: block;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  border-width: 1px;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 46px;
  min-height: 46px; /* 1 */
  padding: 0;
  background-color: transparent;
}

.selectr-container .selectr-selected {
    display: block;
    padding: 0;
    padding-right: 2rem;
    padding-left: 1rem;
    background-color: transparent;
    border-style: none;
    height: 100%;
    outline: none !important;
  }

.selectr-container .selectr-label {
    display: flex;
    align-items: center;
    height: 100%;
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

.selectr-container .selectr-options-container {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
    border: 0px;
    border-radius: 0;
  }

.selectr-container .selectr-options-container .selectr-options {
      --bg-opacity: 1;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      border-width: 1px;
      border-top-width: 0;
      --border-opacity: 1;
      border-color: #d8d8d8;
      border-color: rgba(216, 216, 216, var(--border-opacity));
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

.selectr-container .selectr-options-container .selectr-option {
      border-bottom-width: 1px;
      --border-opacity: 1;
      border-color: #d8d8d8;
      border-color: rgba(216, 216, 216, var(--border-opacity));
      padding: 11px 11px 11px 20px;
    }

.selectr-container .selectr-options-container .selectr-option.active {
        --text-opacity: 1;
        color: #4a5568;
        color: rgba(74, 85, 104, var(--text-opacity));
        --bg-opacity: 1;
        background-color: #e2e8f0;
        background-color: rgba(226, 232, 240, var(--bg-opacity));
      }

.selectr-container .selectr-options-container .selectr-option.selected {
        --text-opacity: 1;
        color: #4a5568;
        color: rgba(74, 85, 104, var(--text-opacity));
        --bg-opacity: 1;
        background-color: #e2e8f0;
        background-color: rgba(226, 232, 240, var(--bg-opacity));
      }

.selectr-container .selectr-options-container .selectr-option:last-child {
        border-bottom-width: 0;
      }

.selectr-container.open {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

.selectr-container.open .selectr-selected {
      border-color: transparent;
      --bg-opacity: 1;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      outline: none !important;
    }

.selectr-container.open .selectr-selected:focus {
        outline: none;
      }

.selectr-container.inverted .selectr-options {
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

body > .autocomplete {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-width: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

body > .autocomplete > div {
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
    padding: 11px 11px 11px 20px;
  }

body > .autocomplete > div:hover:not(.group) {
      --text-opacity: 1;
      color: #4a5568;
      color: rgba(74, 85, 104, var(--text-opacity));
      --bg-opacity: 1;
      background-color: #edf2f7;
      background-color: rgba(237, 242, 247, var(--bg-opacity));
    }

body > .autocomplete > div.selected {
      --text-opacity: 1;
      color: #4a5568;
      color: rgba(74, 85, 104, var(--text-opacity));
      --bg-opacity: 1;
      background-color: #edf2f7;
      background-color: rgba(237, 242, 247, var(--bg-opacity));
    }

body > .autocomplete > div.selected::before {
        content: '▶ ';
        font-size: .8em;
        --text-opacity: 1;
        color: #718096;
        color: rgba(113, 128, 150, var(--text-opacity));
      }

body > .autocomplete > div.group {
      --bg-opacity: 1;
      background-color: #3AAE59;
      background-color: rgba(58, 174, 89, var(--bg-opacity));
      --text-opacity: 1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
      font-weight: 600;
      border-width: 0;
    }

body > .autocomplete > div.group+div {
      border-top-width: 0;
    }

[data-graphql-target] table {
    table-layout: auto;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

[data-graphql-target] table th {
      text-align: left;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

[data-graphql-target] table td {
      border-width: 1px;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

[data-graphql-target] a {
    text-decoration: underline;
  }

.richtext {
  font-size: 1.125rem;
}

/* Remove margin from first child so you can handle margin from the .richtext element */

.richtext h1:first-child,
    .richtext h2:first-child,
    .richtext h3:first-child,
    .richtext h4:first-child,
    .richtext p:first-child {
    margin-top: 0;
  }

.richtext h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 2.25rem;
    font-weight: 300;
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    letter-spacing: -1px;
    font-family: ;
  }

.fonts-loaded .richtext h1 {
    font-family: CeraPRO;
}

@media (min-width: 768px) {

.richtext h1 {
      font-size: 3.25rem;

      margin-top: 1.5rem;

      margin-bottom: 1.5rem;
  }
    }

.richtext h2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    font-size: 1.625rem;
    font-weight: 500;
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    letter-spacing: -0.62px;
    font-family: ;
  }

.fonts-loaded .richtext h2 {
    font-family: CeraPRO;
}

@media (min-width: 768px) {

.richtext h2 {
      font-size: 2rem;
  }
    }

.richtext h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
    line-height: 1.25;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    letter-spacing: normal;
    font-family: ;
  }

.fonts-loaded .richtext h3 {
    font-family: CeraPRO;
}

@media (min-width: 768px) {

.richtext h3 {
      margin-top: 2rem;

      margin-bottom: 0.5rem;
  }
    }

.richtext h4 {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1px;
    font-family: ;
  }

.fonts-loaded .richtext h4 {
    font-family: CeraPRO;
}

.richtext ul,
    .richtext ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

.richtext ol {
    list-style-type: decimal;
    list-style-position: inside;
  }

.richtext ul > li,
    .richtext ol > li {
    position: relative;
    margin-top: 0.5rem;
  }

.richtext ul > li {
    padding-left: 1.25rem;
  }

.richtext ul > li:before {
    content: '';
    top: 9px;
    left: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ctitle%3Ebullet%3C/title%3E%3Cpath fill='%234AC16A' d='M4,8A4,4,0,1,0,0,4,4,4,0,0,0,4,8ZM4,6A2,2,0,1,1,6,4,2,2,0,0,1,4,6Z'/%3E%3C/svg%3E%0A") no-repeat;
  }

.richtext a {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
    text-decoration: underline;
  }

.richtext a:hover {
      --text-opacity: 1;
      color: #027DB1;
      color: rgba(2, 125, 177, var(--text-opacity));
      text-decoration: none;
    }

.richtext table {
    font-size: 1.125rem;
    width: 100%;
    border-style: none;
    margin: 0;
    padding: 0;
  }

.richtext table tr {
      display: block;
      margin-bottom: 0.75rem;
      border-width: 1px;
      --border-opacity: 1;
      border-color: #f2f2f2;
      border-color: rgba(242, 242, 242, var(--border-opacity));
      padding: 0.5rem;
      border-bottom-width: 3px;
    }

.richtext table td {
      display: block;
      border-bottom-width: 1px;
      --border-opacity: 1;
      border-color: #f2f2f2;
      border-color: rgba(242, 242, 242, var(--border-opacity));
      padding: 0.5rem;
    }

.richtext table td:last-child {
      border-bottom: 0;
    }

@media (min-width: 768px) {

.richtext table {
      border-width: 1px;

      --border-opacity: 1;

      border-color: #f2f2f2;

      border-color: rgba(242, 242, 242, var(--border-opacity));
  }

      .richtext table tr {
        display: table-row;
        border-width: 1px;
      }

      .richtext table tr > td:last-child {
        border-left-width: 1px;
        --border-opacity: 1;
        border-color: #f2f2f2;
        border-color: rgba(242, 242, 242, var(--border-opacity));
      }

      .richtext table td {
        display: table-cell;
        width: 50%;
      }
    }

.richtext--faq {
  font-size: 1rem;
}

.richtext--faq a {
    font-weight: 500;
  }

.richtext.richtext--white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.richtext.richtext--white a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.richtext.richtext--white a:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.richtext.richtext--grey-darker {
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
}

.richtext.richtext--grey-darker p, .richtext.richtext--grey-darker h1, .richtext.richtext--grey-darker h2, .richtext.richtext--grey-darker h3, .richtext.richtext--grey-darker h4 {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

.richtext--sm p, .richtext--sm ul {
    margin-top: 0.5rem;
  }

.richtext--table-ext {
  font-size: 1rem;
}

.richtext--table-ext a {
    font-weight: 500;
  }

.richtext--table-ext ul,
    .richtext--table-ext ol {
    margin: 10px 0 0 0;
  }

.jobs-site .richtext {
  font-size: 17px;
}

.jobs-site .richtext ul {
    list-style-type: disc;
    padding-left: 1.25rem;
  }

.jobs-site .richtext ul > li {
    padding-left: 0;
  }

.jobs-site .richtext ul > li:before {
    content: '';
    display: none;
  }

/*! purgecss end ignore */

.ratio-box {
  position: relative;
  display: block;
}

.ratio-box__placeholder {
  display: block;
  background-color: transparent;
  padding-bottom: 100%;
}

@media print {

.ratio-box__placeholder {
    display: none
}
  }

.ratio-box__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media print {

.ratio-box__content {
    position: relative
}
  }

.si-content-wrapper{
  padding:0;
}

.si-close-button {
  top: 5px;
  right: 10px;
}

.map-content{
  width:380px;
}

.si-content::before {
  content: '';
  display: block;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  height: 34px;
  width: 34px;
  display: block;
  --bg-opacity: 1;
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, var(--bg-opacity));
  border-radius: 9999px;
  position: absolute;
}

/* Temp disabled */

.scroll-up {
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: visibility .15s ease-in-out, opacity .15s ease-in-out;
  bottom: -12px;
}

@media (min-width: 900px) {

.scroll-up {
    position: absolute;

    bottom: auto;

    top: -135px;

    z-index:30;

    right: 0
}
  }

.scroll-up .scroll-up__item {
    height:46px;
    width:46px;
    box-shadow:0 2px 0 0 rgba(0,0,0,.1);
    transition: transform .15s ease-in-out;
    transform: rotate(-90deg);
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

@media (min-width: 900px) {

.scroll-up .scroll-up__item {
      display: flex
  }
    }

.scroll-up:hover .scroll-up__item  { transform: scale(1.1) rotate(-90deg);
}

@media (min-width: 900px) {

.scroll-up--fixed {
    position: absolute;

    bottom: auto;

    margin-top: 1rem
}
  }

.scoll-up--show {
  visibility: visible;
  opacity: 1;
}

.social-link{
  width:44px;
  height:44px;
}

.t-alpha {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 2.25rem;
  font-weight: 300;
  --text-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--text-opacity));
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  letter-spacing: -1px;
  font-family: ;
}

.fonts-loaded .t-alpha {
  font-family: CeraPRO;
}

@media (min-width: 768px) {

.t-alpha {
    font-size: 3.25rem;

    margin-top: 1.5rem;

    margin-bottom: 1.5rem
}
  }

.t-beta {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-size: 1.625rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--text-opacity));
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  letter-spacing: -0.62px;
  font-family: ;
}

.fonts-loaded .t-beta {
  font-family: CeraPRO;
}

@media (min-width: 768px) {

.t-beta {
    font-size: 2rem
}
  }

.t-gamma {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
  line-height: 1.25;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  letter-spacing: normal;
  font-family: ;
}

.fonts-loaded .t-gamma {
  font-family: CeraPRO;
}

@media (min-width: 768px) {

.t-gamma {
    margin-top: 2rem;

    margin-bottom: 0.5rem
}
  }

/* Changes - https://gluewebdesign.atlassian.net/browse/JYZ001-102 */

.t-delta {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  --text-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--text-opacity));
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1px;
  font-family: ;
}

.fonts-loaded .t-delta {
  font-family: CeraPRO;
}

.children .t-alpha,
.children .t-beta,
.children .t-gamma,
.children .t-delta {
  font-weight: 400;
  font-family: ;
}

.fonts-loaded .children .t-alpha,.fonts-loaded 
.children .t-beta,.fonts-loaded 
.children .t-gamma,.fonts-loaded 
.children .t-delta {
  font-family: Vibur;
}

.children .t-alpha {
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
}

.jobs-site .t-alpha,
.jobs-site .t-beta,
.jobs-site .t-gamma {
  font-family: ClashDisplay;
  font-weight: 600;
  margin-bottom: 0;
}

.jobs-site .t-alpha {
  font-size: 2.25rem;
  line-height: 1;
  font-family: ClashDisplay;
  letter-spacing: normal;
}

@media (min-width: 768px) {

.jobs-site .t-alpha {
    font-size: 3.25rem
}
  }

.jobs-site .t-beta {
  font-size: 2rem;
  line-height: 1;
  margin-top: 0;
}

@media (min-width: 768px) {

.jobs-site .t-beta {
    font-size: 2.5rem
}
  }

.jobs-site .hyphens-none {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.t-intro {
  font-size: 1.3125rem;
  font-weight: 300;
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
  line-height: 1.25;
  font-family: ;
}

.fonts-loaded .t-intro {
  font-family: CeraPRO;
}

.t-intro p {
    margin-top: 0;
    margin-bottom: 0;
  }

@media (min-width: 768px) {

.t-intro {
    font-size: 1.5rem
}
  }

.t-quote {
  font-size: 1.3125rem;
  font-weight: 300;
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
  line-height: 1.375;
  word-break: break-word;
  font-family: ;
}

.fonts-loaded .t-quote {
  font-family: CeraPRO;
}

@media (min-width: 768px) {

.t-quote {
    font-size: 2rem
}
  }

.cta-footer {
  font-weight: 300;
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
  line-height: 1;
  font-family: ;
}

.fonts-loaded .cta-footer {
  font-family: CeraPRO;
}

.cta-footer p {
    margin-bottom: 0;
    margin-top: 0;
  }

.children .cta-footer {
  font-weight: 400;
  padding-right: 2rem;
  font-family: ;
}

.fonts-loaded .children .cta-footer {
  font-family: Vibur;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

@media (min-width: 768px) {

.row {
    margin-left: -30px
}
  }

.col {
  width: 100%;
  padding-left: 20px;
}

@media (min-width: 768px) {

.col {
    padding-left: 30px
}
  }

.sp-t--sm {
  margin-top: 2.5rem
}

.sp-t {
  margin-top: 2rem;
}

@media (min-width: 768px){

.sp-t {
    margin-top: 3.75rem
}
  }

.sp-t--lg {
  margin-top: 2.5rem;
}

@media (min-width: 768px){

.sp-t--lg {
    margin-top: 5rem
}
  }

.button {
  --bg-opacity: 1;
  background-color: #027DB1;
  background-color: rgba(2, 125, 177, var(--bg-opacity));
  border-width: 2px;
  border-color: transparent;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  position: relative;
  top: 0;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  height: 46px;
  min-height: 46px;
  transition: all .05s ease-in-out;
  font-family: ;
}

.fonts-loaded .button {
  font-family: CeraPRO;
}

@media (min-width: 768px) {

.button {
    padding-left: 0.5rem;

    padding-right: 0.5rem
}
  }

@media (min-width: 900px) {

.button {
    padding-left: 1.5rem;

    padding-right: 1.5rem
}
  }

.button:hover {
  top: 2px;
  box-shadow: 0 2px 6px 0 rgba(2, 148, 209, 0.5);
  --bg-opacity: 1;
  background-color: #0087BF;
  background-color: rgba(0, 135, 191, var(--bg-opacity));
}

.button--transparent {
  background-color: transparent;
  --border-opacity: 1;
  border-color: #e94848;
  border-color: rgba(233, 72, 72, var(--border-opacity));
  --text-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--text-opacity));
}

.button--transparent:hover {
  background-color: transparent;
  --border-opacity: 1;
  border-color: #D83B3B;
  border-color: rgba(216, 59, 59, var(--border-opacity));
  --text-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--text-opacity));
  box-shadow: 0 2px 6px 0 rgba(233, 72, 72, 0.5);
}

.button:hover.bg-red {
  --bg-opacity: 1;
  background-color: #D83B3B;
  background-color: rgba(216, 59, 59, var(--bg-opacity));
  box-shadow: 0 2px 6px 0 rgba(233, 72, 72, 0.5);
}

.button:hover.bg-green {
  --bg-opacity: 1;
  background-color: #3AAE59;
  background-color: rgba(58, 174, 89, var(--bg-opacity));
  box-shadow: 0 2px 6px 0 rgba(74, 193, 106, 0.5);
}

.button:hover.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--text-opacity));
  box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.jobs-button {
  border-radius: 12px;
  position: relative;
  background-color: transparent;
  z-index: 1;
  font-size: 1rem;
  box-shadow: none;
  font-family: europa;
  font-weight: 700;
  letter-spacing: 2px;
}

.jobs-button:before {
    position: absolute;
    width: 100%;
    height: 100%;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-skew-x: -8deg;
    z-index: -1;
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
    content: '';
  }

.jobs-button:hover {
    background-color: transparent;
    box-shadow: none;
    top: 2px;
  }

.button.jobs-button:focus::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
  }

.jobs-button__primary:before {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

.jobs-button__primary:hover:before {
      box-shadow: 0 2px 6px 0 rgba(239, 120, 138, 0.5);
    }

.button.jobs-button.jobs-button__primary:focus::before {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

.jobs-button__purple:before {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

.jobs-button__purple:hover:before {
      box-shadow: 0 2px 6px 0 rgba(75, 62, 117, 0.5);
    }

.button.jobs-button.jobs-button__purple:focus::before {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

.jobs-button__white {
  --text-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--text-opacity));
}

.jobs-button__white:before {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

.jobs-button__white:hover:before {
      box-shadow: 0 2px 6px 0 rgba(75, 62, 117, 0.5);
    }

.button.jobs-button.jobs-button__white:focus::before {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

.jobs-button__red:before {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

.jobs-button__red:hover:before {
      box-shadow: 0 2px 6px 0 rgba(227, 0, 15, 0.5);
    }

.button.jobs-button.jobs-button__red:focus::before {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

.jobs-button__blue:before {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

.jobs-button__blue:hover:before {
      box-shadow: 0 2px 6px 0 rgba(0, 139, 210, 0.5);
    }

.button.jobs-button.jobs-button__blue:focus::before {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

.text-link svg {
  top: -1px;
  transition: left .05s ease-in-out;
}

@media (min-width: 1024px) {

.text-link:hover svg {
    left: 4px
}
  }

.jobs-text-link {
  font-size: 1rem;
  font-family: europa;
  letter-spacing: 2px;
  text-transform: uppercase;
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
  font-weight: 700;
}

.jobs-text-link.jobs-text-link__white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.jobs-text-link.jobs-text-link__white svg {
      --text-opacity: 1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
    }

.cookie-banner{
  max-height:0;
  transition:.5s ease-in-out;
  display: none;
}

.cookie-banner.active{
  max-height: 500px;
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 0 20px;
}

@media (min-width: 768px) {

.container {
    padding: 0 30px
}
  }

.container-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}

@media screen and (max-width: 767px) {
  .container--full{
    padding: 0;
  }
}

@media (min-width: 1024px) {

.container--wide {
    max-width: 1310px;

    padding: 0 50px
}
  }

@media (min-width: 1024px) {

.container--wide .row {
      margin-left: -50px
  }
    }

@media (min-width: 1024px) {

.container--wide .row .col {
        padding-left: 50px
    }
      }

.container--background {
  position: relative;
  padding-top: 0.75rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {

.container--background {
    padding-top: 2rem;

    padding-left: 30px;

    padding-right: 30px
}
  }

.container--background .row {
    margin-left: -10px;
  }

@media (min-width: 768px) {

.container--background .row {
      margin-left: -30px
  }
    }

.container--background .row .col {
      padding-left: 10px;
    }

@media (min-width: 768px) {

.container--background .row .col {
        padding-left: 30px
    }
      }

.container--background::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

@media (min-width: 1024px) {

.container--background::after {
    width: calc(100% - 20px);

    height: calc(100% - 125px);

    transform: translateX(10px)
}
  }

/*! purgecss start ignore */

.jobs-site .cb-textAndImage > .container {
  padding-left: 0;
  padding-right: 0;
}

.cb-textAndImage.jobs-cb-container--background {
  max-width: none;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cb-textAndImage.jobs-cb-container--background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

.cb-textAndImage.jobs-cb-container--background:after {
    content: '';
    background: linear-gradient(180deg, #939393 0%, #9F9F9F 18%, #A1A1A1 29%, #949494 43%, #9E9D9D 59%, #A3A2A2 68%, #ABABAB 75%, #8B8B8B 100%);
    mix-blend-mode: hard-light;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
  }

@media (min-width: 1024px) {

.cb-textAndImage.jobs-cb-container--background {
    padding-top: 6rem;

    padding-bottom: 6rem
}
  }

.jobs-site .cb-steps {
  max-width: none;
  padding-bottom: 108px;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.jobs-site .cb-steps:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

.jobs-site .cb-steps:after {
    content: '';
    background: linear-gradient(180deg, #939393 0%, #9F9F9F 18%, #A1A1A1 29%, #949494 43%, #9E9D9D 59%, #A3A2A2 68%, #ABABAB 75%, #8B8B8B 100%);
    mix-blend-mode: hard-light;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
  }

.jobs-site .cb-numbers {
  max-width: none;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.jobs-site .cb-numbers:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

.jobs-site .cb-numbers:after {
    content: '';
    background: linear-gradient(180deg, #939393 0%, #9F9F9F 18%, #A1A1A1 29%, #949494 43%, #9E9D9D 59%, #A3A2A2 68%, #ABABAB 75%, #8B8B8B 100%);
    mix-blend-mode: hard-light;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
  }

.jobs-site .cb-jobCategories .container {
  padding-left: 0;
  padding-right: 0;
}

.jobs-site .cb-jobCategories {
  max-width: none;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.jobs-site .cb-jobCategories:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

.jobs-site .cb-jobCategories:after {
    content: '';
    background: linear-gradient(180deg, #939393 0%, #9F9F9F 18%, #A1A1A1 29%, #949494 43%, #9E9D9D 59%, #A3A2A2 68%, #ABABAB 75%, #8B8B8B 100%);
    mix-blend-mode: hard-light;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
  }

.jobs-site .job-entry-wrapper .jobs-shape {
    width: 560px;
    height: 560px;
    left: -420px;
    top: 0;
  }

.jobs-site .jobs-category-header-wrapper .jobs-shape {
    width: 560px;
    height: 560px;
    left: -420px;
    top: 172px;
    z-index: -1;
  }

.jobs-site .jobs-category-items-wrapper {
  position: relative;
}

.jobs-site .jobs-category-items-wrapper .jobs-shape {
    width: 560px;
    height: 560px;
    right: -420px;
    top: -275px;
  }

.jobs-site .jobs-category-items-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

.jobs-site .jobs-category-items-wrapper:after {
    content: '';
    background: linear-gradient(180deg, #939393 0%, #9F9F9F 18%, #A1A1A1 29%, #949494 43%, #9E9D9D 59%, #A3A2A2 68%, #ABABAB 75%, #8B8B8B 100%);
    mix-blend-mode: hard-light;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
  }

/*! purgecss end ignore */

/* Home hero */

.hero-home {
  min-height: 265px;
  margin-bottom: 50px;
  background: linear-gradient(238.33deg, #9FB259 2.48%, #258992 69.07%);
  background-size: cover;
}

@media (min-width: 640px) {

.hero-home {
    margin-bottom: 0
}
  }

@media (min-width: 768px) {

.hero-home {
    height: 519px; /* Workaround for IE11 https://github.com/philipwalton/flexbugs/issues/231#issue-245848315 */

    min-height: 520px
}
  }

@media print {

.hero-home {
    height: auto;

    min-height: auto;

    background: none !important
}
  }

.hero-home::before,
.header-type-swoosh::before {
  content: '';
  background-image: linear-gradient(0deg, #FFF 6.49%, rgba(255, 255, 255, 0.89) 51.17%, rgba(255, 255, 255, 0.80) 62.49%, rgba(255, 255, 255, 0.59) 75.42%, rgba(255, 255, 255, 0.00) 100%);
  height: 90px;
  bottom: -2px;
  z-index: 11;
  position: absolute;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {

.hero-home::before,
.header-type-swoosh::before {
    display: none
}
  }

@media print {

.hero-home::before,
.header-type-swoosh::before {
    display: none
}
  }

.header-logo {
  position: absolute;
  top: 2rem;
  opacity: 0.10;
  right: 0;
  transform: translateX(50%);
}

.header-logo svg {
    width: 100%;
    height: 100%;
  }

@media (min-width: 768px) {

.header-logo {
    bottom: 0;

    top: auto;

    width: 490px;

    height: 550px;

    right: auto;

    left: 20%;

    transform: none;

    overflow: hidden
}

    .header-logo svg {
      position: relative;
      top: 4rem;
    }
  }

@media (min-width: 1024px) {

.header-logo {
    left: 30%
}
  }

@media (min-width: 768px) {

.header-type-swoosh .header-logo {
      right: -120px;

      left: auto;

      top: -44px
  }
    }

@media (min-width: 1024px) {

.header-type-swoosh .header-logo {
      right: -20px
  }
    }

@media (min-width: 768px) {

.hero-home-image_wrapper {
    width: 50%
}
  }

.hero-home-image_wrapper .hero-home-image {
    -webkit-clip-path: ellipse(70% 90% at 64% 90%);
            clip-path: ellipse(70% 90% at 64% 90%);
    object-fit: cover;
    object-position: top;
    width: 100%;
    background-position-y: top !important;
  }

/* IE11 fix */

@media (min-width: 768px) {

.hero-home-image_wrapper .hero-home-image {
      -webkit-clip-path: ellipse(69% 72% at 69% 36%);
              clip-path: ellipse(69% 72% at 69% 36%);

      height: 520px
  }
    }

.hero-jobs {
  height: 320px;
}

@media (min-width: 768px) {

.hero-jobs {
    height: 480px
}
  }

@media screen and (max-width: 450px) {
  .hero-jobs.hero-jobs--video {
    height: 200px;
  }
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  .hero-jobs.hero-jobs--video {
    height: 280px;
  }
}

.hero-jobs__gradient {
  background: linear-gradient(90deg, #50AF75 0%, #0082B1 25%, #4B3E75 49.52%, #E74939 75%, #FFCC03 100%);
}

.hero-jobs__bg-gradient {
  background: linear-gradient(180deg, #939393 0%, #9F9F9F 18%, #A1A1A1 29%, #949494 43%, #9E9D9D 59%, #A3A2A2 68%, #ABABAB 75%, #8B8B8B 100%);
  mix-blend-mode: hard-light;
}

.children .hero-home {
    padding-bottom: 1rem;
    margin-bottom: 0;
    min-height: 300px;
    background: none;
  }

@media (min-width: 768px) {

.children .hero-home {
      margin-bottom: 0;

      height: 687px; /* Workaround for IE11 https://github.com/philipwalton/flexbugs/issues/231#issue-245848315 */

      min-height: 688px;

      padding-bottom: 125px
  }
    }

@media print {

.children .hero-home {
      height: auto;

      min-height: auto;

      background: none !important
  }
    }

.children .hero-home-image_wrapper .hero-home-image {
      object-fit: cover;
      object-position: top;
      -webkit-clip-path: none;
              clip-path: none;
      width: 100%;
      height: 265px;
      background-position-y: top !important;
    }

/* IE11 fix */

@media (min-width: 768px) {

.children .hero-home-image_wrapper .hero-home-image {
        height: 650px
    }
      }

.children .hero-home::before {
  display: none;
}

.hero-contact {
  position: absolute;
  bottom: -110px;
}

@media (min-width: 640px) {

.hero-contact {
    position: relative;

    bottom: auto
}
  }

.hero-contact-green {
  position: relative;
}

@media (min-width: 640px) {

.hero-contact-green {
    position: absolute;

    top: 30px;

    left: 50%;

    transform: translateX(-50%)
}
  }

.hero-contact-number, .hero-contact-hours {
  top: 50%;
  transform: translateY(-50%);
}

/* Hero Title */

.home-title__inner {
  max-width: 460px;
}

@media (min-width: 1024px) {
    .home-title__inner .header-search-box {
      max-width: 360px;
    }
  }

@media (min-width: 640px) {

.home-title h1 {
    max-width: 200px
}
  }

@media (min-width: 768px) {

.home-title h1 {
    max-width: 300px
}
  }

@media (min-width: 640px) {

.children .home-title h1 {
    max-width: 100%
}
  }

@media (min-width: 768px) {

.children .home-title h1 {
    max-width: 60%
}
  }

/* Hero CTA */

.hero-cta {
  position: relative;
  min-width: 28rem;
}

.hero-cta-hours {
  right: 20px;
  top: 10px;
}

/*! purgecss start ignore */

.flickity-prev-next-button .flickity-button-icon {
  transform: scale(0.44);
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
}

/*! purgecss end ignore */

/* Contact CTA */

.contact-cta {
  right: -20px;
  bottom: -20px;
  position: absolute;
  z-index: 1;
}

/* Portal header */

@media (min-width: 768px) {

.header-swoosh {
    min-height: 320px
}
  }

@media print {

.header-swoosh {
    min-height: auto
}
  }

.header-swoosh__image {
  width: 100%;
  -webkit-clip-path: ellipse(70% 90% at 64% 90%);
          clip-path: ellipse(70% 90% at 64% 90%);
  height: 320px;
}

@media (min-width: 768px) {

.header-swoosh__image {
    width: 50vw;

    height: auto;

    -webkit-clip-path: none;

            clip-path: none
}
  }

.landing-page-desktop-swoosh {
  bottom: -85px;
  right: -50px;
  transform: scale(1, -1);
  display: none;
}

@media (min-width: 768px) {

.landing-page-desktop-swoosh {
    display: block
}
  }

/* Content blocks */

.image-on-text {
  min-height: 470px;
}

/* transform: rotate(90deg); */

@media (min-width: 768px) {

.image-on-text__swoosh {
    transform: rotate(0);

    right: 25%
}
  }

@media (min-width: 768px) {

.image-on-text__swoosh::after {
    content: '';

    left: calc(100% - 4px);

    display: block;

    height: 100%;

    width: 100vw;

    --bg-opacity: 1;

    background-color: #027DB1;

    background-color: rgba(2, 125, 177, var(--bg-opacity));

    top: 0;

    position: absolute
}
  }

.image-on-text__swoosh-mob {
  transform: scaleX(-1) rotate(180deg);
  bottom: 25%;
}

.image-on-text__swoosh-mob::after {
  content: '';
  bottom: 100%;
  display: block;
  height: 100%;
  width: 100vw;
  --bg-opacity: 1;
  background-color: #027DB1;
  background-color: rgba(2, 125, 177, var(--bg-opacity));
  left: 0;
  position: absolute;
}

.image-on-text__text {
  max-width: 520px;
  font-size: 2rem;
}

@media (min-width: 640px) {

.image-on-text__text {
    font-size: 3.25rem
}
  }

@media (min-width: 768px) {

.image-on-text__text {
    font-size: 2rem
}
  }

@media (min-width: 900px) {

.image-on-text__text {
    font-size: 3.25rem
}
  }

.image-on-text__text--children {
  max-width: 380px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .1);
  font-size: 3.25rem;
}

/* @screen sm {
        @apply text-3xl;
    }
    @screen md {
        @apply text-4xl;
    }
    */

@media (min-width: 900px) {

.image-on-text__text--children {
    font-size: 4rem
}
  }

.image-on-text__image img {
  min-height: 450px;
}

@media (min-width: 640px) {

.image-on-text__image img {
    min-height: auto
}
  }

.image-on-text__image::after {
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 55%);
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {

.image-on-text__image::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 55%);

    width: 58.333333%
}
  }

@media print {

.image-on-text__image::after {
    display: none
}
  }

@media (min-width: 768px) {

.image-on-text__image--children::after {
    display: none
}
  }

/* Cta */

.cb-cta__svg {
  width: 184px;
  height: 260px;
}

/* Table */

.table-block {
  font-size: 1.125rem;
  width: 100%;
  border-style: none;
  margin: 0;
  padding: 0;
}

.table-block tr {
    display: block;
    margin-bottom: 0.75rem;
    border-width: 1px;
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
    padding: 0.5rem;
    border-bottom-width: 3px;
  }

.table-block td {
    display: block;
    border-bottom-width: 1px;
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
    padding: 0.5rem;
  }

.table-block td:last-child {
    border-bottom: 0;
  }

@media (min-width: 768px) {

.table-block {
    border-width: 1px;

    --border-opacity: 1;

    border-color: #f2f2f2;

    border-color: rgba(242, 242, 242, var(--border-opacity))
}

    .table-block tr {
      display: table-row;
      border-width: 1px;
    }

    .table-block tr > td:last-child {
      border-left-width: 1px;
      --border-opacity: 1;
      border-color: #f2f2f2;
      border-color: rgba(242, 242, 242, var(--border-opacity));
    }

    .table-block td {
      display: table-cell;
      width: 50%;
    }
  }

.cb-textOnImageBig {
  padding: 24px;
}

.text-on-image--cb__text-col {
  position: relative;
}

.text-on-image--cb__text-col .text-on-image--cb__text-col__elipse {
    position: absolute;
    top: 1px;
    transform: translateY(-100%);
    width: 100%;
    left: 0;
  }

@media (min-width: 768px) {
      .text-on-image--cb__text-col .text-on-image--cb__text-col__elipse--vertical svg {
        height: 100%;
      }
      .text-on-image--cb__text-col .text-on-image--cb__text-col__elipse--vertical {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 1px;
      transform: translateX(-100%);
  }
  }

/* Link grid */

.link-grid-item .link-grid-icon,
    .link-grid-item .link-grid-icon svg {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-duration: 300ms;
  }

.link-grid-item:hover .link-grid-icon {
      --bg-opacity: 1;
      background-color: #027DB1;
      background-color: rgba(2, 125, 177, var(--bg-opacity));
    }

.link-grid-item:hover svg {
      --text-opacity: 1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
    }

/* Job Site */

/*! purgecss start ignore */

@media screen and (max-width: 768px) {

.jobs-site .cb-textAndImage .image-col {
      width: 270px;

      margin: 0 auto
  }
    }

.cb-steps {
  overflow: hidden;
}

.cb-steps .jobs-shape {
    width: 560px;
    height: 560px;
    right: -420px;
    bottom: -110px;
  }

.cb-steps .step-header {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
  }

.cb-steps .step-number {
    height: 3.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    z-index: 1;
  }

.cb-steps .step-number:before {
      position: absolute;
      width: 100%;
      height: 100%;
      --transform-translate-x: 0;
      --transform-translate-y: 0;
      --transform-rotate: 0;
      --transform-skew-x: 0;
      --transform-skew-y: 0;
      --transform-scale-x: 1;
      --transform-scale-y: 1;
      transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
      --transform-skew-x: -8deg;
      z-index: -1;
      border-radius: 12px;
      content: '';
    }

.cb-steps .step:nth-child(3n + 1) .step-number:before {
        --bg-opacity: 1;
        background-color: #4B3E75;
        background-color: rgba(75, 62, 117, var(--bg-opacity));
      }

.cb-steps .step:nth-child(3n + 2) .step-number:before {
        --bg-opacity: 1;
        background-color: #E3000F;
        background-color: rgba(227, 0, 15, var(--bg-opacity));
      }

.cb-steps .step:nth-child(3n + 3) .step-number:before {
        --bg-opacity: 1;
        background-color: #EF788A;
        background-color: rgba(239, 120, 138, var(--bg-opacity));
      }

@media screen and (max-width: 768px) {

.cb-steps .steps-ctas.two-ctas {
      transform: translateY(-74px)
  }
    }

@media screen and (max-width: 768px) {
    .cb-steps .steps-image {
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
    }
  }

@media (min-width: 768px) {
    .cb-steps .step-header, .cb-steps .step-content {
      display: grid;
      grid-template-columns: 60px 1fr;
      grid-column-gap: 20px;
    }

    .cb-steps .steps-image {
      margin-left: 1rem;
    }
  }

.cb-quotes {
  overflow: hidden;
}

.cb-quotes .quote-item-icon {
    top: -14px;
    left: -10px;
    width: 62px;
    height: 47px;
  }

.cb-quotes .quote-image-col {
    max-width: 280px;
  }

.cb-quotes .flickity-prev-next-button {
    display: flex;
    align-items: center;
    top: 30%;
    width: 60px;
    height: 60px;
    background: transparent;
  }

.cb-quotes .flickity-prev-next-button.previous {
      left: 0;
    }

.cb-quotes .flickity-prev-next-button.next {
      right: 0;
    }

@media (min-width: 768px) {
    .cb-quotes .flickity-prev-next-button {
      width: 70px;
      height: 70px;
      top: 50%;
    }
      .cb-quotes .flickity-prev-next-button.previous {
        left: -80px
      }
      .cb-quotes .flickity-prev-next-button.next {
        right: -80px
      }
  }

.cb-quotes .flickity-prev-next-button .flickity-button-icon {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
    position: relative;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    transform: scale(1);
  }

.cb-numbers {
  overflow: hidden;
}

.cb-numbers .jobs-shape {
    width: 560px;
    height: 560px;
    left: -420px;
    top: -110px;
  }

.cb-numbers .number-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 1.875rem;
    z-index: 1;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

.cb-numbers .number-item:before {
      position: absolute;
      width: 100%;
      height: 100%;
      --transform-translate-x: 0;
      --transform-translate-y: 0;
      --transform-rotate: 0;
      --transform-skew-x: 0;
      --transform-skew-y: 0;
      --transform-scale-x: 1;
      --transform-scale-y: 1;
      transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
      --transform-skew-x: -8deg;
      z-index: -1;
      border-radius: 1.875rem;
      content: '';
    }

@media (min-width: 768px) {

.cb-numbers .number-item {
      border-radius: 56px;

      min-height: 270px
  }

      .cb-numbers .number-item:before {
        border-radius: 56px;
      }
    }

.cb-numbers .number-item:nth-child(4n + 1):before {
        --bg-opacity: 1;
        background-color: #EF788A;
        background-color: rgba(239, 120, 138, var(--bg-opacity));
      }

.cb-numbers .number-item:nth-child(4n + 2):before {
        --bg-opacity: 1;
        background-color: #008BD2;
        background-color: rgba(0, 139, 210, var(--bg-opacity));
      }

.cb-numbers .number-item:nth-child(4n + 3):before {
        --bg-opacity: 1;
        background-color: #009B9B;
        background-color: rgba(0, 155, 155, var(--bg-opacity));
      }

.cb-numbers .number-item:nth-child(4n + 4):before {
        --bg-opacity: 1;
        background-color: #F49B04;
        background-color: rgba(244, 155, 4, var(--bg-opacity));
      }

@media (min-width: 1024px) {

.cb-numbers .number-grid-small .number-item {
        height: 210px
    }
      }

.cb-jobCategories {
  overflow: hidden;
}

.cb-jobCategories .jobs-shape {
    width: 560px;
    height: 560px;
    right: -420px;
    top: -275px;
  }

@media (min-width: 1024px) {
    .cb-jobCategories .jobs-link-grid-item:nth-child(5n+1),
        .cb-jobCategories .jobs-link-grid-item:nth-child(5n+2) {
      grid-column: span 3;
    }

    .cb-jobCategories .jobs-link-grid-item:nth-child(5n+3),
        .cb-jobCategories .jobs-link-grid-item:nth-child(5n+4),
        .cb-jobCategories .jobs-link-grid-item:nth-child(5n+5) {
      grid-column: span 2;
    }
  }

.cb-jobCategories .job-count-number {
    top: 0;
    right: 28px;
    transform: translateY(-50%);
    height: 46px;
    position: absolute;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 1.3125rem;
  }

.cb-jobCategories .job-count-number:before {
      position: absolute;
      width: 100%;
      height: 100%;
      --transform-translate-x: 0;
      --transform-translate-y: 0;
      --transform-rotate: 0;
      --transform-skew-x: 0;
      --transform-skew-y: 0;
      --transform-scale-x: 1;
      --transform-scale-y: 1;
      transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
      --transform-skew-x: -8deg;
      z-index: -1;
      border-radius: 12px;
      --bg-opacity: 1;
      background-color: #EF788A;
      background-color: rgba(239, 120, 138, var(--bg-opacity));
      content: '';
    }

.jobs-site .cb-cta {
  overflow: hidden;
}

.jobs-site .cb-cta .jobs-shape {
    width: 500px;
    height: 500px;
    right: -310px;
    bottom: -345px;
  }

/*! purgecss end ignore */

/* ---------------------------------------------------------------------------
   Doctor detail page (JYZ001-298)
   --------------------------------------------------------------------------- */

/* Blue banner with the portrait hanging over the bottom edge */

.doctor-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {

.doctor-header {
    padding-top: 2.5rem
}
  }

@media (min-width: 900px) {

.doctor-header {
    /* Smaller than the portrait’s negative margin, so it hangs over the edge. */

    padding-bottom: 1rem
}
  }

@media print {

.doctor-header {
    padding-top: 0;

    padding-bottom: 0
}
  }

/*
    The swoosh header's mobile white fade is meant to blend a full-bleed hero
    image into the page. This band has no such image, and the fade (z-index 11)
    would paint over the contact card that sits inside the band on mobile.
*/

.doctor-header.header-type-swoosh::before {
  display: none;
}

.doctor-header__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

@media print {

.doctor-header__logo {
    display: none
}
  }

.doctor-header__body {
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {

.doctor-header__body {
    padding-bottom: 4rem
}
  }

.doctor-header__image {
  margin-top: 1.5rem;
  /* The design caps the portrait at 210px; the cap sits on the column, which
       carries 30px of gutter padding, so 240px leaves a 210px image. */
  max-width: 240px;
}

@media (min-width: 768px) {

.doctor-header__image {
    margin-top: 0
}
  }

@media (min-width: 1024px) {

.doctor-header__image {
    /* Overlap the bottom of the blue band, like the design. */

    margin-bottom: -4rem
}
  }

@media print {

.doctor-header__image {
    margin-bottom: 0
}
  }

/* Clears the portrait that hangs over the bottom of the band */

@media (min-width: 900px) {

.doctor-body {
    padding-top: 3rem
}
  }

/* Consultation schedule rows: moment | locations | remark */

.consultations__slot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media print {

.consultations__slot {
    flex-wrap: nowrap
}
  }

.consultations__moment {
  width: 100%;
}

@media (min-width: 640px) {

.consultations__moment {
    width: 25%
}
  }

@media (min-width: 1024px) {

.consultations__moment {
    width: 33.333333%
}
  }

.consultations__locations {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {

.consultations__locations {
    width: 50%;

    padding-top: 0;

    padding-bottom: 0
}
  }

@media (min-width: 1024px) {

.consultations__locations {
    width: 33.333333%
}
  }

.consultations__note {
  width: 100%;
  /* Give every remark line the same pitch as a location row — one line plus
       the 0.25rem the rows are spaced by — so each line stays level with the
       location it belongs to. Carrying the pitch in the line height rather than
       in a margin is what makes it work for the lines editors split with a
       <br> (shift+enter), which no margin can reach. The extra leading is split
       above and below the line, so the block moves back up by half of it. */
  margin-top: -0.125rem;
}

@media (min-width: 640px) {

.consultations__note {
    /* Left aligned, so the bullets of a list sit against their own text. */

    width: 25%;

    text-align: left;

    padding-left: 24px
}
  }

@media (min-width: 1024px) {

.consultations__note {
    width: 33.333333%
}
  }

.consultations__note p,
    .consultations__note li {
    line-height: calc(1.5em + 0.25rem);
  }

/* With the pitch in the line height, the spacing the richtext puts between
       blocks would only add to it. The list items need the same specificity as
       the `.richtext ul > li` rule they are overriding. */

.consultations__note p,
    .consultations__note ul,
    .consultations__note ol {
    margin-top: 0;
    margin-bottom: 0;
  }

.consultations__note ul > li,
    .consultations__note ol > li {
    margin-top: 0;
    margin-bottom: 0;
  }

.consultations__week-notice[hidden] {
  display: none;
}

/* Fixed “Bereid het gesprek met je arts voor” bar */

.doctor-cta:hover {
  --bg-opacity: 1;
  background-color: #02648E;
  background-color: rgba(2, 100, 142, var(--bg-opacity));
}

/* Contact card: aligned with the top of the portrait, hanging below the band */

.doctor-header__contact .banner__wrapper {
  margin-top: 0;
}

/*
    Only float the card from `tablet` up: that is the width at which the content
    below reserves the right third (`tablet:w-2/3`). Between md and tablet the card
    stays in the flow — otherwise it is barely 216px wide and the campus list runs
    underneath it.
*/

@media (min-width: 900px) {
  /* The row’s edges match the container’s content box; the container’s own
       padding would push the card past it. */

  .doctor-header .row {
    position: relative;
  }

  .doctor-header__contact {
    position: absolute;
    top: 0;
    right: 0;
    /* 5/12 keeps it readable at these widths without ballooning near xl. */
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  .doctor-header__contact {
    max-width: none;
  }
}

@media print {
  .doctor-header__contact {
    position: relative;
    width: 33.333333%;
  }
}

/* Contact card on doctor pages: no green accent, mirrored corners (per design) */

.doctor-contact .banner__accent {
  display: none;
}

/*
    The shared banner splits into two columns between md and tablet, which suits a
    full-width banner but not this card — it is a third of the row from md up.
*/

.doctor-contact .banner__inner {
  display: block;
  margin-left: 0;
}

.doctor-contact .banner__item {
  width: 100%;
  padding-left: 0;
}

/* Keep the icon with the first line: a long value would strand it halfway down. */

.doctor-contact .banner__inner .banner__item .banner__border {
  align-items: flex-start;
}

.doctor-contact .banner__inner .banner__item .banner__icon {
  margin-top: 2px;
}

/* A separator between every row of the card, as in the design */

.doctor-contact .banner__inner .banner__item .banner__border {
  border-top-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity));
}

.doctor-contact .banner__inner .banner__item:first-child .banner__border {
  border-style: none;
}

/*
    Headings inside the doctor's content blocks (Curriculum vitae) match the page's
    other section titles — same colour as “Consultaties” and “Maak kennis met …”,
    where `.t-beta` renders blue and `.t-delta` green by default.
*/

.doctor-content .richtext h2,
.doctor-content .richtext h3,
.doctor-content .richtext h4 {
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
}

/*
    The design shows the opening hours a size larger than the shared card does.
    Scoped here so the specialization and campus cards keep their own size.
*/

.doctor-contact .banner__inner .banner__item .banner__border .breaking-word {
  font-size: 1.3125rem;
}

/*
    The content blocks on this page run flush left instead of the shared centred
    `lg:w-2/3 lg:ml-1/6` column. Every block template hardcodes that size, so the
    offset is dropped here rather than forking each one.
*/

@media (min-width: 1024px) {

.doctor-content .lg\:ml-1\/6 {
    margin-left: 0
}
  }

.order-1 {
  order: 1;
}

.-order-1 {
  order: -1;
}

.skewed-image-wrapper {
  /* Creates a skewed parallelogram shape */
  -webkit-clip-path: inset(0 0 0 0 round 56px);
          clip-path: inset(0 0 0 0 round 56px);
  transform: skewX(-8deg);
  overflow: hidden;
}

.skewed-image-wrapper .skewed-image {
    width: 140%;
    height: 100%;
    transform: skewX(8deg) translateX(-20%);
  }

@media (min-width: 1024px) {

.skewed-image-wrapper .skewed-image {
      width: 120%;

      transform: skewX(8deg) translateX(-10%)
  }
    }

body {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

@media (min-width: 1024px) {

body {
    padding-top: 101px
}
  }

@media print {

body {
    padding-top: 0
}
  }

@media (min-width: 1024px) {

body.children-home {
    padding-top: 38px
}
  }

@media print {

body.children-home {
    padding-top: 0
}
  }

body.labogids {
  padding-top: 0;
}

/*! purgecss start ignore */

body.jobs-site {
  overflow-x: hidden;
}

/*! purgecss end ignore */

/**
 * 1. Make images "block" by default. Lazysizes needs the width of an image, to
 * calculate the sizes attribute. It's easy to forget adding "display: block".
 * You also wouldn't notice anything, srcset would just use the wrong image.
 *
 * On the other hand, you will notice it if you need "display: inline".
 *
 * There's also this issue:
 * https://github.com/aFarkas/lazysizes/issues/209
 *
 * So just using "display: block" makes lazysizes more robust.
 */

img {
  display: block; /* 1 */
  vertical-align: middle;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  line-height: 1.5;
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
  font-family: ;
}

.fonts-loaded body {
  font-family: DINRound;
}

body.jobs-site {
    font-family: europa;
    font-size: 17px;
    line-height: 26px;
  }

p {
  margin-top: 1.5rem;
}

@font-face {
  font-family: 'DINRound';

  src: url('/fonts/DINRound-Bold.woff2') format('woff2'),
        url('/fonts/DINRound-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'DINRound';

  src: url('/fonts/DINRound-Regular.woff2') format('woff2'),
        url('/fonts/DINRound-Regular.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'DINRound';

  src: url('/fonts/DINRound-Medium.woff2') format('woff2'),
        url('/fonts/DINRound-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'CeraPRO';

  src: url('/fonts/CeraPRO-Light.woff2') format('woff2'),
        url('/fonts/CeraPRO-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'CeraPRO';

  src: url('/fonts/CeraPRO-Bold.woff2') format('woff2'),
        url('/fonts/CeraPRO-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'CeraPRO';

  src: url('/fonts/CeraPRO-Medium.woff2') format('woff2'),
        url('/fonts/CeraPRO-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'CeraPRO';

  src: url('/fonts/CeraPRO-Black.woff2') format('woff2'),
        url('/fonts/CeraPRO-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;
}

/* @font-face {
    font-family: 'GoodDog';
    src: url('/fonts/gooddog-webfont.woff2') format('woff2'),
         url('/fonts/gooddog-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
  font-family: 'Vibur';

  src: url('/fonts/vibur-regular.woff2') format('woff2'),
         url('/fonts/vibur-regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'ClashDisplay';

  src: url('/fonts/ClashDisplay-Semibold.woff2') format('woff2'),
    url('/fonts/ClashDisplay-Semibold.woff') format('woff'),
    url('/fonts/ClashDisplay-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-display: swap;

  font-style: normal;
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */

.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--space-y-reverse));
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--space-y-reverse));
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--space-y-reverse));
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1rem * var(--space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--space-y-reverse));
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--space-y-reverse));
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2rem * var(--space-y-reverse));
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2rem * var(--space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
}

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--space-y-reverse));
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3rem * var(--space-y-reverse));
}

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3rem * var(--space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
}

.space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--space-y-reverse));
}

.space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--space-y-reverse));
}

.space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4rem * var(--space-y-reverse));
}

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(4rem * var(--space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
}

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5rem * var(--space-y-reverse));
}

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(5rem * var(--space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
}

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6rem * var(--space-y-reverse));
}

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(6rem * var(--space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
}

.space-y-26 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(7rem * var(--space-y-reverse));
}

.space-x-26 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(7rem * var(--space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
}

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8rem * var(--space-y-reverse));
}

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8rem * var(--space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
}

.space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(9rem * var(--space-y-reverse));
}

.space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(9rem * var(--space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
}

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10rem * var(--space-y-reverse));
}

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(10rem * var(--space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
}

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12rem * var(--space-y-reverse));
}

.space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(12rem * var(--space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
}

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14rem * var(--space-y-reverse));
}

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(14rem * var(--space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
}

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16rem * var(--space-y-reverse));
}

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16rem * var(--space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
}

.space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1px * var(--space-y-reverse));
}

.space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1px * var(--space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
}

.space-y-2px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2px * var(--space-y-reverse));
}

.space-x-2px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(2px * var(--space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
}

.space-y-1\/2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50% * var(--space-y-reverse));
}

.space-x-1\/2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50% * var(--space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
}

.space-y-1\/3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(33.333333% * var(--space-y-reverse));
}

.space-x-1\/3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(33.333333% * var(--space-x-reverse));
  margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
}

.space-y-2\/3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(66.666667% * var(--space-y-reverse));
}

.space-x-2\/3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(66.666667% * var(--space-x-reverse));
  margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-1\/4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.space-x-1\/4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.space-y-2\/4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50% * var(--space-y-reverse));
}

.space-x-2\/4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50% * var(--space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
}

.space-y-3\/4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75% * var(--space-y-reverse));
}

.space-x-3\/4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75% * var(--space-x-reverse));
  margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
}

.space-y-1\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20% * var(--space-y-reverse));
}

.space-x-1\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20% * var(--space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
}

.space-y-2\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40% * var(--space-y-reverse));
}

.space-x-2\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(40% * var(--space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
}

.space-y-3\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60% * var(--space-y-reverse));
}

.space-x-3\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(60% * var(--space-x-reverse));
  margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
}

.space-y-4\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80% * var(--space-y-reverse));
}

.space-x-4\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(80% * var(--space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
}

.space-y-1\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.space-x-1\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-2\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(33.333333% * var(--space-y-reverse));
}

.space-x-2\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(33.333333% * var(--space-x-reverse));
  margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
}

.space-y-3\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50% * var(--space-y-reverse));
}

.space-x-3\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50% * var(--space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
}

.space-y-4\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(66.666667% * var(--space-y-reverse));
}

.space-x-4\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(66.666667% * var(--space-x-reverse));
  margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-5\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(83.333333% * var(--space-y-reverse));
}

.space-x-5\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(83.333333% * var(--space-x-reverse));
  margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
}

.space-y-1\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8.333333% * var(--space-y-reverse));
}

.space-x-1\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(8.333333% * var(--space-x-reverse));
  margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
}

.space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--space-y-reverse));
}

.space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-3\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25% * var(--space-y-reverse));
}

.space-x-3\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(25% * var(--space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
}

.space-y-4\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(33.333333% * var(--space-y-reverse));
}

.space-x-4\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(33.333333% * var(--space-x-reverse));
  margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
}

.space-y-5\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(41.666667% * var(--space-y-reverse));
}

.space-x-5\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(41.666667% * var(--space-x-reverse));
  margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-6\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50% * var(--space-y-reverse));
}

.space-x-6\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(50% * var(--space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
}

.space-y-7\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(58.333333% * var(--space-y-reverse));
}

.space-x-7\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(58.333333% * var(--space-x-reverse));
  margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
}

.space-y-8\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(66.666667% * var(--space-y-reverse));
}

.space-x-8\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(66.666667% * var(--space-x-reverse));
  margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-9\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(75% * var(--space-y-reverse));
}

.space-x-9\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(75% * var(--space-x-reverse));
  margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
}

.space-y-10\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(83.333333% * var(--space-y-reverse));
}

.space-x-10\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(83.333333% * var(--space-x-reverse));
  margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
}

.space-y-11\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(91.666667% * var(--space-y-reverse));
}

.space-x-11\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(91.666667% * var(--space-x-reverse));
  margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
}

.space-y-full > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100% * var(--space-y-reverse));
}

.space-x-full > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100% * var(--space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
}

.space-y-screen > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(100vw * var(--space-y-reverse));
}

.space-x-screen > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(100vw * var(--space-x-reverse));
  margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
}

.space-y-10px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--space-y-reverse));
}

.space-x-10px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
}

.space-y-20px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.space-x-20px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

.space-y-30px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.space-x-30px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--space-y-reverse));
}

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--space-y-reverse));
}

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--space-y-reverse));
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1rem * var(--space-y-reverse));
}

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1rem * var(--space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--space-y-reverse));
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--space-y-reverse));
}

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2rem * var(--space-y-reverse));
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2rem * var(--space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--space-y-reverse));
}

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3rem * var(--space-y-reverse));
}

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3rem * var(--space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--space-y-reverse));
}

.-space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--space-y-reverse));
}

.-space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4rem * var(--space-y-reverse));
}

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-4rem * var(--space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5rem * var(--space-y-reverse));
}

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-5rem * var(--space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6rem * var(--space-y-reverse));
}

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-6rem * var(--space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-26 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-7rem * var(--space-y-reverse));
}

.-space-x-26 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-7rem * var(--space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8rem * var(--space-y-reverse));
}

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8rem * var(--space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-9rem * var(--space-y-reverse));
}

.-space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-9rem * var(--space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10rem * var(--space-y-reverse));
}

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-10rem * var(--space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12rem * var(--space-y-reverse));
}

.-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-12rem * var(--space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14rem * var(--space-y-reverse));
}

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-14rem * var(--space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16rem * var(--space-y-reverse));
}

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16rem * var(--space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-1px * var(--space-y-reverse));
}

.-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-1px * var(--space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
}

.-space-y-2px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2px * var(--space-y-reverse));
}

.-space-x-2px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-2px * var(--space-x-reverse));
  margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
}

.-space-y-1\/2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50% * var(--space-y-reverse));
}

.-space-x-1\/2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50% * var(--space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
}

.-space-y-1\/3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-33.33333% * var(--space-y-reverse));
}

.-space-x-1\/3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-33.33333% * var(--space-x-reverse));
  margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-2\/3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-66.66667% * var(--space-y-reverse));
}

.-space-x-2\/3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-66.66667% * var(--space-x-reverse));
  margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-1\/4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.-space-x-1\/4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.-space-y-2\/4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50% * var(--space-y-reverse));
}

.-space-x-2\/4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50% * var(--space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
}

.-space-y-3\/4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75% * var(--space-y-reverse));
}

.-space-x-3\/4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75% * var(--space-x-reverse));
  margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
}

.-space-y-1\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20% * var(--space-y-reverse));
}

.-space-x-1\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20% * var(--space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
}

.-space-y-2\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40% * var(--space-y-reverse));
}

.-space-x-2\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-40% * var(--space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
}

.-space-y-3\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60% * var(--space-y-reverse));
}

.-space-x-3\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-60% * var(--space-x-reverse));
  margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
}

.-space-y-4\/5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80% * var(--space-y-reverse));
}

.-space-x-4\/5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-80% * var(--space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
}

.-space-y-1\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.-space-x-1\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-2\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-33.33333% * var(--space-y-reverse));
}

.-space-x-2\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-33.33333% * var(--space-x-reverse));
  margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-3\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50% * var(--space-y-reverse));
}

.-space-x-3\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50% * var(--space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
}

.-space-y-4\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-66.66667% * var(--space-y-reverse));
}

.-space-x-4\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-66.66667% * var(--space-x-reverse));
  margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-5\/6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-83.33333% * var(--space-y-reverse));
}

.-space-x-5\/6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-83.33333% * var(--space-x-reverse));
  margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-1\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8.33333% * var(--space-y-reverse));
}

.-space-x-1\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-8.33333% * var(--space-x-reverse));
  margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-2\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--space-y-reverse));
}

.-space-x-2\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-3\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25% * var(--space-y-reverse));
}

.-space-x-3\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-25% * var(--space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
}

.-space-y-4\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-33.33333% * var(--space-y-reverse));
}

.-space-x-4\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-33.33333% * var(--space-x-reverse));
  margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-5\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-41.66667% * var(--space-y-reverse));
}

.-space-x-5\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-41.66667% * var(--space-x-reverse));
  margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-6\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50% * var(--space-y-reverse));
}

.-space-x-6\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-50% * var(--space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
}

.-space-y-7\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-58.33333% * var(--space-y-reverse));
}

.-space-x-7\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-58.33333% * var(--space-x-reverse));
  margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-8\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-66.66667% * var(--space-y-reverse));
}

.-space-x-8\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-66.66667% * var(--space-x-reverse));
  margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-9\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-75% * var(--space-y-reverse));
}

.-space-x-9\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-75% * var(--space-x-reverse));
  margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
}

.-space-y-10\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-83.33333% * var(--space-y-reverse));
}

.-space-x-10\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-83.33333% * var(--space-x-reverse));
  margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
}

.-space-y-11\/12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-91.66667% * var(--space-y-reverse));
}

.-space-x-11\/12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-91.66667% * var(--space-x-reverse));
  margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
}

.-space-y-full > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100% * var(--space-y-reverse));
}

.-space-x-full > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100% * var(--space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
}

.-space-y-screen > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-100vw * var(--space-y-reverse));
}

.-space-x-screen > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-100vw * var(--space-x-reverse));
  margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
}

.-space-y-10px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--space-y-reverse));
}

.-space-x-10px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
}

.-space-y-20px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.-space-x-20px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

.-space-y-30px > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.-space-x-30px > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1;
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1;
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(0px * var(--divide-y-reverse));
}

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(0px * var(--divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(2px * var(--divide-y-reverse));
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(2px * var(--divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-3 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(3px * var(--divide-y-reverse));
}

.divide-x-3 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(3px * var(--divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(4px * var(--divide-y-reverse));
}

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(4px * var(--divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-6 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(6px * var(--divide-y-reverse));
}

.divide-x-6 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(6px * var(--divide-x-reverse));
  border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(8px * var(--divide-y-reverse));
}

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(8px * var(--divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
  border-bottom-width: calc(1px * var(--divide-y-reverse));
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0;
  border-right-width: calc(1px * var(--divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1;
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1;
}

.divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent;
}

.divide-black-transparent > :not(template) ~ :not(template) {
  border-color: rgba(0,0,0,.15);
}

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--divide-opacity));
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--divide-opacity));
}

.divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--divide-opacity));
}

.divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--divide-opacity));
}

.divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--divide-opacity));
}

.divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--divide-opacity));
}

.divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--divide-opacity));
}

.divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--divide-opacity));
}

.divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--divide-opacity));
}

.divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--divide-opacity));
}

.divide-gray-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--divide-opacity));
}

.divide-red > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e94848;
  border-color: rgba(233, 72, 72, var(--divide-opacity));
}

.divide-orange > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f4a858;
  border-color: rgba(244, 168, 88, var(--divide-opacity));
}

.divide-yellow-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--divide-opacity));
}

.divide-yellow-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--divide-opacity));
}

.divide-yellow-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--divide-opacity));
}

.divide-yellow-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--divide-opacity));
}

.divide-yellow-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--divide-opacity));
}

.divide-yellow-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--divide-opacity));
}

.divide-yellow-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--divide-opacity));
}

.divide-yellow-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--divide-opacity));
}

.divide-yellow-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--divide-opacity));
}

.divide-green > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4ac16a;
  border-color: rgba(74, 193, 106, var(--divide-opacity));
}

.divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--divide-opacity));
}

.divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--divide-opacity));
}

.divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--divide-opacity));
}

.divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--divide-opacity));
}

.divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--divide-opacity));
}

.divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--divide-opacity));
}

.divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--divide-opacity));
}

.divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--divide-opacity));
}

.divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--divide-opacity));
}

.divide-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #027DB1;
  border-color: rgba(2, 125, 177, var(--divide-opacity));
}

.divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--divide-opacity));
}

.divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--divide-opacity));
}

.divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--divide-opacity));
}

.divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--divide-opacity));
}

.divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--divide-opacity));
}

.divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--divide-opacity));
}

.divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--divide-opacity));
}

.divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--divide-opacity));
}

.divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--divide-opacity));
}

.divide-purple > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #615287;
  border-color: rgba(97, 82, 135, var(--divide-opacity));
}

.divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--divide-opacity));
}

.divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--divide-opacity));
}

.divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--divide-opacity));
}

.divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--divide-opacity));
}

.divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--divide-opacity));
}

.divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--divide-opacity));
}

.divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--divide-opacity));
}

.divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--divide-opacity));
}

.divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--divide-opacity));
}

.divide-red-darker > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #D83B3B;
  border-color: rgba(216, 59, 59, var(--divide-opacity));
}

.divide-green-light > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #5AD37A;
  border-color: rgba(90, 211, 122, var(--divide-opacity));
}

.divide-green-darker > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3AAE59;
  border-color: rgba(58, 174, 89, var(--divide-opacity));
}

.divide-green-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #3FA45A;
  border-color: rgba(63, 164, 90, var(--divide-opacity));
}

.divide-lime > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #bad067;
  border-color: rgba(186, 208, 103, var(--divide-opacity));
}

.divide-blue-darker > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #0087BF;
  border-color: rgba(0, 135, 191, var(--divide-opacity));
}

.divide-blue-darkest > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #02648E;
  border-color: rgba(2, 100, 142, var(--divide-opacity));
}

.divide-grey > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #b7b7b7;
  border-color: rgba(183, 183, 183, var(--divide-opacity));
}

.divide-grey-extra-darker > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #2C2C2C;
  border-color: rgba(44, 44, 44, var(--divide-opacity));
}

.divide-grey-pinch-darker > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6d6d6d;
  border-color: rgba(109, 109, 109, var(--divide-opacity));
}

.divide-grey-darker > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #6C6C6C;
  border-color: rgba(108, 108, 108, var(--divide-opacity));
}

.divide-grey-darkest > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.divide-grey-medium > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #606060;
  border-color: rgba(96, 96, 96, var(--divide-opacity));
}

.divide-grey-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #303030;
  border-color: rgba(48, 48, 48, var(--divide-opacity));
}

.divide-grey-lighter > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--divide-opacity));
}

.divide-grey-light > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f2f2f2;
  border-color: rgba(242, 242, 242, var(--divide-opacity));
}

.divide-grey-lightest > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #f9f9f9;
  border-color: rgba(249, 249, 249, var(--divide-opacity));
}

.divide-jobs-purple > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #4B3E75;
  border-color: rgba(75, 62, 117, var(--divide-opacity));
}

.divide-jobs-pink > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #EF788A;
  border-color: rgba(239, 120, 138, var(--divide-opacity));
}

.divide-jobs-red > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #E3000F;
  border-color: rgba(227, 0, 15, var(--divide-opacity));
}

.divide-jobs-orange > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #F49B04;
  border-color: rgba(244, 155, 4, var(--divide-opacity));
}

.divide-jobs-yellow > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #FC0;
  border-color: rgba(255, 204, 0, var(--divide-opacity));
}

.divide-jobs-green > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #009B9B;
  border-color: rgba(0, 155, 155, var(--divide-opacity));
}

.divide-jobs-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #008BD2;
  border-color: rgba(0, 139, 210, var(--divide-opacity));
}

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid;
}

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed;
}

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted;
}

.divide-double > :not(template) ~ :not(template) {
  border-style: double;
}

.divide-none > :not(template) ~ :not(template) {
  border-style: none;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0;
}

.divide-opacity-10 > :not(template) ~ :not(template) {
  --divide-opacity: 0.10;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
}

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

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

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

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

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

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

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

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

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

.bg-black-transparent {
  background-color: rgba(0,0,0,.15);
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.bg-gray-400 {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.bg-gray-500 {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.bg-gray-600 {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.bg-gray-700 {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.bg-gray-800 {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.bg-gray-900 {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.bg-red {
  --bg-opacity: 1;
  background-color: #e94848;
  background-color: rgba(233, 72, 72, var(--bg-opacity));
}

.bg-orange {
  --bg-opacity: 1;
  background-color: #f4a858;
  background-color: rgba(244, 168, 88, var(--bg-opacity));
}

.bg-yellow-100 {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.bg-yellow-200 {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.bg-yellow-300 {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.bg-yellow-400 {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.bg-yellow-500 {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.bg-yellow-600 {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.bg-yellow-700 {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.bg-yellow-800 {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.bg-yellow-900 {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.bg-green {
  --bg-opacity: 1;
  background-color: #4ac16a;
  background-color: rgba(74, 193, 106, var(--bg-opacity));
}

.bg-teal-100 {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.bg-teal-200 {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.bg-teal-300 {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.bg-teal-400 {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.bg-teal-500 {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.bg-teal-600 {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.bg-teal-700 {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.bg-teal-800 {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.bg-teal-900 {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.bg-blue {
  --bg-opacity: 1;
  background-color: #027DB1;
  background-color: rgba(2, 125, 177, var(--bg-opacity));
}

.bg-indigo-100 {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.bg-indigo-200 {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.bg-indigo-300 {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.bg-indigo-400 {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.bg-indigo-500 {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.bg-indigo-600 {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.bg-indigo-700 {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.bg-indigo-800 {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.bg-indigo-900 {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.bg-purple {
  --bg-opacity: 1;
  background-color: #615287;
  background-color: rgba(97, 82, 135, var(--bg-opacity));
}

.bg-pink-100 {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.bg-pink-200 {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.bg-pink-300 {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.bg-pink-400 {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.bg-pink-500 {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.bg-pink-600 {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.bg-pink-700 {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.bg-pink-800 {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.bg-pink-900 {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.bg-red-darker {
  --bg-opacity: 1;
  background-color: #D83B3B;
  background-color: rgba(216, 59, 59, var(--bg-opacity));
}

.bg-green-light {
  --bg-opacity: 1;
  background-color: #5AD37A;
  background-color: rgba(90, 211, 122, var(--bg-opacity));
}

.bg-green-darker {
  --bg-opacity: 1;
  background-color: #3AAE59;
  background-color: rgba(58, 174, 89, var(--bg-opacity));
}

.bg-green-dark {
  --bg-opacity: 1;
  background-color: #3FA45A;
  background-color: rgba(63, 164, 90, var(--bg-opacity));
}

.bg-lime {
  --bg-opacity: 1;
  background-color: #bad067;
  background-color: rgba(186, 208, 103, var(--bg-opacity));
}

.bg-blue-darker {
  --bg-opacity: 1;
  background-color: #0087BF;
  background-color: rgba(0, 135, 191, var(--bg-opacity));
}

.bg-blue-darkest {
  --bg-opacity: 1;
  background-color: #02648E;
  background-color: rgba(2, 100, 142, var(--bg-opacity));
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #b7b7b7;
  background-color: rgba(183, 183, 183, var(--bg-opacity));
}

.bg-grey-extra-darker {
  --bg-opacity: 1;
  background-color: #2C2C2C;
  background-color: rgba(44, 44, 44, var(--bg-opacity));
}

.bg-grey-pinch-darker {
  --bg-opacity: 1;
  background-color: #6d6d6d;
  background-color: rgba(109, 109, 109, var(--bg-opacity));
}

.bg-grey-darker {
  --bg-opacity: 1;
  background-color: #6C6C6C;
  background-color: rgba(108, 108, 108, var(--bg-opacity));
}

.bg-grey-darkest {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.bg-grey-medium {
  --bg-opacity: 1;
  background-color: #606060;
  background-color: rgba(96, 96, 96, var(--bg-opacity));
}

.bg-grey-dark {
  --bg-opacity: 1;
  background-color: #303030;
  background-color: rgba(48, 48, 48, var(--bg-opacity));
}

.bg-grey-lighter {
  --bg-opacity: 1;
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, var(--bg-opacity));
}

.bg-grey-light {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.bg-grey-lightest {
  --bg-opacity: 1;
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, var(--bg-opacity));
}

.bg-jobs-purple {
  --bg-opacity: 1;
  background-color: #4B3E75;
  background-color: rgba(75, 62, 117, var(--bg-opacity));
}

.bg-jobs-pink {
  --bg-opacity: 1;
  background-color: #EF788A;
  background-color: rgba(239, 120, 138, var(--bg-opacity));
}

.bg-jobs-red {
  --bg-opacity: 1;
  background-color: #E3000F;
  background-color: rgba(227, 0, 15, var(--bg-opacity));
}

.bg-jobs-orange {
  --bg-opacity: 1;
  background-color: #F49B04;
  background-color: rgba(244, 155, 4, var(--bg-opacity));
}

.bg-jobs-yellow {
  --bg-opacity: 1;
  background-color: #FC0;
  background-color: rgba(255, 204, 0, var(--bg-opacity));
}

.bg-jobs-green {
  --bg-opacity: 1;
  background-color: #009B9B;
  background-color: rgba(0, 155, 155, var(--bg-opacity));
}

.bg-jobs-blue {
  --bg-opacity: 1;
  background-color: #008BD2;
  background-color: rgba(0, 139, 210, var(--bg-opacity));
}

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

.hover\:bg-black-transparent:hover {
  background-color: rgba(0,0,0,.15);
}

.hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.hover\:bg-gray-100:hover {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.hover\:bg-gray-200:hover {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.hover\:bg-gray-300:hover {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.hover\:bg-gray-400:hover {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.hover\:bg-gray-500:hover {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.hover\:bg-gray-600:hover {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.hover\:bg-gray-700:hover {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.hover\:bg-gray-800:hover {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.hover\:bg-gray-900:hover {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.hover\:bg-red:hover {
  --bg-opacity: 1;
  background-color: #e94848;
  background-color: rgba(233, 72, 72, var(--bg-opacity));
}

.hover\:bg-orange:hover {
  --bg-opacity: 1;
  background-color: #f4a858;
  background-color: rgba(244, 168, 88, var(--bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.hover\:bg-green:hover {
  --bg-opacity: 1;
  background-color: #4ac16a;
  background-color: rgba(74, 193, 106, var(--bg-opacity));
}

.hover\:bg-teal-100:hover {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.hover\:bg-teal-200:hover {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.hover\:bg-teal-300:hover {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.hover\:bg-teal-400:hover {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.hover\:bg-teal-500:hover {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.hover\:bg-teal-600:hover {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.hover\:bg-teal-700:hover {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.hover\:bg-teal-800:hover {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.hover\:bg-teal-900:hover {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.hover\:bg-blue:hover {
  --bg-opacity: 1;
  background-color: #027DB1;
  background-color: rgba(2, 125, 177, var(--bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.hover\:bg-purple:hover {
  --bg-opacity: 1;
  background-color: #615287;
  background-color: rgba(97, 82, 135, var(--bg-opacity));
}

.hover\:bg-pink-100:hover {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.hover\:bg-pink-200:hover {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.hover\:bg-pink-300:hover {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.hover\:bg-pink-400:hover {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.hover\:bg-pink-500:hover {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.hover\:bg-pink-600:hover {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.hover\:bg-pink-700:hover {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.hover\:bg-pink-800:hover {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.hover\:bg-pink-900:hover {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.hover\:bg-red-darker:hover {
  --bg-opacity: 1;
  background-color: #D83B3B;
  background-color: rgba(216, 59, 59, var(--bg-opacity));
}

.hover\:bg-green-light:hover {
  --bg-opacity: 1;
  background-color: #5AD37A;
  background-color: rgba(90, 211, 122, var(--bg-opacity));
}

.hover\:bg-green-darker:hover {
  --bg-opacity: 1;
  background-color: #3AAE59;
  background-color: rgba(58, 174, 89, var(--bg-opacity));
}

.hover\:bg-green-dark:hover {
  --bg-opacity: 1;
  background-color: #3FA45A;
  background-color: rgba(63, 164, 90, var(--bg-opacity));
}

.hover\:bg-lime:hover {
  --bg-opacity: 1;
  background-color: #bad067;
  background-color: rgba(186, 208, 103, var(--bg-opacity));
}

.hover\:bg-blue-darker:hover {
  --bg-opacity: 1;
  background-color: #0087BF;
  background-color: rgba(0, 135, 191, var(--bg-opacity));
}

.hover\:bg-blue-darkest:hover {
  --bg-opacity: 1;
  background-color: #02648E;
  background-color: rgba(2, 100, 142, var(--bg-opacity));
}

.hover\:bg-grey:hover {
  --bg-opacity: 1;
  background-color: #b7b7b7;
  background-color: rgba(183, 183, 183, var(--bg-opacity));
}

.hover\:bg-grey-extra-darker:hover {
  --bg-opacity: 1;
  background-color: #2C2C2C;
  background-color: rgba(44, 44, 44, var(--bg-opacity));
}

.hover\:bg-grey-pinch-darker:hover {
  --bg-opacity: 1;
  background-color: #6d6d6d;
  background-color: rgba(109, 109, 109, var(--bg-opacity));
}

.hover\:bg-grey-darker:hover {
  --bg-opacity: 1;
  background-color: #6C6C6C;
  background-color: rgba(108, 108, 108, var(--bg-opacity));
}

.hover\:bg-grey-darkest:hover {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.hover\:bg-grey-medium:hover {
  --bg-opacity: 1;
  background-color: #606060;
  background-color: rgba(96, 96, 96, var(--bg-opacity));
}

.hover\:bg-grey-dark:hover {
  --bg-opacity: 1;
  background-color: #303030;
  background-color: rgba(48, 48, 48, var(--bg-opacity));
}

.hover\:bg-grey-lighter:hover {
  --bg-opacity: 1;
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, var(--bg-opacity));
}

.hover\:bg-grey-light:hover {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.hover\:bg-grey-lightest:hover {
  --bg-opacity: 1;
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, var(--bg-opacity));
}

.hover\:bg-jobs-purple:hover {
  --bg-opacity: 1;
  background-color: #4B3E75;
  background-color: rgba(75, 62, 117, var(--bg-opacity));
}

.hover\:bg-jobs-pink:hover {
  --bg-opacity: 1;
  background-color: #EF788A;
  background-color: rgba(239, 120, 138, var(--bg-opacity));
}

.hover\:bg-jobs-red:hover {
  --bg-opacity: 1;
  background-color: #E3000F;
  background-color: rgba(227, 0, 15, var(--bg-opacity));
}

.hover\:bg-jobs-orange:hover {
  --bg-opacity: 1;
  background-color: #F49B04;
  background-color: rgba(244, 155, 4, var(--bg-opacity));
}

.hover\:bg-jobs-yellow:hover {
  --bg-opacity: 1;
  background-color: #FC0;
  background-color: rgba(255, 204, 0, var(--bg-opacity));
}

.hover\:bg-jobs-green:hover {
  --bg-opacity: 1;
  background-color: #009B9B;
  background-color: rgba(0, 155, 155, var(--bg-opacity));
}

.hover\:bg-jobs-blue:hover {
  --bg-opacity: 1;
  background-color: #008BD2;
  background-color: rgba(0, 139, 210, var(--bg-opacity));
}

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

.focus\:bg-black-transparent:focus {
  background-color: rgba(0,0,0,.15);
}

.focus\:bg-black:focus {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.focus\:bg-white:focus {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.focus\:bg-gray-100:focus {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.focus\:bg-gray-200:focus {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.focus\:bg-gray-300:focus {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.focus\:bg-gray-400:focus {
  --bg-opacity: 1;
  background-color: #cbd5e0;
  background-color: rgba(203, 213, 224, var(--bg-opacity));
}

.focus\:bg-gray-500:focus {
  --bg-opacity: 1;
  background-color: #a0aec0;
  background-color: rgba(160, 174, 192, var(--bg-opacity));
}

.focus\:bg-gray-600:focus {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity));
}

.focus\:bg-gray-700:focus {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity));
}

.focus\:bg-gray-800:focus {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
}

.focus\:bg-gray-900:focus {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}

.focus\:bg-red:focus {
  --bg-opacity: 1;
  background-color: #e94848;
  background-color: rgba(233, 72, 72, var(--bg-opacity));
}

.focus\:bg-orange:focus {
  --bg-opacity: 1;
  background-color: #f4a858;
  background-color: rgba(244, 168, 88, var(--bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --bg-opacity: 1;
  background-color: #fffff0;
  background-color: rgba(255, 255, 240, var(--bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --bg-opacity: 1;
  background-color: #fefcbf;
  background-color: rgba(254, 252, 191, var(--bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --bg-opacity: 1;
  background-color: #faf089;
  background-color: rgba(250, 240, 137, var(--bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --bg-opacity: 1;
  background-color: #f6e05e;
  background-color: rgba(246, 224, 94, var(--bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --bg-opacity: 1;
  background-color: #d69e2e;
  background-color: rgba(214, 158, 46, var(--bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --bg-opacity: 1;
  background-color: #b7791f;
  background-color: rgba(183, 121, 31, var(--bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --bg-opacity: 1;
  background-color: #975a16;
  background-color: rgba(151, 90, 22, var(--bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --bg-opacity: 1;
  background-color: #744210;
  background-color: rgba(116, 66, 16, var(--bg-opacity));
}

.focus\:bg-green:focus {
  --bg-opacity: 1;
  background-color: #4ac16a;
  background-color: rgba(74, 193, 106, var(--bg-opacity));
}

.focus\:bg-teal-100:focus {
  --bg-opacity: 1;
  background-color: #e6fffa;
  background-color: rgba(230, 255, 250, var(--bg-opacity));
}

.focus\:bg-teal-200:focus {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity));
}

.focus\:bg-teal-300:focus {
  --bg-opacity: 1;
  background-color: #81e6d9;
  background-color: rgba(129, 230, 217, var(--bg-opacity));
}

.focus\:bg-teal-400:focus {
  --bg-opacity: 1;
  background-color: #4fd1c5;
  background-color: rgba(79, 209, 197, var(--bg-opacity));
}

.focus\:bg-teal-500:focus {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity));
}

.focus\:bg-teal-600:focus {
  --bg-opacity: 1;
  background-color: #319795;
  background-color: rgba(49, 151, 149, var(--bg-opacity));
}

.focus\:bg-teal-700:focus {
  --bg-opacity: 1;
  background-color: #2c7a7b;
  background-color: rgba(44, 122, 123, var(--bg-opacity));
}

.focus\:bg-teal-800:focus {
  --bg-opacity: 1;
  background-color: #285e61;
  background-color: rgba(40, 94, 97, var(--bg-opacity));
}

.focus\:bg-teal-900:focus {
  --bg-opacity: 1;
  background-color: #234e52;
  background-color: rgba(35, 78, 82, var(--bg-opacity));
}

.focus\:bg-blue:focus {
  --bg-opacity: 1;
  background-color: #027DB1;
  background-color: rgba(2, 125, 177, var(--bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --bg-opacity: 1;
  background-color: #ebf4ff;
  background-color: rgba(235, 244, 255, var(--bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --bg-opacity: 1;
  background-color: #c3dafe;
  background-color: rgba(195, 218, 254, var(--bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --bg-opacity: 1;
  background-color: #a3bffa;
  background-color: rgba(163, 191, 250, var(--bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --bg-opacity: 1;
  background-color: #7f9cf5;
  background-color: rgba(127, 156, 245, var(--bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --bg-opacity: 1;
  background-color: #4c51bf;
  background-color: rgba(76, 81, 191, var(--bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --bg-opacity: 1;
  background-color: #434190;
  background-color: rgba(67, 65, 144, var(--bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --bg-opacity: 1;
  background-color: #3c366b;
  background-color: rgba(60, 54, 107, var(--bg-opacity));
}

.focus\:bg-purple:focus {
  --bg-opacity: 1;
  background-color: #615287;
  background-color: rgba(97, 82, 135, var(--bg-opacity));
}

.focus\:bg-pink-100:focus {
  --bg-opacity: 1;
  background-color: #fff5f7;
  background-color: rgba(255, 245, 247, var(--bg-opacity));
}

.focus\:bg-pink-200:focus {
  --bg-opacity: 1;
  background-color: #fed7e2;
  background-color: rgba(254, 215, 226, var(--bg-opacity));
}

.focus\:bg-pink-300:focus {
  --bg-opacity: 1;
  background-color: #fbb6ce;
  background-color: rgba(251, 182, 206, var(--bg-opacity));
}

.focus\:bg-pink-400:focus {
  --bg-opacity: 1;
  background-color: #f687b3;
  background-color: rgba(246, 135, 179, var(--bg-opacity));
}

.focus\:bg-pink-500:focus {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity));
}

.focus\:bg-pink-600:focus {
  --bg-opacity: 1;
  background-color: #d53f8c;
  background-color: rgba(213, 63, 140, var(--bg-opacity));
}

.focus\:bg-pink-700:focus {
  --bg-opacity: 1;
  background-color: #b83280;
  background-color: rgba(184, 50, 128, var(--bg-opacity));
}

.focus\:bg-pink-800:focus {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.focus\:bg-pink-900:focus {
  --bg-opacity: 1;
  background-color: #702459;
  background-color: rgba(112, 36, 89, var(--bg-opacity));
}

.focus\:bg-red-darker:focus {
  --bg-opacity: 1;
  background-color: #D83B3B;
  background-color: rgba(216, 59, 59, var(--bg-opacity));
}

.focus\:bg-green-light:focus {
  --bg-opacity: 1;
  background-color: #5AD37A;
  background-color: rgba(90, 211, 122, var(--bg-opacity));
}

.focus\:bg-green-darker:focus {
  --bg-opacity: 1;
  background-color: #3AAE59;
  background-color: rgba(58, 174, 89, var(--bg-opacity));
}

.focus\:bg-green-dark:focus {
  --bg-opacity: 1;
  background-color: #3FA45A;
  background-color: rgba(63, 164, 90, var(--bg-opacity));
}

.focus\:bg-lime:focus {
  --bg-opacity: 1;
  background-color: #bad067;
  background-color: rgba(186, 208, 103, var(--bg-opacity));
}

.focus\:bg-blue-darker:focus {
  --bg-opacity: 1;
  background-color: #0087BF;
  background-color: rgba(0, 135, 191, var(--bg-opacity));
}

.focus\:bg-blue-darkest:focus {
  --bg-opacity: 1;
  background-color: #02648E;
  background-color: rgba(2, 100, 142, var(--bg-opacity));
}

.focus\:bg-grey:focus {
  --bg-opacity: 1;
  background-color: #b7b7b7;
  background-color: rgba(183, 183, 183, var(--bg-opacity));
}

.focus\:bg-grey-extra-darker:focus {
  --bg-opacity: 1;
  background-color: #2C2C2C;
  background-color: rgba(44, 44, 44, var(--bg-opacity));
}

.focus\:bg-grey-pinch-darker:focus {
  --bg-opacity: 1;
  background-color: #6d6d6d;
  background-color: rgba(109, 109, 109, var(--bg-opacity));
}

.focus\:bg-grey-darker:focus {
  --bg-opacity: 1;
  background-color: #6C6C6C;
  background-color: rgba(108, 108, 108, var(--bg-opacity));
}

.focus\:bg-grey-darkest:focus {
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.focus\:bg-grey-medium:focus {
  --bg-opacity: 1;
  background-color: #606060;
  background-color: rgba(96, 96, 96, var(--bg-opacity));
}

.focus\:bg-grey-dark:focus {
  --bg-opacity: 1;
  background-color: #303030;
  background-color: rgba(48, 48, 48, var(--bg-opacity));
}

.focus\:bg-grey-lighter:focus {
  --bg-opacity: 1;
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, var(--bg-opacity));
}

.focus\:bg-grey-light:focus {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.focus\:bg-grey-lightest:focus {
  --bg-opacity: 1;
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, var(--bg-opacity));
}

.focus\:bg-jobs-purple:focus {
  --bg-opacity: 1;
  background-color: #4B3E75;
  background-color: rgba(75, 62, 117, var(--bg-opacity));
}

.focus\:bg-jobs-pink:focus {
  --bg-opacity: 1;
  background-color: #EF788A;
  background-color: rgba(239, 120, 138, var(--bg-opacity));
}

.focus\:bg-jobs-red:focus {
  --bg-opacity: 1;
  background-color: #E3000F;
  background-color: rgba(227, 0, 15, var(--bg-opacity));
}

.focus\:bg-jobs-orange:focus {
  --bg-opacity: 1;
  background-color: #F49B04;
  background-color: rgba(244, 155, 4, var(--bg-opacity));
}

.focus\:bg-jobs-yellow:focus {
  --bg-opacity: 1;
  background-color: #FC0;
  background-color: rgba(255, 204, 0, var(--bg-opacity));
}

.focus\:bg-jobs-green:focus {
  --bg-opacity: 1;
  background-color: #009B9B;
  background-color: rgba(0, 155, 155, var(--bg-opacity));
}

.focus\:bg-jobs-blue:focus {
  --bg-opacity: 1;
  background-color: #008BD2;
  background-color: rgba(0, 139, 210, var(--bg-opacity));
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops));
}

.from-transparent {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-black-transparent {
  --gradient-from-color: rgba(0,0,0,.15);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-black {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.from-white {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.from-gray-100 {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.from-gray-200 {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.from-gray-300 {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.from-gray-400 {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.from-gray-500 {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.from-gray-600 {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.from-gray-700 {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.from-gray-800 {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.from-gray-900 {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.from-red {
  --gradient-from-color: #e94848;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
}

.from-orange {
  --gradient-from-color: #f4a858;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
}

.from-yellow-100 {
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.from-yellow-200 {
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.from-yellow-300 {
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.from-yellow-400 {
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.from-yellow-500 {
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.from-yellow-600 {
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.from-yellow-700 {
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.from-yellow-800 {
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.from-yellow-900 {
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.from-green {
  --gradient-from-color: #4ac16a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
}

.from-teal-100 {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.from-teal-200 {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.from-teal-300 {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.from-teal-400 {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.from-teal-500 {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.from-teal-600 {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.from-teal-700 {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.from-teal-800 {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.from-teal-900 {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.from-blue {
  --gradient-from-color: #027DB1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
}

.from-indigo-100 {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.from-indigo-200 {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.from-indigo-300 {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.from-indigo-400 {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.from-indigo-500 {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.from-indigo-600 {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.from-indigo-700 {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.from-indigo-800 {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.from-indigo-900 {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.from-purple {
  --gradient-from-color: #615287;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
}

.from-pink-100 {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.from-pink-200 {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.from-pink-300 {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.from-pink-400 {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.from-pink-500 {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.from-pink-600 {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.from-pink-700 {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.from-pink-800 {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.from-pink-900 {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.from-red-darker {
  --gradient-from-color: #D83B3B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
}

.from-green-light {
  --gradient-from-color: #5AD37A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
}

.from-green-darker {
  --gradient-from-color: #3AAE59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
}

.from-green-dark {
  --gradient-from-color: #3FA45A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
}

.from-lime {
  --gradient-from-color: #bad067;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
}

.from-blue-darker {
  --gradient-from-color: #0087BF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
}

.from-blue-darkest {
  --gradient-from-color: #02648E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
}

.from-grey {
  --gradient-from-color: #b7b7b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
}

.from-grey-extra-darker {
  --gradient-from-color: #2C2C2C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
}

.from-grey-pinch-darker {
  --gradient-from-color: #6d6d6d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
}

.from-grey-darker {
  --gradient-from-color: #6C6C6C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
}

.from-grey-darkest {
  --gradient-from-color: #707070;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
}

.from-grey-medium {
  --gradient-from-color: #606060;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
}

.from-grey-dark {
  --gradient-from-color: #303030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
}

.from-grey-lighter {
  --gradient-from-color: #d8d8d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
}

.from-grey-light {
  --gradient-from-color: #f2f2f2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
}

.from-grey-lightest {
  --gradient-from-color: #f9f9f9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
}

.from-jobs-purple {
  --gradient-from-color: #4B3E75;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
}

.from-jobs-pink {
  --gradient-from-color: #EF788A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
}

.from-jobs-red {
  --gradient-from-color: #E3000F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
}

.from-jobs-orange {
  --gradient-from-color: #F49B04;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
}

.from-jobs-yellow {
  --gradient-from-color: #FC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
}

.from-jobs-green {
  --gradient-from-color: #009B9B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
}

.from-jobs-blue {
  --gradient-from-color: #008BD2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
}

.via-transparent {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-black-transparent {
  --gradient-via-color: rgba(0,0,0,.15);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-black {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.via-white {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.via-gray-100 {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.via-gray-200 {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.via-gray-300 {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.via-gray-400 {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.via-gray-500 {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.via-gray-600 {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.via-gray-700 {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.via-gray-800 {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.via-gray-900 {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.via-red {
  --gradient-via-color: #e94848;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
}

.via-orange {
  --gradient-via-color: #f4a858;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
}

.via-yellow-100 {
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.via-yellow-200 {
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.via-yellow-300 {
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.via-yellow-400 {
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.via-yellow-500 {
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.via-yellow-600 {
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.via-yellow-700 {
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.via-yellow-800 {
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.via-yellow-900 {
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.via-green {
  --gradient-via-color: #4ac16a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
}

.via-teal-100 {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.via-teal-200 {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.via-teal-300 {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.via-teal-400 {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.via-teal-500 {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.via-teal-600 {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.via-teal-700 {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.via-teal-800 {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.via-teal-900 {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.via-blue {
  --gradient-via-color: #027DB1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
}

.via-indigo-100 {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.via-indigo-200 {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.via-indigo-300 {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.via-indigo-400 {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.via-indigo-500 {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.via-indigo-600 {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.via-indigo-700 {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.via-indigo-800 {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.via-indigo-900 {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.via-purple {
  --gradient-via-color: #615287;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
}

.via-pink-100 {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.via-pink-200 {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.via-pink-300 {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.via-pink-400 {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.via-pink-500 {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.via-pink-600 {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.via-pink-700 {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.via-pink-800 {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.via-pink-900 {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.via-red-darker {
  --gradient-via-color: #D83B3B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
}

.via-green-light {
  --gradient-via-color: #5AD37A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
}

.via-green-darker {
  --gradient-via-color: #3AAE59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
}

.via-green-dark {
  --gradient-via-color: #3FA45A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
}

.via-lime {
  --gradient-via-color: #bad067;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
}

.via-blue-darker {
  --gradient-via-color: #0087BF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
}

.via-blue-darkest {
  --gradient-via-color: #02648E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
}

.via-grey {
  --gradient-via-color: #b7b7b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
}

.via-grey-extra-darker {
  --gradient-via-color: #2C2C2C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
}

.via-grey-pinch-darker {
  --gradient-via-color: #6d6d6d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
}

.via-grey-darker {
  --gradient-via-color: #6C6C6C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
}

.via-grey-darkest {
  --gradient-via-color: #707070;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
}

.via-grey-medium {
  --gradient-via-color: #606060;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
}

.via-grey-dark {
  --gradient-via-color: #303030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
}

.via-grey-lighter {
  --gradient-via-color: #d8d8d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
}

.via-grey-light {
  --gradient-via-color: #f2f2f2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
}

.via-grey-lightest {
  --gradient-via-color: #f9f9f9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
}

.via-jobs-purple {
  --gradient-via-color: #4B3E75;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
}

.via-jobs-pink {
  --gradient-via-color: #EF788A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
}

.via-jobs-red {
  --gradient-via-color: #E3000F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
}

.via-jobs-orange {
  --gradient-via-color: #F49B04;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
}

.via-jobs-yellow {
  --gradient-via-color: #FC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
}

.via-jobs-green {
  --gradient-via-color: #009B9B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
}

.via-jobs-blue {
  --gradient-via-color: #008BD2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
}

.to-transparent {
  --gradient-to-color: transparent;
}

.to-black-transparent {
  --gradient-to-color: rgba(0,0,0,.15);
}

.to-black {
  --gradient-to-color: #000;
}

.to-white {
  --gradient-to-color: #fff;
}

.to-gray-100 {
  --gradient-to-color: #f7fafc;
}

.to-gray-200 {
  --gradient-to-color: #edf2f7;
}

.to-gray-300 {
  --gradient-to-color: #e2e8f0;
}

.to-gray-400 {
  --gradient-to-color: #cbd5e0;
}

.to-gray-500 {
  --gradient-to-color: #a0aec0;
}

.to-gray-600 {
  --gradient-to-color: #718096;
}

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

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

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

.to-red {
  --gradient-to-color: #e94848;
}

.to-orange {
  --gradient-to-color: #f4a858;
}

.to-yellow-100 {
  --gradient-to-color: #fffff0;
}

.to-yellow-200 {
  --gradient-to-color: #fefcbf;
}

.to-yellow-300 {
  --gradient-to-color: #faf089;
}

.to-yellow-400 {
  --gradient-to-color: #f6e05e;
}

.to-yellow-500 {
  --gradient-to-color: #ecc94b;
}

.to-yellow-600 {
  --gradient-to-color: #d69e2e;
}

.to-yellow-700 {
  --gradient-to-color: #b7791f;
}

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

.to-yellow-900 {
  --gradient-to-color: #744210;
}

.to-green {
  --gradient-to-color: #4ac16a;
}

.to-teal-100 {
  --gradient-to-color: #e6fffa;
}

.to-teal-200 {
  --gradient-to-color: #b2f5ea;
}

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

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

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

.to-teal-600 {
  --gradient-to-color: #319795;
}

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

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

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

.to-blue {
  --gradient-to-color: #027DB1;
}

.to-indigo-100 {
  --gradient-to-color: #ebf4ff;
}

.to-indigo-200 {
  --gradient-to-color: #c3dafe;
}

.to-indigo-300 {
  --gradient-to-color: #a3bffa;
}

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

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

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

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

.to-indigo-800 {
  --gradient-to-color: #434190;
}

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

.to-purple {
  --gradient-to-color: #615287;
}

.to-pink-100 {
  --gradient-to-color: #fff5f7;
}

.to-pink-200 {
  --gradient-to-color: #fed7e2;
}

.to-pink-300 {
  --gradient-to-color: #fbb6ce;
}

.to-pink-400 {
  --gradient-to-color: #f687b3;
}

.to-pink-500 {
  --gradient-to-color: #ed64a6;
}

.to-pink-600 {
  --gradient-to-color: #d53f8c;
}

.to-pink-700 {
  --gradient-to-color: #b83280;
}

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

.to-pink-900 {
  --gradient-to-color: #702459;
}

.to-red-darker {
  --gradient-to-color: #D83B3B;
}

.to-green-light {
  --gradient-to-color: #5AD37A;
}

.to-green-darker {
  --gradient-to-color: #3AAE59;
}

.to-green-dark {
  --gradient-to-color: #3FA45A;
}

.to-lime {
  --gradient-to-color: #bad067;
}

.to-blue-darker {
  --gradient-to-color: #0087BF;
}

.to-blue-darkest {
  --gradient-to-color: #02648E;
}

.to-grey {
  --gradient-to-color: #b7b7b7;
}

.to-grey-extra-darker {
  --gradient-to-color: #2C2C2C;
}

.to-grey-pinch-darker {
  --gradient-to-color: #6d6d6d;
}

.to-grey-darker {
  --gradient-to-color: #6C6C6C;
}

.to-grey-darkest {
  --gradient-to-color: #707070;
}

.to-grey-medium {
  --gradient-to-color: #606060;
}

.to-grey-dark {
  --gradient-to-color: #303030;
}

.to-grey-lighter {
  --gradient-to-color: #d8d8d8;
}

.to-grey-light {
  --gradient-to-color: #f2f2f2;
}

.to-grey-lightest {
  --gradient-to-color: #f9f9f9;
}

.to-jobs-purple {
  --gradient-to-color: #4B3E75;
}

.to-jobs-pink {
  --gradient-to-color: #EF788A;
}

.to-jobs-red {
  --gradient-to-color: #E3000F;
}

.to-jobs-orange {
  --gradient-to-color: #F49B04;
}

.to-jobs-yellow {
  --gradient-to-color: #FC0;
}

.to-jobs-green {
  --gradient-to-color: #009B9B;
}

.to-jobs-blue {
  --gradient-to-color: #008BD2;
}

.hover\:from-transparent:hover {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-black-transparent:hover {
  --gradient-from-color: rgba(0,0,0,.15);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-black:hover {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:from-gray-100:hover {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:from-gray-200:hover {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:from-gray-300:hover {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:from-gray-400:hover {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:from-gray-500:hover {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:from-gray-600:hover {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:from-gray-700:hover {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:from-gray-800:hover {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:from-gray-900:hover {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:from-red:hover {
  --gradient-from-color: #e94848;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
}

.hover\:from-orange:hover {
  --gradient-from-color: #f4a858;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
}

.hover\:from-yellow-100:hover {
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.hover\:from-yellow-200:hover {
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.hover\:from-yellow-300:hover {
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.hover\:from-yellow-400:hover {
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.hover\:from-yellow-500:hover {
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.hover\:from-yellow-600:hover {
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.hover\:from-yellow-700:hover {
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.hover\:from-yellow-800:hover {
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.hover\:from-yellow-900:hover {
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.hover\:from-green:hover {
  --gradient-from-color: #4ac16a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
}

.hover\:from-teal-100:hover {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.hover\:from-teal-200:hover {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.hover\:from-teal-300:hover {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.hover\:from-teal-400:hover {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.hover\:from-teal-500:hover {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.hover\:from-teal-600:hover {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.hover\:from-teal-700:hover {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.hover\:from-teal-800:hover {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.hover\:from-teal-900:hover {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.hover\:from-blue:hover {
  --gradient-from-color: #027DB1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
}

.hover\:from-indigo-100:hover {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.hover\:from-indigo-200:hover {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.hover\:from-indigo-300:hover {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.hover\:from-indigo-400:hover {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.hover\:from-indigo-500:hover {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.hover\:from-indigo-600:hover {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.hover\:from-indigo-700:hover {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.hover\:from-indigo-800:hover {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.hover\:from-indigo-900:hover {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.hover\:from-purple:hover {
  --gradient-from-color: #615287;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
}

.hover\:from-pink-100:hover {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.hover\:from-pink-200:hover {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.hover\:from-pink-300:hover {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.hover\:from-pink-400:hover {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.hover\:from-pink-500:hover {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.hover\:from-pink-600:hover {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.hover\:from-pink-700:hover {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.hover\:from-pink-800:hover {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.hover\:from-pink-900:hover {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.hover\:from-red-darker:hover {
  --gradient-from-color: #D83B3B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
}

.hover\:from-green-light:hover {
  --gradient-from-color: #5AD37A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
}

.hover\:from-green-darker:hover {
  --gradient-from-color: #3AAE59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
}

.hover\:from-green-dark:hover {
  --gradient-from-color: #3FA45A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
}

.hover\:from-lime:hover {
  --gradient-from-color: #bad067;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
}

.hover\:from-blue-darker:hover {
  --gradient-from-color: #0087BF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
}

.hover\:from-blue-darkest:hover {
  --gradient-from-color: #02648E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
}

.hover\:from-grey:hover {
  --gradient-from-color: #b7b7b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
}

.hover\:from-grey-extra-darker:hover {
  --gradient-from-color: #2C2C2C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
}

.hover\:from-grey-pinch-darker:hover {
  --gradient-from-color: #6d6d6d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
}

.hover\:from-grey-darker:hover {
  --gradient-from-color: #6C6C6C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
}

.hover\:from-grey-darkest:hover {
  --gradient-from-color: #707070;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
}

.hover\:from-grey-medium:hover {
  --gradient-from-color: #606060;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
}

.hover\:from-grey-dark:hover {
  --gradient-from-color: #303030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
}

.hover\:from-grey-lighter:hover {
  --gradient-from-color: #d8d8d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
}

.hover\:from-grey-light:hover {
  --gradient-from-color: #f2f2f2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
}

.hover\:from-grey-lightest:hover {
  --gradient-from-color: #f9f9f9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
}

.hover\:from-jobs-purple:hover {
  --gradient-from-color: #4B3E75;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
}

.hover\:from-jobs-pink:hover {
  --gradient-from-color: #EF788A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
}

.hover\:from-jobs-red:hover {
  --gradient-from-color: #E3000F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
}

.hover\:from-jobs-orange:hover {
  --gradient-from-color: #F49B04;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
}

.hover\:from-jobs-yellow:hover {
  --gradient-from-color: #FC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
}

.hover\:from-jobs-green:hover {
  --gradient-from-color: #009B9B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
}

.hover\:from-jobs-blue:hover {
  --gradient-from-color: #008BD2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
}

.hover\:via-transparent:hover {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-black-transparent:hover {
  --gradient-via-color: rgba(0,0,0,.15);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-black:hover {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.hover\:via-gray-100:hover {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.hover\:via-gray-200:hover {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.hover\:via-gray-300:hover {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.hover\:via-gray-400:hover {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.hover\:via-gray-500:hover {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.hover\:via-gray-600:hover {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.hover\:via-gray-700:hover {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.hover\:via-gray-800:hover {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.hover\:via-gray-900:hover {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.hover\:via-red:hover {
  --gradient-via-color: #e94848;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
}

.hover\:via-orange:hover {
  --gradient-via-color: #f4a858;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
}

.hover\:via-yellow-100:hover {
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.hover\:via-yellow-200:hover {
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.hover\:via-yellow-300:hover {
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.hover\:via-yellow-400:hover {
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.hover\:via-yellow-500:hover {
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.hover\:via-yellow-600:hover {
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.hover\:via-yellow-700:hover {
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.hover\:via-yellow-800:hover {
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.hover\:via-yellow-900:hover {
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.hover\:via-green:hover {
  --gradient-via-color: #4ac16a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
}

.hover\:via-teal-100:hover {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.hover\:via-teal-200:hover {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.hover\:via-teal-300:hover {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.hover\:via-teal-400:hover {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.hover\:via-teal-500:hover {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.hover\:via-teal-600:hover {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.hover\:via-teal-700:hover {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.hover\:via-teal-800:hover {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.hover\:via-teal-900:hover {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.hover\:via-blue:hover {
  --gradient-via-color: #027DB1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
}

.hover\:via-indigo-100:hover {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.hover\:via-indigo-200:hover {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.hover\:via-indigo-300:hover {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.hover\:via-indigo-400:hover {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.hover\:via-indigo-500:hover {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.hover\:via-indigo-600:hover {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.hover\:via-indigo-700:hover {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.hover\:via-indigo-800:hover {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.hover\:via-indigo-900:hover {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.hover\:via-purple:hover {
  --gradient-via-color: #615287;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
}

.hover\:via-pink-100:hover {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.hover\:via-pink-200:hover {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.hover\:via-pink-300:hover {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.hover\:via-pink-400:hover {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.hover\:via-pink-500:hover {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.hover\:via-pink-600:hover {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.hover\:via-pink-700:hover {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.hover\:via-pink-800:hover {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.hover\:via-pink-900:hover {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.hover\:via-red-darker:hover {
  --gradient-via-color: #D83B3B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
}

.hover\:via-green-light:hover {
  --gradient-via-color: #5AD37A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
}

.hover\:via-green-darker:hover {
  --gradient-via-color: #3AAE59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
}

.hover\:via-green-dark:hover {
  --gradient-via-color: #3FA45A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
}

.hover\:via-lime:hover {
  --gradient-via-color: #bad067;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
}

.hover\:via-blue-darker:hover {
  --gradient-via-color: #0087BF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
}

.hover\:via-blue-darkest:hover {
  --gradient-via-color: #02648E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
}

.hover\:via-grey:hover {
  --gradient-via-color: #b7b7b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
}

.hover\:via-grey-extra-darker:hover {
  --gradient-via-color: #2C2C2C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
}

.hover\:via-grey-pinch-darker:hover {
  --gradient-via-color: #6d6d6d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
}

.hover\:via-grey-darker:hover {
  --gradient-via-color: #6C6C6C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
}

.hover\:via-grey-darkest:hover {
  --gradient-via-color: #707070;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
}

.hover\:via-grey-medium:hover {
  --gradient-via-color: #606060;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
}

.hover\:via-grey-dark:hover {
  --gradient-via-color: #303030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
}

.hover\:via-grey-lighter:hover {
  --gradient-via-color: #d8d8d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
}

.hover\:via-grey-light:hover {
  --gradient-via-color: #f2f2f2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
}

.hover\:via-grey-lightest:hover {
  --gradient-via-color: #f9f9f9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
}

.hover\:via-jobs-purple:hover {
  --gradient-via-color: #4B3E75;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
}

.hover\:via-jobs-pink:hover {
  --gradient-via-color: #EF788A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
}

.hover\:via-jobs-red:hover {
  --gradient-via-color: #E3000F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
}

.hover\:via-jobs-orange:hover {
  --gradient-via-color: #F49B04;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
}

.hover\:via-jobs-yellow:hover {
  --gradient-via-color: #FC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
}

.hover\:via-jobs-green:hover {
  --gradient-via-color: #009B9B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
}

.hover\:via-jobs-blue:hover {
  --gradient-via-color: #008BD2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
}

.hover\:to-transparent:hover {
  --gradient-to-color: transparent;
}

.hover\:to-black-transparent:hover {
  --gradient-to-color: rgba(0,0,0,.15);
}

.hover\:to-black:hover {
  --gradient-to-color: #000;
}

.hover\:to-white:hover {
  --gradient-to-color: #fff;
}

.hover\:to-gray-100:hover {
  --gradient-to-color: #f7fafc;
}

.hover\:to-gray-200:hover {
  --gradient-to-color: #edf2f7;
}

.hover\:to-gray-300:hover {
  --gradient-to-color: #e2e8f0;
}

.hover\:to-gray-400:hover {
  --gradient-to-color: #cbd5e0;
}

.hover\:to-gray-500:hover {
  --gradient-to-color: #a0aec0;
}

.hover\:to-gray-600:hover {
  --gradient-to-color: #718096;
}

.hover\:to-gray-700:hover {
  --gradient-to-color: #4a5568;
}

.hover\:to-gray-800:hover {
  --gradient-to-color: #2d3748;
}

.hover\:to-gray-900:hover {
  --gradient-to-color: #1a202c;
}

.hover\:to-red:hover {
  --gradient-to-color: #e94848;
}

.hover\:to-orange:hover {
  --gradient-to-color: #f4a858;
}

.hover\:to-yellow-100:hover {
  --gradient-to-color: #fffff0;
}

.hover\:to-yellow-200:hover {
  --gradient-to-color: #fefcbf;
}

.hover\:to-yellow-300:hover {
  --gradient-to-color: #faf089;
}

.hover\:to-yellow-400:hover {
  --gradient-to-color: #f6e05e;
}

.hover\:to-yellow-500:hover {
  --gradient-to-color: #ecc94b;
}

.hover\:to-yellow-600:hover {
  --gradient-to-color: #d69e2e;
}

.hover\:to-yellow-700:hover {
  --gradient-to-color: #b7791f;
}

.hover\:to-yellow-800:hover {
  --gradient-to-color: #975a16;
}

.hover\:to-yellow-900:hover {
  --gradient-to-color: #744210;
}

.hover\:to-green:hover {
  --gradient-to-color: #4ac16a;
}

.hover\:to-teal-100:hover {
  --gradient-to-color: #e6fffa;
}

.hover\:to-teal-200:hover {
  --gradient-to-color: #b2f5ea;
}

.hover\:to-teal-300:hover {
  --gradient-to-color: #81e6d9;
}

.hover\:to-teal-400:hover {
  --gradient-to-color: #4fd1c5;
}

.hover\:to-teal-500:hover {
  --gradient-to-color: #38b2ac;
}

.hover\:to-teal-600:hover {
  --gradient-to-color: #319795;
}

.hover\:to-teal-700:hover {
  --gradient-to-color: #2c7a7b;
}

.hover\:to-teal-800:hover {
  --gradient-to-color: #285e61;
}

.hover\:to-teal-900:hover {
  --gradient-to-color: #234e52;
}

.hover\:to-blue:hover {
  --gradient-to-color: #027DB1;
}

.hover\:to-indigo-100:hover {
  --gradient-to-color: #ebf4ff;
}

.hover\:to-indigo-200:hover {
  --gradient-to-color: #c3dafe;
}

.hover\:to-indigo-300:hover {
  --gradient-to-color: #a3bffa;
}

.hover\:to-indigo-400:hover {
  --gradient-to-color: #7f9cf5;
}

.hover\:to-indigo-500:hover {
  --gradient-to-color: #667eea;
}

.hover\:to-indigo-600:hover {
  --gradient-to-color: #5a67d8;
}

.hover\:to-indigo-700:hover {
  --gradient-to-color: #4c51bf;
}

.hover\:to-indigo-800:hover {
  --gradient-to-color: #434190;
}

.hover\:to-indigo-900:hover {
  --gradient-to-color: #3c366b;
}

.hover\:to-purple:hover {
  --gradient-to-color: #615287;
}

.hover\:to-pink-100:hover {
  --gradient-to-color: #fff5f7;
}

.hover\:to-pink-200:hover {
  --gradient-to-color: #fed7e2;
}

.hover\:to-pink-300:hover {
  --gradient-to-color: #fbb6ce;
}

.hover\:to-pink-400:hover {
  --gradient-to-color: #f687b3;
}

.hover\:to-pink-500:hover {
  --gradient-to-color: #ed64a6;
}

.hover\:to-pink-600:hover {
  --gradient-to-color: #d53f8c;
}

.hover\:to-pink-700:hover {
  --gradient-to-color: #b83280;
}

.hover\:to-pink-800:hover {
  --gradient-to-color: #97266d;
}

.hover\:to-pink-900:hover {
  --gradient-to-color: #702459;
}

.hover\:to-red-darker:hover {
  --gradient-to-color: #D83B3B;
}

.hover\:to-green-light:hover {
  --gradient-to-color: #5AD37A;
}

.hover\:to-green-darker:hover {
  --gradient-to-color: #3AAE59;
}

.hover\:to-green-dark:hover {
  --gradient-to-color: #3FA45A;
}

.hover\:to-lime:hover {
  --gradient-to-color: #bad067;
}

.hover\:to-blue-darker:hover {
  --gradient-to-color: #0087BF;
}

.hover\:to-blue-darkest:hover {
  --gradient-to-color: #02648E;
}

.hover\:to-grey:hover {
  --gradient-to-color: #b7b7b7;
}

.hover\:to-grey-extra-darker:hover {
  --gradient-to-color: #2C2C2C;
}

.hover\:to-grey-pinch-darker:hover {
  --gradient-to-color: #6d6d6d;
}

.hover\:to-grey-darker:hover {
  --gradient-to-color: #6C6C6C;
}

.hover\:to-grey-darkest:hover {
  --gradient-to-color: #707070;
}

.hover\:to-grey-medium:hover {
  --gradient-to-color: #606060;
}

.hover\:to-grey-dark:hover {
  --gradient-to-color: #303030;
}

.hover\:to-grey-lighter:hover {
  --gradient-to-color: #d8d8d8;
}

.hover\:to-grey-light:hover {
  --gradient-to-color: #f2f2f2;
}

.hover\:to-grey-lightest:hover {
  --gradient-to-color: #f9f9f9;
}

.hover\:to-jobs-purple:hover {
  --gradient-to-color: #4B3E75;
}

.hover\:to-jobs-pink:hover {
  --gradient-to-color: #EF788A;
}

.hover\:to-jobs-red:hover {
  --gradient-to-color: #E3000F;
}

.hover\:to-jobs-orange:hover {
  --gradient-to-color: #F49B04;
}

.hover\:to-jobs-yellow:hover {
  --gradient-to-color: #FC0;
}

.hover\:to-jobs-green:hover {
  --gradient-to-color: #009B9B;
}

.hover\:to-jobs-blue:hover {
  --gradient-to-color: #008BD2;
}

.focus\:from-transparent:focus {
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-black-transparent:focus {
  --gradient-from-color: rgba(0,0,0,.15);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-black:focus {
  --gradient-from-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --gradient-from-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:from-gray-100:focus {
  --gradient-from-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:from-gray-200:focus {
  --gradient-from-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:from-gray-300:focus {
  --gradient-from-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:from-gray-400:focus {
  --gradient-from-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:from-gray-500:focus {
  --gradient-from-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:from-gray-600:focus {
  --gradient-from-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:from-gray-700:focus {
  --gradient-from-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:from-gray-800:focus {
  --gradient-from-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:from-gray-900:focus {
  --gradient-from-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:from-red:focus {
  --gradient-from-color: #e94848;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
}

.focus\:from-orange:focus {
  --gradient-from-color: #f4a858;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
}

.focus\:from-yellow-100:focus {
  --gradient-from-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.focus\:from-yellow-200:focus {
  --gradient-from-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.focus\:from-yellow-300:focus {
  --gradient-from-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.focus\:from-yellow-400:focus {
  --gradient-from-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.focus\:from-yellow-500:focus {
  --gradient-from-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.focus\:from-yellow-600:focus {
  --gradient-from-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.focus\:from-yellow-700:focus {
  --gradient-from-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.focus\:from-yellow-800:focus {
  --gradient-from-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.focus\:from-yellow-900:focus {
  --gradient-from-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.focus\:from-green:focus {
  --gradient-from-color: #4ac16a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
}

.focus\:from-teal-100:focus {
  --gradient-from-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.focus\:from-teal-200:focus {
  --gradient-from-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.focus\:from-teal-300:focus {
  --gradient-from-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.focus\:from-teal-400:focus {
  --gradient-from-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.focus\:from-teal-500:focus {
  --gradient-from-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.focus\:from-teal-600:focus {
  --gradient-from-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.focus\:from-teal-700:focus {
  --gradient-from-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.focus\:from-teal-800:focus {
  --gradient-from-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.focus\:from-teal-900:focus {
  --gradient-from-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.focus\:from-blue:focus {
  --gradient-from-color: #027DB1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
}

.focus\:from-indigo-100:focus {
  --gradient-from-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.focus\:from-indigo-200:focus {
  --gradient-from-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.focus\:from-indigo-300:focus {
  --gradient-from-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.focus\:from-indigo-400:focus {
  --gradient-from-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.focus\:from-indigo-500:focus {
  --gradient-from-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.focus\:from-indigo-600:focus {
  --gradient-from-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.focus\:from-indigo-700:focus {
  --gradient-from-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.focus\:from-indigo-800:focus {
  --gradient-from-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.focus\:from-indigo-900:focus {
  --gradient-from-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.focus\:from-purple:focus {
  --gradient-from-color: #615287;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
}

.focus\:from-pink-100:focus {
  --gradient-from-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.focus\:from-pink-200:focus {
  --gradient-from-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.focus\:from-pink-300:focus {
  --gradient-from-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.focus\:from-pink-400:focus {
  --gradient-from-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.focus\:from-pink-500:focus {
  --gradient-from-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.focus\:from-pink-600:focus {
  --gradient-from-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.focus\:from-pink-700:focus {
  --gradient-from-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.focus\:from-pink-800:focus {
  --gradient-from-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.focus\:from-pink-900:focus {
  --gradient-from-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.focus\:from-red-darker:focus {
  --gradient-from-color: #D83B3B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
}

.focus\:from-green-light:focus {
  --gradient-from-color: #5AD37A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
}

.focus\:from-green-darker:focus {
  --gradient-from-color: #3AAE59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
}

.focus\:from-green-dark:focus {
  --gradient-from-color: #3FA45A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
}

.focus\:from-lime:focus {
  --gradient-from-color: #bad067;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
}

.focus\:from-blue-darker:focus {
  --gradient-from-color: #0087BF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
}

.focus\:from-blue-darkest:focus {
  --gradient-from-color: #02648E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
}

.focus\:from-grey:focus {
  --gradient-from-color: #b7b7b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
}

.focus\:from-grey-extra-darker:focus {
  --gradient-from-color: #2C2C2C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
}

.focus\:from-grey-pinch-darker:focus {
  --gradient-from-color: #6d6d6d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
}

.focus\:from-grey-darker:focus {
  --gradient-from-color: #6C6C6C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
}

.focus\:from-grey-darkest:focus {
  --gradient-from-color: #707070;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
}

.focus\:from-grey-medium:focus {
  --gradient-from-color: #606060;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
}

.focus\:from-grey-dark:focus {
  --gradient-from-color: #303030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
}

.focus\:from-grey-lighter:focus {
  --gradient-from-color: #d8d8d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
}

.focus\:from-grey-light:focus {
  --gradient-from-color: #f2f2f2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
}

.focus\:from-grey-lightest:focus {
  --gradient-from-color: #f9f9f9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
}

.focus\:from-jobs-purple:focus {
  --gradient-from-color: #4B3E75;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
}

.focus\:from-jobs-pink:focus {
  --gradient-from-color: #EF788A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
}

.focus\:from-jobs-red:focus {
  --gradient-from-color: #E3000F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
}

.focus\:from-jobs-orange:focus {
  --gradient-from-color: #F49B04;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
}

.focus\:from-jobs-yellow:focus {
  --gradient-from-color: #FC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
}

.focus\:from-jobs-green:focus {
  --gradient-from-color: #009B9B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
}

.focus\:from-jobs-blue:focus {
  --gradient-from-color: #008BD2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
}

.focus\:via-transparent:focus {
  --gradient-via-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-black-transparent:focus {
  --gradient-via-color: rgba(0,0,0,.15);
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-black:focus {
  --gradient-via-color: #000;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --gradient-via-color: #fff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
}

.focus\:via-gray-100:focus {
  --gradient-via-color: #f7fafc;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
}

.focus\:via-gray-200:focus {
  --gradient-via-color: #edf2f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
}

.focus\:via-gray-300:focus {
  --gradient-via-color: #e2e8f0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
}

.focus\:via-gray-400:focus {
  --gradient-via-color: #cbd5e0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
}

.focus\:via-gray-500:focus {
  --gradient-via-color: #a0aec0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
}

.focus\:via-gray-600:focus {
  --gradient-via-color: #718096;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
}

.focus\:via-gray-700:focus {
  --gradient-via-color: #4a5568;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
}

.focus\:via-gray-800:focus {
  --gradient-via-color: #2d3748;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
}

.focus\:via-gray-900:focus {
  --gradient-via-color: #1a202c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
}

.focus\:via-red:focus {
  --gradient-via-color: #e94848;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
}

.focus\:via-orange:focus {
  --gradient-via-color: #f4a858;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
}

.focus\:via-yellow-100:focus {
  --gradient-via-color: #fffff0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
}

.focus\:via-yellow-200:focus {
  --gradient-via-color: #fefcbf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
}

.focus\:via-yellow-300:focus {
  --gradient-via-color: #faf089;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
}

.focus\:via-yellow-400:focus {
  --gradient-via-color: #f6e05e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
}

.focus\:via-yellow-500:focus {
  --gradient-via-color: #ecc94b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
}

.focus\:via-yellow-600:focus {
  --gradient-via-color: #d69e2e;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
}

.focus\:via-yellow-700:focus {
  --gradient-via-color: #b7791f;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
}

.focus\:via-yellow-800:focus {
  --gradient-via-color: #975a16;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
}

.focus\:via-yellow-900:focus {
  --gradient-via-color: #744210;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
}

.focus\:via-green:focus {
  --gradient-via-color: #4ac16a;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
}

.focus\:via-teal-100:focus {
  --gradient-via-color: #e6fffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
}

.focus\:via-teal-200:focus {
  --gradient-via-color: #b2f5ea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
}

.focus\:via-teal-300:focus {
  --gradient-via-color: #81e6d9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
}

.focus\:via-teal-400:focus {
  --gradient-via-color: #4fd1c5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
}

.focus\:via-teal-500:focus {
  --gradient-via-color: #38b2ac;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
}

.focus\:via-teal-600:focus {
  --gradient-via-color: #319795;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
}

.focus\:via-teal-700:focus {
  --gradient-via-color: #2c7a7b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
}

.focus\:via-teal-800:focus {
  --gradient-via-color: #285e61;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
}

.focus\:via-teal-900:focus {
  --gradient-via-color: #234e52;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
}

.focus\:via-blue:focus {
  --gradient-via-color: #027DB1;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
}

.focus\:via-indigo-100:focus {
  --gradient-via-color: #ebf4ff;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
}

.focus\:via-indigo-200:focus {
  --gradient-via-color: #c3dafe;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
}

.focus\:via-indigo-300:focus {
  --gradient-via-color: #a3bffa;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
}

.focus\:via-indigo-400:focus {
  --gradient-via-color: #7f9cf5;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
}

.focus\:via-indigo-500:focus {
  --gradient-via-color: #667eea;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
}

.focus\:via-indigo-600:focus {
  --gradient-via-color: #5a67d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
}

.focus\:via-indigo-700:focus {
  --gradient-via-color: #4c51bf;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
}

.focus\:via-indigo-800:focus {
  --gradient-via-color: #434190;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
}

.focus\:via-indigo-900:focus {
  --gradient-via-color: #3c366b;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
}

.focus\:via-purple:focus {
  --gradient-via-color: #615287;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
}

.focus\:via-pink-100:focus {
  --gradient-via-color: #fff5f7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
}

.focus\:via-pink-200:focus {
  --gradient-via-color: #fed7e2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
}

.focus\:via-pink-300:focus {
  --gradient-via-color: #fbb6ce;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
}

.focus\:via-pink-400:focus {
  --gradient-via-color: #f687b3;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
}

.focus\:via-pink-500:focus {
  --gradient-via-color: #ed64a6;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
}

.focus\:via-pink-600:focus {
  --gradient-via-color: #d53f8c;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
}

.focus\:via-pink-700:focus {
  --gradient-via-color: #b83280;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
}

.focus\:via-pink-800:focus {
  --gradient-via-color: #97266d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
}

.focus\:via-pink-900:focus {
  --gradient-via-color: #702459;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
}

.focus\:via-red-darker:focus {
  --gradient-via-color: #D83B3B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
}

.focus\:via-green-light:focus {
  --gradient-via-color: #5AD37A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
}

.focus\:via-green-darker:focus {
  --gradient-via-color: #3AAE59;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
}

.focus\:via-green-dark:focus {
  --gradient-via-color: #3FA45A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
}

.focus\:via-lime:focus {
  --gradient-via-color: #bad067;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
}

.focus\:via-blue-darker:focus {
  --gradient-via-color: #0087BF;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
}

.focus\:via-blue-darkest:focus {
  --gradient-via-color: #02648E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
}

.focus\:via-grey:focus {
  --gradient-via-color: #b7b7b7;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
}

.focus\:via-grey-extra-darker:focus {
  --gradient-via-color: #2C2C2C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
}

.focus\:via-grey-pinch-darker:focus {
  --gradient-via-color: #6d6d6d;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
}

.focus\:via-grey-darker:focus {
  --gradient-via-color: #6C6C6C;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
}

.focus\:via-grey-darkest:focus {
  --gradient-via-color: #707070;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
}

.focus\:via-grey-medium:focus {
  --gradient-via-color: #606060;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
}

.focus\:via-grey-dark:focus {
  --gradient-via-color: #303030;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
}

.focus\:via-grey-lighter:focus {
  --gradient-via-color: #d8d8d8;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
}

.focus\:via-grey-light:focus {
  --gradient-via-color: #f2f2f2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
}

.focus\:via-grey-lightest:focus {
  --gradient-via-color: #f9f9f9;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
}

.focus\:via-jobs-purple:focus {
  --gradient-via-color: #4B3E75;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
}

.focus\:via-jobs-pink:focus {
  --gradient-via-color: #EF788A;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
}

.focus\:via-jobs-red:focus {
  --gradient-via-color: #E3000F;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
}

.focus\:via-jobs-orange:focus {
  --gradient-via-color: #F49B04;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
}

.focus\:via-jobs-yellow:focus {
  --gradient-via-color: #FC0;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
}

.focus\:via-jobs-green:focus {
  --gradient-via-color: #009B9B;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
}

.focus\:via-jobs-blue:focus {
  --gradient-via-color: #008BD2;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
}

.focus\:to-transparent:focus {
  --gradient-to-color: transparent;
}

.focus\:to-black-transparent:focus {
  --gradient-to-color: rgba(0,0,0,.15);
}

.focus\:to-black:focus {
  --gradient-to-color: #000;
}

.focus\:to-white:focus {
  --gradient-to-color: #fff;
}

.focus\:to-gray-100:focus {
  --gradient-to-color: #f7fafc;
}

.focus\:to-gray-200:focus {
  --gradient-to-color: #edf2f7;
}

.focus\:to-gray-300:focus {
  --gradient-to-color: #e2e8f0;
}

.focus\:to-gray-400:focus {
  --gradient-to-color: #cbd5e0;
}

.focus\:to-gray-500:focus {
  --gradient-to-color: #a0aec0;
}

.focus\:to-gray-600:focus {
  --gradient-to-color: #718096;
}

.focus\:to-gray-700:focus {
  --gradient-to-color: #4a5568;
}

.focus\:to-gray-800:focus {
  --gradient-to-color: #2d3748;
}

.focus\:to-gray-900:focus {
  --gradient-to-color: #1a202c;
}

.focus\:to-red:focus {
  --gradient-to-color: #e94848;
}

.focus\:to-orange:focus {
  --gradient-to-color: #f4a858;
}

.focus\:to-yellow-100:focus {
  --gradient-to-color: #fffff0;
}

.focus\:to-yellow-200:focus {
  --gradient-to-color: #fefcbf;
}

.focus\:to-yellow-300:focus {
  --gradient-to-color: #faf089;
}

.focus\:to-yellow-400:focus {
  --gradient-to-color: #f6e05e;
}

.focus\:to-yellow-500:focus {
  --gradient-to-color: #ecc94b;
}

.focus\:to-yellow-600:focus {
  --gradient-to-color: #d69e2e;
}

.focus\:to-yellow-700:focus {
  --gradient-to-color: #b7791f;
}

.focus\:to-yellow-800:focus {
  --gradient-to-color: #975a16;
}

.focus\:to-yellow-900:focus {
  --gradient-to-color: #744210;
}

.focus\:to-green:focus {
  --gradient-to-color: #4ac16a;
}

.focus\:to-teal-100:focus {
  --gradient-to-color: #e6fffa;
}

.focus\:to-teal-200:focus {
  --gradient-to-color: #b2f5ea;
}

.focus\:to-teal-300:focus {
  --gradient-to-color: #81e6d9;
}

.focus\:to-teal-400:focus {
  --gradient-to-color: #4fd1c5;
}

.focus\:to-teal-500:focus {
  --gradient-to-color: #38b2ac;
}

.focus\:to-teal-600:focus {
  --gradient-to-color: #319795;
}

.focus\:to-teal-700:focus {
  --gradient-to-color: #2c7a7b;
}

.focus\:to-teal-800:focus {
  --gradient-to-color: #285e61;
}

.focus\:to-teal-900:focus {
  --gradient-to-color: #234e52;
}

.focus\:to-blue:focus {
  --gradient-to-color: #027DB1;
}

.focus\:to-indigo-100:focus {
  --gradient-to-color: #ebf4ff;
}

.focus\:to-indigo-200:focus {
  --gradient-to-color: #c3dafe;
}

.focus\:to-indigo-300:focus {
  --gradient-to-color: #a3bffa;
}

.focus\:to-indigo-400:focus {
  --gradient-to-color: #7f9cf5;
}

.focus\:to-indigo-500:focus {
  --gradient-to-color: #667eea;
}

.focus\:to-indigo-600:focus {
  --gradient-to-color: #5a67d8;
}

.focus\:to-indigo-700:focus {
  --gradient-to-color: #4c51bf;
}

.focus\:to-indigo-800:focus {
  --gradient-to-color: #434190;
}

.focus\:to-indigo-900:focus {
  --gradient-to-color: #3c366b;
}

.focus\:to-purple:focus {
  --gradient-to-color: #615287;
}

.focus\:to-pink-100:focus {
  --gradient-to-color: #fff5f7;
}

.focus\:to-pink-200:focus {
  --gradient-to-color: #fed7e2;
}

.focus\:to-pink-300:focus {
  --gradient-to-color: #fbb6ce;
}

.focus\:to-pink-400:focus {
  --gradient-to-color: #f687b3;
}

.focus\:to-pink-500:focus {
  --gradient-to-color: #ed64a6;
}

.focus\:to-pink-600:focus {
  --gradient-to-color: #d53f8c;
}

.focus\:to-pink-700:focus {
  --gradient-to-color: #b83280;
}

.focus\:to-pink-800:focus {
  --gradient-to-color: #97266d;
}

.focus\:to-pink-900:focus {
  --gradient-to-color: #702459;
}

.focus\:to-red-darker:focus {
  --gradient-to-color: #D83B3B;
}

.focus\:to-green-light:focus {
  --gradient-to-color: #5AD37A;
}

.focus\:to-green-darker:focus {
  --gradient-to-color: #3AAE59;
}

.focus\:to-green-dark:focus {
  --gradient-to-color: #3FA45A;
}

.focus\:to-lime:focus {
  --gradient-to-color: #bad067;
}

.focus\:to-blue-darker:focus {
  --gradient-to-color: #0087BF;
}

.focus\:to-blue-darkest:focus {
  --gradient-to-color: #02648E;
}

.focus\:to-grey:focus {
  --gradient-to-color: #b7b7b7;
}

.focus\:to-grey-extra-darker:focus {
  --gradient-to-color: #2C2C2C;
}

.focus\:to-grey-pinch-darker:focus {
  --gradient-to-color: #6d6d6d;
}

.focus\:to-grey-darker:focus {
  --gradient-to-color: #6C6C6C;
}

.focus\:to-grey-darkest:focus {
  --gradient-to-color: #707070;
}

.focus\:to-grey-medium:focus {
  --gradient-to-color: #606060;
}

.focus\:to-grey-dark:focus {
  --gradient-to-color: #303030;
}

.focus\:to-grey-lighter:focus {
  --gradient-to-color: #d8d8d8;
}

.focus\:to-grey-light:focus {
  --gradient-to-color: #f2f2f2;
}

.focus\:to-grey-lightest:focus {
  --gradient-to-color: #f9f9f9;
}

.focus\:to-jobs-purple:focus {
  --gradient-to-color: #4B3E75;
}

.focus\:to-jobs-pink:focus {
  --gradient-to-color: #EF788A;
}

.focus\:to-jobs-red:focus {
  --gradient-to-color: #E3000F;
}

.focus\:to-jobs-orange:focus {
  --gradient-to-color: #F49B04;
}

.focus\:to-jobs-yellow:focus {
  --gradient-to-color: #FC0;
}

.focus\:to-jobs-green:focus {
  --gradient-to-color: #009B9B;
}

.focus\:to-jobs-blue:focus {
  --gradient-to-color: #008BD2;
}

.bg-opacity-0 {
  --bg-opacity: 0;
}

.bg-opacity-10 {
  --bg-opacity: 0.10;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0;
}

.hover\:bg-opacity-10:hover {
  --bg-opacity: 0.10;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5;
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0;
}

.focus\:bg-opacity-10:focus {
  --bg-opacity: 0.10;
}

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25;
}

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5;
}

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75;
}

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1;
}

.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-transparent {
  border-color: rgba(0,0,0,.15);
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-gray-100 {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.border-gray-400 {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.border-gray-500 {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.border-gray-600 {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.border-gray-700 {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.border-gray-800 {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.border-gray-900 {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.border-red {
  --border-opacity: 1;
  border-color: #e94848;
  border-color: rgba(233, 72, 72, var(--border-opacity));
}

.border-orange {
  --border-opacity: 1;
  border-color: #f4a858;
  border-color: rgba(244, 168, 88, var(--border-opacity));
}

.border-yellow-100 {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.border-yellow-200 {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.border-yellow-300 {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.border-yellow-400 {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.border-yellow-500 {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.border-yellow-600 {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.border-yellow-700 {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.border-yellow-800 {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.border-yellow-900 {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.border-green {
  --border-opacity: 1;
  border-color: #4ac16a;
  border-color: rgba(74, 193, 106, var(--border-opacity));
}

.border-teal-100 {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.border-teal-200 {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.border-teal-300 {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.border-teal-400 {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.border-teal-500 {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.border-teal-600 {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.border-teal-700 {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.border-teal-800 {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.border-teal-900 {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.border-blue {
  --border-opacity: 1;
  border-color: #027DB1;
  border-color: rgba(2, 125, 177, var(--border-opacity));
}

.border-indigo-100 {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.border-indigo-200 {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.border-indigo-300 {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.border-indigo-400 {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.border-indigo-500 {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.border-indigo-600 {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.border-indigo-700 {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.border-indigo-800 {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.border-indigo-900 {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.border-purple {
  --border-opacity: 1;
  border-color: #615287;
  border-color: rgba(97, 82, 135, var(--border-opacity));
}

.border-pink-100 {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.border-pink-200 {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.border-pink-300 {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.border-pink-400 {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.border-pink-500 {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.border-pink-600 {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.border-pink-700 {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.border-pink-800 {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.border-pink-900 {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.border-red-darker {
  --border-opacity: 1;
  border-color: #D83B3B;
  border-color: rgba(216, 59, 59, var(--border-opacity));
}

.border-green-light {
  --border-opacity: 1;
  border-color: #5AD37A;
  border-color: rgba(90, 211, 122, var(--border-opacity));
}

.border-green-darker {
  --border-opacity: 1;
  border-color: #3AAE59;
  border-color: rgba(58, 174, 89, var(--border-opacity));
}

.border-green-dark {
  --border-opacity: 1;
  border-color: #3FA45A;
  border-color: rgba(63, 164, 90, var(--border-opacity));
}

.border-lime {
  --border-opacity: 1;
  border-color: #bad067;
  border-color: rgba(186, 208, 103, var(--border-opacity));
}

.border-blue-darker {
  --border-opacity: 1;
  border-color: #0087BF;
  border-color: rgba(0, 135, 191, var(--border-opacity));
}

.border-blue-darkest {
  --border-opacity: 1;
  border-color: #02648E;
  border-color: rgba(2, 100, 142, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #b7b7b7;
  border-color: rgba(183, 183, 183, var(--border-opacity));
}

.border-grey-extra-darker {
  --border-opacity: 1;
  border-color: #2C2C2C;
  border-color: rgba(44, 44, 44, var(--border-opacity));
}

.border-grey-pinch-darker {
  --border-opacity: 1;
  border-color: #6d6d6d;
  border-color: rgba(109, 109, 109, var(--border-opacity));
}

.border-grey-darker {
  --border-opacity: 1;
  border-color: #6C6C6C;
  border-color: rgba(108, 108, 108, var(--border-opacity));
}

.border-grey-darkest {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.border-grey-medium {
  --border-opacity: 1;
  border-color: #606060;
  border-color: rgba(96, 96, 96, var(--border-opacity));
}

.border-grey-dark {
  --border-opacity: 1;
  border-color: #303030;
  border-color: rgba(48, 48, 48, var(--border-opacity));
}

.border-grey-lighter {
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity));
}

.border-grey-light {
  --border-opacity: 1;
  border-color: #f2f2f2;
  border-color: rgba(242, 242, 242, var(--border-opacity));
}

.border-grey-lightest {
  --border-opacity: 1;
  border-color: #f9f9f9;
  border-color: rgba(249, 249, 249, var(--border-opacity));
}

.border-jobs-purple {
  --border-opacity: 1;
  border-color: #4B3E75;
  border-color: rgba(75, 62, 117, var(--border-opacity));
}

.border-jobs-pink {
  --border-opacity: 1;
  border-color: #EF788A;
  border-color: rgba(239, 120, 138, var(--border-opacity));
}

.border-jobs-red {
  --border-opacity: 1;
  border-color: #E3000F;
  border-color: rgba(227, 0, 15, var(--border-opacity));
}

.border-jobs-orange {
  --border-opacity: 1;
  border-color: #F49B04;
  border-color: rgba(244, 155, 4, var(--border-opacity));
}

.border-jobs-yellow {
  --border-opacity: 1;
  border-color: #FC0;
  border-color: rgba(255, 204, 0, var(--border-opacity));
}

.border-jobs-green {
  --border-opacity: 1;
  border-color: #009B9B;
  border-color: rgba(0, 155, 155, var(--border-opacity));
}

.border-jobs-blue {
  --border-opacity: 1;
  border-color: #008BD2;
  border-color: rgba(0, 139, 210, var(--border-opacity));
}

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

.hover\:border-black-transparent:hover {
  border-color: rgba(0,0,0,.15);
}

.hover\:border-black:hover {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.hover\:border-white:hover {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.hover\:border-gray-100:hover {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.hover\:border-gray-200:hover {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.hover\:border-gray-300:hover {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.hover\:border-gray-400:hover {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.hover\:border-gray-500:hover {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.hover\:border-gray-600:hover {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.hover\:border-gray-700:hover {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.hover\:border-gray-800:hover {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.hover\:border-gray-900:hover {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.hover\:border-red:hover {
  --border-opacity: 1;
  border-color: #e94848;
  border-color: rgba(233, 72, 72, var(--border-opacity));
}

.hover\:border-orange:hover {
  --border-opacity: 1;
  border-color: #f4a858;
  border-color: rgba(244, 168, 88, var(--border-opacity));
}

.hover\:border-yellow-100:hover {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.hover\:border-yellow-200:hover {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.hover\:border-yellow-300:hover {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.hover\:border-yellow-400:hover {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.hover\:border-yellow-500:hover {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.hover\:border-yellow-600:hover {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.hover\:border-yellow-700:hover {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.hover\:border-yellow-800:hover {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.hover\:border-yellow-900:hover {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.hover\:border-green:hover {
  --border-opacity: 1;
  border-color: #4ac16a;
  border-color: rgba(74, 193, 106, var(--border-opacity));
}

.hover\:border-teal-100:hover {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.hover\:border-teal-200:hover {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.hover\:border-teal-300:hover {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.hover\:border-teal-400:hover {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.hover\:border-teal-500:hover {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.hover\:border-teal-600:hover {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.hover\:border-teal-700:hover {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.hover\:border-teal-800:hover {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.hover\:border-teal-900:hover {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.hover\:border-blue:hover {
  --border-opacity: 1;
  border-color: #027DB1;
  border-color: rgba(2, 125, 177, var(--border-opacity));
}

.hover\:border-indigo-100:hover {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.hover\:border-indigo-200:hover {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.hover\:border-indigo-300:hover {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.hover\:border-indigo-400:hover {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.hover\:border-indigo-500:hover {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.hover\:border-indigo-600:hover {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.hover\:border-indigo-700:hover {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.hover\:border-indigo-800:hover {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.hover\:border-indigo-900:hover {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.hover\:border-purple:hover {
  --border-opacity: 1;
  border-color: #615287;
  border-color: rgba(97, 82, 135, var(--border-opacity));
}

.hover\:border-pink-100:hover {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.hover\:border-pink-200:hover {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.hover\:border-pink-300:hover {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.hover\:border-pink-400:hover {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.hover\:border-pink-500:hover {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.hover\:border-pink-600:hover {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.hover\:border-pink-700:hover {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.hover\:border-pink-800:hover {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.hover\:border-pink-900:hover {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.hover\:border-red-darker:hover {
  --border-opacity: 1;
  border-color: #D83B3B;
  border-color: rgba(216, 59, 59, var(--border-opacity));
}

.hover\:border-green-light:hover {
  --border-opacity: 1;
  border-color: #5AD37A;
  border-color: rgba(90, 211, 122, var(--border-opacity));
}

.hover\:border-green-darker:hover {
  --border-opacity: 1;
  border-color: #3AAE59;
  border-color: rgba(58, 174, 89, var(--border-opacity));
}

.hover\:border-green-dark:hover {
  --border-opacity: 1;
  border-color: #3FA45A;
  border-color: rgba(63, 164, 90, var(--border-opacity));
}

.hover\:border-lime:hover {
  --border-opacity: 1;
  border-color: #bad067;
  border-color: rgba(186, 208, 103, var(--border-opacity));
}

.hover\:border-blue-darker:hover {
  --border-opacity: 1;
  border-color: #0087BF;
  border-color: rgba(0, 135, 191, var(--border-opacity));
}

.hover\:border-blue-darkest:hover {
  --border-opacity: 1;
  border-color: #02648E;
  border-color: rgba(2, 100, 142, var(--border-opacity));
}

.hover\:border-grey:hover {
  --border-opacity: 1;
  border-color: #b7b7b7;
  border-color: rgba(183, 183, 183, var(--border-opacity));
}

.hover\:border-grey-extra-darker:hover {
  --border-opacity: 1;
  border-color: #2C2C2C;
  border-color: rgba(44, 44, 44, var(--border-opacity));
}

.hover\:border-grey-pinch-darker:hover {
  --border-opacity: 1;
  border-color: #6d6d6d;
  border-color: rgba(109, 109, 109, var(--border-opacity));
}

.hover\:border-grey-darker:hover {
  --border-opacity: 1;
  border-color: #6C6C6C;
  border-color: rgba(108, 108, 108, var(--border-opacity));
}

.hover\:border-grey-darkest:hover {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.hover\:border-grey-medium:hover {
  --border-opacity: 1;
  border-color: #606060;
  border-color: rgba(96, 96, 96, var(--border-opacity));
}

.hover\:border-grey-dark:hover {
  --border-opacity: 1;
  border-color: #303030;
  border-color: rgba(48, 48, 48, var(--border-opacity));
}

.hover\:border-grey-lighter:hover {
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity));
}

.hover\:border-grey-light:hover {
  --border-opacity: 1;
  border-color: #f2f2f2;
  border-color: rgba(242, 242, 242, var(--border-opacity));
}

.hover\:border-grey-lightest:hover {
  --border-opacity: 1;
  border-color: #f9f9f9;
  border-color: rgba(249, 249, 249, var(--border-opacity));
}

.hover\:border-jobs-purple:hover {
  --border-opacity: 1;
  border-color: #4B3E75;
  border-color: rgba(75, 62, 117, var(--border-opacity));
}

.hover\:border-jobs-pink:hover {
  --border-opacity: 1;
  border-color: #EF788A;
  border-color: rgba(239, 120, 138, var(--border-opacity));
}

.hover\:border-jobs-red:hover {
  --border-opacity: 1;
  border-color: #E3000F;
  border-color: rgba(227, 0, 15, var(--border-opacity));
}

.hover\:border-jobs-orange:hover {
  --border-opacity: 1;
  border-color: #F49B04;
  border-color: rgba(244, 155, 4, var(--border-opacity));
}

.hover\:border-jobs-yellow:hover {
  --border-opacity: 1;
  border-color: #FC0;
  border-color: rgba(255, 204, 0, var(--border-opacity));
}

.hover\:border-jobs-green:hover {
  --border-opacity: 1;
  border-color: #009B9B;
  border-color: rgba(0, 155, 155, var(--border-opacity));
}

.hover\:border-jobs-blue:hover {
  --border-opacity: 1;
  border-color: #008BD2;
  border-color: rgba(0, 139, 210, var(--border-opacity));
}

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

.focus\:border-black-transparent:focus {
  border-color: rgba(0,0,0,.15);
}

.focus\:border-black:focus {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.focus\:border-white:focus {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.focus\:border-gray-100:focus {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity));
}

.focus\:border-gray-200:focus {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
}

.focus\:border-gray-300:focus {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity));
}

.focus\:border-gray-400:focus {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.focus\:border-gray-500:focus {
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.focus\:border-gray-600:focus {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.focus\:border-gray-700:focus {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.focus\:border-gray-800:focus {
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.focus\:border-gray-900:focus {
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.focus\:border-red:focus {
  --border-opacity: 1;
  border-color: #e94848;
  border-color: rgba(233, 72, 72, var(--border-opacity));
}

.focus\:border-orange:focus {
  --border-opacity: 1;
  border-color: #f4a858;
  border-color: rgba(244, 168, 88, var(--border-opacity));
}

.focus\:border-yellow-100:focus {
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.focus\:border-yellow-200:focus {
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.focus\:border-yellow-300:focus {
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.focus\:border-yellow-400:focus {
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.focus\:border-yellow-500:focus {
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.focus\:border-yellow-600:focus {
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.focus\:border-yellow-700:focus {
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.focus\:border-yellow-800:focus {
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.focus\:border-yellow-900:focus {
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.focus\:border-green:focus {
  --border-opacity: 1;
  border-color: #4ac16a;
  border-color: rgba(74, 193, 106, var(--border-opacity));
}

.focus\:border-teal-100:focus {
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.focus\:border-teal-200:focus {
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.focus\:border-teal-300:focus {
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.focus\:border-teal-400:focus {
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.focus\:border-teal-500:focus {
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.focus\:border-teal-600:focus {
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.focus\:border-teal-700:focus {
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.focus\:border-teal-800:focus {
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.focus\:border-teal-900:focus {
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.focus\:border-blue:focus {
  --border-opacity: 1;
  border-color: #027DB1;
  border-color: rgba(2, 125, 177, var(--border-opacity));
}

.focus\:border-indigo-100:focus {
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.focus\:border-indigo-200:focus {
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.focus\:border-indigo-300:focus {
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.focus\:border-indigo-400:focus {
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.focus\:border-indigo-500:focus {
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.focus\:border-indigo-600:focus {
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.focus\:border-indigo-700:focus {
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.focus\:border-indigo-800:focus {
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.focus\:border-indigo-900:focus {
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.focus\:border-purple:focus {
  --border-opacity: 1;
  border-color: #615287;
  border-color: rgba(97, 82, 135, var(--border-opacity));
}

.focus\:border-pink-100:focus {
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.focus\:border-pink-200:focus {
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.focus\:border-pink-300:focus {
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.focus\:border-pink-400:focus {
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.focus\:border-pink-500:focus {
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.focus\:border-pink-600:focus {
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.focus\:border-pink-700:focus {
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.focus\:border-pink-800:focus {
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.focus\:border-pink-900:focus {
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.focus\:border-red-darker:focus {
  --border-opacity: 1;
  border-color: #D83B3B;
  border-color: rgba(216, 59, 59, var(--border-opacity));
}

.focus\:border-green-light:focus {
  --border-opacity: 1;
  border-color: #5AD37A;
  border-color: rgba(90, 211, 122, var(--border-opacity));
}

.focus\:border-green-darker:focus {
  --border-opacity: 1;
  border-color: #3AAE59;
  border-color: rgba(58, 174, 89, var(--border-opacity));
}

.focus\:border-green-dark:focus {
  --border-opacity: 1;
  border-color: #3FA45A;
  border-color: rgba(63, 164, 90, var(--border-opacity));
}

.focus\:border-lime:focus {
  --border-opacity: 1;
  border-color: #bad067;
  border-color: rgba(186, 208, 103, var(--border-opacity));
}

.focus\:border-blue-darker:focus {
  --border-opacity: 1;
  border-color: #0087BF;
  border-color: rgba(0, 135, 191, var(--border-opacity));
}

.focus\:border-blue-darkest:focus {
  --border-opacity: 1;
  border-color: #02648E;
  border-color: rgba(2, 100, 142, var(--border-opacity));
}

.focus\:border-grey:focus {
  --border-opacity: 1;
  border-color: #b7b7b7;
  border-color: rgba(183, 183, 183, var(--border-opacity));
}

.focus\:border-grey-extra-darker:focus {
  --border-opacity: 1;
  border-color: #2C2C2C;
  border-color: rgba(44, 44, 44, var(--border-opacity));
}

.focus\:border-grey-pinch-darker:focus {
  --border-opacity: 1;
  border-color: #6d6d6d;
  border-color: rgba(109, 109, 109, var(--border-opacity));
}

.focus\:border-grey-darker:focus {
  --border-opacity: 1;
  border-color: #6C6C6C;
  border-color: rgba(108, 108, 108, var(--border-opacity));
}

.focus\:border-grey-darkest:focus {
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.focus\:border-grey-medium:focus {
  --border-opacity: 1;
  border-color: #606060;
  border-color: rgba(96, 96, 96, var(--border-opacity));
}

.focus\:border-grey-dark:focus {
  --border-opacity: 1;
  border-color: #303030;
  border-color: rgba(48, 48, 48, var(--border-opacity));
}

.focus\:border-grey-lighter:focus {
  --border-opacity: 1;
  border-color: #d8d8d8;
  border-color: rgba(216, 216, 216, var(--border-opacity));
}

.focus\:border-grey-light:focus {
  --border-opacity: 1;
  border-color: #f2f2f2;
  border-color: rgba(242, 242, 242, var(--border-opacity));
}

.focus\:border-grey-lightest:focus {
  --border-opacity: 1;
  border-color: #f9f9f9;
  border-color: rgba(249, 249, 249, var(--border-opacity));
}

.focus\:border-jobs-purple:focus {
  --border-opacity: 1;
  border-color: #4B3E75;
  border-color: rgba(75, 62, 117, var(--border-opacity));
}

.focus\:border-jobs-pink:focus {
  --border-opacity: 1;
  border-color: #EF788A;
  border-color: rgba(239, 120, 138, var(--border-opacity));
}

.focus\:border-jobs-red:focus {
  --border-opacity: 1;
  border-color: #E3000F;
  border-color: rgba(227, 0, 15, var(--border-opacity));
}

.focus\:border-jobs-orange:focus {
  --border-opacity: 1;
  border-color: #F49B04;
  border-color: rgba(244, 155, 4, var(--border-opacity));
}

.focus\:border-jobs-yellow:focus {
  --border-opacity: 1;
  border-color: #FC0;
  border-color: rgba(255, 204, 0, var(--border-opacity));
}

.focus\:border-jobs-green:focus {
  --border-opacity: 1;
  border-color: #009B9B;
  border-color: rgba(0, 155, 155, var(--border-opacity));
}

.focus\:border-jobs-blue:focus {
  --border-opacity: 1;
  border-color: #008BD2;
  border-color: rgba(0, 139, 210, var(--border-opacity));
}

.border-opacity-0 {
  --border-opacity: 0;
}

.border-opacity-10 {
  --border-opacity: 0.10;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.border-opacity-100 {
  --border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0;
}

.hover\:border-opacity-10:hover {
  --border-opacity: 0.10;
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25;
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5;
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75;
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --border-opacity: 0;
}

.focus\:border-opacity-10:focus {
  --border-opacity: 0.10;
}

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25;
}

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5;
}

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75;
}

.focus\:border-opacity-100:focus {
  --border-opacity: 1;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-14 {
  border-radius: 56px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-30 {
  border-radius: 30px;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-xl {
  border-radius: 1.875rem;
}

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

.rounded-t-12 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-r-12 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rounded-b-12 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-l-12 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-t-14 {
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}

.rounded-r-14 {
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
}

.rounded-b-14 {
  border-bottom-right-radius: 56px;
  border-bottom-left-radius: 56px;
}

.rounded-l-14 {
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
}

.rounded-t-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-r-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-b-20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-l-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-t-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.rounded-r-30 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rounded-b-30 {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-l-30 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-t-xl {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
}

.rounded-r-xl {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

.rounded-l-xl {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

.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-12 {
  border-top-left-radius: 12px;
}

.rounded-tr-12 {
  border-top-right-radius: 12px;
}

.rounded-br-12 {
  border-bottom-right-radius: 12px;
}

.rounded-bl-12 {
  border-bottom-left-radius: 12px;
}

.rounded-tl-14 {
  border-top-left-radius: 56px;
}

.rounded-tr-14 {
  border-top-right-radius: 56px;
}

.rounded-br-14 {
  border-bottom-right-radius: 56px;
}

.rounded-bl-14 {
  border-bottom-left-radius: 56px;
}

.rounded-tl-20 {
  border-top-left-radius: 20px;
}

.rounded-tr-20 {
  border-top-right-radius: 20px;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px;
}

.rounded-tl-30 {
  border-top-left-radius: 30px;
}

.rounded-tr-30 {
  border-top-right-radius: 30px;
}

.rounded-br-30 {
  border-bottom-right-radius: 30px;
}

.rounded-bl-30 {
  border-bottom-left-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-xl {
  border-top-left-radius: 1.875rem;
}

.rounded-tr-xl {
  border-top-right-radius: 1.875rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 1.875rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 1.875rem;
}

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

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

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

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

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

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

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

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

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

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-6 {
  border-width: 6px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-t-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-6 {
  border-top-width: 6px;
}

.border-r-6 {
  border-right-width: 6px;
}

.border-b-6 {
  border-bottom-width: 6px;
}

.border-l-6 {
  border-left-width: 6px;
}

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

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

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

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

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

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

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

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

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

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

.hover\:border-3:hover {
  border-width: 3px;
}

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

.hover\:border-6:hover {
  border-width: 6px;
}

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

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

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

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

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

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

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

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

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

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

.hover\:border-t-3:hover {
  border-top-width: 3px;
}

.hover\:border-r-3:hover {
  border-right-width: 3px;
}

.hover\:border-b-3:hover {
  border-bottom-width: 3px;
}

.hover\:border-l-3:hover {
  border-left-width: 3px;
}

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

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

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

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

.hover\:border-t-6:hover {
  border-top-width: 6px;
}

.hover\:border-r-6:hover {
  border-right-width: 6px;
}

.hover\:border-b-6:hover {
  border-bottom-width: 6px;
}

.hover\:border-l-6:hover {
  border-left-width: 6px;
}

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

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

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

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

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

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

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

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

.first\:border-0:first-child {
  border-width: 0;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-3:first-child {
  border-width: 3px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-6:first-child {
  border-width: 6px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0;
}

.first\:border-r-0:first-child {
  border-right-width: 0;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0;
}

.first\:border-l-0:first-child {
  border-left-width: 0;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:border-r-2:first-child {
  border-right-width: 2px;
}

.first\:border-b-2:first-child {
  border-bottom-width: 2px;
}

.first\:border-l-2:first-child {
  border-left-width: 2px;
}

.first\:border-t-3:first-child {
  border-top-width: 3px;
}

.first\:border-r-3:first-child {
  border-right-width: 3px;
}

.first\:border-b-3:first-child {
  border-bottom-width: 3px;
}

.first\:border-l-3:first-child {
  border-left-width: 3px;
}

.first\:border-t-4:first-child {
  border-top-width: 4px;
}

.first\:border-r-4:first-child {
  border-right-width: 4px;
}

.first\:border-b-4:first-child {
  border-bottom-width: 4px;
}

.first\:border-l-4:first-child {
  border-left-width: 4px;
}

.first\:border-t-6:first-child {
  border-top-width: 6px;
}

.first\:border-r-6:first-child {
  border-right-width: 6px;
}

.first\:border-b-6:first-child {
  border-bottom-width: 6px;
}

.first\:border-l-6:first-child {
  border-left-width: 6px;
}

.first\:border-t-8:first-child {
  border-top-width: 8px;
}

.first\:border-r-8:first-child {
  border-right-width: 8px;
}

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-3:last-child {
  border-width: 3px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-6:last-child {
  border-width: 6px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0;
}

.last\:border-r-0:last-child {
  border-right-width: 0;
}

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

.last\:border-l-0:last-child {
  border-left-width: 0;
}

.last\:border-t-2:last-child {
  border-top-width: 2px;
}

.last\:border-r-2:last-child {
  border-right-width: 2px;
}

.last\:border-b-2:last-child {
  border-bottom-width: 2px;
}

.last\:border-l-2:last-child {
  border-left-width: 2px;
}

.last\:border-t-3:last-child {
  border-top-width: 3px;
}

.last\:border-r-3:last-child {
  border-right-width: 3px;
}

.last\:border-b-3:last-child {
  border-bottom-width: 3px;
}

.last\:border-l-3:last-child {
  border-left-width: 3px;
}

.last\:border-t-4:last-child {
  border-top-width: 4px;
}

.last\:border-r-4:last-child {
  border-right-width: 4px;
}

.last\:border-b-4:last-child {
  border-bottom-width: 4px;
}

.last\:border-l-4:last-child {
  border-left-width: 4px;
}

.last\:border-t-6:last-child {
  border-top-width: 6px;
}

.last\:border-r-6:last-child {
  border-right-width: 6px;
}

.last\:border-b-6:last-child {
  border-bottom-width: 6px;
}

.last\:border-l-6:last-child {
  border-left-width: 6px;
}

.last\:border-t-8:last-child {
  border-top-width: 8px;
}

.last\:border-r-8:last-child {
  border-right-width: 8px;
}

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

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

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.place-items-auto {
  place-items: auto;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

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

.content-evenly {
  align-content: space-evenly;
}

.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-items-auto {
  justify-items: auto;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.font-sans {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

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

.font-cerapro {
  font-family: ;
}

.fonts-loaded .font-cerapro {
  font-family: CeraPRO;
}

.font-dinround {
  font-family: ;
}

.fonts-loaded .font-dinround {
  font-family: DINRound;
}

.font-vibur {
  font-family: ;
}

.fonts-loaded .font-vibur {
  font-family: Vibur;
}

.font-clash {
  font-family: ClashDisplay;
}

.font-europa {
  font-family: europa;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

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

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

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

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-26 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

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

.h-10px {
  height: 0.625rem;
}

.h-20px {
  height: 20px;
}

.h-30px {
  height: 30px;
}

.text-xs {
  font-size: 0.875rem;
}

.text-sm {
  font-size: 1rem;
}

.text-base {
  font-size: 1.125rem;
}

.text-lg {
  font-size: 1.3125rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-2xl {
  font-size: 2rem;
}

.text-3xl {
  font-size: 3.25rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-3xs {
  font-size: 0.6875rem;
}

.text-2xs {
  font-size: 0.75rem;
}

.text-lsm {
  font-size: 1.0625rem;
}

.text-xlg {
  font-size: 1.625rem;
}

.text-2-25xl {
  font-size: 2.25rem;
}

.text-2-5xl {
  font-size: 2.375rem;
}

.text-2-6xl {
  font-size: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-26 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-2px {
  margin: 2px;
}

.m-1\/2 {
  margin: 50%;
}

.m-1\/3 {
  margin: 33.333333%;
}

.m-2\/3 {
  margin: 66.666667%;
}

.m-1\/4 {
  margin: 25%;
}

.m-2\/4 {
  margin: 50%;
}

.m-3\/4 {
  margin: 75%;
}

.m-1\/5 {
  margin: 20%;
}

.m-2\/5 {
  margin: 40%;
}

.m-3\/5 {
  margin: 60%;
}

.m-4\/5 {
  margin: 80%;
}

.m-1\/6 {
  margin: 16.666667%;
}

.m-2\/6 {
  margin: 33.333333%;
}

.m-3\/6 {
  margin: 50%;
}

.m-4\/6 {
  margin: 66.666667%;
}

.m-5\/6 {
  margin: 83.333333%;
}

.m-1\/12 {
  margin: 8.333333%;
}

.m-2\/12 {
  margin: 16.666667%;
}

.m-3\/12 {
  margin: 25%;
}

.m-4\/12 {
  margin: 33.333333%;
}

.m-5\/12 {
  margin: 41.666667%;
}

.m-6\/12 {
  margin: 50%;
}

.m-7\/12 {
  margin: 58.333333%;
}

.m-8\/12 {
  margin: 66.666667%;
}

.m-9\/12 {
  margin: 75%;
}

.m-10\/12 {
  margin: 83.333333%;
}

.m-11\/12 {
  margin: 91.666667%;
}

.m-full {
  margin: 100%;
}

.m-screen {
  margin: 100vw;
}

.m-10px {
  margin: 0.625rem;
}

.m-20px {
  margin: 20px;
}

.m-30px {
  margin: 30px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

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

.-m-5 {
  margin: -1.25rem;
}

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

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

.-m-10 {
  margin: -2.5rem;
}

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

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

.-m-15 {
  margin: -3.75rem;
}

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

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

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

.-m-26 {
  margin: -7rem;
}

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

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

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

.-m-56 {
  margin: -14rem;
}

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

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

.-m-2px {
  margin: -2px;
}

.-m-1\/2 {
  margin: -50%;
}

.-m-1\/3 {
  margin: -33.33333%;
}

.-m-2\/3 {
  margin: -66.66667%;
}

.-m-1\/4 {
  margin: -25%;
}

.-m-2\/4 {
  margin: -50%;
}

.-m-3\/4 {
  margin: -75%;
}

.-m-1\/5 {
  margin: -20%;
}

.-m-2\/5 {
  margin: -40%;
}

.-m-3\/5 {
  margin: -60%;
}

.-m-4\/5 {
  margin: -80%;
}

.-m-1\/6 {
  margin: -16.66667%;
}

.-m-2\/6 {
  margin: -33.33333%;
}

.-m-3\/6 {
  margin: -50%;
}

.-m-4\/6 {
  margin: -66.66667%;
}

.-m-5\/6 {
  margin: -83.33333%;
}

.-m-1\/12 {
  margin: -8.33333%;
}

.-m-2\/12 {
  margin: -16.66667%;
}

.-m-3\/12 {
  margin: -25%;
}

.-m-4\/12 {
  margin: -33.33333%;
}

.-m-5\/12 {
  margin: -41.66667%;
}

.-m-6\/12 {
  margin: -50%;
}

.-m-7\/12 {
  margin: -58.33333%;
}

.-m-8\/12 {
  margin: -66.66667%;
}

.-m-9\/12 {
  margin: -75%;
}

.-m-10\/12 {
  margin: -83.33333%;
}

.-m-11\/12 {
  margin: -91.66667%;
}

.-m-full {
  margin: -100%;
}

.-m-screen {
  margin: -100vw;
}

.-m-10px {
  margin: -0.625rem;
}

.-m-20px {
  margin: -20px;
}

.-m-30px {
  margin: -30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

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

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

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

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

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

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

.my-26 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-26 {
  margin-left: 7rem;
  margin-right: 7rem;
}

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

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

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

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

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

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

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

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

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

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

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

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

.my-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}

.my-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-1\/2 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-1\/3 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-1\/3 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-2\/3 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-2\/3 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-1\/4 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-1\/4 {
  margin-left: 25%;
  margin-right: 25%;
}

.my-2\/4 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-2\/4 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-3\/4 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-3\/4 {
  margin-left: 75%;
  margin-right: 75%;
}

.my-1\/5 {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-1\/5 {
  margin-left: 20%;
  margin-right: 20%;
}

.my-2\/5 {
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-2\/5 {
  margin-left: 40%;
  margin-right: 40%;
}

.my-3\/5 {
  margin-top: 60%;
  margin-bottom: 60%;
}

.mx-3\/5 {
  margin-left: 60%;
  margin-right: 60%;
}

.my-4\/5 {
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-4\/5 {
  margin-left: 80%;
  margin-right: 80%;
}

.my-1\/6 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.mx-1\/6 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.my-2\/6 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-2\/6 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-3\/6 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-3\/6 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-4\/6 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-4\/6 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-5\/6 {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.mx-5\/6 {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.my-1\/12 {
  margin-top: 8.333333%;
  margin-bottom: 8.333333%;
}

.mx-1\/12 {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}

.my-2\/12 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.mx-2\/12 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.my-3\/12 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-3\/12 {
  margin-left: 25%;
  margin-right: 25%;
}

.my-4\/12 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-4\/12 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-5\/12 {
  margin-top: 41.666667%;
  margin-bottom: 41.666667%;
}

.mx-5\/12 {
  margin-left: 41.666667%;
  margin-right: 41.666667%;
}

.my-6\/12 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-6\/12 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-7\/12 {
  margin-top: 58.333333%;
  margin-bottom: 58.333333%;
}

.mx-7\/12 {
  margin-left: 58.333333%;
  margin-right: 58.333333%;
}

.my-8\/12 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-8\/12 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-9\/12 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-9\/12 {
  margin-left: 75%;
  margin-right: 75%;
}

.my-10\/12 {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.mx-10\/12 {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.my-11\/12 {
  margin-top: 91.666667%;
  margin-bottom: 91.666667%;
}

.mx-11\/12 {
  margin-left: 91.666667%;
  margin-right: 91.666667%;
}

.my-full {
  margin-top: 100%;
  margin-bottom: 100%;
}

.mx-full {
  margin-left: 100%;
  margin-right: 100%;
}

.my-screen {
  margin-top: 100vw;
  margin-bottom: 100vw;
}

.mx-screen {
  margin-left: 100vw;
  margin-right: 100vw;
}

.my-10px {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-10px {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.my-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30px {
  margin-left: 30px;
  margin-right: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-15 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

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

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

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

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

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

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

.-my-26 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-26 {
  margin-left: -7rem;
  margin-right: -7rem;
}

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

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

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

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

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

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

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

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

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

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

.-my-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}

.-mx-2px {
  margin-left: -2px;
  margin-right: -2px;
}

.-my-1\/2 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-1\/2 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-1\/3 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.-mx-1\/3 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-my-2\/3 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.-mx-2\/3 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-my-1\/4 {
  margin-top: -25%;
  margin-bottom: -25%;
}

.-mx-1\/4 {
  margin-left: -25%;
  margin-right: -25%;
}

.-my-2\/4 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-2\/4 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-3\/4 {
  margin-top: -75%;
  margin-bottom: -75%;
}

.-mx-3\/4 {
  margin-left: -75%;
  margin-right: -75%;
}

.-my-1\/5 {
  margin-top: -20%;
  margin-bottom: -20%;
}

.-mx-1\/5 {
  margin-left: -20%;
  margin-right: -20%;
}

.-my-2\/5 {
  margin-top: -40%;
  margin-bottom: -40%;
}

.-mx-2\/5 {
  margin-left: -40%;
  margin-right: -40%;
}

.-my-3\/5 {
  margin-top: -60%;
  margin-bottom: -60%;
}

.-mx-3\/5 {
  margin-left: -60%;
  margin-right: -60%;
}

.-my-4\/5 {
  margin-top: -80%;
  margin-bottom: -80%;
}

.-mx-4\/5 {
  margin-left: -80%;
  margin-right: -80%;
}

.-my-1\/6 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.-mx-1\/6 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-my-2\/6 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.-mx-2\/6 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-my-3\/6 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-3\/6 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-4\/6 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.-mx-4\/6 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-my-5\/6 {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.-mx-5\/6 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.-my-1\/12 {
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.-mx-1\/12 {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.-my-2\/12 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.-mx-2\/12 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-my-3\/12 {
  margin-top: -25%;
  margin-bottom: -25%;
}

.-mx-3\/12 {
  margin-left: -25%;
  margin-right: -25%;
}

.-my-4\/12 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.-mx-4\/12 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-my-5\/12 {
  margin-top: -41.66667%;
  margin-bottom: -41.66667%;
}

.-mx-5\/12 {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}

.-my-6\/12 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-6\/12 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-7\/12 {
  margin-top: -58.33333%;
  margin-bottom: -58.33333%;
}

.-mx-7\/12 {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}

.-my-8\/12 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.-mx-8\/12 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-my-9\/12 {
  margin-top: -75%;
  margin-bottom: -75%;
}

.-mx-9\/12 {
  margin-left: -75%;
  margin-right: -75%;
}

.-my-10\/12 {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.-mx-10\/12 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.-my-11\/12 {
  margin-top: -91.66667%;
  margin-bottom: -91.66667%;
}

.-mx-11\/12 {
  margin-left: -91.66667%;
  margin-right: -91.66667%;
}

.-my-full {
  margin-top: -100%;
  margin-bottom: -100%;
}

.-mx-full {
  margin-left: -100%;
  margin-right: -100%;
}

.-my-screen {
  margin-top: -100vw;
  margin-bottom: -100vw;
}

.-mx-screen {
  margin-left: -100vw;
  margin-right: -100vw;
}

.-my-10px {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-mx-10px {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-my-20px {
  margin-top: -20px;
  margin-bottom: -20px;
}

.-mx-20px {
  margin-left: -20px;
  margin-right: -20px;
}

.-my-30px {
  margin-top: -30px;
  margin-bottom: -30px;
}

.-mx-30px {
  margin-left: -30px;
  margin-right: -30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

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

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

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

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

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

.mt-15 {
  margin-top: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-26 {
  margin-top: 7rem;
}

.mr-26 {
  margin-right: 7rem;
}

.mb-26 {
  margin-bottom: 7rem;
}

.ml-26 {
  margin-left: 7rem;
}

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

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

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

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

.mt-36 {
  margin-top: 9rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.ml-36 {
  margin-left: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

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

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

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

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

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-2px {
  margin-top: 2px;
}

.mr-2px {
  margin-right: 2px;
}

.mb-2px {
  margin-bottom: 2px;
}

.ml-2px {
  margin-left: 2px;
}

.mt-1\/2 {
  margin-top: 50%;
}

.mr-1\/2 {
  margin-right: 50%;
}

.mb-1\/2 {
  margin-bottom: 50%;
}

.ml-1\/2 {
  margin-left: 50%;
}

.mt-1\/3 {
  margin-top: 33.333333%;
}

.mr-1\/3 {
  margin-right: 33.333333%;
}

.mb-1\/3 {
  margin-bottom: 33.333333%;
}

.ml-1\/3 {
  margin-left: 33.333333%;
}

.mt-2\/3 {
  margin-top: 66.666667%;
}

.mr-2\/3 {
  margin-right: 66.666667%;
}

.mb-2\/3 {
  margin-bottom: 66.666667%;
}

.ml-2\/3 {
  margin-left: 66.666667%;
}

.mt-1\/4 {
  margin-top: 25%;
}

.mr-1\/4 {
  margin-right: 25%;
}

.mb-1\/4 {
  margin-bottom: 25%;
}

.ml-1\/4 {
  margin-left: 25%;
}

.mt-2\/4 {
  margin-top: 50%;
}

.mr-2\/4 {
  margin-right: 50%;
}

.mb-2\/4 {
  margin-bottom: 50%;
}

.ml-2\/4 {
  margin-left: 50%;
}

.mt-3\/4 {
  margin-top: 75%;
}

.mr-3\/4 {
  margin-right: 75%;
}

.mb-3\/4 {
  margin-bottom: 75%;
}

.ml-3\/4 {
  margin-left: 75%;
}

.mt-1\/5 {
  margin-top: 20%;
}

.mr-1\/5 {
  margin-right: 20%;
}

.mb-1\/5 {
  margin-bottom: 20%;
}

.ml-1\/5 {
  margin-left: 20%;
}

.mt-2\/5 {
  margin-top: 40%;
}

.mr-2\/5 {
  margin-right: 40%;
}

.mb-2\/5 {
  margin-bottom: 40%;
}

.ml-2\/5 {
  margin-left: 40%;
}

.mt-3\/5 {
  margin-top: 60%;
}

.mr-3\/5 {
  margin-right: 60%;
}

.mb-3\/5 {
  margin-bottom: 60%;
}

.ml-3\/5 {
  margin-left: 60%;
}

.mt-4\/5 {
  margin-top: 80%;
}

.mr-4\/5 {
  margin-right: 80%;
}

.mb-4\/5 {
  margin-bottom: 80%;
}

.ml-4\/5 {
  margin-left: 80%;
}

.mt-1\/6 {
  margin-top: 16.666667%;
}

.mr-1\/6 {
  margin-right: 16.666667%;
}

.mb-1\/6 {
  margin-bottom: 16.666667%;
}

.ml-1\/6 {
  margin-left: 16.666667%;
}

.mt-2\/6 {
  margin-top: 33.333333%;
}

.mr-2\/6 {
  margin-right: 33.333333%;
}

.mb-2\/6 {
  margin-bottom: 33.333333%;
}

.ml-2\/6 {
  margin-left: 33.333333%;
}

.mt-3\/6 {
  margin-top: 50%;
}

.mr-3\/6 {
  margin-right: 50%;
}

.mb-3\/6 {
  margin-bottom: 50%;
}

.ml-3\/6 {
  margin-left: 50%;
}

.mt-4\/6 {
  margin-top: 66.666667%;
}

.mr-4\/6 {
  margin-right: 66.666667%;
}

.mb-4\/6 {
  margin-bottom: 66.666667%;
}

.ml-4\/6 {
  margin-left: 66.666667%;
}

.mt-5\/6 {
  margin-top: 83.333333%;
}

.mr-5\/6 {
  margin-right: 83.333333%;
}

.mb-5\/6 {
  margin-bottom: 83.333333%;
}

.ml-5\/6 {
  margin-left: 83.333333%;
}

.mt-1\/12 {
  margin-top: 8.333333%;
}

.mr-1\/12 {
  margin-right: 8.333333%;
}

.mb-1\/12 {
  margin-bottom: 8.333333%;
}

.ml-1\/12 {
  margin-left: 8.333333%;
}

.mt-2\/12 {
  margin-top: 16.666667%;
}

.mr-2\/12 {
  margin-right: 16.666667%;
}

.mb-2\/12 {
  margin-bottom: 16.666667%;
}

.ml-2\/12 {
  margin-left: 16.666667%;
}

.mt-3\/12 {
  margin-top: 25%;
}

.mr-3\/12 {
  margin-right: 25%;
}

.mb-3\/12 {
  margin-bottom: 25%;
}

.ml-3\/12 {
  margin-left: 25%;
}

.mt-4\/12 {
  margin-top: 33.333333%;
}

.mr-4\/12 {
  margin-right: 33.333333%;
}

.mb-4\/12 {
  margin-bottom: 33.333333%;
}

.ml-4\/12 {
  margin-left: 33.333333%;
}

.mt-5\/12 {
  margin-top: 41.666667%;
}

.mr-5\/12 {
  margin-right: 41.666667%;
}

.mb-5\/12 {
  margin-bottom: 41.666667%;
}

.ml-5\/12 {
  margin-left: 41.666667%;
}

.mt-6\/12 {
  margin-top: 50%;
}

.mr-6\/12 {
  margin-right: 50%;
}

.mb-6\/12 {
  margin-bottom: 50%;
}

.ml-6\/12 {
  margin-left: 50%;
}

.mt-7\/12 {
  margin-top: 58.333333%;
}

.mr-7\/12 {
  margin-right: 58.333333%;
}

.mb-7\/12 {
  margin-bottom: 58.333333%;
}

.ml-7\/12 {
  margin-left: 58.333333%;
}

.mt-8\/12 {
  margin-top: 66.666667%;
}

.mr-8\/12 {
  margin-right: 66.666667%;
}

.mb-8\/12 {
  margin-bottom: 66.666667%;
}

.ml-8\/12 {
  margin-left: 66.666667%;
}

.mt-9\/12 {
  margin-top: 75%;
}

.mr-9\/12 {
  margin-right: 75%;
}

.mb-9\/12 {
  margin-bottom: 75%;
}

.ml-9\/12 {
  margin-left: 75%;
}

.mt-10\/12 {
  margin-top: 83.333333%;
}

.mr-10\/12 {
  margin-right: 83.333333%;
}

.mb-10\/12 {
  margin-bottom: 83.333333%;
}

.ml-10\/12 {
  margin-left: 83.333333%;
}

.mt-11\/12 {
  margin-top: 91.666667%;
}

.mr-11\/12 {
  margin-right: 91.666667%;
}

.mb-11\/12 {
  margin-bottom: 91.666667%;
}

.ml-11\/12 {
  margin-left: 91.666667%;
}

.mt-full {
  margin-top: 100%;
}

.mr-full {
  margin-right: 100%;
}

.mb-full {
  margin-bottom: 100%;
}

.ml-full {
  margin-left: 100%;
}

.mt-screen {
  margin-top: 100vw;
}

.mr-screen {
  margin-right: 100vw;
}

.mb-screen {
  margin-bottom: 100vw;
}

.ml-screen {
  margin-left: 100vw;
}

.mt-10px {
  margin-top: 0.625rem;
}

.mr-10px {
  margin-right: 0.625rem;
}

.mb-10px {
  margin-bottom: 0.625rem;
}

.ml-10px {
  margin-left: 0.625rem;
}

.mt-20px {
  margin-top: 20px;
}

.mr-20px {
  margin-right: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.ml-20px {
  margin-left: 20px;
}

.mt-30px {
  margin-top: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.ml-30px {
  margin-left: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

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

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

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

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

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

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

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

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

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

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

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

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

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

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

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

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

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

.-mt-15 {
  margin-top: -3.75rem;
}

.-mr-15 {
  margin-right: -3.75rem;
}

.-mb-15 {
  margin-bottom: -3.75rem;
}

.-ml-15 {
  margin-left: -3.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-26 {
  margin-top: -7rem;
}

.-mr-26 {
  margin-right: -7rem;
}

.-mb-26 {
  margin-bottom: -7rem;
}

.-ml-26 {
  margin-left: -7rem;
}

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

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

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

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

.-mt-36 {
  margin-top: -9rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

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

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

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

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

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

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

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

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

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

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

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

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

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

.-mt-2px {
  margin-top: -2px;
}

.-mr-2px {
  margin-right: -2px;
}

.-mb-2px {
  margin-bottom: -2px;
}

.-ml-2px {
  margin-left: -2px;
}

.-mt-1\/2 {
  margin-top: -50%;
}

.-mr-1\/2 {
  margin-right: -50%;
}

.-mb-1\/2 {
  margin-bottom: -50%;
}

.-ml-1\/2 {
  margin-left: -50%;
}

.-mt-1\/3 {
  margin-top: -33.33333%;
}

.-mr-1\/3 {
  margin-right: -33.33333%;
}

.-mb-1\/3 {
  margin-bottom: -33.33333%;
}

.-ml-1\/3 {
  margin-left: -33.33333%;
}

.-mt-2\/3 {
  margin-top: -66.66667%;
}

.-mr-2\/3 {
  margin-right: -66.66667%;
}

.-mb-2\/3 {
  margin-bottom: -66.66667%;
}

.-ml-2\/3 {
  margin-left: -66.66667%;
}

.-mt-1\/4 {
  margin-top: -25%;
}

.-mr-1\/4 {
  margin-right: -25%;
}

.-mb-1\/4 {
  margin-bottom: -25%;
}

.-ml-1\/4 {
  margin-left: -25%;
}

.-mt-2\/4 {
  margin-top: -50%;
}

.-mr-2\/4 {
  margin-right: -50%;
}

.-mb-2\/4 {
  margin-bottom: -50%;
}

.-ml-2\/4 {
  margin-left: -50%;
}

.-mt-3\/4 {
  margin-top: -75%;
}

.-mr-3\/4 {
  margin-right: -75%;
}

.-mb-3\/4 {
  margin-bottom: -75%;
}

.-ml-3\/4 {
  margin-left: -75%;
}

.-mt-1\/5 {
  margin-top: -20%;
}

.-mr-1\/5 {
  margin-right: -20%;
}

.-mb-1\/5 {
  margin-bottom: -20%;
}

.-ml-1\/5 {
  margin-left: -20%;
}

.-mt-2\/5 {
  margin-top: -40%;
}

.-mr-2\/5 {
  margin-right: -40%;
}

.-mb-2\/5 {
  margin-bottom: -40%;
}

.-ml-2\/5 {
  margin-left: -40%;
}

.-mt-3\/5 {
  margin-top: -60%;
}

.-mr-3\/5 {
  margin-right: -60%;
}

.-mb-3\/5 {
  margin-bottom: -60%;
}

.-ml-3\/5 {
  margin-left: -60%;
}

.-mt-4\/5 {
  margin-top: -80%;
}

.-mr-4\/5 {
  margin-right: -80%;
}

.-mb-4\/5 {
  margin-bottom: -80%;
}

.-ml-4\/5 {
  margin-left: -80%;
}

.-mt-1\/6 {
  margin-top: -16.66667%;
}

.-mr-1\/6 {
  margin-right: -16.66667%;
}

.-mb-1\/6 {
  margin-bottom: -16.66667%;
}

.-ml-1\/6 {
  margin-left: -16.66667%;
}

.-mt-2\/6 {
  margin-top: -33.33333%;
}

.-mr-2\/6 {
  margin-right: -33.33333%;
}

.-mb-2\/6 {
  margin-bottom: -33.33333%;
}

.-ml-2\/6 {
  margin-left: -33.33333%;
}

.-mt-3\/6 {
  margin-top: -50%;
}

.-mr-3\/6 {
  margin-right: -50%;
}

.-mb-3\/6 {
  margin-bottom: -50%;
}

.-ml-3\/6 {
  margin-left: -50%;
}

.-mt-4\/6 {
  margin-top: -66.66667%;
}

.-mr-4\/6 {
  margin-right: -66.66667%;
}

.-mb-4\/6 {
  margin-bottom: -66.66667%;
}

.-ml-4\/6 {
  margin-left: -66.66667%;
}

.-mt-5\/6 {
  margin-top: -83.33333%;
}

.-mr-5\/6 {
  margin-right: -83.33333%;
}

.-mb-5\/6 {
  margin-bottom: -83.33333%;
}

.-ml-5\/6 {
  margin-left: -83.33333%;
}

.-mt-1\/12 {
  margin-top: -8.33333%;
}

.-mr-1\/12 {
  margin-right: -8.33333%;
}

.-mb-1\/12 {
  margin-bottom: -8.33333%;
}

.-ml-1\/12 {
  margin-left: -8.33333%;
}

.-mt-2\/12 {
  margin-top: -16.66667%;
}

.-mr-2\/12 {
  margin-right: -16.66667%;
}

.-mb-2\/12 {
  margin-bottom: -16.66667%;
}

.-ml-2\/12 {
  margin-left: -16.66667%;
}

.-mt-3\/12 {
  margin-top: -25%;
}

.-mr-3\/12 {
  margin-right: -25%;
}

.-mb-3\/12 {
  margin-bottom: -25%;
}

.-ml-3\/12 {
  margin-left: -25%;
}

.-mt-4\/12 {
  margin-top: -33.33333%;
}

.-mr-4\/12 {
  margin-right: -33.33333%;
}

.-mb-4\/12 {
  margin-bottom: -33.33333%;
}

.-ml-4\/12 {
  margin-left: -33.33333%;
}

.-mt-5\/12 {
  margin-top: -41.66667%;
}

.-mr-5\/12 {
  margin-right: -41.66667%;
}

.-mb-5\/12 {
  margin-bottom: -41.66667%;
}

.-ml-5\/12 {
  margin-left: -41.66667%;
}

.-mt-6\/12 {
  margin-top: -50%;
}

.-mr-6\/12 {
  margin-right: -50%;
}

.-mb-6\/12 {
  margin-bottom: -50%;
}

.-ml-6\/12 {
  margin-left: -50%;
}

.-mt-7\/12 {
  margin-top: -58.33333%;
}

.-mr-7\/12 {
  margin-right: -58.33333%;
}

.-mb-7\/12 {
  margin-bottom: -58.33333%;
}

.-ml-7\/12 {
  margin-left: -58.33333%;
}

.-mt-8\/12 {
  margin-top: -66.66667%;
}

.-mr-8\/12 {
  margin-right: -66.66667%;
}

.-mb-8\/12 {
  margin-bottom: -66.66667%;
}

.-ml-8\/12 {
  margin-left: -66.66667%;
}

.-mt-9\/12 {
  margin-top: -75%;
}

.-mr-9\/12 {
  margin-right: -75%;
}

.-mb-9\/12 {
  margin-bottom: -75%;
}

.-ml-9\/12 {
  margin-left: -75%;
}

.-mt-10\/12 {
  margin-top: -83.33333%;
}

.-mr-10\/12 {
  margin-right: -83.33333%;
}

.-mb-10\/12 {
  margin-bottom: -83.33333%;
}

.-ml-10\/12 {
  margin-left: -83.33333%;
}

.-mt-11\/12 {
  margin-top: -91.66667%;
}

.-mr-11\/12 {
  margin-right: -91.66667%;
}

.-mb-11\/12 {
  margin-bottom: -91.66667%;
}

.-ml-11\/12 {
  margin-left: -91.66667%;
}

.-mt-full {
  margin-top: -100%;
}

.-mr-full {
  margin-right: -100%;
}

.-mb-full {
  margin-bottom: -100%;
}

.-ml-full {
  margin-left: -100%;
}

.-mt-screen {
  margin-top: -100vw;
}

.-mr-screen {
  margin-right: -100vw;
}

.-mb-screen {
  margin-bottom: -100vw;
}

.-ml-screen {
  margin-left: -100vw;
}

.-mt-10px {
  margin-top: -0.625rem;
}

.-mr-10px {
  margin-right: -0.625rem;
}

.-mb-10px {
  margin-bottom: -0.625rem;
}

.-ml-10px {
  margin-left: -0.625rem;
}

.-mt-20px {
  margin-top: -20px;
}

.-mr-20px {
  margin-right: -20px;
}

.-mb-20px {
  margin-bottom: -20px;
}

.-ml-20px {
  margin-left: -20px;
}

.-mt-30px {
  margin-top: -30px;
}

.-mr-30px {
  margin-right: -30px;
}

.-mb-30px {
  margin-bottom: -30px;
}

.-ml-30px {
  margin-left: -30px;
}

.first\:m-0:first-child {
  margin: 0;
}

.first\:m-1:first-child {
  margin: 0.25rem;
}

.first\:m-2:first-child {
  margin: 0.5rem;
}

.first\:m-3:first-child {
  margin: 0.75rem;
}

.first\:m-4:first-child {
  margin: 1rem;
}

.first\:m-5:first-child {
  margin: 1.25rem;
}

.first\:m-6:first-child {
  margin: 1.5rem;
}

.first\:m-8:first-child {
  margin: 2rem;
}

.first\:m-10:first-child {
  margin: 2.5rem;
}

.first\:m-12:first-child {
  margin: 3rem;
}

.first\:m-14:first-child {
  margin: 3.5rem;
}

.first\:m-15:first-child {
  margin: 3.75rem;
}

.first\:m-16:first-child {
  margin: 4rem;
}

.first\:m-20:first-child {
  margin: 5rem;
}

.first\:m-24:first-child {
  margin: 6rem;
}

.first\:m-26:first-child {
  margin: 7rem;
}

.first\:m-32:first-child {
  margin: 8rem;
}

.first\:m-36:first-child {
  margin: 9rem;
}

.first\:m-40:first-child {
  margin: 10rem;
}

.first\:m-48:first-child {
  margin: 12rem;
}

.first\:m-56:first-child {
  margin: 14rem;
}

.first\:m-64:first-child {
  margin: 16rem;
}

.first\:m-auto:first-child {
  margin: auto;
}

.first\:m-px:first-child {
  margin: 1px;
}

.first\:m-2px:first-child {
  margin: 2px;
}

.first\:m-1\/2:first-child {
  margin: 50%;
}

.first\:m-1\/3:first-child {
  margin: 33.333333%;
}

.first\:m-2\/3:first-child {
  margin: 66.666667%;
}

.first\:m-1\/4:first-child {
  margin: 25%;
}

.first\:m-2\/4:first-child {
  margin: 50%;
}

.first\:m-3\/4:first-child {
  margin: 75%;
}

.first\:m-1\/5:first-child {
  margin: 20%;
}

.first\:m-2\/5:first-child {
  margin: 40%;
}

.first\:m-3\/5:first-child {
  margin: 60%;
}

.first\:m-4\/5:first-child {
  margin: 80%;
}

.first\:m-1\/6:first-child {
  margin: 16.666667%;
}

.first\:m-2\/6:first-child {
  margin: 33.333333%;
}

.first\:m-3\/6:first-child {
  margin: 50%;
}

.first\:m-4\/6:first-child {
  margin: 66.666667%;
}

.first\:m-5\/6:first-child {
  margin: 83.333333%;
}

.first\:m-1\/12:first-child {
  margin: 8.333333%;
}

.first\:m-2\/12:first-child {
  margin: 16.666667%;
}

.first\:m-3\/12:first-child {
  margin: 25%;
}

.first\:m-4\/12:first-child {
  margin: 33.333333%;
}

.first\:m-5\/12:first-child {
  margin: 41.666667%;
}

.first\:m-6\/12:first-child {
  margin: 50%;
}

.first\:m-7\/12:first-child {
  margin: 58.333333%;
}

.first\:m-8\/12:first-child {
  margin: 66.666667%;
}

.first\:m-9\/12:first-child {
  margin: 75%;
}

.first\:m-10\/12:first-child {
  margin: 83.333333%;
}

.first\:m-11\/12:first-child {
  margin: 91.666667%;
}

.first\:m-full:first-child {
  margin: 100%;
}

.first\:m-screen:first-child {
  margin: 100vw;
}

.first\:m-10px:first-child {
  margin: 0.625rem;
}

.first\:m-20px:first-child {
  margin: 20px;
}

.first\:m-30px:first-child {
  margin: 30px;
}

.first\:-m-1:first-child {
  margin: -0.25rem;
}

.first\:-m-2:first-child {
  margin: -0.5rem;
}

.first\:-m-3:first-child {
  margin: -0.75rem;
}

.first\:-m-4:first-child {
  margin: -1rem;
}

.first\:-m-5:first-child {
  margin: -1.25rem;
}

.first\:-m-6:first-child {
  margin: -1.5rem;
}

.first\:-m-8:first-child {
  margin: -2rem;
}

.first\:-m-10:first-child {
  margin: -2.5rem;
}

.first\:-m-12:first-child {
  margin: -3rem;
}

.first\:-m-14:first-child {
  margin: -3.5rem;
}

.first\:-m-15:first-child {
  margin: -3.75rem;
}

.first\:-m-16:first-child {
  margin: -4rem;
}

.first\:-m-20:first-child {
  margin: -5rem;
}

.first\:-m-24:first-child {
  margin: -6rem;
}

.first\:-m-26:first-child {
  margin: -7rem;
}

.first\:-m-32:first-child {
  margin: -8rem;
}

.first\:-m-36:first-child {
  margin: -9rem;
}

.first\:-m-40:first-child {
  margin: -10rem;
}

.first\:-m-48:first-child {
  margin: -12rem;
}

.first\:-m-56:first-child {
  margin: -14rem;
}

.first\:-m-64:first-child {
  margin: -16rem;
}

.first\:-m-px:first-child {
  margin: -1px;
}

.first\:-m-2px:first-child {
  margin: -2px;
}

.first\:-m-1\/2:first-child {
  margin: -50%;
}

.first\:-m-1\/3:first-child {
  margin: -33.33333%;
}

.first\:-m-2\/3:first-child {
  margin: -66.66667%;
}

.first\:-m-1\/4:first-child {
  margin: -25%;
}

.first\:-m-2\/4:first-child {
  margin: -50%;
}

.first\:-m-3\/4:first-child {
  margin: -75%;
}

.first\:-m-1\/5:first-child {
  margin: -20%;
}

.first\:-m-2\/5:first-child {
  margin: -40%;
}

.first\:-m-3\/5:first-child {
  margin: -60%;
}

.first\:-m-4\/5:first-child {
  margin: -80%;
}

.first\:-m-1\/6:first-child {
  margin: -16.66667%;
}

.first\:-m-2\/6:first-child {
  margin: -33.33333%;
}

.first\:-m-3\/6:first-child {
  margin: -50%;
}

.first\:-m-4\/6:first-child {
  margin: -66.66667%;
}

.first\:-m-5\/6:first-child {
  margin: -83.33333%;
}

.first\:-m-1\/12:first-child {
  margin: -8.33333%;
}

.first\:-m-2\/12:first-child {
  margin: -16.66667%;
}

.first\:-m-3\/12:first-child {
  margin: -25%;
}

.first\:-m-4\/12:first-child {
  margin: -33.33333%;
}

.first\:-m-5\/12:first-child {
  margin: -41.66667%;
}

.first\:-m-6\/12:first-child {
  margin: -50%;
}

.first\:-m-7\/12:first-child {
  margin: -58.33333%;
}

.first\:-m-8\/12:first-child {
  margin: -66.66667%;
}

.first\:-m-9\/12:first-child {
  margin: -75%;
}

.first\:-m-10\/12:first-child {
  margin: -83.33333%;
}

.first\:-m-11\/12:first-child {
  margin: -91.66667%;
}

.first\:-m-full:first-child {
  margin: -100%;
}

.first\:-m-screen:first-child {
  margin: -100vw;
}

.first\:-m-10px:first-child {
  margin: -0.625rem;
}

.first\:-m-20px:first-child {
  margin: -20px;
}

.first\:-m-30px:first-child {
  margin: -30px;
}

.first\:my-0:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.first\:mx-0:first-child {
  margin-left: 0;
  margin-right: 0;
}

.first\:my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.first\:my-5:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:mx-5:first-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:my-12:first-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.first\:mx-12:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.first\:my-14:first-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.first\:mx-14:first-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.first\:my-15:first-child {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.first\:mx-15:first-child {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.first\:my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:my-26:first-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.first\:mx-26:first-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.first\:my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:my-36:first-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.first\:mx-36:first-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.first\:my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:my-2px:first-child {
  margin-top: 2px;
  margin-bottom: 2px;
}

.first\:mx-2px:first-child {
  margin-left: 2px;
  margin-right: 2px;
}

.first\:my-1\/2:first-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.first\:mx-1\/2:first-child {
  margin-left: 50%;
  margin-right: 50%;
}

.first\:my-1\/3:first-child {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.first\:mx-1\/3:first-child {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.first\:my-2\/3:first-child {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.first\:mx-2\/3:first-child {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.first\:my-1\/4:first-child {
  margin-top: 25%;
  margin-bottom: 25%;
}

.first\:mx-1\/4:first-child {
  margin-left: 25%;
  margin-right: 25%;
}

.first\:my-2\/4:first-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.first\:mx-2\/4:first-child {
  margin-left: 50%;
  margin-right: 50%;
}

.first\:my-3\/4:first-child {
  margin-top: 75%;
  margin-bottom: 75%;
}

.first\:mx-3\/4:first-child {
  margin-left: 75%;
  margin-right: 75%;
}

.first\:my-1\/5:first-child {
  margin-top: 20%;
  margin-bottom: 20%;
}

.first\:mx-1\/5:first-child {
  margin-left: 20%;
  margin-right: 20%;
}

.first\:my-2\/5:first-child {
  margin-top: 40%;
  margin-bottom: 40%;
}

.first\:mx-2\/5:first-child {
  margin-left: 40%;
  margin-right: 40%;
}

.first\:my-3\/5:first-child {
  margin-top: 60%;
  margin-bottom: 60%;
}

.first\:mx-3\/5:first-child {
  margin-left: 60%;
  margin-right: 60%;
}

.first\:my-4\/5:first-child {
  margin-top: 80%;
  margin-bottom: 80%;
}

.first\:mx-4\/5:first-child {
  margin-left: 80%;
  margin-right: 80%;
}

.first\:my-1\/6:first-child {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.first\:mx-1\/6:first-child {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.first\:my-2\/6:first-child {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.first\:mx-2\/6:first-child {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.first\:my-3\/6:first-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.first\:mx-3\/6:first-child {
  margin-left: 50%;
  margin-right: 50%;
}

.first\:my-4\/6:first-child {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.first\:mx-4\/6:first-child {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.first\:my-5\/6:first-child {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.first\:mx-5\/6:first-child {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.first\:my-1\/12:first-child {
  margin-top: 8.333333%;
  margin-bottom: 8.333333%;
}

.first\:mx-1\/12:first-child {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}

.first\:my-2\/12:first-child {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.first\:mx-2\/12:first-child {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.first\:my-3\/12:first-child {
  margin-top: 25%;
  margin-bottom: 25%;
}

.first\:mx-3\/12:first-child {
  margin-left: 25%;
  margin-right: 25%;
}

.first\:my-4\/12:first-child {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.first\:mx-4\/12:first-child {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.first\:my-5\/12:first-child {
  margin-top: 41.666667%;
  margin-bottom: 41.666667%;
}

.first\:mx-5\/12:first-child {
  margin-left: 41.666667%;
  margin-right: 41.666667%;
}

.first\:my-6\/12:first-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.first\:mx-6\/12:first-child {
  margin-left: 50%;
  margin-right: 50%;
}

.first\:my-7\/12:first-child {
  margin-top: 58.333333%;
  margin-bottom: 58.333333%;
}

.first\:mx-7\/12:first-child {
  margin-left: 58.333333%;
  margin-right: 58.333333%;
}

.first\:my-8\/12:first-child {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.first\:mx-8\/12:first-child {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.first\:my-9\/12:first-child {
  margin-top: 75%;
  margin-bottom: 75%;
}

.first\:mx-9\/12:first-child {
  margin-left: 75%;
  margin-right: 75%;
}

.first\:my-10\/12:first-child {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.first\:mx-10\/12:first-child {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.first\:my-11\/12:first-child {
  margin-top: 91.666667%;
  margin-bottom: 91.666667%;
}

.first\:mx-11\/12:first-child {
  margin-left: 91.666667%;
  margin-right: 91.666667%;
}

.first\:my-full:first-child {
  margin-top: 100%;
  margin-bottom: 100%;
}

.first\:mx-full:first-child {
  margin-left: 100%;
  margin-right: 100%;
}

.first\:my-screen:first-child {
  margin-top: 100vw;
  margin-bottom: 100vw;
}

.first\:mx-screen:first-child {
  margin-left: 100vw;
  margin-right: 100vw;
}

.first\:my-10px:first-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.first\:mx-10px:first-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.first\:my-20px:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

.first\:mx-20px:first-child {
  margin-left: 20px;
  margin-right: 20px;
}

.first\:my-30px:first-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

.first\:mx-30px:first-child {
  margin-left: 30px;
  margin-right: 30px;
}

.first\:-my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:-mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:-my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:-mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:-my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:-mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:-my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:-mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.first\:-my-5:first-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:-mx-5:first-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:-my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:-mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:-my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:-mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:-my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:-mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:-my-12:first-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.first\:-mx-12:first-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.first\:-my-14:first-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.first\:-mx-14:first-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.first\:-my-15:first-child {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.first\:-mx-15:first-child {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.first\:-my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:-mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:-my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:-mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:-my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:-mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:-my-26:first-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.first\:-mx-26:first-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.first\:-my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:-mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:-my-36:first-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.first\:-mx-36:first-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.first\:-my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:-mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:-my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:-mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:-my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:-mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:-my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:-mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:-my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:-mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:-my-2px:first-child {
  margin-top: -2px;
  margin-bottom: -2px;
}

.first\:-mx-2px:first-child {
  margin-left: -2px;
  margin-right: -2px;
}

.first\:-my-1\/2:first-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.first\:-mx-1\/2:first-child {
  margin-left: -50%;
  margin-right: -50%;
}

.first\:-my-1\/3:first-child {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.first\:-mx-1\/3:first-child {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.first\:-my-2\/3:first-child {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.first\:-mx-2\/3:first-child {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.first\:-my-1\/4:first-child {
  margin-top: -25%;
  margin-bottom: -25%;
}

.first\:-mx-1\/4:first-child {
  margin-left: -25%;
  margin-right: -25%;
}

.first\:-my-2\/4:first-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.first\:-mx-2\/4:first-child {
  margin-left: -50%;
  margin-right: -50%;
}

.first\:-my-3\/4:first-child {
  margin-top: -75%;
  margin-bottom: -75%;
}

.first\:-mx-3\/4:first-child {
  margin-left: -75%;
  margin-right: -75%;
}

.first\:-my-1\/5:first-child {
  margin-top: -20%;
  margin-bottom: -20%;
}

.first\:-mx-1\/5:first-child {
  margin-left: -20%;
  margin-right: -20%;
}

.first\:-my-2\/5:first-child {
  margin-top: -40%;
  margin-bottom: -40%;
}

.first\:-mx-2\/5:first-child {
  margin-left: -40%;
  margin-right: -40%;
}

.first\:-my-3\/5:first-child {
  margin-top: -60%;
  margin-bottom: -60%;
}

.first\:-mx-3\/5:first-child {
  margin-left: -60%;
  margin-right: -60%;
}

.first\:-my-4\/5:first-child {
  margin-top: -80%;
  margin-bottom: -80%;
}

.first\:-mx-4\/5:first-child {
  margin-left: -80%;
  margin-right: -80%;
}

.first\:-my-1\/6:first-child {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.first\:-mx-1\/6:first-child {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.first\:-my-2\/6:first-child {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.first\:-mx-2\/6:first-child {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.first\:-my-3\/6:first-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.first\:-mx-3\/6:first-child {
  margin-left: -50%;
  margin-right: -50%;
}

.first\:-my-4\/6:first-child {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.first\:-mx-4\/6:first-child {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.first\:-my-5\/6:first-child {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.first\:-mx-5\/6:first-child {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.first\:-my-1\/12:first-child {
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.first\:-mx-1\/12:first-child {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.first\:-my-2\/12:first-child {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.first\:-mx-2\/12:first-child {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.first\:-my-3\/12:first-child {
  margin-top: -25%;
  margin-bottom: -25%;
}

.first\:-mx-3\/12:first-child {
  margin-left: -25%;
  margin-right: -25%;
}

.first\:-my-4\/12:first-child {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.first\:-mx-4\/12:first-child {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.first\:-my-5\/12:first-child {
  margin-top: -41.66667%;
  margin-bottom: -41.66667%;
}

.first\:-mx-5\/12:first-child {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}

.first\:-my-6\/12:first-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.first\:-mx-6\/12:first-child {
  margin-left: -50%;
  margin-right: -50%;
}

.first\:-my-7\/12:first-child {
  margin-top: -58.33333%;
  margin-bottom: -58.33333%;
}

.first\:-mx-7\/12:first-child {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}

.first\:-my-8\/12:first-child {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.first\:-mx-8\/12:first-child {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.first\:-my-9\/12:first-child {
  margin-top: -75%;
  margin-bottom: -75%;
}

.first\:-mx-9\/12:first-child {
  margin-left: -75%;
  margin-right: -75%;
}

.first\:-my-10\/12:first-child {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.first\:-mx-10\/12:first-child {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.first\:-my-11\/12:first-child {
  margin-top: -91.66667%;
  margin-bottom: -91.66667%;
}

.first\:-mx-11\/12:first-child {
  margin-left: -91.66667%;
  margin-right: -91.66667%;
}

.first\:-my-full:first-child {
  margin-top: -100%;
  margin-bottom: -100%;
}

.first\:-mx-full:first-child {
  margin-left: -100%;
  margin-right: -100%;
}

.first\:-my-screen:first-child {
  margin-top: -100vw;
  margin-bottom: -100vw;
}

.first\:-mx-screen:first-child {
  margin-left: -100vw;
  margin-right: -100vw;
}

.first\:-my-10px:first-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.first\:-mx-10px:first-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.first\:-my-20px:first-child {
  margin-top: -20px;
  margin-bottom: -20px;
}

.first\:-mx-20px:first-child {
  margin-left: -20px;
  margin-right: -20px;
}

.first\:-my-30px:first-child {
  margin-top: -30px;
  margin-bottom: -30px;
}

.first\:-mx-30px:first-child {
  margin-left: -30px;
  margin-right: -30px;
}

.first\:mt-0:first-child {
  margin-top: 0;
}

.first\:mr-0:first-child {
  margin-right: 0;
}

.first\:mb-0:first-child {
  margin-bottom: 0;
}

.first\:ml-0:first-child {
  margin-left: 0;
}

.first\:mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:mt-4:first-child {
  margin-top: 1rem;
}

.first\:mr-4:first-child {
  margin-right: 1rem;
}

.first\:mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:ml-4:first-child {
  margin-left: 1rem;
}

.first\:mt-5:first-child {
  margin-top: 1.25rem;
}

.first\:mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:mb-5:first-child {
  margin-bottom: 1.25rem;
}

.first\:ml-5:first-child {
  margin-left: 1.25rem;
}

.first\:mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:mt-8:first-child {
  margin-top: 2rem;
}

.first\:mr-8:first-child {
  margin-right: 2rem;
}

.first\:mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:ml-8:first-child {
  margin-left: 2rem;
}

.first\:mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:ml-10:first-child {
  margin-left: 2.5rem;
}

.first\:mt-12:first-child {
  margin-top: 3rem;
}

.first\:mr-12:first-child {
  margin-right: 3rem;
}

.first\:mb-12:first-child {
  margin-bottom: 3rem;
}

.first\:ml-12:first-child {
  margin-left: 3rem;
}

.first\:mt-14:first-child {
  margin-top: 3.5rem;
}

.first\:mr-14:first-child {
  margin-right: 3.5rem;
}

.first\:mb-14:first-child {
  margin-bottom: 3.5rem;
}

.first\:ml-14:first-child {
  margin-left: 3.5rem;
}

.first\:mt-15:first-child {
  margin-top: 3.75rem;
}

.first\:mr-15:first-child {
  margin-right: 3.75rem;
}

.first\:mb-15:first-child {
  margin-bottom: 3.75rem;
}

.first\:ml-15:first-child {
  margin-left: 3.75rem;
}

.first\:mt-16:first-child {
  margin-top: 4rem;
}

.first\:mr-16:first-child {
  margin-right: 4rem;
}

.first\:mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:ml-16:first-child {
  margin-left: 4rem;
}

.first\:mt-20:first-child {
  margin-top: 5rem;
}

.first\:mr-20:first-child {
  margin-right: 5rem;
}

.first\:mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:ml-20:first-child {
  margin-left: 5rem;
}

.first\:mt-24:first-child {
  margin-top: 6rem;
}

.first\:mr-24:first-child {
  margin-right: 6rem;
}

.first\:mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:ml-24:first-child {
  margin-left: 6rem;
}

.first\:mt-26:first-child {
  margin-top: 7rem;
}

.first\:mr-26:first-child {
  margin-right: 7rem;
}

.first\:mb-26:first-child {
  margin-bottom: 7rem;
}

.first\:ml-26:first-child {
  margin-left: 7rem;
}

.first\:mt-32:first-child {
  margin-top: 8rem;
}

.first\:mr-32:first-child {
  margin-right: 8rem;
}

.first\:mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:ml-32:first-child {
  margin-left: 8rem;
}

.first\:mt-36:first-child {
  margin-top: 9rem;
}

.first\:mr-36:first-child {
  margin-right: 9rem;
}

.first\:mb-36:first-child {
  margin-bottom: 9rem;
}

.first\:ml-36:first-child {
  margin-left: 9rem;
}

.first\:mt-40:first-child {
  margin-top: 10rem;
}

.first\:mr-40:first-child {
  margin-right: 10rem;
}

.first\:mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:ml-40:first-child {
  margin-left: 10rem;
}

.first\:mt-48:first-child {
  margin-top: 12rem;
}

.first\:mr-48:first-child {
  margin-right: 12rem;
}

.first\:mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:ml-48:first-child {
  margin-left: 12rem;
}

.first\:mt-56:first-child {
  margin-top: 14rem;
}

.first\:mr-56:first-child {
  margin-right: 14rem;
}

.first\:mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:ml-56:first-child {
  margin-left: 14rem;
}

.first\:mt-64:first-child {
  margin-top: 16rem;
}

.first\:mr-64:first-child {
  margin-right: 16rem;
}

.first\:mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:ml-64:first-child {
  margin-left: 16rem;
}

.first\:mt-auto:first-child {
  margin-top: auto;
}

.first\:mr-auto:first-child {
  margin-right: auto;
}

.first\:mb-auto:first-child {
  margin-bottom: auto;
}

.first\:ml-auto:first-child {
  margin-left: auto;
}

.first\:mt-px:first-child {
  margin-top: 1px;
}

.first\:mr-px:first-child {
  margin-right: 1px;
}

.first\:mb-px:first-child {
  margin-bottom: 1px;
}

.first\:ml-px:first-child {
  margin-left: 1px;
}

.first\:mt-2px:first-child {
  margin-top: 2px;
}

.first\:mr-2px:first-child {
  margin-right: 2px;
}

.first\:mb-2px:first-child {
  margin-bottom: 2px;
}

.first\:ml-2px:first-child {
  margin-left: 2px;
}

.first\:mt-1\/2:first-child {
  margin-top: 50%;
}

.first\:mr-1\/2:first-child {
  margin-right: 50%;
}

.first\:mb-1\/2:first-child {
  margin-bottom: 50%;
}

.first\:ml-1\/2:first-child {
  margin-left: 50%;
}

.first\:mt-1\/3:first-child {
  margin-top: 33.333333%;
}

.first\:mr-1\/3:first-child {
  margin-right: 33.333333%;
}

.first\:mb-1\/3:first-child {
  margin-bottom: 33.333333%;
}

.first\:ml-1\/3:first-child {
  margin-left: 33.333333%;
}

.first\:mt-2\/3:first-child {
  margin-top: 66.666667%;
}

.first\:mr-2\/3:first-child {
  margin-right: 66.666667%;
}

.first\:mb-2\/3:first-child {
  margin-bottom: 66.666667%;
}

.first\:ml-2\/3:first-child {
  margin-left: 66.666667%;
}

.first\:mt-1\/4:first-child {
  margin-top: 25%;
}

.first\:mr-1\/4:first-child {
  margin-right: 25%;
}

.first\:mb-1\/4:first-child {
  margin-bottom: 25%;
}

.first\:ml-1\/4:first-child {
  margin-left: 25%;
}

.first\:mt-2\/4:first-child {
  margin-top: 50%;
}

.first\:mr-2\/4:first-child {
  margin-right: 50%;
}

.first\:mb-2\/4:first-child {
  margin-bottom: 50%;
}

.first\:ml-2\/4:first-child {
  margin-left: 50%;
}

.first\:mt-3\/4:first-child {
  margin-top: 75%;
}

.first\:mr-3\/4:first-child {
  margin-right: 75%;
}

.first\:mb-3\/4:first-child {
  margin-bottom: 75%;
}

.first\:ml-3\/4:first-child {
  margin-left: 75%;
}

.first\:mt-1\/5:first-child {
  margin-top: 20%;
}

.first\:mr-1\/5:first-child {
  margin-right: 20%;
}

.first\:mb-1\/5:first-child {
  margin-bottom: 20%;
}

.first\:ml-1\/5:first-child {
  margin-left: 20%;
}

.first\:mt-2\/5:first-child {
  margin-top: 40%;
}

.first\:mr-2\/5:first-child {
  margin-right: 40%;
}

.first\:mb-2\/5:first-child {
  margin-bottom: 40%;
}

.first\:ml-2\/5:first-child {
  margin-left: 40%;
}

.first\:mt-3\/5:first-child {
  margin-top: 60%;
}

.first\:mr-3\/5:first-child {
  margin-right: 60%;
}

.first\:mb-3\/5:first-child {
  margin-bottom: 60%;
}

.first\:ml-3\/5:first-child {
  margin-left: 60%;
}

.first\:mt-4\/5:first-child {
  margin-top: 80%;
}

.first\:mr-4\/5:first-child {
  margin-right: 80%;
}

.first\:mb-4\/5:first-child {
  margin-bottom: 80%;
}

.first\:ml-4\/5:first-child {
  margin-left: 80%;
}

.first\:mt-1\/6:first-child {
  margin-top: 16.666667%;
}

.first\:mr-1\/6:first-child {
  margin-right: 16.666667%;
}

.first\:mb-1\/6:first-child {
  margin-bottom: 16.666667%;
}

.first\:ml-1\/6:first-child {
  margin-left: 16.666667%;
}

.first\:mt-2\/6:first-child {
  margin-top: 33.333333%;
}

.first\:mr-2\/6:first-child {
  margin-right: 33.333333%;
}

.first\:mb-2\/6:first-child {
  margin-bottom: 33.333333%;
}

.first\:ml-2\/6:first-child {
  margin-left: 33.333333%;
}

.first\:mt-3\/6:first-child {
  margin-top: 50%;
}

.first\:mr-3\/6:first-child {
  margin-right: 50%;
}

.first\:mb-3\/6:first-child {
  margin-bottom: 50%;
}

.first\:ml-3\/6:first-child {
  margin-left: 50%;
}

.first\:mt-4\/6:first-child {
  margin-top: 66.666667%;
}

.first\:mr-4\/6:first-child {
  margin-right: 66.666667%;
}

.first\:mb-4\/6:first-child {
  margin-bottom: 66.666667%;
}

.first\:ml-4\/6:first-child {
  margin-left: 66.666667%;
}

.first\:mt-5\/6:first-child {
  margin-top: 83.333333%;
}

.first\:mr-5\/6:first-child {
  margin-right: 83.333333%;
}

.first\:mb-5\/6:first-child {
  margin-bottom: 83.333333%;
}

.first\:ml-5\/6:first-child {
  margin-left: 83.333333%;
}

.first\:mt-1\/12:first-child {
  margin-top: 8.333333%;
}

.first\:mr-1\/12:first-child {
  margin-right: 8.333333%;
}

.first\:mb-1\/12:first-child {
  margin-bottom: 8.333333%;
}

.first\:ml-1\/12:first-child {
  margin-left: 8.333333%;
}

.first\:mt-2\/12:first-child {
  margin-top: 16.666667%;
}

.first\:mr-2\/12:first-child {
  margin-right: 16.666667%;
}

.first\:mb-2\/12:first-child {
  margin-bottom: 16.666667%;
}

.first\:ml-2\/12:first-child {
  margin-left: 16.666667%;
}

.first\:mt-3\/12:first-child {
  margin-top: 25%;
}

.first\:mr-3\/12:first-child {
  margin-right: 25%;
}

.first\:mb-3\/12:first-child {
  margin-bottom: 25%;
}

.first\:ml-3\/12:first-child {
  margin-left: 25%;
}

.first\:mt-4\/12:first-child {
  margin-top: 33.333333%;
}

.first\:mr-4\/12:first-child {
  margin-right: 33.333333%;
}

.first\:mb-4\/12:first-child {
  margin-bottom: 33.333333%;
}

.first\:ml-4\/12:first-child {
  margin-left: 33.333333%;
}

.first\:mt-5\/12:first-child {
  margin-top: 41.666667%;
}

.first\:mr-5\/12:first-child {
  margin-right: 41.666667%;
}

.first\:mb-5\/12:first-child {
  margin-bottom: 41.666667%;
}

.first\:ml-5\/12:first-child {
  margin-left: 41.666667%;
}

.first\:mt-6\/12:first-child {
  margin-top: 50%;
}

.first\:mr-6\/12:first-child {
  margin-right: 50%;
}

.first\:mb-6\/12:first-child {
  margin-bottom: 50%;
}

.first\:ml-6\/12:first-child {
  margin-left: 50%;
}

.first\:mt-7\/12:first-child {
  margin-top: 58.333333%;
}

.first\:mr-7\/12:first-child {
  margin-right: 58.333333%;
}

.first\:mb-7\/12:first-child {
  margin-bottom: 58.333333%;
}

.first\:ml-7\/12:first-child {
  margin-left: 58.333333%;
}

.first\:mt-8\/12:first-child {
  margin-top: 66.666667%;
}

.first\:mr-8\/12:first-child {
  margin-right: 66.666667%;
}

.first\:mb-8\/12:first-child {
  margin-bottom: 66.666667%;
}

.first\:ml-8\/12:first-child {
  margin-left: 66.666667%;
}

.first\:mt-9\/12:first-child {
  margin-top: 75%;
}

.first\:mr-9\/12:first-child {
  margin-right: 75%;
}

.first\:mb-9\/12:first-child {
  margin-bottom: 75%;
}

.first\:ml-9\/12:first-child {
  margin-left: 75%;
}

.first\:mt-10\/12:first-child {
  margin-top: 83.333333%;
}

.first\:mr-10\/12:first-child {
  margin-right: 83.333333%;
}

.first\:mb-10\/12:first-child {
  margin-bottom: 83.333333%;
}

.first\:ml-10\/12:first-child {
  margin-left: 83.333333%;
}

.first\:mt-11\/12:first-child {
  margin-top: 91.666667%;
}

.first\:mr-11\/12:first-child {
  margin-right: 91.666667%;
}

.first\:mb-11\/12:first-child {
  margin-bottom: 91.666667%;
}

.first\:ml-11\/12:first-child {
  margin-left: 91.666667%;
}

.first\:mt-full:first-child {
  margin-top: 100%;
}

.first\:mr-full:first-child {
  margin-right: 100%;
}

.first\:mb-full:first-child {
  margin-bottom: 100%;
}

.first\:ml-full:first-child {
  margin-left: 100%;
}

.first\:mt-screen:first-child {
  margin-top: 100vw;
}

.first\:mr-screen:first-child {
  margin-right: 100vw;
}

.first\:mb-screen:first-child {
  margin-bottom: 100vw;
}

.first\:ml-screen:first-child {
  margin-left: 100vw;
}

.first\:mt-10px:first-child {
  margin-top: 0.625rem;
}

.first\:mr-10px:first-child {
  margin-right: 0.625rem;
}

.first\:mb-10px:first-child {
  margin-bottom: 0.625rem;
}

.first\:ml-10px:first-child {
  margin-left: 0.625rem;
}

.first\:mt-20px:first-child {
  margin-top: 20px;
}

.first\:mr-20px:first-child {
  margin-right: 20px;
}

.first\:mb-20px:first-child {
  margin-bottom: 20px;
}

.first\:ml-20px:first-child {
  margin-left: 20px;
}

.first\:mt-30px:first-child {
  margin-top: 30px;
}

.first\:mr-30px:first-child {
  margin-right: 30px;
}

.first\:mb-30px:first-child {
  margin-bottom: 30px;
}

.first\:ml-30px:first-child {
  margin-left: 30px;
}

.first\:-mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:-mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:-mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:-ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:-mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:-mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:-mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:-ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:-mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:-mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:-mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:-ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:-mt-4:first-child {
  margin-top: -1rem;
}

.first\:-mr-4:first-child {
  margin-right: -1rem;
}

.first\:-mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:-ml-4:first-child {
  margin-left: -1rem;
}

.first\:-mt-5:first-child {
  margin-top: -1.25rem;
}

.first\:-mr-5:first-child {
  margin-right: -1.25rem;
}

.first\:-mb-5:first-child {
  margin-bottom: -1.25rem;
}

.first\:-ml-5:first-child {
  margin-left: -1.25rem;
}

.first\:-mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:-mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:-mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:-ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:-mt-8:first-child {
  margin-top: -2rem;
}

.first\:-mr-8:first-child {
  margin-right: -2rem;
}

.first\:-mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:-ml-8:first-child {
  margin-left: -2rem;
}

.first\:-mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:-mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:-mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:-ml-10:first-child {
  margin-left: -2.5rem;
}

.first\:-mt-12:first-child {
  margin-top: -3rem;
}

.first\:-mr-12:first-child {
  margin-right: -3rem;
}

.first\:-mb-12:first-child {
  margin-bottom: -3rem;
}

.first\:-ml-12:first-child {
  margin-left: -3rem;
}

.first\:-mt-14:first-child {
  margin-top: -3.5rem;
}

.first\:-mr-14:first-child {
  margin-right: -3.5rem;
}

.first\:-mb-14:first-child {
  margin-bottom: -3.5rem;
}

.first\:-ml-14:first-child {
  margin-left: -3.5rem;
}

.first\:-mt-15:first-child {
  margin-top: -3.75rem;
}

.first\:-mr-15:first-child {
  margin-right: -3.75rem;
}

.first\:-mb-15:first-child {
  margin-bottom: -3.75rem;
}

.first\:-ml-15:first-child {
  margin-left: -3.75rem;
}

.first\:-mt-16:first-child {
  margin-top: -4rem;
}

.first\:-mr-16:first-child {
  margin-right: -4rem;
}

.first\:-mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:-ml-16:first-child {
  margin-left: -4rem;
}

.first\:-mt-20:first-child {
  margin-top: -5rem;
}

.first\:-mr-20:first-child {
  margin-right: -5rem;
}

.first\:-mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:-ml-20:first-child {
  margin-left: -5rem;
}

.first\:-mt-24:first-child {
  margin-top: -6rem;
}

.first\:-mr-24:first-child {
  margin-right: -6rem;
}

.first\:-mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:-ml-24:first-child {
  margin-left: -6rem;
}

.first\:-mt-26:first-child {
  margin-top: -7rem;
}

.first\:-mr-26:first-child {
  margin-right: -7rem;
}

.first\:-mb-26:first-child {
  margin-bottom: -7rem;
}

.first\:-ml-26:first-child {
  margin-left: -7rem;
}

.first\:-mt-32:first-child {
  margin-top: -8rem;
}

.first\:-mr-32:first-child {
  margin-right: -8rem;
}

.first\:-mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:-ml-32:first-child {
  margin-left: -8rem;
}

.first\:-mt-36:first-child {
  margin-top: -9rem;
}

.first\:-mr-36:first-child {
  margin-right: -9rem;
}

.first\:-mb-36:first-child {
  margin-bottom: -9rem;
}

.first\:-ml-36:first-child {
  margin-left: -9rem;
}

.first\:-mt-40:first-child {
  margin-top: -10rem;
}

.first\:-mr-40:first-child {
  margin-right: -10rem;
}

.first\:-mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:-ml-40:first-child {
  margin-left: -10rem;
}

.first\:-mt-48:first-child {
  margin-top: -12rem;
}

.first\:-mr-48:first-child {
  margin-right: -12rem;
}

.first\:-mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:-ml-48:first-child {
  margin-left: -12rem;
}

.first\:-mt-56:first-child {
  margin-top: -14rem;
}

.first\:-mr-56:first-child {
  margin-right: -14rem;
}

.first\:-mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:-ml-56:first-child {
  margin-left: -14rem;
}

.first\:-mt-64:first-child {
  margin-top: -16rem;
}

.first\:-mr-64:first-child {
  margin-right: -16rem;
}

.first\:-mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:-ml-64:first-child {
  margin-left: -16rem;
}

.first\:-mt-px:first-child {
  margin-top: -1px;
}

.first\:-mr-px:first-child {
  margin-right: -1px;
}

.first\:-mb-px:first-child {
  margin-bottom: -1px;
}

.first\:-ml-px:first-child {
  margin-left: -1px;
}

.first\:-mt-2px:first-child {
  margin-top: -2px;
}

.first\:-mr-2px:first-child {
  margin-right: -2px;
}

.first\:-mb-2px:first-child {
  margin-bottom: -2px;
}

.first\:-ml-2px:first-child {
  margin-left: -2px;
}

.first\:-mt-1\/2:first-child {
  margin-top: -50%;
}

.first\:-mr-1\/2:first-child {
  margin-right: -50%;
}

.first\:-mb-1\/2:first-child {
  margin-bottom: -50%;
}

.first\:-ml-1\/2:first-child {
  margin-left: -50%;
}

.first\:-mt-1\/3:first-child {
  margin-top: -33.33333%;
}

.first\:-mr-1\/3:first-child {
  margin-right: -33.33333%;
}

.first\:-mb-1\/3:first-child {
  margin-bottom: -33.33333%;
}

.first\:-ml-1\/3:first-child {
  margin-left: -33.33333%;
}

.first\:-mt-2\/3:first-child {
  margin-top: -66.66667%;
}

.first\:-mr-2\/3:first-child {
  margin-right: -66.66667%;
}

.first\:-mb-2\/3:first-child {
  margin-bottom: -66.66667%;
}

.first\:-ml-2\/3:first-child {
  margin-left: -66.66667%;
}

.first\:-mt-1\/4:first-child {
  margin-top: -25%;
}

.first\:-mr-1\/4:first-child {
  margin-right: -25%;
}

.first\:-mb-1\/4:first-child {
  margin-bottom: -25%;
}

.first\:-ml-1\/4:first-child {
  margin-left: -25%;
}

.first\:-mt-2\/4:first-child {
  margin-top: -50%;
}

.first\:-mr-2\/4:first-child {
  margin-right: -50%;
}

.first\:-mb-2\/4:first-child {
  margin-bottom: -50%;
}

.first\:-ml-2\/4:first-child {
  margin-left: -50%;
}

.first\:-mt-3\/4:first-child {
  margin-top: -75%;
}

.first\:-mr-3\/4:first-child {
  margin-right: -75%;
}

.first\:-mb-3\/4:first-child {
  margin-bottom: -75%;
}

.first\:-ml-3\/4:first-child {
  margin-left: -75%;
}

.first\:-mt-1\/5:first-child {
  margin-top: -20%;
}

.first\:-mr-1\/5:first-child {
  margin-right: -20%;
}

.first\:-mb-1\/5:first-child {
  margin-bottom: -20%;
}

.first\:-ml-1\/5:first-child {
  margin-left: -20%;
}

.first\:-mt-2\/5:first-child {
  margin-top: -40%;
}

.first\:-mr-2\/5:first-child {
  margin-right: -40%;
}

.first\:-mb-2\/5:first-child {
  margin-bottom: -40%;
}

.first\:-ml-2\/5:first-child {
  margin-left: -40%;
}

.first\:-mt-3\/5:first-child {
  margin-top: -60%;
}

.first\:-mr-3\/5:first-child {
  margin-right: -60%;
}

.first\:-mb-3\/5:first-child {
  margin-bottom: -60%;
}

.first\:-ml-3\/5:first-child {
  margin-left: -60%;
}

.first\:-mt-4\/5:first-child {
  margin-top: -80%;
}

.first\:-mr-4\/5:first-child {
  margin-right: -80%;
}

.first\:-mb-4\/5:first-child {
  margin-bottom: -80%;
}

.first\:-ml-4\/5:first-child {
  margin-left: -80%;
}

.first\:-mt-1\/6:first-child {
  margin-top: -16.66667%;
}

.first\:-mr-1\/6:first-child {
  margin-right: -16.66667%;
}

.first\:-mb-1\/6:first-child {
  margin-bottom: -16.66667%;
}

.first\:-ml-1\/6:first-child {
  margin-left: -16.66667%;
}

.first\:-mt-2\/6:first-child {
  margin-top: -33.33333%;
}

.first\:-mr-2\/6:first-child {
  margin-right: -33.33333%;
}

.first\:-mb-2\/6:first-child {
  margin-bottom: -33.33333%;
}

.first\:-ml-2\/6:first-child {
  margin-left: -33.33333%;
}

.first\:-mt-3\/6:first-child {
  margin-top: -50%;
}

.first\:-mr-3\/6:first-child {
  margin-right: -50%;
}

.first\:-mb-3\/6:first-child {
  margin-bottom: -50%;
}

.first\:-ml-3\/6:first-child {
  margin-left: -50%;
}

.first\:-mt-4\/6:first-child {
  margin-top: -66.66667%;
}

.first\:-mr-4\/6:first-child {
  margin-right: -66.66667%;
}

.first\:-mb-4\/6:first-child {
  margin-bottom: -66.66667%;
}

.first\:-ml-4\/6:first-child {
  margin-left: -66.66667%;
}

.first\:-mt-5\/6:first-child {
  margin-top: -83.33333%;
}

.first\:-mr-5\/6:first-child {
  margin-right: -83.33333%;
}

.first\:-mb-5\/6:first-child {
  margin-bottom: -83.33333%;
}

.first\:-ml-5\/6:first-child {
  margin-left: -83.33333%;
}

.first\:-mt-1\/12:first-child {
  margin-top: -8.33333%;
}

.first\:-mr-1\/12:first-child {
  margin-right: -8.33333%;
}

.first\:-mb-1\/12:first-child {
  margin-bottom: -8.33333%;
}

.first\:-ml-1\/12:first-child {
  margin-left: -8.33333%;
}

.first\:-mt-2\/12:first-child {
  margin-top: -16.66667%;
}

.first\:-mr-2\/12:first-child {
  margin-right: -16.66667%;
}

.first\:-mb-2\/12:first-child {
  margin-bottom: -16.66667%;
}

.first\:-ml-2\/12:first-child {
  margin-left: -16.66667%;
}

.first\:-mt-3\/12:first-child {
  margin-top: -25%;
}

.first\:-mr-3\/12:first-child {
  margin-right: -25%;
}

.first\:-mb-3\/12:first-child {
  margin-bottom: -25%;
}

.first\:-ml-3\/12:first-child {
  margin-left: -25%;
}

.first\:-mt-4\/12:first-child {
  margin-top: -33.33333%;
}

.first\:-mr-4\/12:first-child {
  margin-right: -33.33333%;
}

.first\:-mb-4\/12:first-child {
  margin-bottom: -33.33333%;
}

.first\:-ml-4\/12:first-child {
  margin-left: -33.33333%;
}

.first\:-mt-5\/12:first-child {
  margin-top: -41.66667%;
}

.first\:-mr-5\/12:first-child {
  margin-right: -41.66667%;
}

.first\:-mb-5\/12:first-child {
  margin-bottom: -41.66667%;
}

.first\:-ml-5\/12:first-child {
  margin-left: -41.66667%;
}

.first\:-mt-6\/12:first-child {
  margin-top: -50%;
}

.first\:-mr-6\/12:first-child {
  margin-right: -50%;
}

.first\:-mb-6\/12:first-child {
  margin-bottom: -50%;
}

.first\:-ml-6\/12:first-child {
  margin-left: -50%;
}

.first\:-mt-7\/12:first-child {
  margin-top: -58.33333%;
}

.first\:-mr-7\/12:first-child {
  margin-right: -58.33333%;
}

.first\:-mb-7\/12:first-child {
  margin-bottom: -58.33333%;
}

.first\:-ml-7\/12:first-child {
  margin-left: -58.33333%;
}

.first\:-mt-8\/12:first-child {
  margin-top: -66.66667%;
}

.first\:-mr-8\/12:first-child {
  margin-right: -66.66667%;
}

.first\:-mb-8\/12:first-child {
  margin-bottom: -66.66667%;
}

.first\:-ml-8\/12:first-child {
  margin-left: -66.66667%;
}

.first\:-mt-9\/12:first-child {
  margin-top: -75%;
}

.first\:-mr-9\/12:first-child {
  margin-right: -75%;
}

.first\:-mb-9\/12:first-child {
  margin-bottom: -75%;
}

.first\:-ml-9\/12:first-child {
  margin-left: -75%;
}

.first\:-mt-10\/12:first-child {
  margin-top: -83.33333%;
}

.first\:-mr-10\/12:first-child {
  margin-right: -83.33333%;
}

.first\:-mb-10\/12:first-child {
  margin-bottom: -83.33333%;
}

.first\:-ml-10\/12:first-child {
  margin-left: -83.33333%;
}

.first\:-mt-11\/12:first-child {
  margin-top: -91.66667%;
}

.first\:-mr-11\/12:first-child {
  margin-right: -91.66667%;
}

.first\:-mb-11\/12:first-child {
  margin-bottom: -91.66667%;
}

.first\:-ml-11\/12:first-child {
  margin-left: -91.66667%;
}

.first\:-mt-full:first-child {
  margin-top: -100%;
}

.first\:-mr-full:first-child {
  margin-right: -100%;
}

.first\:-mb-full:first-child {
  margin-bottom: -100%;
}

.first\:-ml-full:first-child {
  margin-left: -100%;
}

.first\:-mt-screen:first-child {
  margin-top: -100vw;
}

.first\:-mr-screen:first-child {
  margin-right: -100vw;
}

.first\:-mb-screen:first-child {
  margin-bottom: -100vw;
}

.first\:-ml-screen:first-child {
  margin-left: -100vw;
}

.first\:-mt-10px:first-child {
  margin-top: -0.625rem;
}

.first\:-mr-10px:first-child {
  margin-right: -0.625rem;
}

.first\:-mb-10px:first-child {
  margin-bottom: -0.625rem;
}

.first\:-ml-10px:first-child {
  margin-left: -0.625rem;
}

.first\:-mt-20px:first-child {
  margin-top: -20px;
}

.first\:-mr-20px:first-child {
  margin-right: -20px;
}

.first\:-mb-20px:first-child {
  margin-bottom: -20px;
}

.first\:-ml-20px:first-child {
  margin-left: -20px;
}

.first\:-mt-30px:first-child {
  margin-top: -30px;
}

.first\:-mr-30px:first-child {
  margin-right: -30px;
}

.first\:-mb-30px:first-child {
  margin-bottom: -30px;
}

.first\:-ml-30px:first-child {
  margin-left: -30px;
}

.last\:m-0:last-child {
  margin: 0;
}

.last\:m-1:last-child {
  margin: 0.25rem;
}

.last\:m-2:last-child {
  margin: 0.5rem;
}

.last\:m-3:last-child {
  margin: 0.75rem;
}

.last\:m-4:last-child {
  margin: 1rem;
}

.last\:m-5:last-child {
  margin: 1.25rem;
}

.last\:m-6:last-child {
  margin: 1.5rem;
}

.last\:m-8:last-child {
  margin: 2rem;
}

.last\:m-10:last-child {
  margin: 2.5rem;
}

.last\:m-12:last-child {
  margin: 3rem;
}

.last\:m-14:last-child {
  margin: 3.5rem;
}

.last\:m-15:last-child {
  margin: 3.75rem;
}

.last\:m-16:last-child {
  margin: 4rem;
}

.last\:m-20:last-child {
  margin: 5rem;
}

.last\:m-24:last-child {
  margin: 6rem;
}

.last\:m-26:last-child {
  margin: 7rem;
}

.last\:m-32:last-child {
  margin: 8rem;
}

.last\:m-36:last-child {
  margin: 9rem;
}

.last\:m-40:last-child {
  margin: 10rem;
}

.last\:m-48:last-child {
  margin: 12rem;
}

.last\:m-56:last-child {
  margin: 14rem;
}

.last\:m-64:last-child {
  margin: 16rem;
}

.last\:m-auto:last-child {
  margin: auto;
}

.last\:m-px:last-child {
  margin: 1px;
}

.last\:m-2px:last-child {
  margin: 2px;
}

.last\:m-1\/2:last-child {
  margin: 50%;
}

.last\:m-1\/3:last-child {
  margin: 33.333333%;
}

.last\:m-2\/3:last-child {
  margin: 66.666667%;
}

.last\:m-1\/4:last-child {
  margin: 25%;
}

.last\:m-2\/4:last-child {
  margin: 50%;
}

.last\:m-3\/4:last-child {
  margin: 75%;
}

.last\:m-1\/5:last-child {
  margin: 20%;
}

.last\:m-2\/5:last-child {
  margin: 40%;
}

.last\:m-3\/5:last-child {
  margin: 60%;
}

.last\:m-4\/5:last-child {
  margin: 80%;
}

.last\:m-1\/6:last-child {
  margin: 16.666667%;
}

.last\:m-2\/6:last-child {
  margin: 33.333333%;
}

.last\:m-3\/6:last-child {
  margin: 50%;
}

.last\:m-4\/6:last-child {
  margin: 66.666667%;
}

.last\:m-5\/6:last-child {
  margin: 83.333333%;
}

.last\:m-1\/12:last-child {
  margin: 8.333333%;
}

.last\:m-2\/12:last-child {
  margin: 16.666667%;
}

.last\:m-3\/12:last-child {
  margin: 25%;
}

.last\:m-4\/12:last-child {
  margin: 33.333333%;
}

.last\:m-5\/12:last-child {
  margin: 41.666667%;
}

.last\:m-6\/12:last-child {
  margin: 50%;
}

.last\:m-7\/12:last-child {
  margin: 58.333333%;
}

.last\:m-8\/12:last-child {
  margin: 66.666667%;
}

.last\:m-9\/12:last-child {
  margin: 75%;
}

.last\:m-10\/12:last-child {
  margin: 83.333333%;
}

.last\:m-11\/12:last-child {
  margin: 91.666667%;
}

.last\:m-full:last-child {
  margin: 100%;
}

.last\:m-screen:last-child {
  margin: 100vw;
}

.last\:m-10px:last-child {
  margin: 0.625rem;
}

.last\:m-20px:last-child {
  margin: 20px;
}

.last\:m-30px:last-child {
  margin: 30px;
}

.last\:-m-1:last-child {
  margin: -0.25rem;
}

.last\:-m-2:last-child {
  margin: -0.5rem;
}

.last\:-m-3:last-child {
  margin: -0.75rem;
}

.last\:-m-4:last-child {
  margin: -1rem;
}

.last\:-m-5:last-child {
  margin: -1.25rem;
}

.last\:-m-6:last-child {
  margin: -1.5rem;
}

.last\:-m-8:last-child {
  margin: -2rem;
}

.last\:-m-10:last-child {
  margin: -2.5rem;
}

.last\:-m-12:last-child {
  margin: -3rem;
}

.last\:-m-14:last-child {
  margin: -3.5rem;
}

.last\:-m-15:last-child {
  margin: -3.75rem;
}

.last\:-m-16:last-child {
  margin: -4rem;
}

.last\:-m-20:last-child {
  margin: -5rem;
}

.last\:-m-24:last-child {
  margin: -6rem;
}

.last\:-m-26:last-child {
  margin: -7rem;
}

.last\:-m-32:last-child {
  margin: -8rem;
}

.last\:-m-36:last-child {
  margin: -9rem;
}

.last\:-m-40:last-child {
  margin: -10rem;
}

.last\:-m-48:last-child {
  margin: -12rem;
}

.last\:-m-56:last-child {
  margin: -14rem;
}

.last\:-m-64:last-child {
  margin: -16rem;
}

.last\:-m-px:last-child {
  margin: -1px;
}

.last\:-m-2px:last-child {
  margin: -2px;
}

.last\:-m-1\/2:last-child {
  margin: -50%;
}

.last\:-m-1\/3:last-child {
  margin: -33.33333%;
}

.last\:-m-2\/3:last-child {
  margin: -66.66667%;
}

.last\:-m-1\/4:last-child {
  margin: -25%;
}

.last\:-m-2\/4:last-child {
  margin: -50%;
}

.last\:-m-3\/4:last-child {
  margin: -75%;
}

.last\:-m-1\/5:last-child {
  margin: -20%;
}

.last\:-m-2\/5:last-child {
  margin: -40%;
}

.last\:-m-3\/5:last-child {
  margin: -60%;
}

.last\:-m-4\/5:last-child {
  margin: -80%;
}

.last\:-m-1\/6:last-child {
  margin: -16.66667%;
}

.last\:-m-2\/6:last-child {
  margin: -33.33333%;
}

.last\:-m-3\/6:last-child {
  margin: -50%;
}

.last\:-m-4\/6:last-child {
  margin: -66.66667%;
}

.last\:-m-5\/6:last-child {
  margin: -83.33333%;
}

.last\:-m-1\/12:last-child {
  margin: -8.33333%;
}

.last\:-m-2\/12:last-child {
  margin: -16.66667%;
}

.last\:-m-3\/12:last-child {
  margin: -25%;
}

.last\:-m-4\/12:last-child {
  margin: -33.33333%;
}

.last\:-m-5\/12:last-child {
  margin: -41.66667%;
}

.last\:-m-6\/12:last-child {
  margin: -50%;
}

.last\:-m-7\/12:last-child {
  margin: -58.33333%;
}

.last\:-m-8\/12:last-child {
  margin: -66.66667%;
}

.last\:-m-9\/12:last-child {
  margin: -75%;
}

.last\:-m-10\/12:last-child {
  margin: -83.33333%;
}

.last\:-m-11\/12:last-child {
  margin: -91.66667%;
}

.last\:-m-full:last-child {
  margin: -100%;
}

.last\:-m-screen:last-child {
  margin: -100vw;
}

.last\:-m-10px:last-child {
  margin: -0.625rem;
}

.last\:-m-20px:last-child {
  margin: -20px;
}

.last\:-m-30px:last-child {
  margin: -30px;
}

.last\:my-0:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child {
  margin-left: 0;
  margin-right: 0;
}

.last\:my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:my-14:last-child {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.last\:mx-14:last-child {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.last\:my-15:last-child {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.last\:mx-15:last-child {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.last\:my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:my-26:last-child {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.last\:mx-26:last-child {
  margin-left: 7rem;
  margin-right: 7rem;
}

.last\:my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:my-36:last-child {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.last\:mx-36:last-child {
  margin-left: 9rem;
  margin-right: 9rem;
}

.last\:my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:my-2px:last-child {
  margin-top: 2px;
  margin-bottom: 2px;
}

.last\:mx-2px:last-child {
  margin-left: 2px;
  margin-right: 2px;
}

.last\:my-1\/2:last-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.last\:mx-1\/2:last-child {
  margin-left: 50%;
  margin-right: 50%;
}

.last\:my-1\/3:last-child {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.last\:mx-1\/3:last-child {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.last\:my-2\/3:last-child {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.last\:mx-2\/3:last-child {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.last\:my-1\/4:last-child {
  margin-top: 25%;
  margin-bottom: 25%;
}

.last\:mx-1\/4:last-child {
  margin-left: 25%;
  margin-right: 25%;
}

.last\:my-2\/4:last-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.last\:mx-2\/4:last-child {
  margin-left: 50%;
  margin-right: 50%;
}

.last\:my-3\/4:last-child {
  margin-top: 75%;
  margin-bottom: 75%;
}

.last\:mx-3\/4:last-child {
  margin-left: 75%;
  margin-right: 75%;
}

.last\:my-1\/5:last-child {
  margin-top: 20%;
  margin-bottom: 20%;
}

.last\:mx-1\/5:last-child {
  margin-left: 20%;
  margin-right: 20%;
}

.last\:my-2\/5:last-child {
  margin-top: 40%;
  margin-bottom: 40%;
}

.last\:mx-2\/5:last-child {
  margin-left: 40%;
  margin-right: 40%;
}

.last\:my-3\/5:last-child {
  margin-top: 60%;
  margin-bottom: 60%;
}

.last\:mx-3\/5:last-child {
  margin-left: 60%;
  margin-right: 60%;
}

.last\:my-4\/5:last-child {
  margin-top: 80%;
  margin-bottom: 80%;
}

.last\:mx-4\/5:last-child {
  margin-left: 80%;
  margin-right: 80%;
}

.last\:my-1\/6:last-child {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.last\:mx-1\/6:last-child {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.last\:my-2\/6:last-child {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.last\:mx-2\/6:last-child {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.last\:my-3\/6:last-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.last\:mx-3\/6:last-child {
  margin-left: 50%;
  margin-right: 50%;
}

.last\:my-4\/6:last-child {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.last\:mx-4\/6:last-child {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.last\:my-5\/6:last-child {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.last\:mx-5\/6:last-child {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.last\:my-1\/12:last-child {
  margin-top: 8.333333%;
  margin-bottom: 8.333333%;
}

.last\:mx-1\/12:last-child {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}

.last\:my-2\/12:last-child {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.last\:mx-2\/12:last-child {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.last\:my-3\/12:last-child {
  margin-top: 25%;
  margin-bottom: 25%;
}

.last\:mx-3\/12:last-child {
  margin-left: 25%;
  margin-right: 25%;
}

.last\:my-4\/12:last-child {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.last\:mx-4\/12:last-child {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.last\:my-5\/12:last-child {
  margin-top: 41.666667%;
  margin-bottom: 41.666667%;
}

.last\:mx-5\/12:last-child {
  margin-left: 41.666667%;
  margin-right: 41.666667%;
}

.last\:my-6\/12:last-child {
  margin-top: 50%;
  margin-bottom: 50%;
}

.last\:mx-6\/12:last-child {
  margin-left: 50%;
  margin-right: 50%;
}

.last\:my-7\/12:last-child {
  margin-top: 58.333333%;
  margin-bottom: 58.333333%;
}

.last\:mx-7\/12:last-child {
  margin-left: 58.333333%;
  margin-right: 58.333333%;
}

.last\:my-8\/12:last-child {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.last\:mx-8\/12:last-child {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.last\:my-9\/12:last-child {
  margin-top: 75%;
  margin-bottom: 75%;
}

.last\:mx-9\/12:last-child {
  margin-left: 75%;
  margin-right: 75%;
}

.last\:my-10\/12:last-child {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.last\:mx-10\/12:last-child {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.last\:my-11\/12:last-child {
  margin-top: 91.666667%;
  margin-bottom: 91.666667%;
}

.last\:mx-11\/12:last-child {
  margin-left: 91.666667%;
  margin-right: 91.666667%;
}

.last\:my-full:last-child {
  margin-top: 100%;
  margin-bottom: 100%;
}

.last\:mx-full:last-child {
  margin-left: 100%;
  margin-right: 100%;
}

.last\:my-screen:last-child {
  margin-top: 100vw;
  margin-bottom: 100vw;
}

.last\:mx-screen:last-child {
  margin-left: 100vw;
  margin-right: 100vw;
}

.last\:my-10px:last-child {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.last\:mx-10px:last-child {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.last\:my-20px:last-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

.last\:mx-20px:last-child {
  margin-left: 20px;
  margin-right: 20px;
}

.last\:my-30px:last-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

.last\:mx-30px:last-child {
  margin-left: 30px;
  margin-right: 30px;
}

.last\:-my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:-mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:-my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:-mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:-my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:-mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:-my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:-mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:-my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:-mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:-my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:-mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:-my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:-mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:-my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:-mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:-my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:-mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:-my-14:last-child {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.last\:-mx-14:last-child {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.last\:-my-15:last-child {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.last\:-mx-15:last-child {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.last\:-my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:-mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:-my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:-mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:-my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:-mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:-my-26:last-child {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.last\:-mx-26:last-child {
  margin-left: -7rem;
  margin-right: -7rem;
}

.last\:-my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:-mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:-my-36:last-child {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.last\:-mx-36:last-child {
  margin-left: -9rem;
  margin-right: -9rem;
}

.last\:-my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:-mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:-my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:-mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:-my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:-mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:-my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:-mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:-my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:-mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:-my-2px:last-child {
  margin-top: -2px;
  margin-bottom: -2px;
}

.last\:-mx-2px:last-child {
  margin-left: -2px;
  margin-right: -2px;
}

.last\:-my-1\/2:last-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.last\:-mx-1\/2:last-child {
  margin-left: -50%;
  margin-right: -50%;
}

.last\:-my-1\/3:last-child {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.last\:-mx-1\/3:last-child {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.last\:-my-2\/3:last-child {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.last\:-mx-2\/3:last-child {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.last\:-my-1\/4:last-child {
  margin-top: -25%;
  margin-bottom: -25%;
}

.last\:-mx-1\/4:last-child {
  margin-left: -25%;
  margin-right: -25%;
}

.last\:-my-2\/4:last-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.last\:-mx-2\/4:last-child {
  margin-left: -50%;
  margin-right: -50%;
}

.last\:-my-3\/4:last-child {
  margin-top: -75%;
  margin-bottom: -75%;
}

.last\:-mx-3\/4:last-child {
  margin-left: -75%;
  margin-right: -75%;
}

.last\:-my-1\/5:last-child {
  margin-top: -20%;
  margin-bottom: -20%;
}

.last\:-mx-1\/5:last-child {
  margin-left: -20%;
  margin-right: -20%;
}

.last\:-my-2\/5:last-child {
  margin-top: -40%;
  margin-bottom: -40%;
}

.last\:-mx-2\/5:last-child {
  margin-left: -40%;
  margin-right: -40%;
}

.last\:-my-3\/5:last-child {
  margin-top: -60%;
  margin-bottom: -60%;
}

.last\:-mx-3\/5:last-child {
  margin-left: -60%;
  margin-right: -60%;
}

.last\:-my-4\/5:last-child {
  margin-top: -80%;
  margin-bottom: -80%;
}

.last\:-mx-4\/5:last-child {
  margin-left: -80%;
  margin-right: -80%;
}

.last\:-my-1\/6:last-child {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.last\:-mx-1\/6:last-child {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.last\:-my-2\/6:last-child {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.last\:-mx-2\/6:last-child {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.last\:-my-3\/6:last-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.last\:-mx-3\/6:last-child {
  margin-left: -50%;
  margin-right: -50%;
}

.last\:-my-4\/6:last-child {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.last\:-mx-4\/6:last-child {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.last\:-my-5\/6:last-child {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.last\:-mx-5\/6:last-child {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.last\:-my-1\/12:last-child {
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.last\:-mx-1\/12:last-child {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.last\:-my-2\/12:last-child {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.last\:-mx-2\/12:last-child {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.last\:-my-3\/12:last-child {
  margin-top: -25%;
  margin-bottom: -25%;
}

.last\:-mx-3\/12:last-child {
  margin-left: -25%;
  margin-right: -25%;
}

.last\:-my-4\/12:last-child {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.last\:-mx-4\/12:last-child {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.last\:-my-5\/12:last-child {
  margin-top: -41.66667%;
  margin-bottom: -41.66667%;
}

.last\:-mx-5\/12:last-child {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}

.last\:-my-6\/12:last-child {
  margin-top: -50%;
  margin-bottom: -50%;
}

.last\:-mx-6\/12:last-child {
  margin-left: -50%;
  margin-right: -50%;
}

.last\:-my-7\/12:last-child {
  margin-top: -58.33333%;
  margin-bottom: -58.33333%;
}

.last\:-mx-7\/12:last-child {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}

.last\:-my-8\/12:last-child {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.last\:-mx-8\/12:last-child {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.last\:-my-9\/12:last-child {
  margin-top: -75%;
  margin-bottom: -75%;
}

.last\:-mx-9\/12:last-child {
  margin-left: -75%;
  margin-right: -75%;
}

.last\:-my-10\/12:last-child {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.last\:-mx-10\/12:last-child {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.last\:-my-11\/12:last-child {
  margin-top: -91.66667%;
  margin-bottom: -91.66667%;
}

.last\:-mx-11\/12:last-child {
  margin-left: -91.66667%;
  margin-right: -91.66667%;
}

.last\:-my-full:last-child {
  margin-top: -100%;
  margin-bottom: -100%;
}

.last\:-mx-full:last-child {
  margin-left: -100%;
  margin-right: -100%;
}

.last\:-my-screen:last-child {
  margin-top: -100vw;
  margin-bottom: -100vw;
}

.last\:-mx-screen:last-child {
  margin-left: -100vw;
  margin-right: -100vw;
}

.last\:-my-10px:last-child {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.last\:-mx-10px:last-child {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.last\:-my-20px:last-child {
  margin-top: -20px;
  margin-bottom: -20px;
}

.last\:-mx-20px:last-child {
  margin-left: -20px;
  margin-right: -20px;
}

.last\:-my-30px:last-child {
  margin-top: -30px;
  margin-bottom: -30px;
}

.last\:-mx-30px:last-child {
  margin-left: -30px;
  margin-right: -30px;
}

.last\:mt-0:last-child {
  margin-top: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:ml-0:last-child {
  margin-left: 0;
}

.last\:mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:mt-4:last-child {
  margin-top: 1rem;
}

.last\:mr-4:last-child {
  margin-right: 1rem;
}

.last\:mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:ml-4:last-child {
  margin-left: 1rem;
}

.last\:mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:mt-8:last-child {
  margin-top: 2rem;
}

.last\:mr-8:last-child {
  margin-right: 2rem;
}

.last\:mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:ml-8:last-child {
  margin-left: 2rem;
}

.last\:mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:mt-12:last-child {
  margin-top: 3rem;
}

.last\:mr-12:last-child {
  margin-right: 3rem;
}

.last\:mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:ml-12:last-child {
  margin-left: 3rem;
}

.last\:mt-14:last-child {
  margin-top: 3.5rem;
}

.last\:mr-14:last-child {
  margin-right: 3.5rem;
}

.last\:mb-14:last-child {
  margin-bottom: 3.5rem;
}

.last\:ml-14:last-child {
  margin-left: 3.5rem;
}

.last\:mt-15:last-child {
  margin-top: 3.75rem;
}

.last\:mr-15:last-child {
  margin-right: 3.75rem;
}

.last\:mb-15:last-child {
  margin-bottom: 3.75rem;
}

.last\:ml-15:last-child {
  margin-left: 3.75rem;
}

.last\:mt-16:last-child {
  margin-top: 4rem;
}

.last\:mr-16:last-child {
  margin-right: 4rem;
}

.last\:mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:ml-16:last-child {
  margin-left: 4rem;
}

.last\:mt-20:last-child {
  margin-top: 5rem;
}

.last\:mr-20:last-child {
  margin-right: 5rem;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:ml-20:last-child {
  margin-left: 5rem;
}

.last\:mt-24:last-child {
  margin-top: 6rem;
}

.last\:mr-24:last-child {
  margin-right: 6rem;
}

.last\:mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:ml-24:last-child {
  margin-left: 6rem;
}

.last\:mt-26:last-child {
  margin-top: 7rem;
}

.last\:mr-26:last-child {
  margin-right: 7rem;
}

.last\:mb-26:last-child {
  margin-bottom: 7rem;
}

.last\:ml-26:last-child {
  margin-left: 7rem;
}

.last\:mt-32:last-child {
  margin-top: 8rem;
}

.last\:mr-32:last-child {
  margin-right: 8rem;
}

.last\:mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:ml-32:last-child {
  margin-left: 8rem;
}

.last\:mt-36:last-child {
  margin-top: 9rem;
}

.last\:mr-36:last-child {
  margin-right: 9rem;
}

.last\:mb-36:last-child {
  margin-bottom: 9rem;
}

.last\:ml-36:last-child {
  margin-left: 9rem;
}

.last\:mt-40:last-child {
  margin-top: 10rem;
}

.last\:mr-40:last-child {
  margin-right: 10rem;
}

.last\:mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:ml-40:last-child {
  margin-left: 10rem;
}

.last\:mt-48:last-child {
  margin-top: 12rem;
}

.last\:mr-48:last-child {
  margin-right: 12rem;
}

.last\:mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:ml-48:last-child {
  margin-left: 12rem;
}

.last\:mt-56:last-child {
  margin-top: 14rem;
}

.last\:mr-56:last-child {
  margin-right: 14rem;
}

.last\:mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:ml-56:last-child {
  margin-left: 14rem;
}

.last\:mt-64:last-child {
  margin-top: 16rem;
}

.last\:mr-64:last-child {
  margin-right: 16rem;
}

.last\:mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:ml-64:last-child {
  margin-left: 16rem;
}

.last\:mt-auto:last-child {
  margin-top: auto;
}

.last\:mr-auto:last-child {
  margin-right: auto;
}

.last\:mb-auto:last-child {
  margin-bottom: auto;
}

.last\:ml-auto:last-child {
  margin-left: auto;
}

.last\:mt-px:last-child {
  margin-top: 1px;
}

.last\:mr-px:last-child {
  margin-right: 1px;
}

.last\:mb-px:last-child {
  margin-bottom: 1px;
}

.last\:ml-px:last-child {
  margin-left: 1px;
}

.last\:mt-2px:last-child {
  margin-top: 2px;
}

.last\:mr-2px:last-child {
  margin-right: 2px;
}

.last\:mb-2px:last-child {
  margin-bottom: 2px;
}

.last\:ml-2px:last-child {
  margin-left: 2px;
}

.last\:mt-1\/2:last-child {
  margin-top: 50%;
}

.last\:mr-1\/2:last-child {
  margin-right: 50%;
}

.last\:mb-1\/2:last-child {
  margin-bottom: 50%;
}

.last\:ml-1\/2:last-child {
  margin-left: 50%;
}

.last\:mt-1\/3:last-child {
  margin-top: 33.333333%;
}

.last\:mr-1\/3:last-child {
  margin-right: 33.333333%;
}

.last\:mb-1\/3:last-child {
  margin-bottom: 33.333333%;
}

.last\:ml-1\/3:last-child {
  margin-left: 33.333333%;
}

.last\:mt-2\/3:last-child {
  margin-top: 66.666667%;
}

.last\:mr-2\/3:last-child {
  margin-right: 66.666667%;
}

.last\:mb-2\/3:last-child {
  margin-bottom: 66.666667%;
}

.last\:ml-2\/3:last-child {
  margin-left: 66.666667%;
}

.last\:mt-1\/4:last-child {
  margin-top: 25%;
}

.last\:mr-1\/4:last-child {
  margin-right: 25%;
}

.last\:mb-1\/4:last-child {
  margin-bottom: 25%;
}

.last\:ml-1\/4:last-child {
  margin-left: 25%;
}

.last\:mt-2\/4:last-child {
  margin-top: 50%;
}

.last\:mr-2\/4:last-child {
  margin-right: 50%;
}

.last\:mb-2\/4:last-child {
  margin-bottom: 50%;
}

.last\:ml-2\/4:last-child {
  margin-left: 50%;
}

.last\:mt-3\/4:last-child {
  margin-top: 75%;
}

.last\:mr-3\/4:last-child {
  margin-right: 75%;
}

.last\:mb-3\/4:last-child {
  margin-bottom: 75%;
}

.last\:ml-3\/4:last-child {
  margin-left: 75%;
}

.last\:mt-1\/5:last-child {
  margin-top: 20%;
}

.last\:mr-1\/5:last-child {
  margin-right: 20%;
}

.last\:mb-1\/5:last-child {
  margin-bottom: 20%;
}

.last\:ml-1\/5:last-child {
  margin-left: 20%;
}

.last\:mt-2\/5:last-child {
  margin-top: 40%;
}

.last\:mr-2\/5:last-child {
  margin-right: 40%;
}

.last\:mb-2\/5:last-child {
  margin-bottom: 40%;
}

.last\:ml-2\/5:last-child {
  margin-left: 40%;
}

.last\:mt-3\/5:last-child {
  margin-top: 60%;
}

.last\:mr-3\/5:last-child {
  margin-right: 60%;
}

.last\:mb-3\/5:last-child {
  margin-bottom: 60%;
}

.last\:ml-3\/5:last-child {
  margin-left: 60%;
}

.last\:mt-4\/5:last-child {
  margin-top: 80%;
}

.last\:mr-4\/5:last-child {
  margin-right: 80%;
}

.last\:mb-4\/5:last-child {
  margin-bottom: 80%;
}

.last\:ml-4\/5:last-child {
  margin-left: 80%;
}

.last\:mt-1\/6:last-child {
  margin-top: 16.666667%;
}

.last\:mr-1\/6:last-child {
  margin-right: 16.666667%;
}

.last\:mb-1\/6:last-child {
  margin-bottom: 16.666667%;
}

.last\:ml-1\/6:last-child {
  margin-left: 16.666667%;
}

.last\:mt-2\/6:last-child {
  margin-top: 33.333333%;
}

.last\:mr-2\/6:last-child {
  margin-right: 33.333333%;
}

.last\:mb-2\/6:last-child {
  margin-bottom: 33.333333%;
}

.last\:ml-2\/6:last-child {
  margin-left: 33.333333%;
}

.last\:mt-3\/6:last-child {
  margin-top: 50%;
}

.last\:mr-3\/6:last-child {
  margin-right: 50%;
}

.last\:mb-3\/6:last-child {
  margin-bottom: 50%;
}

.last\:ml-3\/6:last-child {
  margin-left: 50%;
}

.last\:mt-4\/6:last-child {
  margin-top: 66.666667%;
}

.last\:mr-4\/6:last-child {
  margin-right: 66.666667%;
}

.last\:mb-4\/6:last-child {
  margin-bottom: 66.666667%;
}

.last\:ml-4\/6:last-child {
  margin-left: 66.666667%;
}

.last\:mt-5\/6:last-child {
  margin-top: 83.333333%;
}

.last\:mr-5\/6:last-child {
  margin-right: 83.333333%;
}

.last\:mb-5\/6:last-child {
  margin-bottom: 83.333333%;
}

.last\:ml-5\/6:last-child {
  margin-left: 83.333333%;
}

.last\:mt-1\/12:last-child {
  margin-top: 8.333333%;
}

.last\:mr-1\/12:last-child {
  margin-right: 8.333333%;
}

.last\:mb-1\/12:last-child {
  margin-bottom: 8.333333%;
}

.last\:ml-1\/12:last-child {
  margin-left: 8.333333%;
}

.last\:mt-2\/12:last-child {
  margin-top: 16.666667%;
}

.last\:mr-2\/12:last-child {
  margin-right: 16.666667%;
}

.last\:mb-2\/12:last-child {
  margin-bottom: 16.666667%;
}

.last\:ml-2\/12:last-child {
  margin-left: 16.666667%;
}

.last\:mt-3\/12:last-child {
  margin-top: 25%;
}

.last\:mr-3\/12:last-child {
  margin-right: 25%;
}

.last\:mb-3\/12:last-child {
  margin-bottom: 25%;
}

.last\:ml-3\/12:last-child {
  margin-left: 25%;
}

.last\:mt-4\/12:last-child {
  margin-top: 33.333333%;
}

.last\:mr-4\/12:last-child {
  margin-right: 33.333333%;
}

.last\:mb-4\/12:last-child {
  margin-bottom: 33.333333%;
}

.last\:ml-4\/12:last-child {
  margin-left: 33.333333%;
}

.last\:mt-5\/12:last-child {
  margin-top: 41.666667%;
}

.last\:mr-5\/12:last-child {
  margin-right: 41.666667%;
}

.last\:mb-5\/12:last-child {
  margin-bottom: 41.666667%;
}

.last\:ml-5\/12:last-child {
  margin-left: 41.666667%;
}

.last\:mt-6\/12:last-child {
  margin-top: 50%;
}

.last\:mr-6\/12:last-child {
  margin-right: 50%;
}

.last\:mb-6\/12:last-child {
  margin-bottom: 50%;
}

.last\:ml-6\/12:last-child {
  margin-left: 50%;
}

.last\:mt-7\/12:last-child {
  margin-top: 58.333333%;
}

.last\:mr-7\/12:last-child {
  margin-right: 58.333333%;
}

.last\:mb-7\/12:last-child {
  margin-bottom: 58.333333%;
}

.last\:ml-7\/12:last-child {
  margin-left: 58.333333%;
}

.last\:mt-8\/12:last-child {
  margin-top: 66.666667%;
}

.last\:mr-8\/12:last-child {
  margin-right: 66.666667%;
}

.last\:mb-8\/12:last-child {
  margin-bottom: 66.666667%;
}

.last\:ml-8\/12:last-child {
  margin-left: 66.666667%;
}

.last\:mt-9\/12:last-child {
  margin-top: 75%;
}

.last\:mr-9\/12:last-child {
  margin-right: 75%;
}

.last\:mb-9\/12:last-child {
  margin-bottom: 75%;
}

.last\:ml-9\/12:last-child {
  margin-left: 75%;
}

.last\:mt-10\/12:last-child {
  margin-top: 83.333333%;
}

.last\:mr-10\/12:last-child {
  margin-right: 83.333333%;
}

.last\:mb-10\/12:last-child {
  margin-bottom: 83.333333%;
}

.last\:ml-10\/12:last-child {
  margin-left: 83.333333%;
}

.last\:mt-11\/12:last-child {
  margin-top: 91.666667%;
}

.last\:mr-11\/12:last-child {
  margin-right: 91.666667%;
}

.last\:mb-11\/12:last-child {
  margin-bottom: 91.666667%;
}

.last\:ml-11\/12:last-child {
  margin-left: 91.666667%;
}

.last\:mt-full:last-child {
  margin-top: 100%;
}

.last\:mr-full:last-child {
  margin-right: 100%;
}

.last\:mb-full:last-child {
  margin-bottom: 100%;
}

.last\:ml-full:last-child {
  margin-left: 100%;
}

.last\:mt-screen:last-child {
  margin-top: 100vw;
}

.last\:mr-screen:last-child {
  margin-right: 100vw;
}

.last\:mb-screen:last-child {
  margin-bottom: 100vw;
}

.last\:ml-screen:last-child {
  margin-left: 100vw;
}

.last\:mt-10px:last-child {
  margin-top: 0.625rem;
}

.last\:mr-10px:last-child {
  margin-right: 0.625rem;
}

.last\:mb-10px:last-child {
  margin-bottom: 0.625rem;
}

.last\:ml-10px:last-child {
  margin-left: 0.625rem;
}

.last\:mt-20px:last-child {
  margin-top: 20px;
}

.last\:mr-20px:last-child {
  margin-right: 20px;
}

.last\:mb-20px:last-child {
  margin-bottom: 20px;
}

.last\:ml-20px:last-child {
  margin-left: 20px;
}

.last\:mt-30px:last-child {
  margin-top: 30px;
}

.last\:mr-30px:last-child {
  margin-right: 30px;
}

.last\:mb-30px:last-child {
  margin-bottom: 30px;
}

.last\:ml-30px:last-child {
  margin-left: 30px;
}

.last\:-mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:-mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:-mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:-ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:-mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:-mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:-ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:-mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:-mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:-mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:-ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:-mt-4:last-child {
  margin-top: -1rem;
}

.last\:-mr-4:last-child {
  margin-right: -1rem;
}

.last\:-mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:-ml-4:last-child {
  margin-left: -1rem;
}

.last\:-mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:-mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:-mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:-ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:-mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:-mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:-mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:-ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:-mt-8:last-child {
  margin-top: -2rem;
}

.last\:-mr-8:last-child {
  margin-right: -2rem;
}

.last\:-mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:-ml-8:last-child {
  margin-left: -2rem;
}

.last\:-mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:-mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:-mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:-ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:-mt-12:last-child {
  margin-top: -3rem;
}

.last\:-mr-12:last-child {
  margin-right: -3rem;
}

.last\:-mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:-ml-12:last-child {
  margin-left: -3rem;
}

.last\:-mt-14:last-child {
  margin-top: -3.5rem;
}

.last\:-mr-14:last-child {
  margin-right: -3.5rem;
}

.last\:-mb-14:last-child {
  margin-bottom: -3.5rem;
}

.last\:-ml-14:last-child {
  margin-left: -3.5rem;
}

.last\:-mt-15:last-child {
  margin-top: -3.75rem;
}

.last\:-mr-15:last-child {
  margin-right: -3.75rem;
}

.last\:-mb-15:last-child {
  margin-bottom: -3.75rem;
}

.last\:-ml-15:last-child {
  margin-left: -3.75rem;
}

.last\:-mt-16:last-child {
  margin-top: -4rem;
}

.last\:-mr-16:last-child {
  margin-right: -4rem;
}

.last\:-mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:-ml-16:last-child {
  margin-left: -4rem;
}

.last\:-mt-20:last-child {
  margin-top: -5rem;
}

.last\:-mr-20:last-child {
  margin-right: -5rem;
}

.last\:-mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:-ml-20:last-child {
  margin-left: -5rem;
}

.last\:-mt-24:last-child {
  margin-top: -6rem;
}

.last\:-mr-24:last-child {
  margin-right: -6rem;
}

.last\:-mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:-ml-24:last-child {
  margin-left: -6rem;
}

.last\:-mt-26:last-child {
  margin-top: -7rem;
}

.last\:-mr-26:last-child {
  margin-right: -7rem;
}

.last\:-mb-26:last-child {
  margin-bottom: -7rem;
}

.last\:-ml-26:last-child {
  margin-left: -7rem;
}

.last\:-mt-32:last-child {
  margin-top: -8rem;
}

.last\:-mr-32:last-child {
  margin-right: -8rem;
}

.last\:-mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:-ml-32:last-child {
  margin-left: -8rem;
}

.last\:-mt-36:last-child {
  margin-top: -9rem;
}

.last\:-mr-36:last-child {
  margin-right: -9rem;
}

.last\:-mb-36:last-child {
  margin-bottom: -9rem;
}

.last\:-ml-36:last-child {
  margin-left: -9rem;
}

.last\:-mt-40:last-child {
  margin-top: -10rem;
}

.last\:-mr-40:last-child {
  margin-right: -10rem;
}

.last\:-mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:-ml-40:last-child {
  margin-left: -10rem;
}

.last\:-mt-48:last-child {
  margin-top: -12rem;
}

.last\:-mr-48:last-child {
  margin-right: -12rem;
}

.last\:-mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:-ml-48:last-child {
  margin-left: -12rem;
}

.last\:-mt-56:last-child {
  margin-top: -14rem;
}

.last\:-mr-56:last-child {
  margin-right: -14rem;
}

.last\:-mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:-ml-56:last-child {
  margin-left: -14rem;
}

.last\:-mt-64:last-child {
  margin-top: -16rem;
}

.last\:-mr-64:last-child {
  margin-right: -16rem;
}

.last\:-mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:-ml-64:last-child {
  margin-left: -16rem;
}

.last\:-mt-px:last-child {
  margin-top: -1px;
}

.last\:-mr-px:last-child {
  margin-right: -1px;
}

.last\:-mb-px:last-child {
  margin-bottom: -1px;
}

.last\:-ml-px:last-child {
  margin-left: -1px;
}

.last\:-mt-2px:last-child {
  margin-top: -2px;
}

.last\:-mr-2px:last-child {
  margin-right: -2px;
}

.last\:-mb-2px:last-child {
  margin-bottom: -2px;
}

.last\:-ml-2px:last-child {
  margin-left: -2px;
}

.last\:-mt-1\/2:last-child {
  margin-top: -50%;
}

.last\:-mr-1\/2:last-child {
  margin-right: -50%;
}

.last\:-mb-1\/2:last-child {
  margin-bottom: -50%;
}

.last\:-ml-1\/2:last-child {
  margin-left: -50%;
}

.last\:-mt-1\/3:last-child {
  margin-top: -33.33333%;
}

.last\:-mr-1\/3:last-child {
  margin-right: -33.33333%;
}

.last\:-mb-1\/3:last-child {
  margin-bottom: -33.33333%;
}

.last\:-ml-1\/3:last-child {
  margin-left: -33.33333%;
}

.last\:-mt-2\/3:last-child {
  margin-top: -66.66667%;
}

.last\:-mr-2\/3:last-child {
  margin-right: -66.66667%;
}

.last\:-mb-2\/3:last-child {
  margin-bottom: -66.66667%;
}

.last\:-ml-2\/3:last-child {
  margin-left: -66.66667%;
}

.last\:-mt-1\/4:last-child {
  margin-top: -25%;
}

.last\:-mr-1\/4:last-child {
  margin-right: -25%;
}

.last\:-mb-1\/4:last-child {
  margin-bottom: -25%;
}

.last\:-ml-1\/4:last-child {
  margin-left: -25%;
}

.last\:-mt-2\/4:last-child {
  margin-top: -50%;
}

.last\:-mr-2\/4:last-child {
  margin-right: -50%;
}

.last\:-mb-2\/4:last-child {
  margin-bottom: -50%;
}

.last\:-ml-2\/4:last-child {
  margin-left: -50%;
}

.last\:-mt-3\/4:last-child {
  margin-top: -75%;
}

.last\:-mr-3\/4:last-child {
  margin-right: -75%;
}

.last\:-mb-3\/4:last-child {
  margin-bottom: -75%;
}

.last\:-ml-3\/4:last-child {
  margin-left: -75%;
}

.last\:-mt-1\/5:last-child {
  margin-top: -20%;
}

.last\:-mr-1\/5:last-child {
  margin-right: -20%;
}

.last\:-mb-1\/5:last-child {
  margin-bottom: -20%;
}

.last\:-ml-1\/5:last-child {
  margin-left: -20%;
}

.last\:-mt-2\/5:last-child {
  margin-top: -40%;
}

.last\:-mr-2\/5:last-child {
  margin-right: -40%;
}

.last\:-mb-2\/5:last-child {
  margin-bottom: -40%;
}

.last\:-ml-2\/5:last-child {
  margin-left: -40%;
}

.last\:-mt-3\/5:last-child {
  margin-top: -60%;
}

.last\:-mr-3\/5:last-child {
  margin-right: -60%;
}

.last\:-mb-3\/5:last-child {
  margin-bottom: -60%;
}

.last\:-ml-3\/5:last-child {
  margin-left: -60%;
}

.last\:-mt-4\/5:last-child {
  margin-top: -80%;
}

.last\:-mr-4\/5:last-child {
  margin-right: -80%;
}

.last\:-mb-4\/5:last-child {
  margin-bottom: -80%;
}

.last\:-ml-4\/5:last-child {
  margin-left: -80%;
}

.last\:-mt-1\/6:last-child {
  margin-top: -16.66667%;
}

.last\:-mr-1\/6:last-child {
  margin-right: -16.66667%;
}

.last\:-mb-1\/6:last-child {
  margin-bottom: -16.66667%;
}

.last\:-ml-1\/6:last-child {
  margin-left: -16.66667%;
}

.last\:-mt-2\/6:last-child {
  margin-top: -33.33333%;
}

.last\:-mr-2\/6:last-child {
  margin-right: -33.33333%;
}

.last\:-mb-2\/6:last-child {
  margin-bottom: -33.33333%;
}

.last\:-ml-2\/6:last-child {
  margin-left: -33.33333%;
}

.last\:-mt-3\/6:last-child {
  margin-top: -50%;
}

.last\:-mr-3\/6:last-child {
  margin-right: -50%;
}

.last\:-mb-3\/6:last-child {
  margin-bottom: -50%;
}

.last\:-ml-3\/6:last-child {
  margin-left: -50%;
}

.last\:-mt-4\/6:last-child {
  margin-top: -66.66667%;
}

.last\:-mr-4\/6:last-child {
  margin-right: -66.66667%;
}

.last\:-mb-4\/6:last-child {
  margin-bottom: -66.66667%;
}

.last\:-ml-4\/6:last-child {
  margin-left: -66.66667%;
}

.last\:-mt-5\/6:last-child {
  margin-top: -83.33333%;
}

.last\:-mr-5\/6:last-child {
  margin-right: -83.33333%;
}

.last\:-mb-5\/6:last-child {
  margin-bottom: -83.33333%;
}

.last\:-ml-5\/6:last-child {
  margin-left: -83.33333%;
}

.last\:-mt-1\/12:last-child {
  margin-top: -8.33333%;
}

.last\:-mr-1\/12:last-child {
  margin-right: -8.33333%;
}

.last\:-mb-1\/12:last-child {
  margin-bottom: -8.33333%;
}

.last\:-ml-1\/12:last-child {
  margin-left: -8.33333%;
}

.last\:-mt-2\/12:last-child {
  margin-top: -16.66667%;
}

.last\:-mr-2\/12:last-child {
  margin-right: -16.66667%;
}

.last\:-mb-2\/12:last-child {
  margin-bottom: -16.66667%;
}

.last\:-ml-2\/12:last-child {
  margin-left: -16.66667%;
}

.last\:-mt-3\/12:last-child {
  margin-top: -25%;
}

.last\:-mr-3\/12:last-child {
  margin-right: -25%;
}

.last\:-mb-3\/12:last-child {
  margin-bottom: -25%;
}

.last\:-ml-3\/12:last-child {
  margin-left: -25%;
}

.last\:-mt-4\/12:last-child {
  margin-top: -33.33333%;
}

.last\:-mr-4\/12:last-child {
  margin-right: -33.33333%;
}

.last\:-mb-4\/12:last-child {
  margin-bottom: -33.33333%;
}

.last\:-ml-4\/12:last-child {
  margin-left: -33.33333%;
}

.last\:-mt-5\/12:last-child {
  margin-top: -41.66667%;
}

.last\:-mr-5\/12:last-child {
  margin-right: -41.66667%;
}

.last\:-mb-5\/12:last-child {
  margin-bottom: -41.66667%;
}

.last\:-ml-5\/12:last-child {
  margin-left: -41.66667%;
}

.last\:-mt-6\/12:last-child {
  margin-top: -50%;
}

.last\:-mr-6\/12:last-child {
  margin-right: -50%;
}

.last\:-mb-6\/12:last-child {
  margin-bottom: -50%;
}

.last\:-ml-6\/12:last-child {
  margin-left: -50%;
}

.last\:-mt-7\/12:last-child {
  margin-top: -58.33333%;
}

.last\:-mr-7\/12:last-child {
  margin-right: -58.33333%;
}

.last\:-mb-7\/12:last-child {
  margin-bottom: -58.33333%;
}

.last\:-ml-7\/12:last-child {
  margin-left: -58.33333%;
}

.last\:-mt-8\/12:last-child {
  margin-top: -66.66667%;
}

.last\:-mr-8\/12:last-child {
  margin-right: -66.66667%;
}

.last\:-mb-8\/12:last-child {
  margin-bottom: -66.66667%;
}

.last\:-ml-8\/12:last-child {
  margin-left: -66.66667%;
}

.last\:-mt-9\/12:last-child {
  margin-top: -75%;
}

.last\:-mr-9\/12:last-child {
  margin-right: -75%;
}

.last\:-mb-9\/12:last-child {
  margin-bottom: -75%;
}

.last\:-ml-9\/12:last-child {
  margin-left: -75%;
}

.last\:-mt-10\/12:last-child {
  margin-top: -83.33333%;
}

.last\:-mr-10\/12:last-child {
  margin-right: -83.33333%;
}

.last\:-mb-10\/12:last-child {
  margin-bottom: -83.33333%;
}

.last\:-ml-10\/12:last-child {
  margin-left: -83.33333%;
}

.last\:-mt-11\/12:last-child {
  margin-top: -91.66667%;
}

.last\:-mr-11\/12:last-child {
  margin-right: -91.66667%;
}

.last\:-mb-11\/12:last-child {
  margin-bottom: -91.66667%;
}

.last\:-ml-11\/12:last-child {
  margin-left: -91.66667%;
}

.last\:-mt-full:last-child {
  margin-top: -100%;
}

.last\:-mr-full:last-child {
  margin-right: -100%;
}

.last\:-mb-full:last-child {
  margin-bottom: -100%;
}

.last\:-ml-full:last-child {
  margin-left: -100%;
}

.last\:-mt-screen:last-child {
  margin-top: -100vw;
}

.last\:-mr-screen:last-child {
  margin-right: -100vw;
}

.last\:-mb-screen:last-child {
  margin-bottom: -100vw;
}

.last\:-ml-screen:last-child {
  margin-left: -100vw;
}

.last\:-mt-10px:last-child {
  margin-top: -0.625rem;
}

.last\:-mr-10px:last-child {
  margin-right: -0.625rem;
}

.last\:-mb-10px:last-child {
  margin-bottom: -0.625rem;
}

.last\:-ml-10px:last-child {
  margin-left: -0.625rem;
}

.last\:-mt-20px:last-child {
  margin-top: -20px;
}

.last\:-mr-20px:last-child {
  margin-right: -20px;
}

.last\:-mb-20px:last-child {
  margin-bottom: -20px;
}

.last\:-ml-20px:last-child {
  margin-left: -20px;
}

.last\:-mt-30px:last-child {
  margin-top: -30px;
}

.last\:-mr-30px:last-child {
  margin-right: -30px;
}

.last\:-mb-30px:last-child {
  margin-bottom: -30px;
}

.last\:-ml-30px:last-child {
  margin-left: -30px;
}

.max-h-400 {
  max-height: 400px;
}

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

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

.max-w-60 {
  max-width: 60%;
}

.max-w-170 {
  max-width: 170px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-none {
  max-width: none;
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-screen-xxs {
  max-width: 400px;
}

.max-w-screen-xs {
  max-width: 480px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-tablet {
  max-width: 900px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.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 {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.object-bottom {
  object-position: bottom;
}

.object-center {
  object-position: center;
}

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

.object-left-top {
  object-position: left top;
}

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

.object-right-top {
  object-position: right top;
}

.object-top {
  object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.10;
}

.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-10:hover {
  opacity: 0.10;
}

.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-10:focus {
  opacity: 0.10;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

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

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-26 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.p-2px {
  padding: 2px;
}

.p-1\/2 {
  padding: 50%;
}

.p-1\/3 {
  padding: 33.333333%;
}

.p-2\/3 {
  padding: 66.666667%;
}

.p-1\/4 {
  padding: 25%;
}

.p-2\/4 {
  padding: 50%;
}

.p-3\/4 {
  padding: 75%;
}

.p-1\/5 {
  padding: 20%;
}

.p-2\/5 {
  padding: 40%;
}

.p-3\/5 {
  padding: 60%;
}

.p-4\/5 {
  padding: 80%;
}

.p-1\/6 {
  padding: 16.666667%;
}

.p-2\/6 {
  padding: 33.333333%;
}

.p-3\/6 {
  padding: 50%;
}

.p-4\/6 {
  padding: 66.666667%;
}

.p-5\/6 {
  padding: 83.333333%;
}

.p-1\/12 {
  padding: 8.333333%;
}

.p-2\/12 {
  padding: 16.666667%;
}

.p-3\/12 {
  padding: 25%;
}

.p-4\/12 {
  padding: 33.333333%;
}

.p-5\/12 {
  padding: 41.666667%;
}

.p-6\/12 {
  padding: 50%;
}

.p-7\/12 {
  padding: 58.333333%;
}

.p-8\/12 {
  padding: 66.666667%;
}

.p-9\/12 {
  padding: 75%;
}

.p-10\/12 {
  padding: 83.333333%;
}

.p-11\/12 {
  padding: 91.666667%;
}

.p-full {
  padding: 100%;
}

.p-screen {
  padding: 100vw;
}

.p-10px {
  padding: 0.625rem;
}

.p-20px {
  padding: 20px;
}

.p-30px {
  padding: 30px;
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

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

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

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

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

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

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

.py-26 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-26 {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

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

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

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

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

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

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

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

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

.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.py-1\/2 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-1\/2 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-1\/3 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-1\/3 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-2\/3 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-2\/3 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-1\/4 {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-1\/4 {
  padding-left: 25%;
  padding-right: 25%;
}

.py-2\/4 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-2\/4 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-3\/4 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-3\/4 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-1\/5 {
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-1\/5 {
  padding-left: 20%;
  padding-right: 20%;
}

.py-2\/5 {
  padding-top: 40%;
  padding-bottom: 40%;
}

.px-2\/5 {
  padding-left: 40%;
  padding-right: 40%;
}

.py-3\/5 {
  padding-top: 60%;
  padding-bottom: 60%;
}

.px-3\/5 {
  padding-left: 60%;
  padding-right: 60%;
}

.py-4\/5 {
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-4\/5 {
  padding-left: 80%;
  padding-right: 80%;
}

.py-1\/6 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.px-1\/6 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.py-2\/6 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-2\/6 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-3\/6 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-3\/6 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-4\/6 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-4\/6 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-5\/6 {
  padding-top: 83.333333%;
  padding-bottom: 83.333333%;
}

.px-5\/6 {
  padding-left: 83.333333%;
  padding-right: 83.333333%;
}

.py-1\/12 {
  padding-top: 8.333333%;
  padding-bottom: 8.333333%;
}

.px-1\/12 {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
}

.py-2\/12 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.px-2\/12 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.py-3\/12 {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-3\/12 {
  padding-left: 25%;
  padding-right: 25%;
}

.py-4\/12 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-4\/12 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-5\/12 {
  padding-top: 41.666667%;
  padding-bottom: 41.666667%;
}

.px-5\/12 {
  padding-left: 41.666667%;
  padding-right: 41.666667%;
}

.py-6\/12 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-6\/12 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-7\/12 {
  padding-top: 58.333333%;
  padding-bottom: 58.333333%;
}

.px-7\/12 {
  padding-left: 58.333333%;
  padding-right: 58.333333%;
}

.py-8\/12 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-8\/12 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-9\/12 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-9\/12 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-10\/12 {
  padding-top: 83.333333%;
  padding-bottom: 83.333333%;
}

.px-10\/12 {
  padding-left: 83.333333%;
  padding-right: 83.333333%;
}

.py-11\/12 {
  padding-top: 91.666667%;
  padding-bottom: 91.666667%;
}

.px-11\/12 {
  padding-left: 91.666667%;
  padding-right: 91.666667%;
}

.py-full {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-full {
  padding-left: 100%;
  padding-right: 100%;
}

.py-screen {
  padding-top: 100vw;
  padding-bottom: 100vw;
}

.px-screen {
  padding-left: 100vw;
  padding-right: 100vw;
}

.py-10px {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-10px {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-26 {
  padding-top: 7rem;
}

.pr-26 {
  padding-right: 7rem;
}

.pb-26 {
  padding-bottom: 7rem;
}

.pl-26 {
  padding-left: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-2px {
  padding-top: 2px;
}

.pr-2px {
  padding-right: 2px;
}

.pb-2px {
  padding-bottom: 2px;
}

.pl-2px {
  padding-left: 2px;
}

.pt-1\/2 {
  padding-top: 50%;
}

.pr-1\/2 {
  padding-right: 50%;
}

.pb-1\/2 {
  padding-bottom: 50%;
}

.pl-1\/2 {
  padding-left: 50%;
}

.pt-1\/3 {
  padding-top: 33.333333%;
}

.pr-1\/3 {
  padding-right: 33.333333%;
}

.pb-1\/3 {
  padding-bottom: 33.333333%;
}

.pl-1\/3 {
  padding-left: 33.333333%;
}

.pt-2\/3 {
  padding-top: 66.666667%;
}

.pr-2\/3 {
  padding-right: 66.666667%;
}

.pb-2\/3 {
  padding-bottom: 66.666667%;
}

.pl-2\/3 {
  padding-left: 66.666667%;
}

.pt-1\/4 {
  padding-top: 25%;
}

.pr-1\/4 {
  padding-right: 25%;
}

.pb-1\/4 {
  padding-bottom: 25%;
}

.pl-1\/4 {
  padding-left: 25%;
}

.pt-2\/4 {
  padding-top: 50%;
}

.pr-2\/4 {
  padding-right: 50%;
}

.pb-2\/4 {
  padding-bottom: 50%;
}

.pl-2\/4 {
  padding-left: 50%;
}

.pt-3\/4 {
  padding-top: 75%;
}

.pr-3\/4 {
  padding-right: 75%;
}

.pb-3\/4 {
  padding-bottom: 75%;
}

.pl-3\/4 {
  padding-left: 75%;
}

.pt-1\/5 {
  padding-top: 20%;
}

.pr-1\/5 {
  padding-right: 20%;
}

.pb-1\/5 {
  padding-bottom: 20%;
}

.pl-1\/5 {
  padding-left: 20%;
}

.pt-2\/5 {
  padding-top: 40%;
}

.pr-2\/5 {
  padding-right: 40%;
}

.pb-2\/5 {
  padding-bottom: 40%;
}

.pl-2\/5 {
  padding-left: 40%;
}

.pt-3\/5 {
  padding-top: 60%;
}

.pr-3\/5 {
  padding-right: 60%;
}

.pb-3\/5 {
  padding-bottom: 60%;
}

.pl-3\/5 {
  padding-left: 60%;
}

.pt-4\/5 {
  padding-top: 80%;
}

.pr-4\/5 {
  padding-right: 80%;
}

.pb-4\/5 {
  padding-bottom: 80%;
}

.pl-4\/5 {
  padding-left: 80%;
}

.pt-1\/6 {
  padding-top: 16.666667%;
}

.pr-1\/6 {
  padding-right: 16.666667%;
}

.pb-1\/6 {
  padding-bottom: 16.666667%;
}

.pl-1\/6 {
  padding-left: 16.666667%;
}

.pt-2\/6 {
  padding-top: 33.333333%;
}

.pr-2\/6 {
  padding-right: 33.333333%;
}

.pb-2\/6 {
  padding-bottom: 33.333333%;
}

.pl-2\/6 {
  padding-left: 33.333333%;
}

.pt-3\/6 {
  padding-top: 50%;
}

.pr-3\/6 {
  padding-right: 50%;
}

.pb-3\/6 {
  padding-bottom: 50%;
}

.pl-3\/6 {
  padding-left: 50%;
}

.pt-4\/6 {
  padding-top: 66.666667%;
}

.pr-4\/6 {
  padding-right: 66.666667%;
}

.pb-4\/6 {
  padding-bottom: 66.666667%;
}

.pl-4\/6 {
  padding-left: 66.666667%;
}

.pt-5\/6 {
  padding-top: 83.333333%;
}

.pr-5\/6 {
  padding-right: 83.333333%;
}

.pb-5\/6 {
  padding-bottom: 83.333333%;
}

.pl-5\/6 {
  padding-left: 83.333333%;
}

.pt-1\/12 {
  padding-top: 8.333333%;
}

.pr-1\/12 {
  padding-right: 8.333333%;
}

.pb-1\/12 {
  padding-bottom: 8.333333%;
}

.pl-1\/12 {
  padding-left: 8.333333%;
}

.pt-2\/12 {
  padding-top: 16.666667%;
}

.pr-2\/12 {
  padding-right: 16.666667%;
}

.pb-2\/12 {
  padding-bottom: 16.666667%;
}

.pl-2\/12 {
  padding-left: 16.666667%;
}

.pt-3\/12 {
  padding-top: 25%;
}

.pr-3\/12 {
  padding-right: 25%;
}

.pb-3\/12 {
  padding-bottom: 25%;
}

.pl-3\/12 {
  padding-left: 25%;
}

.pt-4\/12 {
  padding-top: 33.333333%;
}

.pr-4\/12 {
  padding-right: 33.333333%;
}

.pb-4\/12 {
  padding-bottom: 33.333333%;
}

.pl-4\/12 {
  padding-left: 33.333333%;
}

.pt-5\/12 {
  padding-top: 41.666667%;
}

.pr-5\/12 {
  padding-right: 41.666667%;
}

.pb-5\/12 {
  padding-bottom: 41.666667%;
}

.pl-5\/12 {
  padding-left: 41.666667%;
}

.pt-6\/12 {
  padding-top: 50%;
}

.pr-6\/12 {
  padding-right: 50%;
}

.pb-6\/12 {
  padding-bottom: 50%;
}

.pl-6\/12 {
  padding-left: 50%;
}

.pt-7\/12 {
  padding-top: 58.333333%;
}

.pr-7\/12 {
  padding-right: 58.333333%;
}

.pb-7\/12 {
  padding-bottom: 58.333333%;
}

.pl-7\/12 {
  padding-left: 58.333333%;
}

.pt-8\/12 {
  padding-top: 66.666667%;
}

.pr-8\/12 {
  padding-right: 66.666667%;
}

.pb-8\/12 {
  padding-bottom: 66.666667%;
}

.pl-8\/12 {
  padding-left: 66.666667%;
}

.pt-9\/12 {
  padding-top: 75%;
}

.pr-9\/12 {
  padding-right: 75%;
}

.pb-9\/12 {
  padding-bottom: 75%;
}

.pl-9\/12 {
  padding-left: 75%;
}

.pt-10\/12 {
  padding-top: 83.333333%;
}

.pr-10\/12 {
  padding-right: 83.333333%;
}

.pb-10\/12 {
  padding-bottom: 83.333333%;
}

.pl-10\/12 {
  padding-left: 83.333333%;
}

.pt-11\/12 {
  padding-top: 91.666667%;
}

.pr-11\/12 {
  padding-right: 91.666667%;
}

.pb-11\/12 {
  padding-bottom: 91.666667%;
}

.pl-11\/12 {
  padding-left: 91.666667%;
}

.pt-full {
  padding-top: 100%;
}

.pr-full {
  padding-right: 100%;
}

.pb-full {
  padding-bottom: 100%;
}

.pl-full {
  padding-left: 100%;
}

.pt-screen {
  padding-top: 100vw;
}

.pr-screen {
  padding-right: 100vw;
}

.pb-screen {
  padding-bottom: 100vw;
}

.pl-screen {
  padding-left: 100vw;
}

.pt-10px {
  padding-top: 0.625rem;
}

.pr-10px {
  padding-right: 0.625rem;
}

.pb-10px {
  padding-bottom: 0.625rem;
}

.pl-10px {
  padding-left: 0.625rem;
}

.pt-20px {
  padding-top: 20px;
}

.pr-20px {
  padding-right: 20px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pl-20px {
  padding-left: 20px;
}

.pt-30px {
  padding-top: 30px;
}

.pr-30px {
  padding-right: 30px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pl-30px {
  padding-left: 30px;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

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

.placeholder-black-transparent::-moz-placeholder {
  color: rgba(0,0,0,.15);
}

.placeholder-black-transparent:-ms-input-placeholder {
  color: rgba(0,0,0,.15);
}

.placeholder-black-transparent::placeholder {
  color: rgba(0,0,0,.15);
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.placeholder-red::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--placeholder-opacity));
}

.placeholder-red:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--placeholder-opacity));
}

.placeholder-red::placeholder {
  --placeholder-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--placeholder-opacity));
}

.placeholder-orange::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--placeholder-opacity));
}

.placeholder-orange:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--placeholder-opacity));
}

.placeholder-orange::placeholder {
  --placeholder-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.placeholder-green::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--placeholder-opacity));
}

.placeholder-green:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--placeholder-opacity));
}

.placeholder-green::placeholder {
  --placeholder-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--placeholder-opacity));
}

.placeholder-teal-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-100::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.placeholder-teal-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-200::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.placeholder-teal-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-300::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.placeholder-teal-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-400::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.placeholder-teal-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-500::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.placeholder-teal-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-600::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.placeholder-teal-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-700::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.placeholder-teal-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-800::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.placeholder-teal-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-teal-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-teal-900::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.placeholder-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--placeholder-opacity));
}

.placeholder-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--placeholder-opacity));
}

.placeholder-blue::placeholder {
  --placeholder-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.placeholder-purple::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--placeholder-opacity));
}

.placeholder-purple:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--placeholder-opacity));
}

.placeholder-purple::placeholder {
  --placeholder-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.placeholder-red-darker::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--placeholder-opacity));
}

.placeholder-red-darker:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--placeholder-opacity));
}

.placeholder-red-darker::placeholder {
  --placeholder-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--placeholder-opacity));
}

.placeholder-green-light::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--placeholder-opacity));
}

.placeholder-green-light:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--placeholder-opacity));
}

.placeholder-green-light::placeholder {
  --placeholder-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--placeholder-opacity));
}

.placeholder-green-darker::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--placeholder-opacity));
}

.placeholder-green-darker:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--placeholder-opacity));
}

.placeholder-green-darker::placeholder {
  --placeholder-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--placeholder-opacity));
}

.placeholder-green-dark::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--placeholder-opacity));
}

.placeholder-green-dark:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--placeholder-opacity));
}

.placeholder-green-dark::placeholder {
  --placeholder-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--placeholder-opacity));
}

.placeholder-lime::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--placeholder-opacity));
}

.placeholder-lime:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--placeholder-opacity));
}

.placeholder-lime::placeholder {
  --placeholder-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--placeholder-opacity));
}

.placeholder-blue-darker::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--placeholder-opacity));
}

.placeholder-blue-darker:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--placeholder-opacity));
}

.placeholder-blue-darker::placeholder {
  --placeholder-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--placeholder-opacity));
}

.placeholder-blue-darkest::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--placeholder-opacity));
}

.placeholder-blue-darkest:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--placeholder-opacity));
}

.placeholder-blue-darkest::placeholder {
  --placeholder-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--placeholder-opacity));
}

.placeholder-grey::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--placeholder-opacity));
}

.placeholder-grey:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--placeholder-opacity));
}

.placeholder-grey::placeholder {
  --placeholder-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--placeholder-opacity));
}

.placeholder-grey-extra-darker::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--placeholder-opacity));
}

.placeholder-grey-extra-darker:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--placeholder-opacity));
}

.placeholder-grey-extra-darker::placeholder {
  --placeholder-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--placeholder-opacity));
}

.placeholder-grey-pinch-darker::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--placeholder-opacity));
}

.placeholder-grey-pinch-darker:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--placeholder-opacity));
}

.placeholder-grey-pinch-darker::placeholder {
  --placeholder-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--placeholder-opacity));
}

.placeholder-grey-darker::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--placeholder-opacity));
}

.placeholder-grey-darker:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--placeholder-opacity));
}

.placeholder-grey-darker::placeholder {
  --placeholder-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--placeholder-opacity));
}

.placeholder-grey-darkest::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.placeholder-grey-darkest:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.placeholder-grey-darkest::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.placeholder-grey-medium::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--placeholder-opacity));
}

.placeholder-grey-medium:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--placeholder-opacity));
}

.placeholder-grey-medium::placeholder {
  --placeholder-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--placeholder-opacity));
}

.placeholder-grey-dark::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--placeholder-opacity));
}

.placeholder-grey-dark:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--placeholder-opacity));
}

.placeholder-grey-dark::placeholder {
  --placeholder-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--placeholder-opacity));
}

.placeholder-grey-lighter::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--placeholder-opacity));
}

.placeholder-grey-lighter:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--placeholder-opacity));
}

.placeholder-grey-lighter::placeholder {
  --placeholder-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--placeholder-opacity));
}

.placeholder-grey-light::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--placeholder-opacity));
}

.placeholder-grey-light:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--placeholder-opacity));
}

.placeholder-grey-light::placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--placeholder-opacity));
}

.placeholder-grey-lightest::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--placeholder-opacity));
}

.placeholder-grey-lightest:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--placeholder-opacity));
}

.placeholder-grey-lightest::placeholder {
  --placeholder-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--placeholder-opacity));
}

.placeholder-jobs-purple::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--placeholder-opacity));
}

.placeholder-jobs-purple:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--placeholder-opacity));
}

.placeholder-jobs-purple::placeholder {
  --placeholder-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--placeholder-opacity));
}

.placeholder-jobs-pink::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--placeholder-opacity));
}

.placeholder-jobs-pink:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--placeholder-opacity));
}

.placeholder-jobs-pink::placeholder {
  --placeholder-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--placeholder-opacity));
}

.placeholder-jobs-red::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--placeholder-opacity));
}

.placeholder-jobs-red:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--placeholder-opacity));
}

.placeholder-jobs-red::placeholder {
  --placeholder-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--placeholder-opacity));
}

.placeholder-jobs-orange::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--placeholder-opacity));
}

.placeholder-jobs-orange:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--placeholder-opacity));
}

.placeholder-jobs-orange::placeholder {
  --placeholder-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--placeholder-opacity));
}

.placeholder-jobs-yellow::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--placeholder-opacity));
}

.placeholder-jobs-yellow:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--placeholder-opacity));
}

.placeholder-jobs-yellow::placeholder {
  --placeholder-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--placeholder-opacity));
}

.placeholder-jobs-green::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--placeholder-opacity));
}

.placeholder-jobs-green:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--placeholder-opacity));
}

.placeholder-jobs-green::placeholder {
  --placeholder-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--placeholder-opacity));
}

.placeholder-jobs-blue::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--placeholder-opacity));
}

.placeholder-jobs-blue:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--placeholder-opacity));
}

.placeholder-jobs-blue::placeholder {
  --placeholder-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black-transparent:focus::-moz-placeholder {
  color: rgba(0,0,0,.15);
}

.focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
  color: rgba(0,0,0,.15);
}

.focus\:placeholder-black-transparent:focus::placeholder {
  color: rgba(0,0,0,.15);
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--placeholder-opacity));
}

.focus\:placeholder-red:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--placeholder-opacity));
}

.focus\:placeholder-orange:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--placeholder-opacity));
}

.focus\:placeholder-orange:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--placeholder-opacity));
}

.focus\:placeholder-orange:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--placeholder-opacity));
}

.focus\:placeholder-green:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--placeholder-opacity));
}

.focus\:placeholder-blue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:placeholder-purple:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--placeholder-opacity));
}

.focus\:placeholder-purple:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--placeholder-opacity));
}

.focus\:placeholder-purple:focus::placeholder {
  --placeholder-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:placeholder-red-darker:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--placeholder-opacity));
}

.focus\:placeholder-red-darker:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--placeholder-opacity));
}

.focus\:placeholder-red-darker:focus::placeholder {
  --placeholder-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--placeholder-opacity));
}

.focus\:placeholder-green-light:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--placeholder-opacity));
}

.focus\:placeholder-green-light:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--placeholder-opacity));
}

.focus\:placeholder-green-light:focus::placeholder {
  --placeholder-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--placeholder-opacity));
}

.focus\:placeholder-green-darker:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--placeholder-opacity));
}

.focus\:placeholder-green-darker:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--placeholder-opacity));
}

.focus\:placeholder-green-darker:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--placeholder-opacity));
}

.focus\:placeholder-green-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--placeholder-opacity));
}

.focus\:placeholder-green-dark:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--placeholder-opacity));
}

.focus\:placeholder-green-dark:focus::placeholder {
  --placeholder-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--placeholder-opacity));
}

.focus\:placeholder-lime:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--placeholder-opacity));
}

.focus\:placeholder-lime:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--placeholder-opacity));
}

.focus\:placeholder-lime:focus::placeholder {
  --placeholder-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--placeholder-opacity));
}

.focus\:placeholder-blue-darker:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--placeholder-opacity));
}

.focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--placeholder-opacity));
}

.focus\:placeholder-blue-darker:focus::placeholder {
  --placeholder-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--placeholder-opacity));
}

.focus\:placeholder-blue-darkest:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--placeholder-opacity));
}

.focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--placeholder-opacity));
}

.focus\:placeholder-blue-darkest:focus::placeholder {
  --placeholder-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--placeholder-opacity));
}

.focus\:placeholder-grey:focus::placeholder {
  --placeholder-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--placeholder-opacity));
}

.focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--placeholder-opacity));
}

.focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--placeholder-opacity));
}

.focus\:placeholder-grey-extra-darker:focus::placeholder {
  --placeholder-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--placeholder-opacity));
}

.focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--placeholder-opacity));
}

.focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--placeholder-opacity));
}

.focus\:placeholder-grey-pinch-darker:focus::placeholder {
  --placeholder-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--placeholder-opacity));
}

.focus\:placeholder-grey-darker:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--placeholder-opacity));
}

.focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--placeholder-opacity));
}

.focus\:placeholder-grey-darker:focus::placeholder {
  --placeholder-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--placeholder-opacity));
}

.focus\:placeholder-grey-darkest:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:placeholder-grey-darkest:focus::placeholder {
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:placeholder-grey-medium:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--placeholder-opacity));
}

.focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--placeholder-opacity));
}

.focus\:placeholder-grey-medium:focus::placeholder {
  --placeholder-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--placeholder-opacity));
}

.focus\:placeholder-grey-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--placeholder-opacity));
}

.focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--placeholder-opacity));
}

.focus\:placeholder-grey-dark:focus::placeholder {
  --placeholder-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--placeholder-opacity));
}

.focus\:placeholder-grey-lighter:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--placeholder-opacity));
}

.focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--placeholder-opacity));
}

.focus\:placeholder-grey-lighter:focus::placeholder {
  --placeholder-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--placeholder-opacity));
}

.focus\:placeholder-grey-light:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--placeholder-opacity));
}

.focus\:placeholder-grey-light:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--placeholder-opacity));
}

.focus\:placeholder-grey-light:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--placeholder-opacity));
}

.focus\:placeholder-grey-lightest:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--placeholder-opacity));
}

.focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--placeholder-opacity));
}

.focus\:placeholder-grey-lightest:focus::placeholder {
  --placeholder-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-purple:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-purple:focus::placeholder {
  --placeholder-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-pink:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-pink:focus::placeholder {
  --placeholder-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-red:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-red:focus::placeholder {
  --placeholder-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-orange:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-orange:focus::placeholder {
  --placeholder-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-yellow:focus::placeholder {
  --placeholder-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-green:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-green:focus::placeholder {
  --placeholder-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--placeholder-opacity));
}

.focus\:placeholder-jobs-blue:focus::placeholder {
  --placeholder-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0;
}

.placeholder-opacity-10::-moz-placeholder {
  --placeholder-opacity: 0.10;
}

.placeholder-opacity-10:-ms-input-placeholder {
  --placeholder-opacity: 0.10;
}

.placeholder-opacity-10::placeholder {
  --placeholder-opacity: 0.10;
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25;
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5;
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75;
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --placeholder-opacity: 0.10;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.10;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --placeholder-opacity: 0.10;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1;
}

.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-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

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

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

.-inset-2 {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.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-8 {
  top: 2rem;
  bottom: 2rem;
}

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

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

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

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

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

.-inset-y-2 {
  top: -2px;
  bottom: -2px;
}

.-inset-x-2 {
  right: -2px;
  left: -2px;
}

.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-8 {
  top: 2rem;
}

.right-8 {
  right: 2rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-8 {
  left: 2rem;
}

.top-100 {
  top: 100%;
}

.right-100 {
  right: 100%;
}

.bottom-100 {
  bottom: 100%;
}

.left-100 {
  left: 100%;
}

.-top-1 {
  top: -1px;
}

.-right-1 {
  right: -1px;
}

.-bottom-1 {
  bottom: -1px;
}

.-left-1 {
  left: -1px;
}

.-top-2 {
  top: -2px;
}

.-right-2 {
  right: -2px;
}

.-bottom-2 {
  bottom: -2px;
}

.-left-2 {
  left: -2px;
}

.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 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.shadow-box {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
}

.shadow-box-big {
  box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
}

.shadow-button {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
}

.shadow-labo-header {
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.hover\:shadow-box:hover {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
}

.hover\:shadow-box-big:hover {
  box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
}

.hover\:shadow-button:hover {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
}

.hover\:shadow-labo-header:hover {
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.focus\:shadow-box:focus {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
}

.focus\:shadow-box-big:focus {
  box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
}

.focus\:shadow-button:focus {
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
}

.focus\:shadow-labo-header:focus {
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
}

.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-transparent {
  color: rgba(0,0,0,.15);
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-100 {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.text-gray-200 {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.text-red {
  --text-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--text-opacity));
}

.text-orange {
  --text-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--text-opacity));
}

.text-yellow-100 {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.text-yellow-200 {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.text-yellow-300 {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.text-yellow-400 {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.text-yellow-500 {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.text-yellow-600 {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.text-yellow-700 {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.text-yellow-800 {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.text-yellow-900 {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.text-green {
  --text-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--text-opacity));
}

.text-teal-100 {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.text-teal-200 {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.text-teal-300 {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.text-teal-400 {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.text-teal-500 {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.text-teal-600 {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.text-teal-700 {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.text-teal-800 {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.text-teal-900 {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.text-blue {
  --text-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--text-opacity));
}

.text-indigo-100 {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.text-indigo-200 {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.text-indigo-300 {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.text-indigo-400 {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.text-indigo-500 {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.text-indigo-600 {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.text-indigo-700 {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.text-indigo-800 {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.text-indigo-900 {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.text-purple {
  --text-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--text-opacity));
}

.text-pink-100 {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.text-pink-200 {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.text-pink-300 {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.text-pink-400 {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.text-pink-500 {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.text-pink-600 {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.text-pink-700 {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.text-pink-800 {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.text-pink-900 {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.text-red-darker {
  --text-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--text-opacity));
}

.text-green-light {
  --text-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--text-opacity));
}

.text-green-darker {
  --text-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--text-opacity));
}

.text-green-dark {
  --text-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--text-opacity));
}

.text-lime {
  --text-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--text-opacity));
}

.text-blue-darker {
  --text-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--text-opacity));
}

.text-blue-darkest {
  --text-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--text-opacity));
}

.text-grey {
  --text-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--text-opacity));
}

.text-grey-extra-darker {
  --text-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--text-opacity));
}

.text-grey-pinch-darker {
  --text-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--text-opacity));
}

.text-grey-darker {
  --text-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--text-opacity));
}

.text-grey-darkest {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.text-grey-medium {
  --text-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--text-opacity));
}

.text-grey-dark {
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
}

.text-grey-lighter {
  --text-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--text-opacity));
}

.text-grey-light {
  --text-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--text-opacity));
}

.text-grey-lightest {
  --text-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--text-opacity));
}

.text-jobs-purple {
  --text-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--text-opacity));
}

.text-jobs-pink {
  --text-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--text-opacity));
}

.text-jobs-red {
  --text-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--text-opacity));
}

.text-jobs-orange {
  --text-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--text-opacity));
}

.text-jobs-yellow {
  --text-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--text-opacity));
}

.text-jobs-green {
  --text-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--text-opacity));
}

.text-jobs-blue {
  --text-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--text-opacity));
}

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

.hover\:text-black-transparent:hover {
  color: rgba(0,0,0,.15);
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-gray-100:hover {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.hover\:text-gray-200:hover {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.hover\:text-gray-300:hover {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.hover\:text-gray-400:hover {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.hover\:text-gray-500:hover {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.hover\:text-gray-600:hover {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.hover\:text-gray-700:hover {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.hover\:text-gray-800:hover {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.hover\:text-gray-900:hover {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.hover\:text-red:hover {
  --text-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--text-opacity));
}

.hover\:text-orange:hover {
  --text-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--text-opacity));
}

.hover\:text-yellow-100:hover {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.hover\:text-yellow-200:hover {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.hover\:text-yellow-300:hover {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.hover\:text-yellow-400:hover {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.hover\:text-yellow-500:hover {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.hover\:text-yellow-600:hover {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.hover\:text-yellow-700:hover {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.hover\:text-yellow-800:hover {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.hover\:text-yellow-900:hover {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.hover\:text-green:hover {
  --text-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--text-opacity));
}

.hover\:text-teal-100:hover {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.hover\:text-teal-200:hover {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.hover\:text-teal-300:hover {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.hover\:text-teal-400:hover {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.hover\:text-teal-500:hover {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.hover\:text-teal-600:hover {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.hover\:text-teal-700:hover {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.hover\:text-teal-800:hover {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.hover\:text-teal-900:hover {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.hover\:text-blue:hover {
  --text-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--text-opacity));
}

.hover\:text-indigo-100:hover {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.hover\:text-indigo-200:hover {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.hover\:text-indigo-300:hover {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.hover\:text-indigo-400:hover {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.hover\:text-indigo-500:hover {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.hover\:text-indigo-600:hover {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.hover\:text-indigo-700:hover {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.hover\:text-indigo-800:hover {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.hover\:text-indigo-900:hover {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.hover\:text-purple:hover {
  --text-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--text-opacity));
}

.hover\:text-pink-100:hover {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.hover\:text-pink-200:hover {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.hover\:text-pink-300:hover {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.hover\:text-pink-400:hover {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.hover\:text-pink-500:hover {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.hover\:text-pink-600:hover {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.hover\:text-pink-700:hover {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.hover\:text-pink-800:hover {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.hover\:text-pink-900:hover {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.hover\:text-red-darker:hover {
  --text-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--text-opacity));
}

.hover\:text-green-light:hover {
  --text-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--text-opacity));
}

.hover\:text-green-darker:hover {
  --text-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--text-opacity));
}

.hover\:text-green-dark:hover {
  --text-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--text-opacity));
}

.hover\:text-lime:hover {
  --text-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--text-opacity));
}

.hover\:text-blue-darker:hover {
  --text-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--text-opacity));
}

.hover\:text-blue-darkest:hover {
  --text-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--text-opacity));
}

.hover\:text-grey:hover {
  --text-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--text-opacity));
}

.hover\:text-grey-extra-darker:hover {
  --text-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--text-opacity));
}

.hover\:text-grey-pinch-darker:hover {
  --text-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--text-opacity));
}

.hover\:text-grey-darker:hover {
  --text-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--text-opacity));
}

.hover\:text-grey-darkest:hover {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.hover\:text-grey-medium:hover {
  --text-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--text-opacity));
}

.hover\:text-grey-dark:hover {
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
}

.hover\:text-grey-lighter:hover {
  --text-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--text-opacity));
}

.hover\:text-grey-light:hover {
  --text-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--text-opacity));
}

.hover\:text-grey-lightest:hover {
  --text-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--text-opacity));
}

.hover\:text-jobs-purple:hover {
  --text-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--text-opacity));
}

.hover\:text-jobs-pink:hover {
  --text-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--text-opacity));
}

.hover\:text-jobs-red:hover {
  --text-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--text-opacity));
}

.hover\:text-jobs-orange:hover {
  --text-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--text-opacity));
}

.hover\:text-jobs-yellow:hover {
  --text-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--text-opacity));
}

.hover\:text-jobs-green:hover {
  --text-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--text-opacity));
}

.hover\:text-jobs-blue:hover {
  --text-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black-transparent:focus {
  color: rgba(0,0,0,.15);
}

.focus\:text-black:focus {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.focus\:text-white:focus {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:text-gray-100:focus {
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.focus\:text-gray-200:focus {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.focus\:text-gray-300:focus {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.focus\:text-gray-400:focus {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.focus\:text-gray-500:focus {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.focus\:text-gray-600:focus {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.focus\:text-gray-700:focus {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.focus\:text-gray-800:focus {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.focus\:text-gray-900:focus {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.focus\:text-red:focus {
  --text-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--text-opacity));
}

.focus\:text-orange:focus {
  --text-opacity: 1;
  color: #f4a858;
  color: rgba(244, 168, 88, var(--text-opacity));
}

.focus\:text-yellow-100:focus {
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.focus\:text-yellow-200:focus {
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.focus\:text-yellow-300:focus {
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.focus\:text-yellow-400:focus {
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.focus\:text-yellow-500:focus {
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.focus\:text-yellow-600:focus {
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.focus\:text-yellow-700:focus {
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.focus\:text-yellow-800:focus {
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.focus\:text-yellow-900:focus {
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.focus\:text-green:focus {
  --text-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--text-opacity));
}

.focus\:text-teal-100:focus {
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.focus\:text-teal-200:focus {
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.focus\:text-teal-300:focus {
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.focus\:text-teal-400:focus {
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.focus\:text-teal-500:focus {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.focus\:text-teal-600:focus {
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.focus\:text-teal-700:focus {
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.focus\:text-teal-800:focus {
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.focus\:text-teal-900:focus {
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.focus\:text-blue:focus {
  --text-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--text-opacity));
}

.focus\:text-indigo-100:focus {
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.focus\:text-indigo-200:focus {
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.focus\:text-indigo-300:focus {
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.focus\:text-indigo-400:focus {
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.focus\:text-indigo-500:focus {
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.focus\:text-indigo-600:focus {
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.focus\:text-indigo-700:focus {
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.focus\:text-indigo-800:focus {
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.focus\:text-indigo-900:focus {
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.focus\:text-purple:focus {
  --text-opacity: 1;
  color: #615287;
  color: rgba(97, 82, 135, var(--text-opacity));
}

.focus\:text-pink-100:focus {
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.focus\:text-pink-200:focus {
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.focus\:text-pink-300:focus {
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.focus\:text-pink-400:focus {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.focus\:text-pink-500:focus {
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.focus\:text-pink-600:focus {
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.focus\:text-pink-700:focus {
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.focus\:text-pink-800:focus {
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.focus\:text-pink-900:focus {
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.focus\:text-red-darker:focus {
  --text-opacity: 1;
  color: #D83B3B;
  color: rgba(216, 59, 59, var(--text-opacity));
}

.focus\:text-green-light:focus {
  --text-opacity: 1;
  color: #5AD37A;
  color: rgba(90, 211, 122, var(--text-opacity));
}

.focus\:text-green-darker:focus {
  --text-opacity: 1;
  color: #3AAE59;
  color: rgba(58, 174, 89, var(--text-opacity));
}

.focus\:text-green-dark:focus {
  --text-opacity: 1;
  color: #3FA45A;
  color: rgba(63, 164, 90, var(--text-opacity));
}

.focus\:text-lime:focus {
  --text-opacity: 1;
  color: #bad067;
  color: rgba(186, 208, 103, var(--text-opacity));
}

.focus\:text-blue-darker:focus {
  --text-opacity: 1;
  color: #0087BF;
  color: rgba(0, 135, 191, var(--text-opacity));
}

.focus\:text-blue-darkest:focus {
  --text-opacity: 1;
  color: #02648E;
  color: rgba(2, 100, 142, var(--text-opacity));
}

.focus\:text-grey:focus {
  --text-opacity: 1;
  color: #b7b7b7;
  color: rgba(183, 183, 183, var(--text-opacity));
}

.focus\:text-grey-extra-darker:focus {
  --text-opacity: 1;
  color: #2C2C2C;
  color: rgba(44, 44, 44, var(--text-opacity));
}

.focus\:text-grey-pinch-darker:focus {
  --text-opacity: 1;
  color: #6d6d6d;
  color: rgba(109, 109, 109, var(--text-opacity));
}

.focus\:text-grey-darker:focus {
  --text-opacity: 1;
  color: #6C6C6C;
  color: rgba(108, 108, 108, var(--text-opacity));
}

.focus\:text-grey-darkest:focus {
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.focus\:text-grey-medium:focus {
  --text-opacity: 1;
  color: #606060;
  color: rgba(96, 96, 96, var(--text-opacity));
}

.focus\:text-grey-dark:focus {
  --text-opacity: 1;
  color: #303030;
  color: rgba(48, 48, 48, var(--text-opacity));
}

.focus\:text-grey-lighter:focus {
  --text-opacity: 1;
  color: #d8d8d8;
  color: rgba(216, 216, 216, var(--text-opacity));
}

.focus\:text-grey-light:focus {
  --text-opacity: 1;
  color: #f2f2f2;
  color: rgba(242, 242, 242, var(--text-opacity));
}

.focus\:text-grey-lightest:focus {
  --text-opacity: 1;
  color: #f9f9f9;
  color: rgba(249, 249, 249, var(--text-opacity));
}

.focus\:text-jobs-purple:focus {
  --text-opacity: 1;
  color: #4B3E75;
  color: rgba(75, 62, 117, var(--text-opacity));
}

.focus\:text-jobs-pink:focus {
  --text-opacity: 1;
  color: #EF788A;
  color: rgba(239, 120, 138, var(--text-opacity));
}

.focus\:text-jobs-red:focus {
  --text-opacity: 1;
  color: #E3000F;
  color: rgba(227, 0, 15, var(--text-opacity));
}

.focus\:text-jobs-orange:focus {
  --text-opacity: 1;
  color: #F49B04;
  color: rgba(244, 155, 4, var(--text-opacity));
}

.focus\:text-jobs-yellow:focus {
  --text-opacity: 1;
  color: #FC0;
  color: rgba(255, 204, 0, var(--text-opacity));
}

.focus\:text-jobs-green:focus {
  --text-opacity: 1;
  color: #009B9B;
  color: rgba(0, 155, 155, var(--text-opacity));
}

.focus\:text-jobs-blue:focus {
  --text-opacity: 1;
  color: #008BD2;
  color: rgba(0, 139, 210, var(--text-opacity));
}

.text-opacity-0 {
  --text-opacity: 0;
}

.text-opacity-10 {
  --text-opacity: 0.10;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.text-opacity-100 {
  --text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0;
}

.hover\:text-opacity-10:hover {
  --text-opacity: 0.10;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0;
}

.focus\:text-opacity-10:focus {
  --text-opacity: 0.10;
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25;
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5;
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75;
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal;
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero;
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions;
}

.tracking-1 {
  letter-spacing: 1px;
}

.tracking-2 {
  letter-spacing: 2px;
}

.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 {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-26 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-2px {
  width: 2px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-10px {
  width: 0.625rem;
}

.w-20px {
  width: 20px;
}

.w-30px {
  width: 30px;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

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

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.-z-1 {
  z-index: -1;
}

.-z-2 {
  z-index: -2;
}

.gap-0 {
  grid-gap: 0;
  gap: 0;
}

.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-14 {
  grid-gap: 3.5rem;
  gap: 3.5rem;
}

.gap-15 {
  grid-gap: 3.75rem;
  gap: 3.75rem;
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}

.gap-20 {
  grid-gap: 5rem;
  gap: 5rem;
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-26 {
  grid-gap: 7rem;
  gap: 7rem;
}

.gap-32 {
  grid-gap: 8rem;
  gap: 8rem;
}

.gap-36 {
  grid-gap: 9rem;
  gap: 9rem;
}

.gap-40 {
  grid-gap: 10rem;
  gap: 10rem;
}

.gap-48 {
  grid-gap: 12rem;
  gap: 12rem;
}

.gap-56 {
  grid-gap: 14rem;
  gap: 14rem;
}

.gap-64 {
  grid-gap: 16rem;
  gap: 16rem;
}

.gap-px {
  grid-gap: 1px;
  gap: 1px;
}

.gap-2px {
  grid-gap: 2px;
  gap: 2px;
}

.gap-1\/2 {
  grid-gap: 50%;
  gap: 50%;
}

.gap-1\/3 {
  grid-gap: 33.333333%;
  gap: 33.333333%;
}

.gap-2\/3 {
  grid-gap: 66.666667%;
  gap: 66.666667%;
}

.gap-1\/4 {
  grid-gap: 25%;
  gap: 25%;
}

.gap-2\/4 {
  grid-gap: 50%;
  gap: 50%;
}

.gap-3\/4 {
  grid-gap: 75%;
  gap: 75%;
}

.gap-1\/5 {
  grid-gap: 20%;
  gap: 20%;
}

.gap-2\/5 {
  grid-gap: 40%;
  gap: 40%;
}

.gap-3\/5 {
  grid-gap: 60%;
  gap: 60%;
}

.gap-4\/5 {
  grid-gap: 80%;
  gap: 80%;
}

.gap-1\/6 {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.gap-2\/6 {
  grid-gap: 33.333333%;
  gap: 33.333333%;
}

.gap-3\/6 {
  grid-gap: 50%;
  gap: 50%;
}

.gap-4\/6 {
  grid-gap: 66.666667%;
  gap: 66.666667%;
}

.gap-5\/6 {
  grid-gap: 83.333333%;
  gap: 83.333333%;
}

.gap-1\/12 {
  grid-gap: 8.333333%;
  gap: 8.333333%;
}

.gap-2\/12 {
  grid-gap: 16.666667%;
  gap: 16.666667%;
}

.gap-3\/12 {
  grid-gap: 25%;
  gap: 25%;
}

.gap-4\/12 {
  grid-gap: 33.333333%;
  gap: 33.333333%;
}

.gap-5\/12 {
  grid-gap: 41.666667%;
  gap: 41.666667%;
}

.gap-6\/12 {
  grid-gap: 50%;
  gap: 50%;
}

.gap-7\/12 {
  grid-gap: 58.333333%;
  gap: 58.333333%;
}

.gap-8\/12 {
  grid-gap: 66.666667%;
  gap: 66.666667%;
}

.gap-9\/12 {
  grid-gap: 75%;
  gap: 75%;
}

.gap-10\/12 {
  grid-gap: 83.333333%;
  gap: 83.333333%;
}

.gap-11\/12 {
  grid-gap: 91.666667%;
  gap: 91.666667%;
}

.gap-full {
  grid-gap: 100%;
  gap: 100%;
}

.gap-screen {
  grid-gap: 100vw;
  gap: 100vw;
}

.gap-10px {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.gap-20px {
  grid-gap: 20px;
  gap: 20px;
}

.gap-30px {
  grid-gap: 30px;
  gap: 30px;
}

.col-gap-0 {
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

.col-gap-1 {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.col-gap-2 {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.col-gap-3 {
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.col-gap-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.col-gap-5 {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.col-gap-6 {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.col-gap-8 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.col-gap-10 {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.col-gap-12 {
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.col-gap-14 {
  grid-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.col-gap-15 {
  grid-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.col-gap-16 {
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.col-gap-20 {
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.col-gap-24 {
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.col-gap-26 {
  grid-column-gap: 7rem;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.col-gap-32 {
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.col-gap-36 {
  grid-column-gap: 9rem;
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.col-gap-40 {
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.col-gap-48 {
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.col-gap-56 {
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.col-gap-64 {
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.col-gap-px {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.col-gap-2px {
  grid-column-gap: 2px;
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.col-gap-1\/2 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.col-gap-1\/3 {
  grid-column-gap: 33.333333%;
  -moz-column-gap: 33.333333%;
       column-gap: 33.333333%;
}

.col-gap-2\/3 {
  grid-column-gap: 66.666667%;
  -moz-column-gap: 66.666667%;
       column-gap: 66.666667%;
}

.col-gap-1\/4 {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.col-gap-2\/4 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.col-gap-3\/4 {
  grid-column-gap: 75%;
  -moz-column-gap: 75%;
       column-gap: 75%;
}

.col-gap-1\/5 {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.col-gap-2\/5 {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.col-gap-3\/5 {
  grid-column-gap: 60%;
  -moz-column-gap: 60%;
       column-gap: 60%;
}

.col-gap-4\/5 {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.col-gap-1\/6 {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.col-gap-2\/6 {
  grid-column-gap: 33.333333%;
  -moz-column-gap: 33.333333%;
       column-gap: 33.333333%;
}

.col-gap-3\/6 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.col-gap-4\/6 {
  grid-column-gap: 66.666667%;
  -moz-column-gap: 66.666667%;
       column-gap: 66.666667%;
}

.col-gap-5\/6 {
  grid-column-gap: 83.333333%;
  -moz-column-gap: 83.333333%;
       column-gap: 83.333333%;
}

.col-gap-1\/12 {
  grid-column-gap: 8.333333%;
  -moz-column-gap: 8.333333%;
       column-gap: 8.333333%;
}

.col-gap-2\/12 {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.col-gap-3\/12 {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.col-gap-4\/12 {
  grid-column-gap: 33.333333%;
  -moz-column-gap: 33.333333%;
       column-gap: 33.333333%;
}

.col-gap-5\/12 {
  grid-column-gap: 41.666667%;
  -moz-column-gap: 41.666667%;
       column-gap: 41.666667%;
}

.col-gap-6\/12 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.col-gap-7\/12 {
  grid-column-gap: 58.333333%;
  -moz-column-gap: 58.333333%;
       column-gap: 58.333333%;
}

.col-gap-8\/12 {
  grid-column-gap: 66.666667%;
  -moz-column-gap: 66.666667%;
       column-gap: 66.666667%;
}

.col-gap-9\/12 {
  grid-column-gap: 75%;
  -moz-column-gap: 75%;
       column-gap: 75%;
}

.col-gap-10\/12 {
  grid-column-gap: 83.333333%;
  -moz-column-gap: 83.333333%;
       column-gap: 83.333333%;
}

.col-gap-11\/12 {
  grid-column-gap: 91.666667%;
  -moz-column-gap: 91.666667%;
       column-gap: 91.666667%;
}

.col-gap-full {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.col-gap-screen {
  grid-column-gap: 100vw;
  -moz-column-gap: 100vw;
       column-gap: 100vw;
}

.col-gap-10px {
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.col-gap-20px {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col-gap-30px {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-0 {
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

.gap-x-1 {
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-10 {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12 {
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  grid-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-15 {
  grid-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.gap-x-16 {
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-20 {
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-26 {
  grid-column-gap: 7rem;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-32 {
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  grid-column-gap: 9rem;
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-48 {
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-56 {
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-64 {
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-px {
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-2px {
  grid-column-gap: 2px;
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-x-1\/2 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.gap-x-1\/3 {
  grid-column-gap: 33.333333%;
  -moz-column-gap: 33.333333%;
       column-gap: 33.333333%;
}

.gap-x-2\/3 {
  grid-column-gap: 66.666667%;
  -moz-column-gap: 66.666667%;
       column-gap: 66.666667%;
}

.gap-x-1\/4 {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.gap-x-2\/4 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.gap-x-3\/4 {
  grid-column-gap: 75%;
  -moz-column-gap: 75%;
       column-gap: 75%;
}

.gap-x-1\/5 {
  grid-column-gap: 20%;
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.gap-x-2\/5 {
  grid-column-gap: 40%;
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.gap-x-3\/5 {
  grid-column-gap: 60%;
  -moz-column-gap: 60%;
       column-gap: 60%;
}

.gap-x-4\/5 {
  grid-column-gap: 80%;
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.gap-x-1\/6 {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.gap-x-2\/6 {
  grid-column-gap: 33.333333%;
  -moz-column-gap: 33.333333%;
       column-gap: 33.333333%;
}

.gap-x-3\/6 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.gap-x-4\/6 {
  grid-column-gap: 66.666667%;
  -moz-column-gap: 66.666667%;
       column-gap: 66.666667%;
}

.gap-x-5\/6 {
  grid-column-gap: 83.333333%;
  -moz-column-gap: 83.333333%;
       column-gap: 83.333333%;
}

.gap-x-1\/12 {
  grid-column-gap: 8.333333%;
  -moz-column-gap: 8.333333%;
       column-gap: 8.333333%;
}

.gap-x-2\/12 {
  grid-column-gap: 16.666667%;
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.gap-x-3\/12 {
  grid-column-gap: 25%;
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.gap-x-4\/12 {
  grid-column-gap: 33.333333%;
  -moz-column-gap: 33.333333%;
       column-gap: 33.333333%;
}

.gap-x-5\/12 {
  grid-column-gap: 41.666667%;
  -moz-column-gap: 41.666667%;
       column-gap: 41.666667%;
}

.gap-x-6\/12 {
  grid-column-gap: 50%;
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.gap-x-7\/12 {
  grid-column-gap: 58.333333%;
  -moz-column-gap: 58.333333%;
       column-gap: 58.333333%;
}

.gap-x-8\/12 {
  grid-column-gap: 66.666667%;
  -moz-column-gap: 66.666667%;
       column-gap: 66.666667%;
}

.gap-x-9\/12 {
  grid-column-gap: 75%;
  -moz-column-gap: 75%;
       column-gap: 75%;
}

.gap-x-10\/12 {
  grid-column-gap: 83.333333%;
  -moz-column-gap: 83.333333%;
       column-gap: 83.333333%;
}

.gap-x-11\/12 {
  grid-column-gap: 91.666667%;
  -moz-column-gap: 91.666667%;
       column-gap: 91.666667%;
}

.gap-x-full {
  grid-column-gap: 100%;
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.gap-x-screen {
  grid-column-gap: 100vw;
  -moz-column-gap: 100vw;
       column-gap: 100vw;
}

.gap-x-10px {
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-20px {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-30px {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.row-gap-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.row-gap-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.row-gap-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.row-gap-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.row-gap-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.row-gap-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.row-gap-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.row-gap-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.row-gap-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.row-gap-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.row-gap-14 {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.row-gap-15 {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.row-gap-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.row-gap-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.row-gap-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.row-gap-26 {
  grid-row-gap: 7rem;
  row-gap: 7rem;
}

.row-gap-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.row-gap-36 {
  grid-row-gap: 9rem;
  row-gap: 9rem;
}

.row-gap-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.row-gap-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.row-gap-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.row-gap-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.row-gap-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.row-gap-2px {
  grid-row-gap: 2px;
  row-gap: 2px;
}

.row-gap-1\/2 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.row-gap-1\/3 {
  grid-row-gap: 33.333333%;
  row-gap: 33.333333%;
}

.row-gap-2\/3 {
  grid-row-gap: 66.666667%;
  row-gap: 66.666667%;
}

.row-gap-1\/4 {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.row-gap-2\/4 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.row-gap-3\/4 {
  grid-row-gap: 75%;
  row-gap: 75%;
}

.row-gap-1\/5 {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.row-gap-2\/5 {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.row-gap-3\/5 {
  grid-row-gap: 60%;
  row-gap: 60%;
}

.row-gap-4\/5 {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.row-gap-1\/6 {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.row-gap-2\/6 {
  grid-row-gap: 33.333333%;
  row-gap: 33.333333%;
}

.row-gap-3\/6 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.row-gap-4\/6 {
  grid-row-gap: 66.666667%;
  row-gap: 66.666667%;
}

.row-gap-5\/6 {
  grid-row-gap: 83.333333%;
  row-gap: 83.333333%;
}

.row-gap-1\/12 {
  grid-row-gap: 8.333333%;
  row-gap: 8.333333%;
}

.row-gap-2\/12 {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.row-gap-3\/12 {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.row-gap-4\/12 {
  grid-row-gap: 33.333333%;
  row-gap: 33.333333%;
}

.row-gap-5\/12 {
  grid-row-gap: 41.666667%;
  row-gap: 41.666667%;
}

.row-gap-6\/12 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.row-gap-7\/12 {
  grid-row-gap: 58.333333%;
  row-gap: 58.333333%;
}

.row-gap-8\/12 {
  grid-row-gap: 66.666667%;
  row-gap: 66.666667%;
}

.row-gap-9\/12 {
  grid-row-gap: 75%;
  row-gap: 75%;
}

.row-gap-10\/12 {
  grid-row-gap: 83.333333%;
  row-gap: 83.333333%;
}

.row-gap-11\/12 {
  grid-row-gap: 91.666667%;
  row-gap: 91.666667%;
}

.row-gap-full {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.row-gap-screen {
  grid-row-gap: 100vw;
  row-gap: 100vw;
}

.row-gap-10px {
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
}

.row-gap-20px {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.row-gap-30px {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.gap-y-0 {
  grid-row-gap: 0;
  row-gap: 0;
}

.gap-y-1 {
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.gap-y-3 {
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.gap-y-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.gap-y-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.gap-y-14 {
  grid-row-gap: 3.5rem;
  row-gap: 3.5rem;
}

.gap-y-15 {
  grid-row-gap: 3.75rem;
  row-gap: 3.75rem;
}

.gap-y-16 {
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.gap-y-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.gap-y-24 {
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.gap-y-26 {
  grid-row-gap: 7rem;
  row-gap: 7rem;
}

.gap-y-32 {
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.gap-y-36 {
  grid-row-gap: 9rem;
  row-gap: 9rem;
}

.gap-y-40 {
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.gap-y-48 {
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.gap-y-56 {
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.gap-y-64 {
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.gap-y-px {
  grid-row-gap: 1px;
  row-gap: 1px;
}

.gap-y-2px {
  grid-row-gap: 2px;
  row-gap: 2px;
}

.gap-y-1\/2 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.gap-y-1\/3 {
  grid-row-gap: 33.333333%;
  row-gap: 33.333333%;
}

.gap-y-2\/3 {
  grid-row-gap: 66.666667%;
  row-gap: 66.666667%;
}

.gap-y-1\/4 {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.gap-y-2\/4 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.gap-y-3\/4 {
  grid-row-gap: 75%;
  row-gap: 75%;
}

.gap-y-1\/5 {
  grid-row-gap: 20%;
  row-gap: 20%;
}

.gap-y-2\/5 {
  grid-row-gap: 40%;
  row-gap: 40%;
}

.gap-y-3\/5 {
  grid-row-gap: 60%;
  row-gap: 60%;
}

.gap-y-4\/5 {
  grid-row-gap: 80%;
  row-gap: 80%;
}

.gap-y-1\/6 {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.gap-y-2\/6 {
  grid-row-gap: 33.333333%;
  row-gap: 33.333333%;
}

.gap-y-3\/6 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.gap-y-4\/6 {
  grid-row-gap: 66.666667%;
  row-gap: 66.666667%;
}

.gap-y-5\/6 {
  grid-row-gap: 83.333333%;
  row-gap: 83.333333%;
}

.gap-y-1\/12 {
  grid-row-gap: 8.333333%;
  row-gap: 8.333333%;
}

.gap-y-2\/12 {
  grid-row-gap: 16.666667%;
  row-gap: 16.666667%;
}

.gap-y-3\/12 {
  grid-row-gap: 25%;
  row-gap: 25%;
}

.gap-y-4\/12 {
  grid-row-gap: 33.333333%;
  row-gap: 33.333333%;
}

.gap-y-5\/12 {
  grid-row-gap: 41.666667%;
  row-gap: 41.666667%;
}

.gap-y-6\/12 {
  grid-row-gap: 50%;
  row-gap: 50%;
}

.gap-y-7\/12 {
  grid-row-gap: 58.333333%;
  row-gap: 58.333333%;
}

.gap-y-8\/12 {
  grid-row-gap: 66.666667%;
  row-gap: 66.666667%;
}

.gap-y-9\/12 {
  grid-row-gap: 75%;
  row-gap: 75%;
}

.gap-y-10\/12 {
  grid-row-gap: 83.333333%;
  row-gap: 83.333333%;
}

.gap-y-11\/12 {
  grid-row-gap: 91.666667%;
  row-gap: 91.666667%;
}

.gap-y-full {
  grid-row-gap: 100%;
  row-gap: 100%;
}

.gap-y-screen {
  grid-row-gap: 100vw;
  row-gap: 100vw;
}

.gap-y-10px {
  grid-row-gap: 0.625rem;
  row-gap: 0.625rem;
}

.gap-y-20px {
  grid-row-gap: 20px;
  row-gap: 20px;
}

.gap-y-30px {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transform-none {
  transform: none;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.scale-0 {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.scale-50 {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.scale-75 {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.scale-90 {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.scale-95 {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.scale-100 {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.scale-105 {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.scale-110 {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.scale-125 {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.scale-150 {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.scale-x-0 {
  --transform-scale-x: 0;
}

.scale-x-50 {
  --transform-scale-x: .5;
}

.scale-x-75 {
  --transform-scale-x: .75;
}

.scale-x-90 {
  --transform-scale-x: .9;
}

.scale-x-95 {
  --transform-scale-x: .95;
}

.scale-x-100 {
  --transform-scale-x: 1;
}

.scale-x-105 {
  --transform-scale-x: 1.05;
}

.scale-x-110 {
  --transform-scale-x: 1.1;
}

.scale-x-125 {
  --transform-scale-x: 1.25;
}

.scale-x-150 {
  --transform-scale-x: 1.5;
}

.scale-y-0 {
  --transform-scale-y: 0;
}

.scale-y-50 {
  --transform-scale-y: .5;
}

.scale-y-75 {
  --transform-scale-y: .75;
}

.scale-y-90 {
  --transform-scale-y: .9;
}

.scale-y-95 {
  --transform-scale-y: .95;
}

.scale-y-100 {
  --transform-scale-y: 1;
}

.scale-y-105 {
  --transform-scale-y: 1.05;
}

.scale-y-110 {
  --transform-scale-y: 1.1;
}

.scale-y-125 {
  --transform-scale-y: 1.25;
}

.scale-y-150 {
  --transform-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5;
}

.rotate-0 {
  --transform-rotate: 0;
}

.rotate-45 {
  --transform-rotate: 45deg;
}

.rotate-90 {
  --transform-rotate: 90deg;
}

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

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

.-rotate-90 {
  --transform-rotate: -90deg;
}

.-rotate-45 {
  --transform-rotate: -45deg;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg;
}

.translate-x-0 {
  --transform-translate-x: 0;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem;
}

.translate-x-4 {
  --transform-translate-x: 1rem;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem;
}

.translate-x-8 {
  --transform-translate-x: 2rem;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem;
}

.translate-x-12 {
  --transform-translate-x: 3rem;
}

.translate-x-14 {
  --transform-translate-x: 3.5rem;
}

.translate-x-15 {
  --transform-translate-x: 3.75rem;
}

.translate-x-16 {
  --transform-translate-x: 4rem;
}

.translate-x-20 {
  --transform-translate-x: 5rem;
}

.translate-x-24 {
  --transform-translate-x: 6rem;
}

.translate-x-26 {
  --transform-translate-x: 7rem;
}

.translate-x-32 {
  --transform-translate-x: 8rem;
}

.translate-x-36 {
  --transform-translate-x: 9rem;
}

.translate-x-40 {
  --transform-translate-x: 10rem;
}

.translate-x-48 {
  --transform-translate-x: 12rem;
}

.translate-x-56 {
  --transform-translate-x: 14rem;
}

.translate-x-64 {
  --transform-translate-x: 16rem;
}

.translate-x-px {
  --transform-translate-x: 1px;
}

.translate-x-2px {
  --transform-translate-x: 2px;
}

.translate-x-1\/2 {
  --transform-translate-x: 50%;
}

.translate-x-1\/3 {
  --transform-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --transform-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --transform-translate-x: 25%;
}

.translate-x-2\/4 {
  --transform-translate-x: 50%;
}

.translate-x-3\/4 {
  --transform-translate-x: 75%;
}

.translate-x-1\/5 {
  --transform-translate-x: 20%;
}

.translate-x-2\/5 {
  --transform-translate-x: 40%;
}

.translate-x-3\/5 {
  --transform-translate-x: 60%;
}

.translate-x-4\/5 {
  --transform-translate-x: 80%;
}

.translate-x-1\/6 {
  --transform-translate-x: 16.666667%;
}

.translate-x-2\/6 {
  --transform-translate-x: 33.333333%;
}

.translate-x-3\/6 {
  --transform-translate-x: 50%;
}

.translate-x-4\/6 {
  --transform-translate-x: 66.666667%;
}

.translate-x-5\/6 {
  --transform-translate-x: 83.333333%;
}

.translate-x-1\/12 {
  --transform-translate-x: 8.333333%;
}

.translate-x-2\/12 {
  --transform-translate-x: 16.666667%;
}

.translate-x-3\/12 {
  --transform-translate-x: 25%;
}

.translate-x-4\/12 {
  --transform-translate-x: 33.333333%;
}

.translate-x-5\/12 {
  --transform-translate-x: 41.666667%;
}

.translate-x-6\/12 {
  --transform-translate-x: 50%;
}

.translate-x-7\/12 {
  --transform-translate-x: 58.333333%;
}

.translate-x-8\/12 {
  --transform-translate-x: 66.666667%;
}

.translate-x-9\/12 {
  --transform-translate-x: 75%;
}

.translate-x-10\/12 {
  --transform-translate-x: 83.333333%;
}

.translate-x-11\/12 {
  --transform-translate-x: 91.666667%;
}

.translate-x-full {
  --transform-translate-x: 100%;
}

.translate-x-screen {
  --transform-translate-x: 100vw;
}

.translate-x-10px {
  --transform-translate-x: 0.625rem;
}

.translate-x-20px {
  --transform-translate-x: 20px;
}

.translate-x-30px {
  --transform-translate-x: 30px;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem;
}

.-translate-x-4 {
  --transform-translate-x: -1rem;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem;
}

.-translate-x-8 {
  --transform-translate-x: -2rem;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem;
}

.-translate-x-12 {
  --transform-translate-x: -3rem;
}

.-translate-x-14 {
  --transform-translate-x: -3.5rem;
}

.-translate-x-15 {
  --transform-translate-x: -3.75rem;
}

.-translate-x-16 {
  --transform-translate-x: -4rem;
}

.-translate-x-20 {
  --transform-translate-x: -5rem;
}

.-translate-x-24 {
  --transform-translate-x: -6rem;
}

.-translate-x-26 {
  --transform-translate-x: -7rem;
}

.-translate-x-32 {
  --transform-translate-x: -8rem;
}

.-translate-x-36 {
  --transform-translate-x: -9rem;
}

.-translate-x-40 {
  --transform-translate-x: -10rem;
}

.-translate-x-48 {
  --transform-translate-x: -12rem;
}

.-translate-x-56 {
  --transform-translate-x: -14rem;
}

.-translate-x-64 {
  --transform-translate-x: -16rem;
}

.-translate-x-px {
  --transform-translate-x: -1px;
}

.-translate-x-2px {
  --transform-translate-x: -2px;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50%;
}

.-translate-x-1\/3 {
  --transform-translate-x: -33.33333%;
}

.-translate-x-2\/3 {
  --transform-translate-x: -66.66667%;
}

.-translate-x-1\/4 {
  --transform-translate-x: -25%;
}

.-translate-x-2\/4 {
  --transform-translate-x: -50%;
}

.-translate-x-3\/4 {
  --transform-translate-x: -75%;
}

.-translate-x-1\/5 {
  --transform-translate-x: -20%;
}

.-translate-x-2\/5 {
  --transform-translate-x: -40%;
}

.-translate-x-3\/5 {
  --transform-translate-x: -60%;
}

.-translate-x-4\/5 {
  --transform-translate-x: -80%;
}

.-translate-x-1\/6 {
  --transform-translate-x: -16.66667%;
}

.-translate-x-2\/6 {
  --transform-translate-x: -33.33333%;
}

.-translate-x-3\/6 {
  --transform-translate-x: -50%;
}

.-translate-x-4\/6 {
  --transform-translate-x: -66.66667%;
}

.-translate-x-5\/6 {
  --transform-translate-x: -83.33333%;
}

.-translate-x-1\/12 {
  --transform-translate-x: -8.33333%;
}

.-translate-x-2\/12 {
  --transform-translate-x: -16.66667%;
}

.-translate-x-3\/12 {
  --transform-translate-x: -25%;
}

.-translate-x-4\/12 {
  --transform-translate-x: -33.33333%;
}

.-translate-x-5\/12 {
  --transform-translate-x: -41.66667%;
}

.-translate-x-6\/12 {
  --transform-translate-x: -50%;
}

.-translate-x-7\/12 {
  --transform-translate-x: -58.33333%;
}

.-translate-x-8\/12 {
  --transform-translate-x: -66.66667%;
}

.-translate-x-9\/12 {
  --transform-translate-x: -75%;
}

.-translate-x-10\/12 {
  --transform-translate-x: -83.33333%;
}

.-translate-x-11\/12 {
  --transform-translate-x: -91.66667%;
}

.-translate-x-full {
  --transform-translate-x: -100%;
}

.-translate-x-screen {
  --transform-translate-x: -100vw;
}

.-translate-x-10px {
  --transform-translate-x: -0.625rem;
}

.-translate-x-20px {
  --transform-translate-x: -20px;
}

.-translate-x-30px {
  --transform-translate-x: -30px;
}

.translate-y-0 {
  --transform-translate-y: 0;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem;
}

.translate-y-4 {
  --transform-translate-y: 1rem;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem;
}

.translate-y-8 {
  --transform-translate-y: 2rem;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem;
}

.translate-y-12 {
  --transform-translate-y: 3rem;
}

.translate-y-14 {
  --transform-translate-y: 3.5rem;
}

.translate-y-15 {
  --transform-translate-y: 3.75rem;
}

.translate-y-16 {
  --transform-translate-y: 4rem;
}

.translate-y-20 {
  --transform-translate-y: 5rem;
}

.translate-y-24 {
  --transform-translate-y: 6rem;
}

.translate-y-26 {
  --transform-translate-y: 7rem;
}

.translate-y-32 {
  --transform-translate-y: 8rem;
}

.translate-y-36 {
  --transform-translate-y: 9rem;
}

.translate-y-40 {
  --transform-translate-y: 10rem;
}

.translate-y-48 {
  --transform-translate-y: 12rem;
}

.translate-y-56 {
  --transform-translate-y: 14rem;
}

.translate-y-64 {
  --transform-translate-y: 16rem;
}

.translate-y-px {
  --transform-translate-y: 1px;
}

.translate-y-2px {
  --transform-translate-y: 2px;
}

.translate-y-1\/2 {
  --transform-translate-y: 50%;
}

.translate-y-1\/3 {
  --transform-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --transform-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --transform-translate-y: 25%;
}

.translate-y-2\/4 {
  --transform-translate-y: 50%;
}

.translate-y-3\/4 {
  --transform-translate-y: 75%;
}

.translate-y-1\/5 {
  --transform-translate-y: 20%;
}

.translate-y-2\/5 {
  --transform-translate-y: 40%;
}

.translate-y-3\/5 {
  --transform-translate-y: 60%;
}

.translate-y-4\/5 {
  --transform-translate-y: 80%;
}

.translate-y-1\/6 {
  --transform-translate-y: 16.666667%;
}

.translate-y-2\/6 {
  --transform-translate-y: 33.333333%;
}

.translate-y-3\/6 {
  --transform-translate-y: 50%;
}

.translate-y-4\/6 {
  --transform-translate-y: 66.666667%;
}

.translate-y-5\/6 {
  --transform-translate-y: 83.333333%;
}

.translate-y-1\/12 {
  --transform-translate-y: 8.333333%;
}

.translate-y-2\/12 {
  --transform-translate-y: 16.666667%;
}

.translate-y-3\/12 {
  --transform-translate-y: 25%;
}

.translate-y-4\/12 {
  --transform-translate-y: 33.333333%;
}

.translate-y-5\/12 {
  --transform-translate-y: 41.666667%;
}

.translate-y-6\/12 {
  --transform-translate-y: 50%;
}

.translate-y-7\/12 {
  --transform-translate-y: 58.333333%;
}

.translate-y-8\/12 {
  --transform-translate-y: 66.666667%;
}

.translate-y-9\/12 {
  --transform-translate-y: 75%;
}

.translate-y-10\/12 {
  --transform-translate-y: 83.333333%;
}

.translate-y-11\/12 {
  --transform-translate-y: 91.666667%;
}

.translate-y-full {
  --transform-translate-y: 100%;
}

.translate-y-screen {
  --transform-translate-y: 100vw;
}

.translate-y-10px {
  --transform-translate-y: 0.625rem;
}

.translate-y-20px {
  --transform-translate-y: 20px;
}

.translate-y-30px {
  --transform-translate-y: 30px;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem;
}

.-translate-y-4 {
  --transform-translate-y: -1rem;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem;
}

.-translate-y-8 {
  --transform-translate-y: -2rem;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem;
}

.-translate-y-12 {
  --transform-translate-y: -3rem;
}

.-translate-y-14 {
  --transform-translate-y: -3.5rem;
}

.-translate-y-15 {
  --transform-translate-y: -3.75rem;
}

.-translate-y-16 {
  --transform-translate-y: -4rem;
}

.-translate-y-20 {
  --transform-translate-y: -5rem;
}

.-translate-y-24 {
  --transform-translate-y: -6rem;
}

.-translate-y-26 {
  --transform-translate-y: -7rem;
}

.-translate-y-32 {
  --transform-translate-y: -8rem;
}

.-translate-y-36 {
  --transform-translate-y: -9rem;
}

.-translate-y-40 {
  --transform-translate-y: -10rem;
}

.-translate-y-48 {
  --transform-translate-y: -12rem;
}

.-translate-y-56 {
  --transform-translate-y: -14rem;
}

.-translate-y-64 {
  --transform-translate-y: -16rem;
}

.-translate-y-px {
  --transform-translate-y: -1px;
}

.-translate-y-2px {
  --transform-translate-y: -2px;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50%;
}

.-translate-y-1\/3 {
  --transform-translate-y: -33.33333%;
}

.-translate-y-2\/3 {
  --transform-translate-y: -66.66667%;
}

.-translate-y-1\/4 {
  --transform-translate-y: -25%;
}

.-translate-y-2\/4 {
  --transform-translate-y: -50%;
}

.-translate-y-3\/4 {
  --transform-translate-y: -75%;
}

.-translate-y-1\/5 {
  --transform-translate-y: -20%;
}

.-translate-y-2\/5 {
  --transform-translate-y: -40%;
}

.-translate-y-3\/5 {
  --transform-translate-y: -60%;
}

.-translate-y-4\/5 {
  --transform-translate-y: -80%;
}

.-translate-y-1\/6 {
  --transform-translate-y: -16.66667%;
}

.-translate-y-2\/6 {
  --transform-translate-y: -33.33333%;
}

.-translate-y-3\/6 {
  --transform-translate-y: -50%;
}

.-translate-y-4\/6 {
  --transform-translate-y: -66.66667%;
}

.-translate-y-5\/6 {
  --transform-translate-y: -83.33333%;
}

.-translate-y-1\/12 {
  --transform-translate-y: -8.33333%;
}

.-translate-y-2\/12 {
  --transform-translate-y: -16.66667%;
}

.-translate-y-3\/12 {
  --transform-translate-y: -25%;
}

.-translate-y-4\/12 {
  --transform-translate-y: -33.33333%;
}

.-translate-y-5\/12 {
  --transform-translate-y: -41.66667%;
}

.-translate-y-6\/12 {
  --transform-translate-y: -50%;
}

.-translate-y-7\/12 {
  --transform-translate-y: -58.33333%;
}

.-translate-y-8\/12 {
  --transform-translate-y: -66.66667%;
}

.-translate-y-9\/12 {
  --transform-translate-y: -75%;
}

.-translate-y-10\/12 {
  --transform-translate-y: -83.33333%;
}

.-translate-y-11\/12 {
  --transform-translate-y: -91.66667%;
}

.-translate-y-full {
  --transform-translate-y: -100%;
}

.-translate-y-screen {
  --transform-translate-y: -100vw;
}

.-translate-y-10px {
  --transform-translate-y: -0.625rem;
}

.-translate-y-20px {
  --transform-translate-y: -20px;
}

.-translate-y-30px {
  --transform-translate-y: -30px;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --transform-translate-x: 3.5rem;
}

.hover\:translate-x-15:hover {
  --transform-translate-x: 3.75rem;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem;
}

.hover\:translate-x-26:hover {
  --transform-translate-x: 7rem;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem;
}

.hover\:translate-x-36:hover {
  --transform-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px;
}

.hover\:translate-x-2px:hover {
  --transform-translate-x: 2px;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --transform-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --transform-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --transform-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --transform-translate-x: 75%;
}

.hover\:translate-x-1\/5:hover {
  --transform-translate-x: 20%;
}

.hover\:translate-x-2\/5:hover {
  --transform-translate-x: 40%;
}

.hover\:translate-x-3\/5:hover {
  --transform-translate-x: 60%;
}

.hover\:translate-x-4\/5:hover {
  --transform-translate-x: 80%;
}

.hover\:translate-x-1\/6:hover {
  --transform-translate-x: 16.666667%;
}

.hover\:translate-x-2\/6:hover {
  --transform-translate-x: 33.333333%;
}

.hover\:translate-x-3\/6:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-4\/6:hover {
  --transform-translate-x: 66.666667%;
}

.hover\:translate-x-5\/6:hover {
  --transform-translate-x: 83.333333%;
}

.hover\:translate-x-1\/12:hover {
  --transform-translate-x: 8.333333%;
}

.hover\:translate-x-2\/12:hover {
  --transform-translate-x: 16.666667%;
}

.hover\:translate-x-3\/12:hover {
  --transform-translate-x: 25%;
}

.hover\:translate-x-4\/12:hover {
  --transform-translate-x: 33.333333%;
}

.hover\:translate-x-5\/12:hover {
  --transform-translate-x: 41.666667%;
}

.hover\:translate-x-6\/12:hover {
  --transform-translate-x: 50%;
}

.hover\:translate-x-7\/12:hover {
  --transform-translate-x: 58.333333%;
}

.hover\:translate-x-8\/12:hover {
  --transform-translate-x: 66.666667%;
}

.hover\:translate-x-9\/12:hover {
  --transform-translate-x: 75%;
}

.hover\:translate-x-10\/12:hover {
  --transform-translate-x: 83.333333%;
}

.hover\:translate-x-11\/12:hover {
  --transform-translate-x: 91.666667%;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100%;
}

.hover\:translate-x-screen:hover {
  --transform-translate-x: 100vw;
}

.hover\:translate-x-10px:hover {
  --transform-translate-x: 0.625rem;
}

.hover\:translate-x-20px:hover {
  --transform-translate-x: 20px;
}

.hover\:translate-x-30px:hover {
  --transform-translate-x: 30px;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --transform-translate-x: -3.5rem;
}

.hover\:-translate-x-15:hover {
  --transform-translate-x: -3.75rem;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem;
}

.hover\:-translate-x-26:hover {
  --transform-translate-x: -7rem;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem;
}

.hover\:-translate-x-36:hover {
  --transform-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px;
}

.hover\:-translate-x-2px:hover {
  --transform-translate-x: -2px;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --transform-translate-x: -33.33333%;
}

.hover\:-translate-x-2\/3:hover {
  --transform-translate-x: -66.66667%;
}

.hover\:-translate-x-1\/4:hover {
  --transform-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --transform-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --transform-translate-x: -75%;
}

.hover\:-translate-x-1\/5:hover {
  --transform-translate-x: -20%;
}

.hover\:-translate-x-2\/5:hover {
  --transform-translate-x: -40%;
}

.hover\:-translate-x-3\/5:hover {
  --transform-translate-x: -60%;
}

.hover\:-translate-x-4\/5:hover {
  --transform-translate-x: -80%;
}

.hover\:-translate-x-1\/6:hover {
  --transform-translate-x: -16.66667%;
}

.hover\:-translate-x-2\/6:hover {
  --transform-translate-x: -33.33333%;
}

.hover\:-translate-x-3\/6:hover {
  --transform-translate-x: -50%;
}

.hover\:-translate-x-4\/6:hover {
  --transform-translate-x: -66.66667%;
}

.hover\:-translate-x-5\/6:hover {
  --transform-translate-x: -83.33333%;
}

.hover\:-translate-x-1\/12:hover {
  --transform-translate-x: -8.33333%;
}

.hover\:-translate-x-2\/12:hover {
  --transform-translate-x: -16.66667%;
}

.hover\:-translate-x-3\/12:hover {
  --transform-translate-x: -25%;
}

.hover\:-translate-x-4\/12:hover {
  --transform-translate-x: -33.33333%;
}

.hover\:-translate-x-5\/12:hover {
  --transform-translate-x: -41.66667%;
}

.hover\:-translate-x-6\/12:hover {
  --transform-translate-x: -50%;
}

.hover\:-translate-x-7\/12:hover {
  --transform-translate-x: -58.33333%;
}

.hover\:-translate-x-8\/12:hover {
  --transform-translate-x: -66.66667%;
}

.hover\:-translate-x-9\/12:hover {
  --transform-translate-x: -75%;
}

.hover\:-translate-x-10\/12:hover {
  --transform-translate-x: -83.33333%;
}

.hover\:-translate-x-11\/12:hover {
  --transform-translate-x: -91.66667%;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100%;
}

.hover\:-translate-x-screen:hover {
  --transform-translate-x: -100vw;
}

.hover\:-translate-x-10px:hover {
  --transform-translate-x: -0.625rem;
}

.hover\:-translate-x-20px:hover {
  --transform-translate-x: -20px;
}

.hover\:-translate-x-30px:hover {
  --transform-translate-x: -30px;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --transform-translate-y: 3.5rem;
}

.hover\:translate-y-15:hover {
  --transform-translate-y: 3.75rem;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem;
}

.hover\:translate-y-26:hover {
  --transform-translate-y: 7rem;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem;
}

.hover\:translate-y-36:hover {
  --transform-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px;
}

.hover\:translate-y-2px:hover {
  --transform-translate-y: 2px;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --transform-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --transform-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --transform-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --transform-translate-y: 75%;
}

.hover\:translate-y-1\/5:hover {
  --transform-translate-y: 20%;
}

.hover\:translate-y-2\/5:hover {
  --transform-translate-y: 40%;
}

.hover\:translate-y-3\/5:hover {
  --transform-translate-y: 60%;
}

.hover\:translate-y-4\/5:hover {
  --transform-translate-y: 80%;
}

.hover\:translate-y-1\/6:hover {
  --transform-translate-y: 16.666667%;
}

.hover\:translate-y-2\/6:hover {
  --transform-translate-y: 33.333333%;
}

.hover\:translate-y-3\/6:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-4\/6:hover {
  --transform-translate-y: 66.666667%;
}

.hover\:translate-y-5\/6:hover {
  --transform-translate-y: 83.333333%;
}

.hover\:translate-y-1\/12:hover {
  --transform-translate-y: 8.333333%;
}

.hover\:translate-y-2\/12:hover {
  --transform-translate-y: 16.666667%;
}

.hover\:translate-y-3\/12:hover {
  --transform-translate-y: 25%;
}

.hover\:translate-y-4\/12:hover {
  --transform-translate-y: 33.333333%;
}

.hover\:translate-y-5\/12:hover {
  --transform-translate-y: 41.666667%;
}

.hover\:translate-y-6\/12:hover {
  --transform-translate-y: 50%;
}

.hover\:translate-y-7\/12:hover {
  --transform-translate-y: 58.333333%;
}

.hover\:translate-y-8\/12:hover {
  --transform-translate-y: 66.666667%;
}

.hover\:translate-y-9\/12:hover {
  --transform-translate-y: 75%;
}

.hover\:translate-y-10\/12:hover {
  --transform-translate-y: 83.333333%;
}

.hover\:translate-y-11\/12:hover {
  --transform-translate-y: 91.666667%;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100%;
}

.hover\:translate-y-screen:hover {
  --transform-translate-y: 100vw;
}

.hover\:translate-y-10px:hover {
  --transform-translate-y: 0.625rem;
}

.hover\:translate-y-20px:hover {
  --transform-translate-y: 20px;
}

.hover\:translate-y-30px:hover {
  --transform-translate-y: 30px;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --transform-translate-y: -3.5rem;
}

.hover\:-translate-y-15:hover {
  --transform-translate-y: -3.75rem;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem;
}

.hover\:-translate-y-26:hover {
  --transform-translate-y: -7rem;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem;
}

.hover\:-translate-y-36:hover {
  --transform-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px;
}

.hover\:-translate-y-2px:hover {
  --transform-translate-y: -2px;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --transform-translate-y: -33.33333%;
}

.hover\:-translate-y-2\/3:hover {
  --transform-translate-y: -66.66667%;
}

.hover\:-translate-y-1\/4:hover {
  --transform-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --transform-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --transform-translate-y: -75%;
}

.hover\:-translate-y-1\/5:hover {
  --transform-translate-y: -20%;
}

.hover\:-translate-y-2\/5:hover {
  --transform-translate-y: -40%;
}

.hover\:-translate-y-3\/5:hover {
  --transform-translate-y: -60%;
}

.hover\:-translate-y-4\/5:hover {
  --transform-translate-y: -80%;
}

.hover\:-translate-y-1\/6:hover {
  --transform-translate-y: -16.66667%;
}

.hover\:-translate-y-2\/6:hover {
  --transform-translate-y: -33.33333%;
}

.hover\:-translate-y-3\/6:hover {
  --transform-translate-y: -50%;
}

.hover\:-translate-y-4\/6:hover {
  --transform-translate-y: -66.66667%;
}

.hover\:-translate-y-5\/6:hover {
  --transform-translate-y: -83.33333%;
}

.hover\:-translate-y-1\/12:hover {
  --transform-translate-y: -8.33333%;
}

.hover\:-translate-y-2\/12:hover {
  --transform-translate-y: -16.66667%;
}

.hover\:-translate-y-3\/12:hover {
  --transform-translate-y: -25%;
}

.hover\:-translate-y-4\/12:hover {
  --transform-translate-y: -33.33333%;
}

.hover\:-translate-y-5\/12:hover {
  --transform-translate-y: -41.66667%;
}

.hover\:-translate-y-6\/12:hover {
  --transform-translate-y: -50%;
}

.hover\:-translate-y-7\/12:hover {
  --transform-translate-y: -58.33333%;
}

.hover\:-translate-y-8\/12:hover {
  --transform-translate-y: -66.66667%;
}

.hover\:-translate-y-9\/12:hover {
  --transform-translate-y: -75%;
}

.hover\:-translate-y-10\/12:hover {
  --transform-translate-y: -83.33333%;
}

.hover\:-translate-y-11\/12:hover {
  --transform-translate-y: -91.66667%;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100%;
}

.hover\:-translate-y-screen:hover {
  --transform-translate-y: -100vw;
}

.hover\:-translate-y-10px:hover {
  --transform-translate-y: -0.625rem;
}

.hover\:-translate-y-20px:hover {
  --transform-translate-y: -20px;
}

.hover\:-translate-y-30px:hover {
  --transform-translate-y: -30px;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --transform-translate-x: 3.5rem;
}

.focus\:translate-x-15:focus {
  --transform-translate-x: 3.75rem;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem;
}

.focus\:translate-x-26:focus {
  --transform-translate-x: 7rem;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem;
}

.focus\:translate-x-36:focus {
  --transform-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px;
}

.focus\:translate-x-2px:focus {
  --transform-translate-x: 2px;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --transform-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --transform-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --transform-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --transform-translate-x: 75%;
}

.focus\:translate-x-1\/5:focus {
  --transform-translate-x: 20%;
}

.focus\:translate-x-2\/5:focus {
  --transform-translate-x: 40%;
}

.focus\:translate-x-3\/5:focus {
  --transform-translate-x: 60%;
}

.focus\:translate-x-4\/5:focus {
  --transform-translate-x: 80%;
}

.focus\:translate-x-1\/6:focus {
  --transform-translate-x: 16.666667%;
}

.focus\:translate-x-2\/6:focus {
  --transform-translate-x: 33.333333%;
}

.focus\:translate-x-3\/6:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-4\/6:focus {
  --transform-translate-x: 66.666667%;
}

.focus\:translate-x-5\/6:focus {
  --transform-translate-x: 83.333333%;
}

.focus\:translate-x-1\/12:focus {
  --transform-translate-x: 8.333333%;
}

.focus\:translate-x-2\/12:focus {
  --transform-translate-x: 16.666667%;
}

.focus\:translate-x-3\/12:focus {
  --transform-translate-x: 25%;
}

.focus\:translate-x-4\/12:focus {
  --transform-translate-x: 33.333333%;
}

.focus\:translate-x-5\/12:focus {
  --transform-translate-x: 41.666667%;
}

.focus\:translate-x-6\/12:focus {
  --transform-translate-x: 50%;
}

.focus\:translate-x-7\/12:focus {
  --transform-translate-x: 58.333333%;
}

.focus\:translate-x-8\/12:focus {
  --transform-translate-x: 66.666667%;
}

.focus\:translate-x-9\/12:focus {
  --transform-translate-x: 75%;
}

.focus\:translate-x-10\/12:focus {
  --transform-translate-x: 83.333333%;
}

.focus\:translate-x-11\/12:focus {
  --transform-translate-x: 91.666667%;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100%;
}

.focus\:translate-x-screen:focus {
  --transform-translate-x: 100vw;
}

.focus\:translate-x-10px:focus {
  --transform-translate-x: 0.625rem;
}

.focus\:translate-x-20px:focus {
  --transform-translate-x: 20px;
}

.focus\:translate-x-30px:focus {
  --transform-translate-x: 30px;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --transform-translate-x: -3.5rem;
}

.focus\:-translate-x-15:focus {
  --transform-translate-x: -3.75rem;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem;
}

.focus\:-translate-x-26:focus {
  --transform-translate-x: -7rem;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem;
}

.focus\:-translate-x-36:focus {
  --transform-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px;
}

.focus\:-translate-x-2px:focus {
  --transform-translate-x: -2px;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --transform-translate-x: -33.33333%;
}

.focus\:-translate-x-2\/3:focus {
  --transform-translate-x: -66.66667%;
}

.focus\:-translate-x-1\/4:focus {
  --transform-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --transform-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --transform-translate-x: -75%;
}

.focus\:-translate-x-1\/5:focus {
  --transform-translate-x: -20%;
}

.focus\:-translate-x-2\/5:focus {
  --transform-translate-x: -40%;
}

.focus\:-translate-x-3\/5:focus {
  --transform-translate-x: -60%;
}

.focus\:-translate-x-4\/5:focus {
  --transform-translate-x: -80%;
}

.focus\:-translate-x-1\/6:focus {
  --transform-translate-x: -16.66667%;
}

.focus\:-translate-x-2\/6:focus {
  --transform-translate-x: -33.33333%;
}

.focus\:-translate-x-3\/6:focus {
  --transform-translate-x: -50%;
}

.focus\:-translate-x-4\/6:focus {
  --transform-translate-x: -66.66667%;
}

.focus\:-translate-x-5\/6:focus {
  --transform-translate-x: -83.33333%;
}

.focus\:-translate-x-1\/12:focus {
  --transform-translate-x: -8.33333%;
}

.focus\:-translate-x-2\/12:focus {
  --transform-translate-x: -16.66667%;
}

.focus\:-translate-x-3\/12:focus {
  --transform-translate-x: -25%;
}

.focus\:-translate-x-4\/12:focus {
  --transform-translate-x: -33.33333%;
}

.focus\:-translate-x-5\/12:focus {
  --transform-translate-x: -41.66667%;
}

.focus\:-translate-x-6\/12:focus {
  --transform-translate-x: -50%;
}

.focus\:-translate-x-7\/12:focus {
  --transform-translate-x: -58.33333%;
}

.focus\:-translate-x-8\/12:focus {
  --transform-translate-x: -66.66667%;
}

.focus\:-translate-x-9\/12:focus {
  --transform-translate-x: -75%;
}

.focus\:-translate-x-10\/12:focus {
  --transform-translate-x: -83.33333%;
}

.focus\:-translate-x-11\/12:focus {
  --transform-translate-x: -91.66667%;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100%;
}

.focus\:-translate-x-screen:focus {
  --transform-translate-x: -100vw;
}

.focus\:-translate-x-10px:focus {
  --transform-translate-x: -0.625rem;
}

.focus\:-translate-x-20px:focus {
  --transform-translate-x: -20px;
}

.focus\:-translate-x-30px:focus {
  --transform-translate-x: -30px;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --transform-translate-y: 3.5rem;
}

.focus\:translate-y-15:focus {
  --transform-translate-y: 3.75rem;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem;
}

.focus\:translate-y-26:focus {
  --transform-translate-y: 7rem;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem;
}

.focus\:translate-y-36:focus {
  --transform-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px;
}

.focus\:translate-y-2px:focus {
  --transform-translate-y: 2px;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
  --transform-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
  --transform-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
  --transform-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
  --transform-translate-y: 75%;
}

.focus\:translate-y-1\/5:focus {
  --transform-translate-y: 20%;
}

.focus\:translate-y-2\/5:focus {
  --transform-translate-y: 40%;
}

.focus\:translate-y-3\/5:focus {
  --transform-translate-y: 60%;
}

.focus\:translate-y-4\/5:focus {
  --transform-translate-y: 80%;
}

.focus\:translate-y-1\/6:focus {
  --transform-translate-y: 16.666667%;
}

.focus\:translate-y-2\/6:focus {
  --transform-translate-y: 33.333333%;
}

.focus\:translate-y-3\/6:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-4\/6:focus {
  --transform-translate-y: 66.666667%;
}

.focus\:translate-y-5\/6:focus {
  --transform-translate-y: 83.333333%;
}

.focus\:translate-y-1\/12:focus {
  --transform-translate-y: 8.333333%;
}

.focus\:translate-y-2\/12:focus {
  --transform-translate-y: 16.666667%;
}

.focus\:translate-y-3\/12:focus {
  --transform-translate-y: 25%;
}

.focus\:translate-y-4\/12:focus {
  --transform-translate-y: 33.333333%;
}

.focus\:translate-y-5\/12:focus {
  --transform-translate-y: 41.666667%;
}

.focus\:translate-y-6\/12:focus {
  --transform-translate-y: 50%;
}

.focus\:translate-y-7\/12:focus {
  --transform-translate-y: 58.333333%;
}

.focus\:translate-y-8\/12:focus {
  --transform-translate-y: 66.666667%;
}

.focus\:translate-y-9\/12:focus {
  --transform-translate-y: 75%;
}

.focus\:translate-y-10\/12:focus {
  --transform-translate-y: 83.333333%;
}

.focus\:translate-y-11\/12:focus {
  --transform-translate-y: 91.666667%;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100%;
}

.focus\:translate-y-screen:focus {
  --transform-translate-y: 100vw;
}

.focus\:translate-y-10px:focus {
  --transform-translate-y: 0.625rem;
}

.focus\:translate-y-20px:focus {
  --transform-translate-y: 20px;
}

.focus\:translate-y-30px:focus {
  --transform-translate-y: 30px;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --transform-translate-y: -3.5rem;
}

.focus\:-translate-y-15:focus {
  --transform-translate-y: -3.75rem;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem;
}

.focus\:-translate-y-26:focus {
  --transform-translate-y: -7rem;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem;
}

.focus\:-translate-y-36:focus {
  --transform-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px;
}

.focus\:-translate-y-2px:focus {
  --transform-translate-y: -2px;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
  --transform-translate-y: -33.33333%;
}

.focus\:-translate-y-2\/3:focus {
  --transform-translate-y: -66.66667%;
}

.focus\:-translate-y-1\/4:focus {
  --transform-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --transform-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --transform-translate-y: -75%;
}

.focus\:-translate-y-1\/5:focus {
  --transform-translate-y: -20%;
}

.focus\:-translate-y-2\/5:focus {
  --transform-translate-y: -40%;
}

.focus\:-translate-y-3\/5:focus {
  --transform-translate-y: -60%;
}

.focus\:-translate-y-4\/5:focus {
  --transform-translate-y: -80%;
}

.focus\:-translate-y-1\/6:focus {
  --transform-translate-y: -16.66667%;
}

.focus\:-translate-y-2\/6:focus {
  --transform-translate-y: -33.33333%;
}

.focus\:-translate-y-3\/6:focus {
  --transform-translate-y: -50%;
}

.focus\:-translate-y-4\/6:focus {
  --transform-translate-y: -66.66667%;
}

.focus\:-translate-y-5\/6:focus {
  --transform-translate-y: -83.33333%;
}

.focus\:-translate-y-1\/12:focus {
  --transform-translate-y: -8.33333%;
}

.focus\:-translate-y-2\/12:focus {
  --transform-translate-y: -16.66667%;
}

.focus\:-translate-y-3\/12:focus {
  --transform-translate-y: -25%;
}

.focus\:-translate-y-4\/12:focus {
  --transform-translate-y: -33.33333%;
}

.focus\:-translate-y-5\/12:focus {
  --transform-translate-y: -41.66667%;
}

.focus\:-translate-y-6\/12:focus {
  --transform-translate-y: -50%;
}

.focus\:-translate-y-7\/12:focus {
  --transform-translate-y: -58.33333%;
}

.focus\:-translate-y-8\/12:focus {
  --transform-translate-y: -66.66667%;
}

.focus\:-translate-y-9\/12:focus {
  --transform-translate-y: -75%;
}

.focus\:-translate-y-10\/12:focus {
  --transform-translate-y: -83.33333%;
}

.focus\:-translate-y-11\/12:focus {
  --transform-translate-y: -91.66667%;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100%;
}

.focus\:-translate-y-screen:focus {
  --transform-translate-y: -100vw;
}

.focus\:-translate-y-10px:focus {
  --transform-translate-y: -0.625rem;
}

.focus\:-translate-y-20px:focus {
  --transform-translate-y: -20px;
}

.focus\:-translate-y-30px:focus {
  --transform-translate-y: -30px;
}

.skew-x-0 {
  --transform-skew-x: 0;
}

.skew-x-3 {
  --transform-skew-x: 3deg;
}

.skew-x-6 {
  --transform-skew-x: 6deg;
}

.skew-x-8 {
  --transform-skew-x: 8deg;
}

.skew-x-12 {
  --transform-skew-x: 12deg;
}

.skew-x-20 {
  --transform-skew-x: 20deg;
}

.-skew-x-20 {
  --transform-skew-x: -20deg;
}

.-skew-x-12 {
  --transform-skew-x: -12deg;
}

.-skew-x-6 {
  --transform-skew-x: -6deg;
}

.-skew-x-8 {
  --transform-skew-x: -8deg;
}

.-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-8 {
  --transform-skew-y: 8deg;
}

.skew-y-12 {
  --transform-skew-y: 12deg;
}

.skew-y-20 {
  --transform-skew-y: 20deg;
}

.-skew-y-20 {
  --transform-skew-y: -20deg;
}

.-skew-y-12 {
  --transform-skew-y: -12deg;
}

.-skew-y-6 {
  --transform-skew-y: -6deg;
}

.-skew-y-8 {
  --transform-skew-y: -8deg;
}

.-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-8:hover {
  --transform-skew-x: 8deg;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg;
}

.hover\:skew-x-20:hover {
  --transform-skew-x: 20deg;
}

.hover\:-skew-x-20:hover {
  --transform-skew-x: -20deg;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg;
}

.hover\:-skew-x-8:hover {
  --transform-skew-x: -8deg;
}

.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-8:hover {
  --transform-skew-y: 8deg;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg;
}

.hover\:skew-y-20:hover {
  --transform-skew-y: 20deg;
}

.hover\:-skew-y-20:hover {
  --transform-skew-y: -20deg;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg;
}

.hover\:-skew-y-8:hover {
  --transform-skew-y: -8deg;
}

.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-8:focus {
  --transform-skew-x: 8deg;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg;
}

.focus\:skew-x-20:focus {
  --transform-skew-x: 20deg;
}

.focus\:-skew-x-20:focus {
  --transform-skew-x: -20deg;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg;
}

.focus\:-skew-x-8:focus {
  --transform-skew-x: -8deg;
}

.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-8:focus {
  --transform-skew-y: 8deg;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg;
}

.focus\:skew-y-20:focus {
  --transform-skew-y: 20deg;
}

.focus\:-skew-y-20:focus {
  --transform-skew-y: -20deg;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg;
}

.focus\:-skew-y-8:focus {
  --transform-skew-y: -8deg;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-shadow {
  transition-property: box-shadow;
}

.transition-transform {
  transition-property: transform;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

.autocomplete {
  background: white;
  z-index: 1000;
  font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid rgba(50, 50, 50, 0.6);
}

.autocomplete * {
  font: inherit;
}

.autocomplete > div {
  padding: 0 4px;
}

.autocomplete .group {
  background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
  background: #81ca91;
  cursor: pointer;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.capitalize-first-letter::first-letter {
  text-transform: uppercase;
}

#map {
  height: 510px;
}

.breaking-word {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

/* Polyfill */

.fit-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* Sticky Header */

.children .header.header-minified {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.header {
  transition: all .25s ease-in-out;
  border-color: rgba(0, 0, 0, 0.05);
}

.children-home .header {
  border-color: transparent;
}

.children-home .header-minified {
  border-color: rgba(0, 0, 0, 0.05);
}

.children-home .header.header-minified .logo-egg {
  opacity: 0;
}

.top-navigation {
  transition: all .25s ease-in-out;
}

.header-minified .top-navigation {
  /* height: 0;
    transition: visibility 0s linear, height .33s linear;
    @apply py-0 invisible opacity-0; */
  margin-top: -44px;
}

.header-content,
.mobile-menu .header-content {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {

.header-content,
.mobile-menu .header-content {
    padding-top: 1.25rem;

    padding-bottom: 1.25rem
}
  }

@media print {

.header-content,
.mobile-menu .header-content {
    padding-top: 0.75rem;

    padding-bottom: 0.75rem
}
  }

.header-minified .header-content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header-minified .header-content .logo-wrapper,
    .header-minified .header-content .logo,
    .mobile-menu .header-content .logo-wrapper,
    .mobile-menu .header-content .logo {
    width: 140px;
    height: 54px;
  }

.logo-wrapper {
  transition: opacity .3s ease-in-out 0s, width .15s ease-in-out;
  width: 70px;
  height: 65px;
}

@media (min-width: 1024px) {

.logo-wrapper {
    width: 195px;

    height: 64px;

    top: -5px
}
  }

@media print {

.logo-wrapper {
    width: 70px;

    height: 65px
}
  }

.logo {
  width: 70px;
  height: 65px;
  transition: all .20s ease-in-out;
}

@media (min-width: 1024px) {

.logo {
    width: 125px;

    height: 117px
}
  }

@media print {

.logo {
    width: 70px;

    height: 65px
}
  }

.logo-egg {
  opacity: 1;
  top: .5rem;
}

.logo-labogids {
  width: 38px;
  height: 39px;
}

@media (min-width: 768px) {

.logo-labogids {
    width: 80px;

    height: 93px
}
  }

.header-menu-button {
  min-width: 68px;
}

.header-search-button {
  min-width: 73px;
}

@media (min-width: 1024px) {

.header-search-button {
    border-radius: 9999px;

    min-width: auto;

    padding: 15px;

    height: 46px;

    width: 46px
}
  }

@media (min-width: 1024px) {

.menu-container {
    margin-left: auto;

    margin-right: auto;

    max-width: 1230px;

    padding: 0 30px
}
  }

.menu-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  width: calc(50% - 4.1666666667%);
}

.header-sub-navigation {
  position: relative;
}

.header-sub-navigation::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 93px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 78.12%);
    transition: opacity .15s ease-in-out;
  }

@media (min-width: 480px) {

.header-sub-navigation::before {
      display: none
  }
    }

.header-sub-navigation::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 93px;
    background-size: 8px 12px;
    background-position-y: center;
    background-position-x: calc(100% - 6px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cpath fill='%23787878' d='M0 10.59 4.945 6 0 1.41 1.522 0 8 6l-6.478 6L0 10.59Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transition: opacity .15s ease-in-out;
  }

@media (min-width: 480px) {

.header-sub-navigation::after {
      display: none
  }
    }

.header-sub-navigation.reached-end::before,
    .header-sub-navigation.reached-end::after {
    opacity: 1;
  }

.menu-animation {
  width: 68px;
  transition: opacity .3s ease-in-out, width .15s ease-in-out;
}

.top-nav-froggy {
  width: 22px;
  height: 19px;
}

/* search animation */

.search-button-icon {
  /* top: 12px; */
}

.hide-objects {
  width: 0 !important;
  opacity: 0 !important;
  margin: 0 !important;
}

/* sticky catalog */

.catalog-tag.seen {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #4ac16a;
  color: rgba(74, 193, 106, var(--text-opacity));
}

.doctor-image {
  max-width: 270px;
}

/* Home main blocks */

@media (min-width: 768px) {

.home-block__wrapper {
    margin-top: -120px
}
  }

@media (min-width: 768px) {

.children .home-block__wrapper {
    margin-top: -105px
}
  }

.home-block__item::before {
    content: '';
    height: 6px;
    display: block;
    width: 100%;
  }

.home-block__item--red::before {
    background: #E94848;
    background: linear-gradient(270deg, #E94848 0%, #F4A858 100%);
  }

.home-block__item--green::before {
    background: #4AC16A;
    background: linear-gradient(270deg, #4AC16A 0%, #BAD067 100%);
  }

.home-block__item--blue::before {
    background: #615287;
    background: linear-gradient(90deg, #615287 0%, #00B0CF 100%);
  }

.orange-red-gradient::after {
    position: absolute;
    display: block;
    width: 100%;
    border-top-right-radius: 1.875rem;
    top: -6px;
    content: '';
    height: 50%;
    background: #E94848;
    background: linear-gradient(270deg, #E94848 0%, #F4A858 100%);
  }

.find-doctor-background {
  width: 274px;
  height: 274px;
  right: -35px;
  bottom: -80px;
}

.info-icon {
  width: 44px;
  height: 28px;
}

.info-icon__inner {
  width: 20px;
  height: 20px;
}

/* news items */

.news-item__image img {
  max-width: 120px;
  max-height: 120px;
}

.news-item__image::before {
  content: '';
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

@media (min-width: 768px) {

.news-item__image::before {
    display: none
}
  }

/* Mobile menu */

.mobile-menu,
.search-overlay {
  transition: .15s ease-in-out;
}

.mobile-menu.inactive,
.search-overlay.inactive {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.mobile-menu.active,
.search-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
}

/* page elements */

.right-bg-element,
.left-bg-element {
  position: absolute;
  width: 180px;
  height: 878px;
  top: 350px;
  right: 0;
  z-index: -1;
}

.left-bg-element {
  top: 1300px;
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

/* related spec. */

.related-item__img {
  transform: scale(1);
  transition: transform .24s ease-in-out;
}

.related-item:hover .related-item__img {
  transform: scale(1.1);
}

.related-item__svg {
  transform: rotate(180deg) scaleX(-1);
}

.related-item__title {
  max-width: 17.5rem;
  min-height: 80px;
  transition: min-height .24s ease-in-out;
}

.related-item:hover .related-item__title {
  min-height: 88px;
}

.related-item__svg-wrapper::before {
  content: '';
  top: 99%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  --bg-opacity: 1;
  background-color: #303030;
  background-color: rgba(48, 48, 48, var(--bg-opacity));
}

/* page grid */

.page_grid__link {
  transition: background-color .25s ease-in-out;
}

@media (min-width: 768px) {

.page_grid__link {
    min-height: 140px
}
  }

.page_grid__link--m-h-auto {
  min-height: auto;
}

.page_grid__link--m-h-auto .page_grid__svg {
  height: 170px;
  width: 120px;
}

.page_grid__svg {
  width: auto;
  height: calc(100% + 10px);
  transition: top .25s ease;
}

.page_grid__link:hover .page_grid__svg {
  top: -10px;
}

.page_grid__arrow {
  transition: margin-left .25s ease;
}

.page_grid__link:hover .page_grid__arrow {
  margin-left: 0.5rem;
}

.page_grid__arrow--absolute {
  right: 2rem;
  transition: right .25s ease;
}

.page_grid__link:hover .page_grid__arrow--absolute {
  right: 1.5rem
}

/* Specialization nav */

.specialization-nav > li:before {
  content: '';
  top: 9px;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ctitle%3Ebullet%3C/title%3E%3Cpath fill='%234AC16A' d='M4,8A4,4,0,1,0,0,4,4,4,0,0,0,4,8ZM4,6A2,2,0,1,1,6,4,2,2,0,0,1,4,6Z'/%3E%3C/svg%3E%0A") no-repeat;
}

.specialization-nav > li.active:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ctitle%3Ebullet%3C/title%3E%3Cpath fill='%23e94848' d='M4,8A4,4,0,1,0,0,4,4,4,0,0,0,4,8ZM4,6A2,2,0,1,1,6,4,2,2,0,0,1,4,6Z'/%3E%3C/svg%3E%0A") no-repeat;
}

/* Wishcard */

.wishcard {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.wishcard img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  filter: grayscale(0%);
  transition: filter .25s ease-in-out;
}

.wishcard.active img,
.wishcard:hover img {
  filter: grayscale(100%);
}

.wishcard--span {
  opacity: 0;
  position: absolute;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --bg-opacity: 1;
  background-color: #4ac16a;
  background-color: rgba(74, 193, 106, var(--bg-opacity));
  border-radius: 9999px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 170px;
  top: calc(100% - 40px);
  transition: opacity .25s ease-in-out, top .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out;
  font-family: ;
}

.fonts-loaded .wishcard--span {
  font-family: CeraPRO;
}

.wishcard:hover .wishcard--span {
  opacity: 1;
}

.wishcard.active .wishcard--span {
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
}

.wishcard--span span {
  display: block;
  visibility: visible;
  transition: visibily .25s ease-in-out;
}

.wishcard.active .wishcard--span span {
  visibility: hidden;
}

.wishcard .wishcard--span svg {
  visibility: hidden;
  margin-top: -21px;
  transition: visibily .25s ease-in-out;
}

.wishcard.active .wishcard--span svg {
  visibility: visible;
}

/* specialization banner */

.banner__wrapper {
  margin-top: -40px;
}

@media (min-width: 900px) {

.banner__wrapper {
    margin-top: -105px
}
  }

@media print {

.banner__wrapper {
    margin-top: 0
}
  }

.banner__accent {
  top: -20px;
  right: -20px;
  height: 85px;
  border-top-right-radius: 40px;
  position: absolute;
  width: 100%;
  z-index: -1;
  --bg-opacity: 1;
  background-color: #4ac16a;
  background-color: rgba(74, 193, 106, var(--bg-opacity));
}

@media (min-width: 768px) {

.banner__inner {
    margin-left: -20px;

    display: flex;

    flex-wrap: wrap
}
  }

@media (min-width: 900px) {

.banner__inner {
    margin-left: 0;

    display: block
}
  }

@media (min-width: 768px) {

.banner__item {
    padding-left: 20px;

    width: 50%
}
  }

@media (min-width: 900px) {

.banner__item {
    padding-left: 0;

    width: 100%
}
  }

.banner__border {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.banner__item:first-child .banner__border {
    border-style: none;
  }

@media (min-width: 768px) {

.banner__item:nth-child(2) .banner__border {
      border-style: none
  }
    }

@media (min-width: 900px) {

.banner__item:nth-child(2) .banner__border {
      border-style: solid
  }
    }

.banner__item .banner__border {
    border-top-width: 1px;
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

.banner__icon {
  display: inline-block;
  flex-shrink: 0;
  --text-opacity: 1;
  color: #027DB1;
  color: rgba(2, 125, 177, var(--text-opacity));
  margin-right: 0.75rem;
}

/* jobs */

.job-title::first-letter {
  text-transform: uppercase;
}

.job-new-label {
  height: 36px;
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 1.3125rem;
  margin: 0;
}

.job-new-label:before {
    position: absolute;
    width: 100%;
    height: 100%;
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    --transform-skew-x: -8deg;
    z-index: -1;
    border-radius: 0.5rem;
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
    content: '';
  }

.job-item .job-new-label {
  top: 0;
  right: 28px;
  transform: translateY(-50%);
  position: absolute;
}

/* pagination */

.pagination-list > li {
  width: 38px;
  height: 38px;
}

.children-footer-swoosh {
  width: 3000px;
  height: 358px;
  max-width: none;
}

.frog-maskot {
  bottom: 50px;
}

/* Body parts */

.body-part__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1rem;
  margin-left: -15px;
  margin-right: -15px;
}

.body-part__wrapper--left {
  justify-content: flex-start;
}

.body-part {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1.5rem;
  width: 12.5%;
  min-width: 142px;
}

.body-part__icon {
  position: relative;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  --text-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--text-opacity));
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  width: 110px;
  box-shadow: none;
  transition: all .25s ease-in-out;
}

.body-part__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

.body-part__icon--header {
  margin-left: 0;
  margin-right: 2rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #e94848;
  background-color: rgba(233, 72, 72, var(--bg-opacity));
  box-shadow: 0 3px 6px 0 rgba(233, 72, 72, 0.3);
}

@media print {

.body-part__icon--header {
    box-shadow: none;

    --bg-opacity: 1;

    background-color: #f2f2f2;

    background-color: rgba(242, 242, 242, var(--bg-opacity))
}
  }

.body-part__icon--header svg {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

@media print {

.body-part__icon--header svg {
      --text-opacity: 1;

      color: #e94848;

      color: rgba(233, 72, 72, var(--text-opacity))
  }
    }

.body-part:hover .body-part__icon {
  --bg-opacity: 1;
  background-color: #e94848;
  background-color: rgba(233, 72, 72, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  box-shadow: 0 3px 6px 0 rgba(233, 72, 72, 0.3);
}

.body-part:hover .body-part__icon svg {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.body-part__title {
  font-size: 1rem;
  font-weight: 500;
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
  text-align: center;
  margin-top: 0.5rem;
  transition: all .25s ease-in-out;
}

.body-part:hover .body-part__title {
  --text-opacity: 1;
  color: #e94848;
  color: rgba(233, 72, 72, var(--text-opacity));
}

/* tabbing */

a:focus {
  outline: 2px #0294d1 solid;
}

h2 a:focus, h3 a:focus, .footer a:focus, .imagelink:focus, .button:focus, .topnav a:focus, .topnav button:focus, .mainnav a:focus, .logo-wrapper:focus, .search-button-icon:focus, .hero-cta a:focus, .home-block__item li a:focus, .breadcrumbs a:focus, .uppercaselink:focus {
    position: relative;
    outline: none;
  }

h2 a:focus::before, h3 a:focus::before, .footer a:focus::before, .imagelink:focus::before, .button:focus::before, .topnav a:focus::before, .topnav button:focus::before, .mainnav a:focus::before, .logo-wrapper:focus::before, .search-button-icon:focus::before, .hero-cta a:focus::before, .home-block__item li a:focus::before, .breadcrumbs a:focus::before, .uppercaselink:focus::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #0294d1;
  }

.imagelink:focus::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 148, 209, .2);
  border: none;
  z-index: 2;
}

h2 a:focus::before,
h3 a:focus::before,
.uppercaselink:focus::before,
.hero-cta a:focus::before,
.footer a:focus::before,
.topnav button:focus::before,
.topnav .js-flyout a:focus::before,
.breadcrumbs a:focus::before {
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
}

.button:focus::before {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 5px;
  background-color: rgba(3, 148, 209, .1)
}

.logo-wrapper:focus::before {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
}

.footer li a:focus::before {
  top: -4px;
}

.footer .social a:focus::before {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
}

.topnav .js-flyout a:focus::before {
  top: 0;
}

.home-block__item li a:focus::before {
  top: -1px;
  left: -10px;
  right: -10px;
  bottom: -1px;
}

.breadcrumbs {
  row-gap: 0.5rem;
}

.bg-red .breadcrumbs a:focus::before {
  border-color: white;
}

.search-button-icon:focus {
  position: absolute;
}

[data-search] input[type=text]:focus {
  border: 2px solid #0294d1;
}

.navigation-plus-button {
  width: 42px;
  height: 42px;
}

.navigation-plus-button .navigation-plus-button__inner {
    width: 14px;
    height: 14px;
  }

.navigation-plus-button .navigation-plus-button__inner span {
      left: 50%;
      top: 50%;
    }

.navigation-plus-button .navigation-plus-button__inner span:first-child {
      height: 14px;
      width: 2px;
    }

.navigation-plus-button .navigation-plus-button__inner span:last-child {
      height: 2px;
      width: 14px;
    }

.toggle-content {
  display: none;
  height: 0;
  transition: height 350ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.toggle-content.is-visible {
  display: block;
  height: auto;
}

/* Alphabet overlay */

.active-details {
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {

.active-details {
    width: auto;

    background-color: transparent
}
  }

.active-details .active-details__inner {
  width: 100%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 1.25rem;
  overflow: auto;
}

@media (min-width: 768px) {

.active-details .active-details__inner {
    width: auto;

    height: auto;

    background-color: transparent;

    padding: 0;

    overflow: visible
}
  }

/* sector detail */

.sector-title svg {
  transition: rotate .15s ease;
}

.sector-title.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.sector-title.active svg {
    transform: rotate(0deg);
  }

.sector-detail.inactive {
  display: none;
}

/* faq detail */

.faq__question.inactive svg {
    transform: rotate(90deg);
  }

.faq__question.active svg {
    transform: rotate(-90deg);
  }

.faq__answer.inactive {
  display: none;
}

/* Table */

.table-block-extended {
  border-spacing: 0;
}

.table-indication {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {

.table-indication {
    display: none
}
  }

.table-indication svg {
    animation-name: table-indication;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
  }

@keyframes table-indication {
  0% {
    transform: rotate(0);
  }

  7.5% {
    transform: rotate(5deg);
  }

  15% {
    transform: rotate(-5deg);
  }

  22.5% {
    transform: rotate(4deg);
  }

  30% {
    transform: rotate(-4deg);
  }

  37.5% {
    transform: rotate(2deg);
  }

  43% {
    transform: rotate(-2deg);
  }

  50.5% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0);
  }
}

.quick-links-grid {
  grid-gap: 1px;
}

@media (min-width: 400px) {
  .xxs\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .xxs\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .xxs\:container {
      max-width: 480px;
    }
  }

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

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

  @media (min-width: 900px) {
    .xxs\:container {
      max-width: 900px;
    }
  }

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

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

  .xxs\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .xxs\:col {
      padding-left: 30px
  }
    }

  .xxs\:sp-t--sm {
    margin-top: 2.5rem
  }

  .xxs\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .xxs\:sp-t {
      margin-top: 3.75rem
  }
    }

  .xxs\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .xxs\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .xxs\:order-1 {
    order: 1;
  }

  .xxs\:-order-1 {
    order: -1;
  }

  .xxs\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xxs\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xxs\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xxs\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xxs\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xxs\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xxs\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xxs\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xxs\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xxs\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xxs\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xxs\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xxs\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xxs\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xxs\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xxs\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .xxs\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xxs\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .xxs\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xxs\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xxs\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xxs\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xxs\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xxs\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .xxs\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xxs\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xxs\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xxs\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xxs\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xxs\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .xxs\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xxs\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xxs\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .xxs\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xxs\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xxs\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xxs\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xxs\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xxs\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .xxs\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .xxs\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xxs\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xxs\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xxs\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .xxs\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xxs\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .xxs\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xxs\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .xxs\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .xxs\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .xxs\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xxs\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .xxs\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .xxs\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xxs\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xxs\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xxs\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .xxs\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xxs\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xxs\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xxs\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xxs\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xxs\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .xxs\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xxs\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xxs\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .xxs\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xxs\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xxs\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xxs\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xxs\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xxs\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .xxs\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .xxs\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xxs\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xxs\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xxs\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .xxs\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xxs\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .xxs\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xxs\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .xxs\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .xxs\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .xxs\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xxs\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .xxs\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .xxs\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xxs\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xxs\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xxs\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xxs\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xxs\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xxs\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xxs\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xxs\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xxs\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .xxs\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .xxs\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xxs\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xxs\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .xxs\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .xxs\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xxs\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xxs\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xxs\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xxs\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xxs\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xxs\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xxs\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .xxs\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xxs\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xxs\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xxs\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xxs\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xxs\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xxs\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xxs\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xxs\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xxs\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xxs\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xxs\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .xxs\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .xxs\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xxs\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xxs\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xxs\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xxs\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xxs\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xxs\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xxs\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xxs\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xxs\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .xxs\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xxs\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xxs\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xxs\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xxs\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xxs\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xxs\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xxs\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xxs\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xxs\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .xxs\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xxs\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xxs\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xxs\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xxs\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xxs\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xxs\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xxs\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xxs\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xxs\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .xxs\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xxs\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xxs\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xxs\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xxs\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xxs\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xxs\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xxs\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xxs\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xxs\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .xxs\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .xxs\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .xxs\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .xxs\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .xxs\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .xxs\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .xxs\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .xxs\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .xxs\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .xxs\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .xxs\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xxs\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .xxs\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .xxs\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .xxs\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .xxs\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .xxs\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .xxs\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .xxs\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .xxs\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .xxs\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .xxs\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .xxs\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .xxs\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xxs\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xxs\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xxs\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xxs\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .xxs\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xxs\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .xxs\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xxs\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xxs\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xxs\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xxs\: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;
  }

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

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

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

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

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

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

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

  .xxs\:bg-clip-border {
    background-clip: border-box;
  }

  .xxs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xxs\:bg-clip-content {
    background-clip: content-box;
  }

  .xxs\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

  .xxs\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .xxs\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxs\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxs\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xxs\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xxs\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xxs\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xxs\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xxs\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xxs\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xxs\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xxs\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xxs\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xxs\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xxs\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xxs\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xxs\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xxs\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xxs\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xxs\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xxs\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xxs\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xxs\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xxs\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xxs\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xxs\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xxs\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xxs\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xxs\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xxs\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xxs\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xxs\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xxs\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xxs\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xxs\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xxs\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xxs\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xxs\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xxs\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xxs\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xxs\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xxs\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xxs\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xxs\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xxs\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xxs\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xxs\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xxs\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xxs\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xxs\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xxs\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xxs\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xxs\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xxs\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xxs\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xxs\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xxs\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xxs\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xxs\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xxs\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xxs\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xxs\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xxs\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xxs\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xxs\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xxs\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xxs\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xxs\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xxs\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xxs\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xxs\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xxs\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xxs\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xxs\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xxs\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xxs\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xxs\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .xxs\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .xxs\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxs\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xxs\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xxs\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xxs\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xxs\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xxs\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xxs\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xxs\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xxs\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xxs\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xxs\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xxs\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xxs\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xxs\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xxs\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xxs\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xxs\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xxs\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xxs\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xxs\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xxs\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xxs\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xxs\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xxs\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xxs\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xxs\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .xxs\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .xxs\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xxs\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xxs\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xxs\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xxs\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xxs\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xxs\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xxs\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xxs\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xxs\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xxs\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xxs\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xxs\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xxs\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xxs\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xxs\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xxs\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xxs\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xxs\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xxs\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xxs\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xxs\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xxs\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xxs\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xxs\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xxs\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xxs\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .xxs\:bg-none {
    background-image: none;
  }

  .xxs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xxs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xxs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xxs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xxs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xxs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xxs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xxs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xxs\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxs\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xxs\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xxs\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xxs\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xxs\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xxs\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xxs\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xxs\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xxs\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xxs\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xxs\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xxs\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xxs\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xxs\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xxs\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xxs\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xxs\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xxs\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xxs\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xxs\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xxs\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xxs\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xxs\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xxs\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xxs\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xxs\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xxs\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xxs\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xxs\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xxs\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xxs\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xxs\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xxs\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xxs\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xxs\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xxs\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xxs\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xxs\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xxs\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xxs\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xxs\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xxs\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xxs\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xxs\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xxs\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xxs\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xxs\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xxs\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xxs\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xxs\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xxs\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xxs\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xxs\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xxs\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xxs\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xxs\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xxs\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xxs\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xxs\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xxs\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xxs\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xxs\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xxs\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xxs\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xxs\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xxs\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xxs\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xxs\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xxs\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xxs\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xxs\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xxs\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xxs\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xxs\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xxs\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxs\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xxs\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xxs\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xxs\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xxs\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xxs\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xxs\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xxs\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xxs\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xxs\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xxs\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xxs\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xxs\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xxs\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xxs\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xxs\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xxs\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xxs\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xxs\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xxs\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xxs\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xxs\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xxs\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xxs\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xxs\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xxs\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xxs\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xxs\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xxs\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xxs\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xxs\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xxs\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xxs\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xxs\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xxs\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xxs\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xxs\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xxs\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xxs\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xxs\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xxs\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xxs\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xxs\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xxs\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xxs\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xxs\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xxs\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xxs\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xxs\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xxs\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xxs\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xxs\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xxs\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xxs\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xxs\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xxs\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xxs\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xxs\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xxs\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xxs\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xxs\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xxs\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xxs\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xxs\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xxs\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xxs\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xxs\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xxs\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xxs\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xxs\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xxs\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xxs\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xxs\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xxs\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xxs\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xxs\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xxs\:to-black {
    --gradient-to-color: #000;
  }

  .xxs\:to-white {
    --gradient-to-color: #fff;
  }

  .xxs\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .xxs\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .xxs\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .xxs\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .xxs\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .xxs\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .xxs\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .xxs\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .xxs\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .xxs\:to-red {
    --gradient-to-color: #e94848;
  }

  .xxs\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .xxs\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .xxs\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .xxs\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .xxs\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .xxs\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .xxs\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .xxs\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .xxs\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .xxs\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .xxs\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .xxs\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .xxs\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .xxs\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .xxs\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .xxs\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .xxs\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .xxs\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .xxs\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .xxs\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .xxs\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .xxs\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .xxs\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .xxs\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .xxs\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .xxs\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .xxs\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .xxs\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .xxs\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .xxs\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .xxs\:to-purple {
    --gradient-to-color: #615287;
  }

  .xxs\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .xxs\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .xxs\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .xxs\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .xxs\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .xxs\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .xxs\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .xxs\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .xxs\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .xxs\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .xxs\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .xxs\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .xxs\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .xxs\:to-lime {
    --gradient-to-color: #bad067;
  }

  .xxs\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .xxs\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .xxs\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .xxs\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .xxs\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .xxs\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .xxs\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .xxs\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .xxs\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .xxs\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .xxs\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .xxs\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .xxs\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .xxs\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .xxs\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .xxs\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .xxs\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .xxs\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .xxs\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .xxs\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xxs\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xxs\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xxs\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xxs\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xxs\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xxs\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xxs\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xxs\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xxs\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xxs\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xxs\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xxs\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xxs\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xxs\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xxs\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xxs\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xxs\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xxs\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xxs\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xxs\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xxs\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xxs\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xxs\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xxs\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xxs\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xxs\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xxs\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xxs\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xxs\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xxs\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xxs\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xxs\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xxs\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xxs\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xxs\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xxs\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xxs\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xxs\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xxs\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xxs\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xxs\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xxs\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xxs\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xxs\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xxs\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xxs\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xxs\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xxs\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xxs\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xxs\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xxs\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xxs\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xxs\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xxs\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xxs\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xxs\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xxs\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xxs\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xxs\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xxs\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xxs\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xxs\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xxs\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xxs\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xxs\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xxs\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xxs\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xxs\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xxs\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xxs\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xxs\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xxs\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xxs\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xxs\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxs\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xxs\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xxs\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xxs\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xxs\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xxs\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xxs\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xxs\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xxs\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xxs\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xxs\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xxs\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xxs\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xxs\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xxs\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xxs\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xxs\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xxs\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xxs\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xxs\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xxs\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xxs\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xxs\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xxs\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xxs\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xxs\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xxs\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xxs\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xxs\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xxs\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xxs\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xxs\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xxs\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xxs\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xxs\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xxs\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xxs\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xxs\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xxs\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xxs\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xxs\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xxs\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xxs\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xxs\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xxs\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xxs\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xxs\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xxs\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xxs\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xxs\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xxs\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xxs\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xxs\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xxs\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xxs\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xxs\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xxs\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xxs\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xxs\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xxs\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xxs\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xxs\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xxs\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xxs\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xxs\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xxs\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xxs\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xxs\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xxs\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xxs\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xxs\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xxs\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xxs\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xxs\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xxs\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xxs\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xxs\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xxs\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xxs\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .xxs\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .xxs\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .xxs\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .xxs\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .xxs\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .xxs\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .xxs\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .xxs\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .xxs\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .xxs\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .xxs\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .xxs\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .xxs\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .xxs\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .xxs\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .xxs\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .xxs\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .xxs\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .xxs\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .xxs\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .xxs\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .xxs\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .xxs\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .xxs\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .xxs\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .xxs\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .xxs\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .xxs\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .xxs\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .xxs\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .xxs\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .xxs\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .xxs\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .xxs\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .xxs\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .xxs\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .xxs\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .xxs\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .xxs\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .xxs\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .xxs\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .xxs\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .xxs\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .xxs\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .xxs\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .xxs\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .xxs\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .xxs\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .xxs\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .xxs\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .xxs\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .xxs\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .xxs\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .xxs\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .xxs\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .xxs\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .xxs\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .xxs\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .xxs\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .xxs\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .xxs\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .xxs\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .xxs\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .xxs\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .xxs\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .xxs\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .xxs\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .xxs\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .xxs\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .xxs\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .xxs\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .xxs\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .xxs\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .xxs\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xxs\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xxs\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xxs\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xxs\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xxs\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xxs\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xxs\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xxs\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xxs\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xxs\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xxs\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xxs\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xxs\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xxs\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xxs\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xxs\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xxs\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xxs\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xxs\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xxs\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xxs\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xxs\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xxs\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xxs\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xxs\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xxs\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xxs\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xxs\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xxs\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xxs\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xxs\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xxs\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xxs\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xxs\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xxs\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xxs\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xxs\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xxs\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xxs\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xxs\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xxs\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xxs\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xxs\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xxs\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xxs\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xxs\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xxs\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xxs\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xxs\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xxs\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xxs\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xxs\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xxs\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xxs\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xxs\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xxs\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xxs\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xxs\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xxs\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xxs\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xxs\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xxs\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xxs\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xxs\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xxs\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xxs\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xxs\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xxs\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xxs\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xxs\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xxs\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xxs\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xxs\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xxs\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xxs\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xxs\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xxs\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xxs\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xxs\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xxs\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xxs\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xxs\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xxs\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xxs\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xxs\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xxs\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xxs\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xxs\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xxs\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xxs\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xxs\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xxs\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xxs\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xxs\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xxs\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xxs\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xxs\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xxs\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xxs\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xxs\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xxs\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xxs\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xxs\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xxs\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xxs\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xxs\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xxs\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xxs\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xxs\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xxs\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xxs\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xxs\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xxs\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xxs\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xxs\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xxs\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xxs\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xxs\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xxs\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xxs\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xxs\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xxs\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xxs\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xxs\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xxs\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xxs\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xxs\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xxs\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xxs\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xxs\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xxs\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xxs\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xxs\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xxs\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xxs\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xxs\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xxs\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xxs\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xxs\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xxs\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xxs\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xxs\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xxs\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xxs\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xxs\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xxs\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xxs\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xxs\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xxs\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xxs\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xxs\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xxs\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xxs\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xxs\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .xxs\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .xxs\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .xxs\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .xxs\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .xxs\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .xxs\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .xxs\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .xxs\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .xxs\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .xxs\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .xxs\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .xxs\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .xxs\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .xxs\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .xxs\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .xxs\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .xxs\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .xxs\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .xxs\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .xxs\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .xxs\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .xxs\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .xxs\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .xxs\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .xxs\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .xxs\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .xxs\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .xxs\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .xxs\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .xxs\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .xxs\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .xxs\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .xxs\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .xxs\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .xxs\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .xxs\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .xxs\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .xxs\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .xxs\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .xxs\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .xxs\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .xxs\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .xxs\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .xxs\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .xxs\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .xxs\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .xxs\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .xxs\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .xxs\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .xxs\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .xxs\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .xxs\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .xxs\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .xxs\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .xxs\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .xxs\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .xxs\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .xxs\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .xxs\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .xxs\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .xxs\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .xxs\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .xxs\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .xxs\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .xxs\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .xxs\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .xxs\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .xxs\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .xxs\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .xxs\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .xxs\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .xxs\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .xxs\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .xxs\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xxs\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .xxs\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xxs\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xxs\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xxs\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xxs\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xxs\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .xxs\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xxs\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xxs\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xxs\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xxs\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xxs\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .xxs\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xxs\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xxs\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xxs\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxs\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .xxs\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxs\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxs\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xxs\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xxs\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xxs\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xxs\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xxs\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xxs\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xxs\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xxs\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xxs\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xxs\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xxs\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xxs\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xxs\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xxs\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xxs\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xxs\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xxs\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xxs\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xxs\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xxs\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xxs\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xxs\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xxs\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xxs\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xxs\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xxs\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xxs\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xxs\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xxs\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xxs\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xxs\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xxs\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xxs\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xxs\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xxs\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xxs\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xxs\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xxs\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xxs\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xxs\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xxs\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xxs\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xxs\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xxs\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xxs\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xxs\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xxs\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xxs\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xxs\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xxs\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xxs\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xxs\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xxs\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xxs\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xxs\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xxs\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xxs\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xxs\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xxs\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xxs\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xxs\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xxs\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xxs\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xxs\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xxs\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xxs\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xxs\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xxs\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xxs\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xxs\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xxs\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xxs\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xxs\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

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

  .xxs\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .xxs\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxs\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xxs\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xxs\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xxs\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xxs\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xxs\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xxs\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xxs\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xxs\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xxs\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xxs\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xxs\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xxs\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xxs\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xxs\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xxs\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xxs\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xxs\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xxs\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xxs\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xxs\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xxs\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xxs\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xxs\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xxs\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xxs\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xxs\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .xxs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xxs\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .xxs\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xxs\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xxs\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xxs\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xxs\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xxs\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xxs\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xxs\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xxs\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xxs\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xxs\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xxs\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xxs\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xxs\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xxs\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xxs\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xxs\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xxs\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xxs\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xxs\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xxs\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xxs\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xxs\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xxs\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xxs\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xxs\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xxs\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xxs\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .xxs\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xxs\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .xxs\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xxs\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xxs\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xxs\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xxs\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xxs\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .xxs\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xxs\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xxs\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xxs\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xxs\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xxs\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .xxs\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xxs\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xxs\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xxs\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xxs\:rounded-12 {
    border-radius: 12px;
  }

  .xxs\:rounded-14 {
    border-radius: 56px;
  }

  .xxs\:rounded-20 {
    border-radius: 20px;
  }

  .xxs\:rounded-30 {
    border-radius: 30px;
  }

  .xxs\:rounded-none {
    border-radius: 0;
  }

  .xxs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xxs\:rounded {
    border-radius: 0.25rem;
  }

  .xxs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xxs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xxs\:rounded-xl {
    border-radius: 1.875rem;
  }

  .xxs\:rounded-full {
    border-radius: 9999px;
  }

  .xxs\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .xxs\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .xxs\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xxs\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xxs\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .xxs\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .xxs\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .xxs\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .xxs\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xxs\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xxs\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxs\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxs\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .xxs\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .xxs\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .xxs\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

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

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

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

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

  .xxs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xxs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xxs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xxs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xxs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xxs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xxs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xxs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xxs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxs\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .xxs\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .xxs\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xxs\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .xxs\:rounded-tl-12 {
    border-top-left-radius: 12px;
  }

  .xxs\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .xxs\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .xxs\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .xxs\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .xxs\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .xxs\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .xxs\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .xxs\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xxs\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xxs\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xxs\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xxs\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .xxs\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .xxs\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .xxs\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .xxs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xxs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xxs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xxs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xxs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xxs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xxs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xxs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xxs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xxs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xxs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xxs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xxs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xxs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xxs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xxs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xxs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xxs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xxs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xxs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xxs\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .xxs\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .xxs\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .xxs\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .xxs\:border-solid {
    border-style: solid;
  }

  .xxs\:border-dashed {
    border-style: dashed;
  }

  .xxs\:border-dotted {
    border-style: dotted;
  }

  .xxs\:border-double {
    border-style: double;
  }

  .xxs\:border-none {
    border-style: none;
  }

  .xxs\:border-0 {
    border-width: 0;
  }

  .xxs\:border-2 {
    border-width: 2px;
  }

  .xxs\:border-3 {
    border-width: 3px;
  }

  .xxs\:border-4 {
    border-width: 4px;
  }

  .xxs\:border-6 {
    border-width: 6px;
  }

  .xxs\:border-8 {
    border-width: 8px;
  }

  .xxs\:border {
    border-width: 1px;
  }

  .xxs\:border-t-0 {
    border-top-width: 0;
  }

  .xxs\:border-r-0 {
    border-right-width: 0;
  }

  .xxs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xxs\:border-l-0 {
    border-left-width: 0;
  }

  .xxs\:border-t-2 {
    border-top-width: 2px;
  }

  .xxs\:border-r-2 {
    border-right-width: 2px;
  }

  .xxs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xxs\:border-l-2 {
    border-left-width: 2px;
  }

  .xxs\:border-t-3 {
    border-top-width: 3px;
  }

  .xxs\:border-r-3 {
    border-right-width: 3px;
  }

  .xxs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xxs\:border-l-3 {
    border-left-width: 3px;
  }

  .xxs\:border-t-4 {
    border-top-width: 4px;
  }

  .xxs\:border-r-4 {
    border-right-width: 4px;
  }

  .xxs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xxs\:border-l-4 {
    border-left-width: 4px;
  }

  .xxs\:border-t-6 {
    border-top-width: 6px;
  }

  .xxs\:border-r-6 {
    border-right-width: 6px;
  }

  .xxs\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xxs\:border-l-6 {
    border-left-width: 6px;
  }

  .xxs\:border-t-8 {
    border-top-width: 8px;
  }

  .xxs\:border-r-8 {
    border-right-width: 8px;
  }

  .xxs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xxs\:border-l-8 {
    border-left-width: 8px;
  }

  .xxs\:border-t {
    border-top-width: 1px;
  }

  .xxs\:border-r {
    border-right-width: 1px;
  }

  .xxs\:border-b {
    border-bottom-width: 1px;
  }

  .xxs\:border-l {
    border-left-width: 1px;
  }

  .xxs\:hover\:border-0:hover {
    border-width: 0;
  }

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

  .xxs\:hover\:border-3:hover {
    border-width: 3px;
  }

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

  .xxs\:hover\:border-6:hover {
    border-width: 6px;
  }

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

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

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

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

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

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

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

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

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

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

  .xxs\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .xxs\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .xxs\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .xxs\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

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

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

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

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

  .xxs\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .xxs\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .xxs\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .xxs\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

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

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

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

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

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

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

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

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

  .xxs\:first\:border-0:first-child {
    border-width: 0;
  }

  .xxs\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xxs\:first\:border-3:first-child {
    border-width: 3px;
  }

  .xxs\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xxs\:first\:border-6:first-child {
    border-width: 6px;
  }

  .xxs\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xxs\:first\:border:first-child {
    border-width: 1px;
  }

  .xxs\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .xxs\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .xxs\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .xxs\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .xxs\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xxs\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xxs\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xxs\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xxs\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .xxs\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .xxs\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .xxs\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .xxs\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xxs\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xxs\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xxs\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xxs\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .xxs\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .xxs\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .xxs\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .xxs\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xxs\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xxs\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xxs\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xxs\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xxs\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xxs\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xxs\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xxs\:last\:border-0:last-child {
    border-width: 0;
  }

  .xxs\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xxs\:last\:border-3:last-child {
    border-width: 3px;
  }

  .xxs\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xxs\:last\:border-6:last-child {
    border-width: 6px;
  }

  .xxs\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xxs\:last\:border:last-child {
    border-width: 1px;
  }

  .xxs\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .xxs\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .xxs\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .xxs\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .xxs\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xxs\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xxs\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xxs\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xxs\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .xxs\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .xxs\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .xxs\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .xxs\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xxs\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xxs\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xxs\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xxs\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .xxs\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .xxs\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .xxs\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .xxs\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xxs\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xxs\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xxs\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xxs\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xxs\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xxs\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xxs\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xxs\:box-border {
    box-sizing: border-box;
  }

  .xxs\:box-content {
    box-sizing: content-box;
  }

  .xxs\:cursor-auto {
    cursor: auto;
  }

  .xxs\:cursor-default {
    cursor: default;
  }

  .xxs\:cursor-pointer {
    cursor: pointer;
  }

  .xxs\:cursor-wait {
    cursor: wait;
  }

  .xxs\:cursor-text {
    cursor: text;
  }

  .xxs\:cursor-move {
    cursor: move;
  }

  .xxs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:inline-block {
    display: inline-block;
  }

  .xxs\:inline {
    display: inline;
  }

  .xxs\:flex {
    display: flex;
  }

  .xxs\:inline-flex {
    display: inline-flex;
  }

  .xxs\:table {
    display: table;
  }

  .xxs\:table-caption {
    display: table-caption;
  }

  .xxs\:table-cell {
    display: table-cell;
  }

  .xxs\:table-column {
    display: table-column;
  }

  .xxs\:table-column-group {
    display: table-column-group;
  }

  .xxs\:table-footer-group {
    display: table-footer-group;
  }

  .xxs\:table-header-group {
    display: table-header-group;
  }

  .xxs\:table-row-group {
    display: table-row-group;
  }

  .xxs\:table-row {
    display: table-row;
  }

  .xxs\:flow-root {
    display: flow-root;
  }

  .xxs\:grid {
    display: grid;
  }

  .xxs\:inline-grid {
    display: inline-grid;
  }

  .xxs\:contents {
    display: contents;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:flex-row {
    flex-direction: row;
  }

  .xxs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xxs\:flex-col {
    flex-direction: column;
  }

  .xxs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xxs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xxs\:place-items-auto {
    place-items: auto;
  }

  .xxs\:place-items-start {
    place-items: start;
  }

  .xxs\:place-items-end {
    place-items: end;
  }

  .xxs\:place-items-center {
    place-items: center;
  }

  .xxs\:place-items-stretch {
    place-items: stretch;
  }

  .xxs\:place-content-center {
    place-content: center;
  }

  .xxs\:place-content-start {
    place-content: start;
  }

  .xxs\:place-content-end {
    place-content: end;
  }

  .xxs\:place-content-between {
    place-content: space-between;
  }

  .xxs\:place-content-around {
    place-content: space-around;
  }

  .xxs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xxs\:place-content-stretch {
    place-content: stretch;
  }

  .xxs\:place-self-auto {
    place-self: auto;
  }

  .xxs\:place-self-start {
    place-self: start;
  }

  .xxs\:place-self-end {
    place-self: end;
  }

  .xxs\:place-self-center {
    place-self: center;
  }

  .xxs\:place-self-stretch {
    place-self: stretch;
  }

  .xxs\:items-start {
    align-items: flex-start;
  }

  .xxs\:items-end {
    align-items: flex-end;
  }

  .xxs\:items-center {
    align-items: center;
  }

  .xxs\:items-baseline {
    align-items: baseline;
  }

  .xxs\:items-stretch {
    align-items: stretch;
  }

  .xxs\:content-center {
    align-content: center;
  }

  .xxs\:content-start {
    align-content: flex-start;
  }

  .xxs\:content-end {
    align-content: flex-end;
  }

  .xxs\:content-between {
    align-content: space-between;
  }

  .xxs\:content-around {
    align-content: space-around;
  }

  .xxs\:content-evenly {
    align-content: space-evenly;
  }

  .xxs\:self-auto {
    align-self: auto;
  }

  .xxs\:self-start {
    align-self: flex-start;
  }

  .xxs\:self-end {
    align-self: flex-end;
  }

  .xxs\:self-center {
    align-self: center;
  }

  .xxs\:self-stretch {
    align-self: stretch;
  }

  .xxs\:justify-items-auto {
    justify-items: auto;
  }

  .xxs\:justify-items-start {
    justify-items: start;
  }

  .xxs\:justify-items-end {
    justify-items: end;
  }

  .xxs\:justify-items-center {
    justify-items: center;
  }

  .xxs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xxs\:justify-start {
    justify-content: flex-start;
  }

  .xxs\:justify-end {
    justify-content: flex-end;
  }

  .xxs\:justify-center {
    justify-content: center;
  }

  .xxs\:justify-between {
    justify-content: space-between;
  }

  .xxs\:justify-around {
    justify-content: space-around;
  }

  .xxs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xxs\:justify-self-auto {
    justify-self: auto;
  }

  .xxs\:justify-self-start {
    justify-self: start;
  }

  .xxs\:justify-self-end {
    justify-self: end;
  }

  .xxs\:justify-self-center {
    justify-self: center;
  }

  .xxs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xxs\:flex-1 {
    flex: 1 1 0%;
  }

  .xxs\:flex-auto {
    flex: 1 1 auto;
  }

  .xxs\:flex-initial {
    flex: 0 1 auto;
  }

  .xxs\:flex-none {
    flex: none;
  }

  .xxs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xxs\:flex-grow {
    flex-grow: 1;
  }

  .xxs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xxs\:flex-shrink {
    flex-shrink: 1;
  }

  .xxs\:order-1 {
    order: 1;
  }

  .xxs\:order-2 {
    order: 2;
  }

  .xxs\:order-3 {
    order: 3;
  }

  .xxs\:order-4 {
    order: 4;
  }

  .xxs\:order-5 {
    order: 5;
  }

  .xxs\:order-6 {
    order: 6;
  }

  .xxs\:order-7 {
    order: 7;
  }

  .xxs\:order-8 {
    order: 8;
  }

  .xxs\:order-9 {
    order: 9;
  }

  .xxs\:order-10 {
    order: 10;
  }

  .xxs\:order-11 {
    order: 11;
  }

  .xxs\:order-12 {
    order: 12;
  }

  .xxs\:order-first {
    order: -9999;
  }

  .xxs\:order-last {
    order: 9999;
  }

  .xxs\:order-none {
    order: 0;
  }

  .xxs\:float-right {
    float: right;
  }

  .xxs\:float-left {
    float: left;
  }

  .xxs\:float-none {
    float: none;
  }

  .xxs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xxs\:clear-left {
    clear: left;
  }

  .xxs\:clear-right {
    clear: right;
  }

  .xxs\:clear-both {
    clear: both;
  }

  .xxs\:clear-none {
    clear: none;
  }

  .xxs\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xxs\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xxs\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xxs\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .xxs\:font-cerapro {
    font-family: CeraPRO;
  }

  .xxs\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .xxs\:font-dinround {
    font-family: DINRound;
  }

  .xxs\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .xxs\:font-vibur {
    font-family: Vibur;
  }

  .xxs\:font-clash {
    font-family: ClashDisplay;
  }

  .xxs\:font-europa {
    font-family: europa;
  }

  .xxs\:font-hairline {
    font-weight: 100;
  }

  .xxs\:font-thin {
    font-weight: 200;
  }

  .xxs\:font-light {
    font-weight: 300;
  }

  .xxs\:font-normal {
    font-weight: 400;
  }

  .xxs\:font-medium {
    font-weight: 500;
  }

  .xxs\:font-semibold {
    font-weight: 600;
  }

  .xxs\:font-bold {
    font-weight: 700;
  }

  .xxs\:font-extrabold {
    font-weight: 800;
  }

  .xxs\:font-black {
    font-weight: 900;
  }

  .xxs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xxs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xxs\:hover\:font-light:hover {
    font-weight: 300;
  }

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

  .xxs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xxs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

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

  .xxs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xxs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xxs\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xxs\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xxs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xxs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xxs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xxs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xxs\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xxs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xxs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xxs\:h-0 {
    height: 0;
  }

  .xxs\:h-1 {
    height: 0.25rem;
  }

  .xxs\:h-2 {
    height: 0.5rem;
  }

  .xxs\:h-3 {
    height: 0.75rem;
  }

  .xxs\:h-4 {
    height: 1rem;
  }

  .xxs\:h-5 {
    height: 1.25rem;
  }

  .xxs\:h-6 {
    height: 1.5rem;
  }

  .xxs\:h-8 {
    height: 2rem;
  }

  .xxs\:h-10 {
    height: 2.5rem;
  }

  .xxs\:h-12 {
    height: 3rem;
  }

  .xxs\:h-14 {
    height: 3.5rem;
  }

  .xxs\:h-15 {
    height: 3.75rem;
  }

  .xxs\:h-16 {
    height: 4rem;
  }

  .xxs\:h-20 {
    height: 5rem;
  }

  .xxs\:h-24 {
    height: 6rem;
  }

  .xxs\:h-26 {
    height: 7rem;
  }

  .xxs\:h-32 {
    height: 8rem;
  }

  .xxs\:h-36 {
    height: 9rem;
  }

  .xxs\:h-40 {
    height: 10rem;
  }

  .xxs\:h-48 {
    height: 12rem;
  }

  .xxs\:h-56 {
    height: 14rem;
  }

  .xxs\:h-64 {
    height: 16rem;
  }

  .xxs\:h-auto {
    height: auto;
  }

  .xxs\:h-px {
    height: 1px;
  }

  .xxs\:h-2px {
    height: 2px;
  }

  .xxs\:h-1\/2 {
    height: 50%;
  }

  .xxs\:h-1\/3 {
    height: 33.333333%;
  }

  .xxs\:h-2\/3 {
    height: 66.666667%;
  }

  .xxs\:h-1\/4 {
    height: 25%;
  }

  .xxs\:h-2\/4 {
    height: 50%;
  }

  .xxs\:h-3\/4 {
    height: 75%;
  }

  .xxs\:h-1\/5 {
    height: 20%;
  }

  .xxs\:h-2\/5 {
    height: 40%;
  }

  .xxs\:h-3\/5 {
    height: 60%;
  }

  .xxs\:h-4\/5 {
    height: 80%;
  }

  .xxs\:h-1\/6 {
    height: 16.666667%;
  }

  .xxs\:h-2\/6 {
    height: 33.333333%;
  }

  .xxs\:h-3\/6 {
    height: 50%;
  }

  .xxs\:h-4\/6 {
    height: 66.666667%;
  }

  .xxs\:h-5\/6 {
    height: 83.333333%;
  }

  .xxs\:h-1\/12 {
    height: 8.333333%;
  }

  .xxs\:h-2\/12 {
    height: 16.666667%;
  }

  .xxs\:h-3\/12 {
    height: 25%;
  }

  .xxs\:h-4\/12 {
    height: 33.333333%;
  }

  .xxs\:h-5\/12 {
    height: 41.666667%;
  }

  .xxs\:h-6\/12 {
    height: 50%;
  }

  .xxs\:h-7\/12 {
    height: 58.333333%;
  }

  .xxs\:h-8\/12 {
    height: 66.666667%;
  }

  .xxs\:h-9\/12 {
    height: 75%;
  }

  .xxs\:h-10\/12 {
    height: 83.333333%;
  }

  .xxs\:h-11\/12 {
    height: 91.666667%;
  }

  .xxs\:h-full {
    height: 100%;
  }

  .xxs\:h-screen {
    height: 100vh;
  }

  .xxs\:h-10px {
    height: 0.625rem;
  }

  .xxs\:h-20px {
    height: 20px;
  }

  .xxs\:h-30px {
    height: 30px;
  }

  .xxs\:text-xs {
    font-size: 0.875rem;
  }

  .xxs\:text-sm {
    font-size: 1rem;
  }

  .xxs\:text-base {
    font-size: 1.125rem;
  }

  .xxs\:text-lg {
    font-size: 1.3125rem;
  }

  .xxs\:text-xl {
    font-size: 1.5rem;
  }

  .xxs\:text-2xl {
    font-size: 2rem;
  }

  .xxs\:text-3xl {
    font-size: 3.25rem;
  }

  .xxs\:text-4xl {
    font-size: 2.25rem;
  }

  .xxs\:text-5xl {
    font-size: 3rem;
  }

  .xxs\:text-6xl {
    font-size: 4rem;
  }

  .xxs\:text-3xs {
    font-size: 0.6875rem;
  }

  .xxs\:text-2xs {
    font-size: 0.75rem;
  }

  .xxs\:text-lsm {
    font-size: 1.0625rem;
  }

  .xxs\:text-xlg {
    font-size: 1.625rem;
  }

  .xxs\:text-2-25xl {
    font-size: 2.25rem;
  }

  .xxs\:text-2-5xl {
    font-size: 2.375rem;
  }

  .xxs\:text-2-6xl {
    font-size: 2.5rem;
  }

  .xxs\:leading-3 {
    line-height: .75rem;
  }

  .xxs\:leading-4 {
    line-height: 1rem;
  }

  .xxs\:leading-5 {
    line-height: 1.25rem;
  }

  .xxs\:leading-6 {
    line-height: 1.5rem;
  }

  .xxs\:leading-7 {
    line-height: 1.75rem;
  }

  .xxs\:leading-8 {
    line-height: 2rem;
  }

  .xxs\:leading-9 {
    line-height: 2.25rem;
  }

  .xxs\:leading-10 {
    line-height: 2.5rem;
  }

  .xxs\:leading-none {
    line-height: 1;
  }

  .xxs\:leading-tight {
    line-height: 1.25;
  }

  .xxs\:leading-snug {
    line-height: 1.375;
  }

  .xxs\:leading-normal {
    line-height: 1.5;
  }

  .xxs\:leading-relaxed {
    line-height: 1.625;
  }

  .xxs\:leading-loose {
    line-height: 2;
  }

  .xxs\:list-inside {
    list-style-position: inside;
  }

  .xxs\:list-outside {
    list-style-position: outside;
  }

  .xxs\:list-none {
    list-style-type: none;
  }

  .xxs\:list-disc {
    list-style-type: disc;
  }

  .xxs\:list-decimal {
    list-style-type: decimal;
  }

  .xxs\:m-0 {
    margin: 0;
  }

  .xxs\:m-1 {
    margin: 0.25rem;
  }

  .xxs\:m-2 {
    margin: 0.5rem;
  }

  .xxs\:m-3 {
    margin: 0.75rem;
  }

  .xxs\:m-4 {
    margin: 1rem;
  }

  .xxs\:m-5 {
    margin: 1.25rem;
  }

  .xxs\:m-6 {
    margin: 1.5rem;
  }

  .xxs\:m-8 {
    margin: 2rem;
  }

  .xxs\:m-10 {
    margin: 2.5rem;
  }

  .xxs\:m-12 {
    margin: 3rem;
  }

  .xxs\:m-14 {
    margin: 3.5rem;
  }

  .xxs\:m-15 {
    margin: 3.75rem;
  }

  .xxs\:m-16 {
    margin: 4rem;
  }

  .xxs\:m-20 {
    margin: 5rem;
  }

  .xxs\:m-24 {
    margin: 6rem;
  }

  .xxs\:m-26 {
    margin: 7rem;
  }

  .xxs\:m-32 {
    margin: 8rem;
  }

  .xxs\:m-36 {
    margin: 9rem;
  }

  .xxs\:m-40 {
    margin: 10rem;
  }

  .xxs\:m-48 {
    margin: 12rem;
  }

  .xxs\:m-56 {
    margin: 14rem;
  }

  .xxs\:m-64 {
    margin: 16rem;
  }

  .xxs\:m-auto {
    margin: auto;
  }

  .xxs\:m-px {
    margin: 1px;
  }

  .xxs\:m-2px {
    margin: 2px;
  }

  .xxs\:m-1\/2 {
    margin: 50%;
  }

  .xxs\:m-1\/3 {
    margin: 33.333333%;
  }

  .xxs\:m-2\/3 {
    margin: 66.666667%;
  }

  .xxs\:m-1\/4 {
    margin: 25%;
  }

  .xxs\:m-2\/4 {
    margin: 50%;
  }

  .xxs\:m-3\/4 {
    margin: 75%;
  }

  .xxs\:m-1\/5 {
    margin: 20%;
  }

  .xxs\:m-2\/5 {
    margin: 40%;
  }

  .xxs\:m-3\/5 {
    margin: 60%;
  }

  .xxs\:m-4\/5 {
    margin: 80%;
  }

  .xxs\:m-1\/6 {
    margin: 16.666667%;
  }

  .xxs\:m-2\/6 {
    margin: 33.333333%;
  }

  .xxs\:m-3\/6 {
    margin: 50%;
  }

  .xxs\:m-4\/6 {
    margin: 66.666667%;
  }

  .xxs\:m-5\/6 {
    margin: 83.333333%;
  }

  .xxs\:m-1\/12 {
    margin: 8.333333%;
  }

  .xxs\:m-2\/12 {
    margin: 16.666667%;
  }

  .xxs\:m-3\/12 {
    margin: 25%;
  }

  .xxs\:m-4\/12 {
    margin: 33.333333%;
  }

  .xxs\:m-5\/12 {
    margin: 41.666667%;
  }

  .xxs\:m-6\/12 {
    margin: 50%;
  }

  .xxs\:m-7\/12 {
    margin: 58.333333%;
  }

  .xxs\:m-8\/12 {
    margin: 66.666667%;
  }

  .xxs\:m-9\/12 {
    margin: 75%;
  }

  .xxs\:m-10\/12 {
    margin: 83.333333%;
  }

  .xxs\:m-11\/12 {
    margin: 91.666667%;
  }

  .xxs\:m-full {
    margin: 100%;
  }

  .xxs\:m-screen {
    margin: 100vw;
  }

  .xxs\:m-10px {
    margin: 0.625rem;
  }

  .xxs\:m-20px {
    margin: 20px;
  }

  .xxs\:m-30px {
    margin: 30px;
  }

  .xxs\:-m-1 {
    margin: -0.25rem;
  }

  .xxs\:-m-2 {
    margin: -0.5rem;
  }

  .xxs\:-m-3 {
    margin: -0.75rem;
  }

  .xxs\:-m-4 {
    margin: -1rem;
  }

  .xxs\:-m-5 {
    margin: -1.25rem;
  }

  .xxs\:-m-6 {
    margin: -1.5rem;
  }

  .xxs\:-m-8 {
    margin: -2rem;
  }

  .xxs\:-m-10 {
    margin: -2.5rem;
  }

  .xxs\:-m-12 {
    margin: -3rem;
  }

  .xxs\:-m-14 {
    margin: -3.5rem;
  }

  .xxs\:-m-15 {
    margin: -3.75rem;
  }

  .xxs\:-m-16 {
    margin: -4rem;
  }

  .xxs\:-m-20 {
    margin: -5rem;
  }

  .xxs\:-m-24 {
    margin: -6rem;
  }

  .xxs\:-m-26 {
    margin: -7rem;
  }

  .xxs\:-m-32 {
    margin: -8rem;
  }

  .xxs\:-m-36 {
    margin: -9rem;
  }

  .xxs\:-m-40 {
    margin: -10rem;
  }

  .xxs\:-m-48 {
    margin: -12rem;
  }

  .xxs\:-m-56 {
    margin: -14rem;
  }

  .xxs\:-m-64 {
    margin: -16rem;
  }

  .xxs\:-m-px {
    margin: -1px;
  }

  .xxs\:-m-2px {
    margin: -2px;
  }

  .xxs\:-m-1\/2 {
    margin: -50%;
  }

  .xxs\:-m-1\/3 {
    margin: -33.33333%;
  }

  .xxs\:-m-2\/3 {
    margin: -66.66667%;
  }

  .xxs\:-m-1\/4 {
    margin: -25%;
  }

  .xxs\:-m-2\/4 {
    margin: -50%;
  }

  .xxs\:-m-3\/4 {
    margin: -75%;
  }

  .xxs\:-m-1\/5 {
    margin: -20%;
  }

  .xxs\:-m-2\/5 {
    margin: -40%;
  }

  .xxs\:-m-3\/5 {
    margin: -60%;
  }

  .xxs\:-m-4\/5 {
    margin: -80%;
  }

  .xxs\:-m-1\/6 {
    margin: -16.66667%;
  }

  .xxs\:-m-2\/6 {
    margin: -33.33333%;
  }

  .xxs\:-m-3\/6 {
    margin: -50%;
  }

  .xxs\:-m-4\/6 {
    margin: -66.66667%;
  }

  .xxs\:-m-5\/6 {
    margin: -83.33333%;
  }

  .xxs\:-m-1\/12 {
    margin: -8.33333%;
  }

  .xxs\:-m-2\/12 {
    margin: -16.66667%;
  }

  .xxs\:-m-3\/12 {
    margin: -25%;
  }

  .xxs\:-m-4\/12 {
    margin: -33.33333%;
  }

  .xxs\:-m-5\/12 {
    margin: -41.66667%;
  }

  .xxs\:-m-6\/12 {
    margin: -50%;
  }

  .xxs\:-m-7\/12 {
    margin: -58.33333%;
  }

  .xxs\:-m-8\/12 {
    margin: -66.66667%;
  }

  .xxs\:-m-9\/12 {
    margin: -75%;
  }

  .xxs\:-m-10\/12 {
    margin: -83.33333%;
  }

  .xxs\:-m-11\/12 {
    margin: -91.66667%;
  }

  .xxs\:-m-full {
    margin: -100%;
  }

  .xxs\:-m-screen {
    margin: -100vw;
  }

  .xxs\:-m-10px {
    margin: -0.625rem;
  }

  .xxs\:-m-20px {
    margin: -20px;
  }

  .xxs\:-m-30px {
    margin: -30px;
  }

  .xxs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxs\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxs\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxs\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xxs\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xxs\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxs\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxs\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxs\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxs\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxs\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxs\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xxs\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xxs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xxs\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xxs\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxs\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxs\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxs\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxs\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xxs\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xxs\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xxs\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xxs\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xxs\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xxs\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xxs\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xxs\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xxs\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xxs\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xxs\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xxs\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xxs\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xxs\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xxs\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xxs\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxs\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxs\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xxs\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xxs\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xxs\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xxs\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxs\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxs\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xxs\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xxs\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xxs\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xxs\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xxs\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xxs\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xxs\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xxs\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xxs\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xxs\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxs\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxs\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxs\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxs\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxs\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xxs\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xxs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxs\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxs\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxs\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxs\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxs\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxs\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxs\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xxs\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xxs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xxs\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xxs\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xxs\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xxs\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xxs\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xxs\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xxs\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xxs\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xxs\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xxs\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xxs\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xxs\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xxs\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xxs\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xxs\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xxs\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xxs\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xxs\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xxs\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xxs\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xxs\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xxs\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xxs\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xxs\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xxs\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xxs\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xxs\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xxs\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xxs\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xxs\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xxs\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xxs\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xxs\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xxs\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xxs\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xxs\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xxs\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xxs\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxs\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xxs\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxs\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxs\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xxs\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xxs\:mt-0 {
    margin-top: 0;
  }

  .xxs\:mr-0 {
    margin-right: 0;
  }

  .xxs\:mb-0 {
    margin-bottom: 0;
  }

  .xxs\:ml-0 {
    margin-left: 0;
  }

  .xxs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xxs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xxs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xxs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xxs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xxs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xxs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xxs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xxs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xxs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xxs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xxs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:mr-4 {
    margin-right: 1rem;
  }

  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:ml-4 {
    margin-left: 1rem;
  }

  .xxs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xxs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xxs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xxs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xxs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xxs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xxs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xxs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xxs\:mt-8 {
    margin-top: 2rem;
  }

  .xxs\:mr-8 {
    margin-right: 2rem;
  }

  .xxs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xxs\:ml-8 {
    margin-left: 2rem;
  }

  .xxs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xxs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xxs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xxs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xxs\:mt-12 {
    margin-top: 3rem;
  }

  .xxs\:mr-12 {
    margin-right: 3rem;
  }

  .xxs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xxs\:ml-12 {
    margin-left: 3rem;
  }

  .xxs\:mt-14 {
    margin-top: 3.5rem;
  }

  .xxs\:mr-14 {
    margin-right: 3.5rem;
  }

  .xxs\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xxs\:ml-14 {
    margin-left: 3.5rem;
  }

  .xxs\:mt-15 {
    margin-top: 3.75rem;
  }

  .xxs\:mr-15 {
    margin-right: 3.75rem;
  }

  .xxs\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xxs\:ml-15 {
    margin-left: 3.75rem;
  }

  .xxs\:mt-16 {
    margin-top: 4rem;
  }

  .xxs\:mr-16 {
    margin-right: 4rem;
  }

  .xxs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xxs\:ml-16 {
    margin-left: 4rem;
  }

  .xxs\:mt-20 {
    margin-top: 5rem;
  }

  .xxs\:mr-20 {
    margin-right: 5rem;
  }

  .xxs\:mb-20 {
    margin-bottom: 5rem;
  }

  .xxs\:ml-20 {
    margin-left: 5rem;
  }

  .xxs\:mt-24 {
    margin-top: 6rem;
  }

  .xxs\:mr-24 {
    margin-right: 6rem;
  }

  .xxs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xxs\:ml-24 {
    margin-left: 6rem;
  }

  .xxs\:mt-26 {
    margin-top: 7rem;
  }

  .xxs\:mr-26 {
    margin-right: 7rem;
  }

  .xxs\:mb-26 {
    margin-bottom: 7rem;
  }

  .xxs\:ml-26 {
    margin-left: 7rem;
  }

  .xxs\:mt-32 {
    margin-top: 8rem;
  }

  .xxs\:mr-32 {
    margin-right: 8rem;
  }

  .xxs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xxs\:ml-32 {
    margin-left: 8rem;
  }

  .xxs\:mt-36 {
    margin-top: 9rem;
  }

  .xxs\:mr-36 {
    margin-right: 9rem;
  }

  .xxs\:mb-36 {
    margin-bottom: 9rem;
  }

  .xxs\:ml-36 {
    margin-left: 9rem;
  }

  .xxs\:mt-40 {
    margin-top: 10rem;
  }

  .xxs\:mr-40 {
    margin-right: 10rem;
  }

  .xxs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xxs\:ml-40 {
    margin-left: 10rem;
  }

  .xxs\:mt-48 {
    margin-top: 12rem;
  }

  .xxs\:mr-48 {
    margin-right: 12rem;
  }

  .xxs\:mb-48 {
    margin-bottom: 12rem;
  }

  .xxs\:ml-48 {
    margin-left: 12rem;
  }

  .xxs\:mt-56 {
    margin-top: 14rem;
  }

  .xxs\:mr-56 {
    margin-right: 14rem;
  }

  .xxs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xxs\:ml-56 {
    margin-left: 14rem;
  }

  .xxs\:mt-64 {
    margin-top: 16rem;
  }

  .xxs\:mr-64 {
    margin-right: 16rem;
  }

  .xxs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xxs\:ml-64 {
    margin-left: 16rem;
  }

  .xxs\:mt-auto {
    margin-top: auto;
  }

  .xxs\:mr-auto {
    margin-right: auto;
  }

  .xxs\:mb-auto {
    margin-bottom: auto;
  }

  .xxs\:ml-auto {
    margin-left: auto;
  }

  .xxs\:mt-px {
    margin-top: 1px;
  }

  .xxs\:mr-px {
    margin-right: 1px;
  }

  .xxs\:mb-px {
    margin-bottom: 1px;
  }

  .xxs\:ml-px {
    margin-left: 1px;
  }

  .xxs\:mt-2px {
    margin-top: 2px;
  }

  .xxs\:mr-2px {
    margin-right: 2px;
  }

  .xxs\:mb-2px {
    margin-bottom: 2px;
  }

  .xxs\:ml-2px {
    margin-left: 2px;
  }

  .xxs\:mt-1\/2 {
    margin-top: 50%;
  }

  .xxs\:mr-1\/2 {
    margin-right: 50%;
  }

  .xxs\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xxs\:ml-1\/2 {
    margin-left: 50%;
  }

  .xxs\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .xxs\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .xxs\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .xxs\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .xxs\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .xxs\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .xxs\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .xxs\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .xxs\:mt-1\/4 {
    margin-top: 25%;
  }

  .xxs\:mr-1\/4 {
    margin-right: 25%;
  }

  .xxs\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .xxs\:ml-1\/4 {
    margin-left: 25%;
  }

  .xxs\:mt-2\/4 {
    margin-top: 50%;
  }

  .xxs\:mr-2\/4 {
    margin-right: 50%;
  }

  .xxs\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .xxs\:ml-2\/4 {
    margin-left: 50%;
  }

  .xxs\:mt-3\/4 {
    margin-top: 75%;
  }

  .xxs\:mr-3\/4 {
    margin-right: 75%;
  }

  .xxs\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .xxs\:ml-3\/4 {
    margin-left: 75%;
  }

  .xxs\:mt-1\/5 {
    margin-top: 20%;
  }

  .xxs\:mr-1\/5 {
    margin-right: 20%;
  }

  .xxs\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .xxs\:ml-1\/5 {
    margin-left: 20%;
  }

  .xxs\:mt-2\/5 {
    margin-top: 40%;
  }

  .xxs\:mr-2\/5 {
    margin-right: 40%;
  }

  .xxs\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .xxs\:ml-2\/5 {
    margin-left: 40%;
  }

  .xxs\:mt-3\/5 {
    margin-top: 60%;
  }

  .xxs\:mr-3\/5 {
    margin-right: 60%;
  }

  .xxs\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .xxs\:ml-3\/5 {
    margin-left: 60%;
  }

  .xxs\:mt-4\/5 {
    margin-top: 80%;
  }

  .xxs\:mr-4\/5 {
    margin-right: 80%;
  }

  .xxs\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .xxs\:ml-4\/5 {
    margin-left: 80%;
  }

  .xxs\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .xxs\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .xxs\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .xxs\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .xxs\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .xxs\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .xxs\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .xxs\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .xxs\:mt-3\/6 {
    margin-top: 50%;
  }

  .xxs\:mr-3\/6 {
    margin-right: 50%;
  }

  .xxs\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .xxs\:ml-3\/6 {
    margin-left: 50%;
  }

  .xxs\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .xxs\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .xxs\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .xxs\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .xxs\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .xxs\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .xxs\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .xxs\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .xxs\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .xxs\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .xxs\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .xxs\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .xxs\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .xxs\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .xxs\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .xxs\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .xxs\:mt-3\/12 {
    margin-top: 25%;
  }

  .xxs\:mr-3\/12 {
    margin-right: 25%;
  }

  .xxs\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .xxs\:ml-3\/12 {
    margin-left: 25%;
  }

  .xxs\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .xxs\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .xxs\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .xxs\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .xxs\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .xxs\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .xxs\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .xxs\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .xxs\:mt-6\/12 {
    margin-top: 50%;
  }

  .xxs\:mr-6\/12 {
    margin-right: 50%;
  }

  .xxs\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .xxs\:ml-6\/12 {
    margin-left: 50%;
  }

  .xxs\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .xxs\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .xxs\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .xxs\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .xxs\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .xxs\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .xxs\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .xxs\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .xxs\:mt-9\/12 {
    margin-top: 75%;
  }

  .xxs\:mr-9\/12 {
    margin-right: 75%;
  }

  .xxs\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .xxs\:ml-9\/12 {
    margin-left: 75%;
  }

  .xxs\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .xxs\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .xxs\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .xxs\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .xxs\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .xxs\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .xxs\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .xxs\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .xxs\:mt-full {
    margin-top: 100%;
  }

  .xxs\:mr-full {
    margin-right: 100%;
  }

  .xxs\:mb-full {
    margin-bottom: 100%;
  }

  .xxs\:ml-full {
    margin-left: 100%;
  }

  .xxs\:mt-screen {
    margin-top: 100vw;
  }

  .xxs\:mr-screen {
    margin-right: 100vw;
  }

  .xxs\:mb-screen {
    margin-bottom: 100vw;
  }

  .xxs\:ml-screen {
    margin-left: 100vw;
  }

  .xxs\:mt-10px {
    margin-top: 0.625rem;
  }

  .xxs\:mr-10px {
    margin-right: 0.625rem;
  }

  .xxs\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .xxs\:ml-10px {
    margin-left: 0.625rem;
  }

  .xxs\:mt-20px {
    margin-top: 20px;
  }

  .xxs\:mr-20px {
    margin-right: 20px;
  }

  .xxs\:mb-20px {
    margin-bottom: 20px;
  }

  .xxs\:ml-20px {
    margin-left: 20px;
  }

  .xxs\:mt-30px {
    margin-top: 30px;
  }

  .xxs\:mr-30px {
    margin-right: 30px;
  }

  .xxs\:mb-30px {
    margin-bottom: 30px;
  }

  .xxs\:ml-30px {
    margin-left: 30px;
  }

  .xxs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xxs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xxs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xxs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xxs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xxs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xxs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xxs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xxs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xxs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xxs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xxs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xxs\:-mt-4 {
    margin-top: -1rem;
  }

  .xxs\:-mr-4 {
    margin-right: -1rem;
  }

  .xxs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xxs\:-ml-4 {
    margin-left: -1rem;
  }

  .xxs\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xxs\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xxs\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xxs\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xxs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xxs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xxs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xxs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xxs\:-mt-8 {
    margin-top: -2rem;
  }

  .xxs\:-mr-8 {
    margin-right: -2rem;
  }

  .xxs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xxs\:-ml-8 {
    margin-left: -2rem;
  }

  .xxs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xxs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xxs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xxs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xxs\:-mt-12 {
    margin-top: -3rem;
  }

  .xxs\:-mr-12 {
    margin-right: -3rem;
  }

  .xxs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xxs\:-ml-12 {
    margin-left: -3rem;
  }

  .xxs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xxs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xxs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xxs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xxs\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xxs\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xxs\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xxs\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xxs\:-mt-16 {
    margin-top: -4rem;
  }

  .xxs\:-mr-16 {
    margin-right: -4rem;
  }

  .xxs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xxs\:-ml-16 {
    margin-left: -4rem;
  }

  .xxs\:-mt-20 {
    margin-top: -5rem;
  }

  .xxs\:-mr-20 {
    margin-right: -5rem;
  }

  .xxs\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xxs\:-ml-20 {
    margin-left: -5rem;
  }

  .xxs\:-mt-24 {
    margin-top: -6rem;
  }

  .xxs\:-mr-24 {
    margin-right: -6rem;
  }

  .xxs\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xxs\:-ml-24 {
    margin-left: -6rem;
  }

  .xxs\:-mt-26 {
    margin-top: -7rem;
  }

  .xxs\:-mr-26 {
    margin-right: -7rem;
  }

  .xxs\:-mb-26 {
    margin-bottom: -7rem;
  }

  .xxs\:-ml-26 {
    margin-left: -7rem;
  }

  .xxs\:-mt-32 {
    margin-top: -8rem;
  }

  .xxs\:-mr-32 {
    margin-right: -8rem;
  }

  .xxs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xxs\:-ml-32 {
    margin-left: -8rem;
  }

  .xxs\:-mt-36 {
    margin-top: -9rem;
  }

  .xxs\:-mr-36 {
    margin-right: -9rem;
  }

  .xxs\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xxs\:-ml-36 {
    margin-left: -9rem;
  }

  .xxs\:-mt-40 {
    margin-top: -10rem;
  }

  .xxs\:-mr-40 {
    margin-right: -10rem;
  }

  .xxs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xxs\:-ml-40 {
    margin-left: -10rem;
  }

  .xxs\:-mt-48 {
    margin-top: -12rem;
  }

  .xxs\:-mr-48 {
    margin-right: -12rem;
  }

  .xxs\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xxs\:-ml-48 {
    margin-left: -12rem;
  }

  .xxs\:-mt-56 {
    margin-top: -14rem;
  }

  .xxs\:-mr-56 {
    margin-right: -14rem;
  }

  .xxs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xxs\:-ml-56 {
    margin-left: -14rem;
  }

  .xxs\:-mt-64 {
    margin-top: -16rem;
  }

  .xxs\:-mr-64 {
    margin-right: -16rem;
  }

  .xxs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xxs\:-ml-64 {
    margin-left: -16rem;
  }

  .xxs\:-mt-px {
    margin-top: -1px;
  }

  .xxs\:-mr-px {
    margin-right: -1px;
  }

  .xxs\:-mb-px {
    margin-bottom: -1px;
  }

  .xxs\:-ml-px {
    margin-left: -1px;
  }

  .xxs\:-mt-2px {
    margin-top: -2px;
  }

  .xxs\:-mr-2px {
    margin-right: -2px;
  }

  .xxs\:-mb-2px {
    margin-bottom: -2px;
  }

  .xxs\:-ml-2px {
    margin-left: -2px;
  }

  .xxs\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xxs\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xxs\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xxs\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xxs\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .xxs\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .xxs\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .xxs\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .xxs\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .xxs\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .xxs\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .xxs\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .xxs\:-mt-1\/4 {
    margin-top: -25%;
  }

  .xxs\:-mr-1\/4 {
    margin-right: -25%;
  }

  .xxs\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .xxs\:-ml-1\/4 {
    margin-left: -25%;
  }

  .xxs\:-mt-2\/4 {
    margin-top: -50%;
  }

  .xxs\:-mr-2\/4 {
    margin-right: -50%;
  }

  .xxs\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .xxs\:-ml-2\/4 {
    margin-left: -50%;
  }

  .xxs\:-mt-3\/4 {
    margin-top: -75%;
  }

  .xxs\:-mr-3\/4 {
    margin-right: -75%;
  }

  .xxs\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .xxs\:-ml-3\/4 {
    margin-left: -75%;
  }

  .xxs\:-mt-1\/5 {
    margin-top: -20%;
  }

  .xxs\:-mr-1\/5 {
    margin-right: -20%;
  }

  .xxs\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .xxs\:-ml-1\/5 {
    margin-left: -20%;
  }

  .xxs\:-mt-2\/5 {
    margin-top: -40%;
  }

  .xxs\:-mr-2\/5 {
    margin-right: -40%;
  }

  .xxs\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .xxs\:-ml-2\/5 {
    margin-left: -40%;
  }

  .xxs\:-mt-3\/5 {
    margin-top: -60%;
  }

  .xxs\:-mr-3\/5 {
    margin-right: -60%;
  }

  .xxs\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .xxs\:-ml-3\/5 {
    margin-left: -60%;
  }

  .xxs\:-mt-4\/5 {
    margin-top: -80%;
  }

  .xxs\:-mr-4\/5 {
    margin-right: -80%;
  }

  .xxs\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .xxs\:-ml-4\/5 {
    margin-left: -80%;
  }

  .xxs\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .xxs\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .xxs\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .xxs\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .xxs\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .xxs\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .xxs\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .xxs\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .xxs\:-mt-3\/6 {
    margin-top: -50%;
  }

  .xxs\:-mr-3\/6 {
    margin-right: -50%;
  }

  .xxs\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .xxs\:-ml-3\/6 {
    margin-left: -50%;
  }

  .xxs\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .xxs\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .xxs\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .xxs\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .xxs\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .xxs\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .xxs\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .xxs\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .xxs\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .xxs\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .xxs\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .xxs\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .xxs\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .xxs\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .xxs\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .xxs\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .xxs\:-mt-3\/12 {
    margin-top: -25%;
  }

  .xxs\:-mr-3\/12 {
    margin-right: -25%;
  }

  .xxs\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .xxs\:-ml-3\/12 {
    margin-left: -25%;
  }

  .xxs\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .xxs\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .xxs\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .xxs\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .xxs\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .xxs\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .xxs\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .xxs\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .xxs\:-mt-6\/12 {
    margin-top: -50%;
  }

  .xxs\:-mr-6\/12 {
    margin-right: -50%;
  }

  .xxs\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .xxs\:-ml-6\/12 {
    margin-left: -50%;
  }

  .xxs\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .xxs\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .xxs\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .xxs\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .xxs\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .xxs\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .xxs\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .xxs\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .xxs\:-mt-9\/12 {
    margin-top: -75%;
  }

  .xxs\:-mr-9\/12 {
    margin-right: -75%;
  }

  .xxs\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .xxs\:-ml-9\/12 {
    margin-left: -75%;
  }

  .xxs\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .xxs\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .xxs\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .xxs\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .xxs\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .xxs\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .xxs\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .xxs\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .xxs\:-mt-full {
    margin-top: -100%;
  }

  .xxs\:-mr-full {
    margin-right: -100%;
  }

  .xxs\:-mb-full {
    margin-bottom: -100%;
  }

  .xxs\:-ml-full {
    margin-left: -100%;
  }

  .xxs\:-mt-screen {
    margin-top: -100vw;
  }

  .xxs\:-mr-screen {
    margin-right: -100vw;
  }

  .xxs\:-mb-screen {
    margin-bottom: -100vw;
  }

  .xxs\:-ml-screen {
    margin-left: -100vw;
  }

  .xxs\:-mt-10px {
    margin-top: -0.625rem;
  }

  .xxs\:-mr-10px {
    margin-right: -0.625rem;
  }

  .xxs\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .xxs\:-ml-10px {
    margin-left: -0.625rem;
  }

  .xxs\:-mt-20px {
    margin-top: -20px;
  }

  .xxs\:-mr-20px {
    margin-right: -20px;
  }

  .xxs\:-mb-20px {
    margin-bottom: -20px;
  }

  .xxs\:-ml-20px {
    margin-left: -20px;
  }

  .xxs\:-mt-30px {
    margin-top: -30px;
  }

  .xxs\:-mr-30px {
    margin-right: -30px;
  }

  .xxs\:-mb-30px {
    margin-bottom: -30px;
  }

  .xxs\:-ml-30px {
    margin-left: -30px;
  }

  .xxs\:first\:m-0:first-child {
    margin: 0;
  }

  .xxs\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xxs\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xxs\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xxs\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xxs\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xxs\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xxs\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xxs\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xxs\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xxs\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xxs\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .xxs\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xxs\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xxs\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xxs\:first\:m-26:first-child {
    margin: 7rem;
  }

  .xxs\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xxs\:first\:m-36:first-child {
    margin: 9rem;
  }

  .xxs\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xxs\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xxs\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xxs\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xxs\:first\:m-auto:first-child {
    margin: auto;
  }

  .xxs\:first\:m-px:first-child {
    margin: 1px;
  }

  .xxs\:first\:m-2px:first-child {
    margin: 2px;
  }

  .xxs\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .xxs\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .xxs\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .xxs\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .xxs\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .xxs\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .xxs\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .xxs\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .xxs\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .xxs\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .xxs\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .xxs\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .xxs\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .xxs\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .xxs\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .xxs\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .xxs\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .xxs\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .xxs\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .xxs\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .xxs\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .xxs\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .xxs\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .xxs\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .xxs\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .xxs\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .xxs\:first\:m-full:first-child {
    margin: 100%;
  }

  .xxs\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .xxs\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .xxs\:first\:m-20px:first-child {
    margin: 20px;
  }

  .xxs\:first\:m-30px:first-child {
    margin: 30px;
  }

  .xxs\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xxs\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xxs\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xxs\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xxs\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xxs\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xxs\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xxs\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xxs\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xxs\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xxs\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .xxs\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xxs\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xxs\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xxs\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .xxs\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xxs\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .xxs\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xxs\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xxs\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xxs\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xxs\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xxs\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .xxs\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .xxs\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .xxs\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .xxs\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .xxs\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .xxs\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .xxs\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .xxs\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .xxs\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .xxs\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .xxs\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .xxs\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .xxs\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .xxs\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .xxs\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .xxs\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .xxs\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .xxs\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .xxs\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .xxs\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .xxs\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .xxs\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .xxs\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .xxs\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .xxs\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .xxs\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .xxs\:first\:-m-full:first-child {
    margin: -100%;
  }

  .xxs\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .xxs\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .xxs\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .xxs\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .xxs\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxs\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxs\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxs\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxs\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxs\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxs\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxs\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxs\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxs\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxs\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxs\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxs\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxs\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxs\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xxs\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xxs\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxs\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxs\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxs\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxs\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxs\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxs\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxs\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxs\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxs\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxs\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xxs\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xxs\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxs\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxs\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxs\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxs\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxs\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxs\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxs\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxs\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xxs\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xxs\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxs\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxs\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxs\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxs\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xxs\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xxs\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xxs\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xxs\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xxs\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xxs\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xxs\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xxs\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xxs\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xxs\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xxs\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xxs\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xxs\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xxs\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xxs\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xxs\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxs\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxs\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xxs\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xxs\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xxs\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xxs\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxs\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxs\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xxs\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xxs\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xxs\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xxs\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xxs\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xxs\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xxs\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xxs\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xxs\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xxs\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxs\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxs\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxs\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxs\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxs\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxs\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxs\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxs\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxs\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxs\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xxs\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xxs\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxs\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxs\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxs\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxs\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxs\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxs\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxs\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxs\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxs\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxs\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xxs\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xxs\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxs\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxs\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxs\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxs\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxs\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxs\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxs\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxs\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xxs\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xxs\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xxs\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xxs\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xxs\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xxs\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xxs\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xxs\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xxs\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xxs\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xxs\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xxs\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xxs\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xxs\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xxs\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xxs\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xxs\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xxs\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xxs\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xxs\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xxs\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xxs\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xxs\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xxs\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xxs\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xxs\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xxs\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xxs\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xxs\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xxs\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xxs\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xxs\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xxs\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xxs\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xxs\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xxs\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xxs\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xxs\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxs\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xxs\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxs\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxs\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xxs\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xxs\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xxs\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xxs\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xxs\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xxs\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xxs\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xxs\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xxs\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xxs\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xxs\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xxs\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xxs\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xxs\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xxs\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xxs\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xxs\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xxs\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xxs\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xxs\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xxs\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xxs\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xxs\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xxs\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xxs\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xxs\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xxs\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xxs\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xxs\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xxs\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xxs\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xxs\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xxs\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xxs\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xxs\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xxs\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xxs\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xxs\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xxs\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xxs\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xxs\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xxs\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xxs\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xxs\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xxs\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xxs\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .xxs\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .xxs\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .xxs\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .xxs\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xxs\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xxs\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xxs\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xxs\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xxs\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xxs\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xxs\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xxs\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xxs\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xxs\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xxs\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xxs\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .xxs\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .xxs\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .xxs\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .xxs\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xxs\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xxs\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xxs\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xxs\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .xxs\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .xxs\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .xxs\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .xxs\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xxs\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xxs\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xxs\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xxs\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xxs\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xxs\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xxs\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xxs\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xxs\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xxs\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xxs\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xxs\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xxs\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xxs\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xxs\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xxs\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xxs\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xxs\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xxs\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xxs\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xxs\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xxs\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xxs\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xxs\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .xxs\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .xxs\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .xxs\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .xxs\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .xxs\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .xxs\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .xxs\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .xxs\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .xxs\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .xxs\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .xxs\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .xxs\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .xxs\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .xxs\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .xxs\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .xxs\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .xxs\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .xxs\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .xxs\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .xxs\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .xxs\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .xxs\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .xxs\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .xxs\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .xxs\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .xxs\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .xxs\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .xxs\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .xxs\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .xxs\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .xxs\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .xxs\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .xxs\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .xxs\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .xxs\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .xxs\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .xxs\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .xxs\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .xxs\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .xxs\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .xxs\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .xxs\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .xxs\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .xxs\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .xxs\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .xxs\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .xxs\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .xxs\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .xxs\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .xxs\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .xxs\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .xxs\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .xxs\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .xxs\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .xxs\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .xxs\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .xxs\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .xxs\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .xxs\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .xxs\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .xxs\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .xxs\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .xxs\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .xxs\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .xxs\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .xxs\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .xxs\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .xxs\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .xxs\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .xxs\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .xxs\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .xxs\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .xxs\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .xxs\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .xxs\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .xxs\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .xxs\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .xxs\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .xxs\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .xxs\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .xxs\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .xxs\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .xxs\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .xxs\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .xxs\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .xxs\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .xxs\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .xxs\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .xxs\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .xxs\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .xxs\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .xxs\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .xxs\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .xxs\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .xxs\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .xxs\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .xxs\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .xxs\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .xxs\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .xxs\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .xxs\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .xxs\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .xxs\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .xxs\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .xxs\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .xxs\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .xxs\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .xxs\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .xxs\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .xxs\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .xxs\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .xxs\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .xxs\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .xxs\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .xxs\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .xxs\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .xxs\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .xxs\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .xxs\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .xxs\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .xxs\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .xxs\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .xxs\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .xxs\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .xxs\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .xxs\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .xxs\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .xxs\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xxs\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xxs\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xxs\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xxs\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xxs\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xxs\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xxs\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xxs\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xxs\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xxs\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xxs\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xxs\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xxs\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xxs\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xxs\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xxs\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xxs\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xxs\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xxs\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xxs\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xxs\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xxs\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xxs\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xxs\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xxs\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xxs\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xxs\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xxs\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xxs\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xxs\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xxs\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xxs\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xxs\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xxs\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xxs\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xxs\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xxs\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xxs\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xxs\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xxs\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .xxs\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .xxs\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .xxs\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .xxs\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xxs\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xxs\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xxs\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xxs\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xxs\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xxs\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xxs\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xxs\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xxs\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xxs\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xxs\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xxs\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .xxs\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .xxs\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .xxs\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .xxs\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xxs\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xxs\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xxs\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xxs\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .xxs\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .xxs\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .xxs\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .xxs\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xxs\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xxs\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xxs\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xxs\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xxs\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xxs\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xxs\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xxs\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xxs\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xxs\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xxs\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xxs\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xxs\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xxs\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xxs\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xxs\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xxs\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xxs\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xxs\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xxs\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .xxs\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .xxs\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .xxs\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .xxs\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .xxs\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .xxs\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .xxs\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .xxs\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .xxs\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .xxs\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .xxs\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .xxs\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .xxs\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .xxs\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .xxs\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .xxs\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .xxs\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .xxs\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .xxs\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .xxs\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .xxs\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .xxs\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .xxs\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .xxs\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .xxs\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .xxs\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .xxs\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .xxs\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .xxs\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .xxs\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .xxs\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .xxs\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .xxs\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .xxs\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .xxs\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .xxs\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .xxs\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .xxs\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .xxs\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .xxs\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .xxs\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .xxs\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .xxs\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .xxs\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .xxs\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .xxs\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .xxs\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .xxs\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .xxs\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .xxs\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .xxs\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .xxs\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .xxs\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .xxs\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .xxs\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .xxs\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .xxs\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .xxs\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .xxs\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .xxs\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .xxs\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .xxs\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .xxs\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .xxs\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .xxs\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .xxs\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .xxs\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .xxs\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .xxs\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .xxs\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .xxs\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .xxs\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .xxs\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .xxs\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .xxs\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .xxs\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .xxs\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .xxs\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .xxs\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .xxs\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .xxs\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .xxs\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .xxs\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .xxs\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .xxs\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .xxs\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .xxs\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .xxs\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .xxs\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .xxs\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .xxs\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .xxs\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .xxs\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .xxs\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .xxs\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .xxs\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .xxs\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .xxs\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .xxs\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .xxs\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .xxs\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .xxs\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .xxs\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .xxs\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .xxs\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .xxs\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .xxs\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .xxs\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .xxs\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .xxs\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .xxs\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .xxs\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .xxs\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .xxs\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .xxs\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .xxs\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .xxs\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .xxs\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .xxs\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .xxs\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .xxs\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .xxs\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .xxs\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .xxs\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .xxs\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .xxs\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .xxs\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .xxs\:last\:m-0:last-child {
    margin: 0;
  }

  .xxs\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xxs\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xxs\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xxs\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xxs\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xxs\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xxs\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xxs\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xxs\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xxs\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xxs\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .xxs\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xxs\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xxs\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xxs\:last\:m-26:last-child {
    margin: 7rem;
  }

  .xxs\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xxs\:last\:m-36:last-child {
    margin: 9rem;
  }

  .xxs\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xxs\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xxs\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xxs\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xxs\:last\:m-auto:last-child {
    margin: auto;
  }

  .xxs\:last\:m-px:last-child {
    margin: 1px;
  }

  .xxs\:last\:m-2px:last-child {
    margin: 2px;
  }

  .xxs\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .xxs\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .xxs\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .xxs\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .xxs\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .xxs\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .xxs\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .xxs\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .xxs\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .xxs\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .xxs\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .xxs\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .xxs\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .xxs\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .xxs\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .xxs\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .xxs\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .xxs\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .xxs\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .xxs\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .xxs\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .xxs\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .xxs\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .xxs\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .xxs\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .xxs\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .xxs\:last\:m-full:last-child {
    margin: 100%;
  }

  .xxs\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .xxs\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .xxs\:last\:m-20px:last-child {
    margin: 20px;
  }

  .xxs\:last\:m-30px:last-child {
    margin: 30px;
  }

  .xxs\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xxs\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xxs\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xxs\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xxs\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xxs\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xxs\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xxs\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xxs\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xxs\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xxs\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .xxs\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xxs\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xxs\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xxs\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .xxs\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xxs\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .xxs\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xxs\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xxs\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xxs\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xxs\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xxs\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .xxs\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .xxs\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .xxs\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .xxs\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .xxs\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .xxs\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .xxs\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .xxs\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .xxs\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .xxs\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .xxs\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .xxs\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .xxs\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .xxs\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .xxs\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .xxs\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .xxs\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .xxs\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .xxs\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .xxs\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .xxs\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .xxs\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .xxs\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .xxs\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .xxs\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .xxs\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .xxs\:last\:-m-full:last-child {
    margin: -100%;
  }

  .xxs\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .xxs\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .xxs\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .xxs\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .xxs\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxs\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xxs\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxs\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxs\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxs\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxs\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxs\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxs\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxs\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxs\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxs\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxs\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxs\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxs\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxs\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxs\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxs\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxs\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxs\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxs\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxs\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxs\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xxs\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xxs\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxs\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxs\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxs\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxs\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxs\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxs\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxs\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxs\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxs\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxs\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xxs\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xxs\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxs\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxs\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxs\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxs\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxs\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxs\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxs\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxs\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxs\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xxs\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxs\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxs\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xxs\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xxs\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxs\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxs\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxs\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxs\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xxs\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xxs\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xxs\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xxs\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xxs\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xxs\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xxs\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xxs\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xxs\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xxs\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xxs\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xxs\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xxs\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xxs\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xxs\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xxs\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xxs\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xxs\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xxs\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xxs\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xxs\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xxs\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xxs\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xxs\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xxs\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xxs\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xxs\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xxs\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xxs\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xxs\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xxs\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xxs\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xxs\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xxs\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xxs\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xxs\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xxs\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xxs\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xxs\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xxs\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxs\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxs\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxs\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxs\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxs\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxs\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxs\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxs\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxs\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxs\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxs\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxs\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxs\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxs\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxs\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxs\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxs\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxs\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxs\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxs\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxs\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxs\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxs\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxs\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xxs\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xxs\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxs\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxs\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxs\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxs\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxs\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxs\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxs\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxs\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxs\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxs\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xxs\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xxs\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxs\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxs\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxs\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxs\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxs\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxs\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxs\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxs\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxs\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxs\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xxs\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xxs\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xxs\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xxs\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xxs\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xxs\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xxs\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xxs\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xxs\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xxs\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xxs\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xxs\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xxs\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xxs\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xxs\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xxs\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xxs\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xxs\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xxs\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xxs\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xxs\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xxs\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xxs\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xxs\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xxs\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xxs\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xxs\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xxs\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xxs\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xxs\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xxs\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xxs\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xxs\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xxs\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xxs\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xxs\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xxs\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xxs\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xxs\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xxs\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xxs\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xxs\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xxs\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xxs\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxs\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xxs\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xxs\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xxs\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xxs\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xxs\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xxs\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xxs\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xxs\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xxs\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xxs\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xxs\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xxs\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xxs\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xxs\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xxs\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xxs\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xxs\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xxs\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xxs\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xxs\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xxs\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xxs\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xxs\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xxs\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xxs\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xxs\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xxs\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xxs\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xxs\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xxs\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xxs\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xxs\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xxs\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xxs\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xxs\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xxs\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xxs\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xxs\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xxs\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xxs\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xxs\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xxs\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xxs\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xxs\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xxs\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xxs\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xxs\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xxs\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xxs\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .xxs\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .xxs\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .xxs\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .xxs\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xxs\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xxs\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xxs\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xxs\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xxs\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xxs\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xxs\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xxs\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xxs\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xxs\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xxs\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xxs\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .xxs\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .xxs\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .xxs\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .xxs\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xxs\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xxs\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xxs\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xxs\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .xxs\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .xxs\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .xxs\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .xxs\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xxs\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xxs\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xxs\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xxs\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xxs\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xxs\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xxs\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xxs\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xxs\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xxs\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xxs\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xxs\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xxs\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xxs\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xxs\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xxs\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xxs\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xxs\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xxs\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xxs\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xxs\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xxs\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xxs\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xxs\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .xxs\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .xxs\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .xxs\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .xxs\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .xxs\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .xxs\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .xxs\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .xxs\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .xxs\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .xxs\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .xxs\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .xxs\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .xxs\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .xxs\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .xxs\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .xxs\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .xxs\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .xxs\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .xxs\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .xxs\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .xxs\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .xxs\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .xxs\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .xxs\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .xxs\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .xxs\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .xxs\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .xxs\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .xxs\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .xxs\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .xxs\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .xxs\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .xxs\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .xxs\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .xxs\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .xxs\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .xxs\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .xxs\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .xxs\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .xxs\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .xxs\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .xxs\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .xxs\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .xxs\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .xxs\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .xxs\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .xxs\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .xxs\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .xxs\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .xxs\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .xxs\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .xxs\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .xxs\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .xxs\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .xxs\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .xxs\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .xxs\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .xxs\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .xxs\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .xxs\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .xxs\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .xxs\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .xxs\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .xxs\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .xxs\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .xxs\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .xxs\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .xxs\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .xxs\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .xxs\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .xxs\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .xxs\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .xxs\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .xxs\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .xxs\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .xxs\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .xxs\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .xxs\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .xxs\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .xxs\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .xxs\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .xxs\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .xxs\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .xxs\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .xxs\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .xxs\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .xxs\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .xxs\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .xxs\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .xxs\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .xxs\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .xxs\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .xxs\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .xxs\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .xxs\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .xxs\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .xxs\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .xxs\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .xxs\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .xxs\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .xxs\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .xxs\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .xxs\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .xxs\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .xxs\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .xxs\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .xxs\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .xxs\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .xxs\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .xxs\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .xxs\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .xxs\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .xxs\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .xxs\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .xxs\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .xxs\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .xxs\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .xxs\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .xxs\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .xxs\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .xxs\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .xxs\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .xxs\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .xxs\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .xxs\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .xxs\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .xxs\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .xxs\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xxs\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xxs\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xxs\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xxs\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xxs\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xxs\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xxs\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xxs\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xxs\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xxs\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xxs\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xxs\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xxs\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xxs\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xxs\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xxs\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xxs\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xxs\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xxs\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xxs\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xxs\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xxs\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xxs\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xxs\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xxs\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xxs\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xxs\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xxs\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xxs\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xxs\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xxs\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xxs\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xxs\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xxs\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xxs\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xxs\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xxs\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xxs\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xxs\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xxs\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .xxs\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .xxs\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .xxs\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .xxs\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xxs\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xxs\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xxs\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xxs\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xxs\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xxs\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xxs\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xxs\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xxs\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xxs\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xxs\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xxs\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .xxs\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .xxs\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .xxs\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .xxs\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xxs\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xxs\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xxs\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xxs\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .xxs\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .xxs\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .xxs\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .xxs\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xxs\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xxs\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xxs\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xxs\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xxs\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xxs\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xxs\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xxs\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xxs\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xxs\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xxs\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xxs\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xxs\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xxs\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xxs\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xxs\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xxs\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xxs\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xxs\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xxs\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .xxs\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .xxs\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .xxs\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .xxs\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .xxs\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .xxs\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .xxs\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .xxs\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .xxs\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .xxs\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .xxs\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .xxs\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .xxs\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .xxs\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .xxs\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .xxs\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .xxs\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .xxs\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .xxs\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .xxs\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .xxs\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .xxs\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .xxs\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .xxs\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .xxs\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .xxs\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .xxs\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .xxs\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .xxs\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .xxs\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .xxs\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .xxs\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .xxs\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .xxs\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .xxs\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .xxs\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .xxs\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .xxs\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .xxs\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .xxs\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .xxs\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .xxs\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .xxs\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .xxs\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .xxs\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .xxs\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .xxs\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .xxs\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .xxs\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .xxs\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .xxs\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .xxs\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .xxs\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .xxs\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .xxs\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .xxs\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .xxs\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .xxs\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .xxs\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .xxs\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .xxs\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .xxs\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .xxs\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .xxs\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .xxs\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .xxs\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .xxs\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .xxs\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .xxs\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .xxs\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .xxs\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .xxs\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .xxs\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .xxs\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .xxs\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .xxs\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .xxs\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .xxs\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .xxs\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .xxs\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .xxs\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .xxs\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .xxs\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .xxs\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .xxs\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .xxs\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .xxs\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .xxs\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .xxs\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .xxs\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .xxs\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .xxs\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .xxs\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .xxs\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .xxs\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .xxs\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .xxs\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .xxs\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .xxs\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .xxs\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .xxs\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .xxs\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .xxs\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .xxs\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .xxs\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .xxs\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .xxs\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .xxs\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .xxs\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .xxs\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .xxs\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .xxs\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .xxs\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .xxs\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .xxs\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .xxs\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .xxs\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .xxs\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .xxs\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .xxs\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .xxs\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .xxs\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .xxs\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .xxs\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .xxs\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .xxs\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .xxs\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .xxs\:max-h-400 {
    max-height: 400px;
  }

  .xxs\:max-h-full {
    max-height: 100%;
  }

  .xxs\:max-h-screen {
    max-height: 100vh;
  }

  .xxs\:max-w-60 {
    max-width: 60%;
  }

  .xxs\:max-w-170 {
    max-width: 170px;
  }

  .xxs\:max-w-200 {
    max-width: 200px;
  }

  .xxs\:max-w-300 {
    max-width: 300px;
  }

  .xxs\:max-w-none {
    max-width: none;
  }

  .xxs\:max-w-xs {
    max-width: 20rem;
  }

  .xxs\:max-w-sm {
    max-width: 24rem;
  }

  .xxs\:max-w-md {
    max-width: 28rem;
  }

  .xxs\:max-w-lg {
    max-width: 32rem;
  }

  .xxs\:max-w-xl {
    max-width: 36rem;
  }

  .xxs\:max-w-2xl {
    max-width: 42rem;
  }

  .xxs\:max-w-3xl {
    max-width: 48rem;
  }

  .xxs\:max-w-4xl {
    max-width: 56rem;
  }

  .xxs\:max-w-5xl {
    max-width: 64rem;
  }

  .xxs\:max-w-6xl {
    max-width: 72rem;
  }

  .xxs\:max-w-full {
    max-width: 100%;
  }

  .xxs\:max-w-screen-xxs {
    max-width: 400px;
  }

  .xxs\:max-w-screen-xs {
    max-width: 480px;
  }

  .xxs\:max-w-screen-sm {
    max-width: 640px;
  }

  .xxs\:max-w-screen-md {
    max-width: 768px;
  }

  .xxs\:max-w-screen-tablet {
    max-width: 900px;
  }

  .xxs\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xxs\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xxs\:min-h-0 {
    min-height: 0;
  }

  .xxs\:min-h-full {
    min-height: 100%;
  }

  .xxs\:min-h-screen {
    min-height: 100vh;
  }

  .xxs\:min-w-0 {
    min-width: 0;
  }

  .xxs\:min-w-full {
    min-width: 100%;
  }

  .xxs\:object-contain {
    object-fit: contain;
  }

  .xxs\:object-cover {
    object-fit: cover;
  }

  .xxs\:object-fill {
    object-fit: fill;
  }

  .xxs\:object-none {
    object-fit: none;
  }

  .xxs\:object-scale-down {
    object-fit: scale-down;
  }

  .xxs\:object-bottom {
    object-position: bottom;
  }

  .xxs\:object-center {
    object-position: center;
  }

  .xxs\:object-left {
    object-position: left;
  }

  .xxs\:object-left-bottom {
    object-position: left bottom;
  }

  .xxs\:object-left-top {
    object-position: left top;
  }

  .xxs\:object-right {
    object-position: right;
  }

  .xxs\:object-right-bottom {
    object-position: right bottom;
  }

  .xxs\:object-right-top {
    object-position: right top;
  }

  .xxs\:object-top {
    object-position: top;
  }

  .xxs\:opacity-0 {
    opacity: 0;
  }

  .xxs\:opacity-10 {
    opacity: 0.10;
  }

  .xxs\:opacity-25 {
    opacity: 0.25;
  }

  .xxs\:opacity-50 {
    opacity: 0.5;
  }

  .xxs\:opacity-75 {
    opacity: 0.75;
  }

  .xxs\:opacity-100 {
    opacity: 1;
  }

  .xxs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xxs\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .xxs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xxs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xxs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xxs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xxs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xxs\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .xxs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xxs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xxs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xxs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xxs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxs\:overflow-auto {
    overflow: auto;
  }

  .xxs\:overflow-hidden {
    overflow: hidden;
  }

  .xxs\:overflow-visible {
    overflow: visible;
  }

  .xxs\:overflow-scroll {
    overflow: scroll;
  }

  .xxs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xxs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xxs\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xxs\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xxs\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xxs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xxs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xxs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xxs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xxs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xxs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xxs\:p-0 {
    padding: 0;
  }

  .xxs\:p-1 {
    padding: 0.25rem;
  }

  .xxs\:p-2 {
    padding: 0.5rem;
  }

  .xxs\:p-3 {
    padding: 0.75rem;
  }

  .xxs\:p-4 {
    padding: 1rem;
  }

  .xxs\:p-5 {
    padding: 1.25rem;
  }

  .xxs\:p-6 {
    padding: 1.5rem;
  }

  .xxs\:p-8 {
    padding: 2rem;
  }

  .xxs\:p-10 {
    padding: 2.5rem;
  }

  .xxs\:p-12 {
    padding: 3rem;
  }

  .xxs\:p-14 {
    padding: 3.5rem;
  }

  .xxs\:p-15 {
    padding: 3.75rem;
  }

  .xxs\:p-16 {
    padding: 4rem;
  }

  .xxs\:p-20 {
    padding: 5rem;
  }

  .xxs\:p-24 {
    padding: 6rem;
  }

  .xxs\:p-26 {
    padding: 7rem;
  }

  .xxs\:p-32 {
    padding: 8rem;
  }

  .xxs\:p-36 {
    padding: 9rem;
  }

  .xxs\:p-40 {
    padding: 10rem;
  }

  .xxs\:p-48 {
    padding: 12rem;
  }

  .xxs\:p-56 {
    padding: 14rem;
  }

  .xxs\:p-64 {
    padding: 16rem;
  }

  .xxs\:p-px {
    padding: 1px;
  }

  .xxs\:p-2px {
    padding: 2px;
  }

  .xxs\:p-1\/2 {
    padding: 50%;
  }

  .xxs\:p-1\/3 {
    padding: 33.333333%;
  }

  .xxs\:p-2\/3 {
    padding: 66.666667%;
  }

  .xxs\:p-1\/4 {
    padding: 25%;
  }

  .xxs\:p-2\/4 {
    padding: 50%;
  }

  .xxs\:p-3\/4 {
    padding: 75%;
  }

  .xxs\:p-1\/5 {
    padding: 20%;
  }

  .xxs\:p-2\/5 {
    padding: 40%;
  }

  .xxs\:p-3\/5 {
    padding: 60%;
  }

  .xxs\:p-4\/5 {
    padding: 80%;
  }

  .xxs\:p-1\/6 {
    padding: 16.666667%;
  }

  .xxs\:p-2\/6 {
    padding: 33.333333%;
  }

  .xxs\:p-3\/6 {
    padding: 50%;
  }

  .xxs\:p-4\/6 {
    padding: 66.666667%;
  }

  .xxs\:p-5\/6 {
    padding: 83.333333%;
  }

  .xxs\:p-1\/12 {
    padding: 8.333333%;
  }

  .xxs\:p-2\/12 {
    padding: 16.666667%;
  }

  .xxs\:p-3\/12 {
    padding: 25%;
  }

  .xxs\:p-4\/12 {
    padding: 33.333333%;
  }

  .xxs\:p-5\/12 {
    padding: 41.666667%;
  }

  .xxs\:p-6\/12 {
    padding: 50%;
  }

  .xxs\:p-7\/12 {
    padding: 58.333333%;
  }

  .xxs\:p-8\/12 {
    padding: 66.666667%;
  }

  .xxs\:p-9\/12 {
    padding: 75%;
  }

  .xxs\:p-10\/12 {
    padding: 83.333333%;
  }

  .xxs\:p-11\/12 {
    padding: 91.666667%;
  }

  .xxs\:p-full {
    padding: 100%;
  }

  .xxs\:p-screen {
    padding: 100vw;
  }

  .xxs\:p-10px {
    padding: 0.625rem;
  }

  .xxs\:p-20px {
    padding: 20px;
  }

  .xxs\:p-30px {
    padding: 30px;
  }

  .xxs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xxs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xxs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xxs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxs\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxs\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxs\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xxs\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xxs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxs\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxs\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxs\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xxs\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xxs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xxs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xxs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xxs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xxs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xxs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxs\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xxs\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xxs\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xxs\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xxs\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xxs\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xxs\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xxs\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xxs\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xxs\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xxs\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xxs\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xxs\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xxs\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xxs\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xxs\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xxs\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xxs\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xxs\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xxs\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xxs\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xxs\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xxs\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xxs\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xxs\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xxs\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xxs\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xxs\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xxs\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xxs\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xxs\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xxs\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xxs\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .xxs\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .xxs\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xxs\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xxs\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xxs\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xxs\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xxs\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xxs\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .xxs\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .xxs\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xxs\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xxs\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .xxs\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .xxs\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xxs\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xxs\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xxs\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xxs\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xxs\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xxs\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .xxs\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .xxs\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xxs\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xxs\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .xxs\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .xxs\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xxs\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xxs\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xxs\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxs\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxs\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxs\:pt-0 {
    padding-top: 0;
  }

  .xxs\:pr-0 {
    padding-right: 0;
  }

  .xxs\:pb-0 {
    padding-bottom: 0;
  }

  .xxs\:pl-0 {
    padding-left: 0;
  }

  .xxs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xxs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xxs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xxs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xxs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xxs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xxs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xxs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xxs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xxs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xxs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xxs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xxs\:pt-4 {
    padding-top: 1rem;
  }

  .xxs\:pr-4 {
    padding-right: 1rem;
  }

  .xxs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xxs\:pl-4 {
    padding-left: 1rem;
  }

  .xxs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xxs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xxs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xxs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xxs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xxs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xxs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xxs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xxs\:pt-8 {
    padding-top: 2rem;
  }

  .xxs\:pr-8 {
    padding-right: 2rem;
  }

  .xxs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xxs\:pl-8 {
    padding-left: 2rem;
  }

  .xxs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xxs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xxs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xxs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xxs\:pt-12 {
    padding-top: 3rem;
  }

  .xxs\:pr-12 {
    padding-right: 3rem;
  }

  .xxs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xxs\:pl-12 {
    padding-left: 3rem;
  }

  .xxs\:pt-14 {
    padding-top: 3.5rem;
  }

  .xxs\:pr-14 {
    padding-right: 3.5rem;
  }

  .xxs\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xxs\:pl-14 {
    padding-left: 3.5rem;
  }

  .xxs\:pt-15 {
    padding-top: 3.75rem;
  }

  .xxs\:pr-15 {
    padding-right: 3.75rem;
  }

  .xxs\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xxs\:pl-15 {
    padding-left: 3.75rem;
  }

  .xxs\:pt-16 {
    padding-top: 4rem;
  }

  .xxs\:pr-16 {
    padding-right: 4rem;
  }

  .xxs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xxs\:pl-16 {
    padding-left: 4rem;
  }

  .xxs\:pt-20 {
    padding-top: 5rem;
  }

  .xxs\:pr-20 {
    padding-right: 5rem;
  }

  .xxs\:pb-20 {
    padding-bottom: 5rem;
  }

  .xxs\:pl-20 {
    padding-left: 5rem;
  }

  .xxs\:pt-24 {
    padding-top: 6rem;
  }

  .xxs\:pr-24 {
    padding-right: 6rem;
  }

  .xxs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xxs\:pl-24 {
    padding-left: 6rem;
  }

  .xxs\:pt-26 {
    padding-top: 7rem;
  }

  .xxs\:pr-26 {
    padding-right: 7rem;
  }

  .xxs\:pb-26 {
    padding-bottom: 7rem;
  }

  .xxs\:pl-26 {
    padding-left: 7rem;
  }

  .xxs\:pt-32 {
    padding-top: 8rem;
  }

  .xxs\:pr-32 {
    padding-right: 8rem;
  }

  .xxs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xxs\:pl-32 {
    padding-left: 8rem;
  }

  .xxs\:pt-36 {
    padding-top: 9rem;
  }

  .xxs\:pr-36 {
    padding-right: 9rem;
  }

  .xxs\:pb-36 {
    padding-bottom: 9rem;
  }

  .xxs\:pl-36 {
    padding-left: 9rem;
  }

  .xxs\:pt-40 {
    padding-top: 10rem;
  }

  .xxs\:pr-40 {
    padding-right: 10rem;
  }

  .xxs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xxs\:pl-40 {
    padding-left: 10rem;
  }

  .xxs\:pt-48 {
    padding-top: 12rem;
  }

  .xxs\:pr-48 {
    padding-right: 12rem;
  }

  .xxs\:pb-48 {
    padding-bottom: 12rem;
  }

  .xxs\:pl-48 {
    padding-left: 12rem;
  }

  .xxs\:pt-56 {
    padding-top: 14rem;
  }

  .xxs\:pr-56 {
    padding-right: 14rem;
  }

  .xxs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xxs\:pl-56 {
    padding-left: 14rem;
  }

  .xxs\:pt-64 {
    padding-top: 16rem;
  }

  .xxs\:pr-64 {
    padding-right: 16rem;
  }

  .xxs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xxs\:pl-64 {
    padding-left: 16rem;
  }

  .xxs\:pt-px {
    padding-top: 1px;
  }

  .xxs\:pr-px {
    padding-right: 1px;
  }

  .xxs\:pb-px {
    padding-bottom: 1px;
  }

  .xxs\:pl-px {
    padding-left: 1px;
  }

  .xxs\:pt-2px {
    padding-top: 2px;
  }

  .xxs\:pr-2px {
    padding-right: 2px;
  }

  .xxs\:pb-2px {
    padding-bottom: 2px;
  }

  .xxs\:pl-2px {
    padding-left: 2px;
  }

  .xxs\:pt-1\/2 {
    padding-top: 50%;
  }

  .xxs\:pr-1\/2 {
    padding-right: 50%;
  }

  .xxs\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xxs\:pl-1\/2 {
    padding-left: 50%;
  }

  .xxs\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .xxs\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .xxs\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .xxs\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .xxs\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .xxs\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .xxs\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .xxs\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .xxs\:pt-1\/4 {
    padding-top: 25%;
  }

  .xxs\:pr-1\/4 {
    padding-right: 25%;
  }

  .xxs\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .xxs\:pl-1\/4 {
    padding-left: 25%;
  }

  .xxs\:pt-2\/4 {
    padding-top: 50%;
  }

  .xxs\:pr-2\/4 {
    padding-right: 50%;
  }

  .xxs\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .xxs\:pl-2\/4 {
    padding-left: 50%;
  }

  .xxs\:pt-3\/4 {
    padding-top: 75%;
  }

  .xxs\:pr-3\/4 {
    padding-right: 75%;
  }

  .xxs\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .xxs\:pl-3\/4 {
    padding-left: 75%;
  }

  .xxs\:pt-1\/5 {
    padding-top: 20%;
  }

  .xxs\:pr-1\/5 {
    padding-right: 20%;
  }

  .xxs\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .xxs\:pl-1\/5 {
    padding-left: 20%;
  }

  .xxs\:pt-2\/5 {
    padding-top: 40%;
  }

  .xxs\:pr-2\/5 {
    padding-right: 40%;
  }

  .xxs\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .xxs\:pl-2\/5 {
    padding-left: 40%;
  }

  .xxs\:pt-3\/5 {
    padding-top: 60%;
  }

  .xxs\:pr-3\/5 {
    padding-right: 60%;
  }

  .xxs\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .xxs\:pl-3\/5 {
    padding-left: 60%;
  }

  .xxs\:pt-4\/5 {
    padding-top: 80%;
  }

  .xxs\:pr-4\/5 {
    padding-right: 80%;
  }

  .xxs\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .xxs\:pl-4\/5 {
    padding-left: 80%;
  }

  .xxs\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .xxs\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .xxs\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .xxs\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .xxs\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .xxs\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .xxs\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .xxs\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .xxs\:pt-3\/6 {
    padding-top: 50%;
  }

  .xxs\:pr-3\/6 {
    padding-right: 50%;
  }

  .xxs\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .xxs\:pl-3\/6 {
    padding-left: 50%;
  }

  .xxs\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .xxs\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .xxs\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .xxs\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .xxs\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .xxs\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .xxs\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .xxs\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .xxs\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .xxs\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .xxs\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .xxs\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .xxs\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .xxs\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .xxs\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .xxs\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .xxs\:pt-3\/12 {
    padding-top: 25%;
  }

  .xxs\:pr-3\/12 {
    padding-right: 25%;
  }

  .xxs\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .xxs\:pl-3\/12 {
    padding-left: 25%;
  }

  .xxs\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .xxs\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .xxs\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .xxs\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .xxs\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .xxs\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .xxs\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .xxs\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .xxs\:pt-6\/12 {
    padding-top: 50%;
  }

  .xxs\:pr-6\/12 {
    padding-right: 50%;
  }

  .xxs\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .xxs\:pl-6\/12 {
    padding-left: 50%;
  }

  .xxs\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .xxs\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .xxs\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .xxs\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .xxs\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .xxs\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .xxs\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .xxs\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .xxs\:pt-9\/12 {
    padding-top: 75%;
  }

  .xxs\:pr-9\/12 {
    padding-right: 75%;
  }

  .xxs\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .xxs\:pl-9\/12 {
    padding-left: 75%;
  }

  .xxs\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .xxs\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .xxs\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .xxs\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .xxs\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .xxs\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .xxs\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .xxs\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .xxs\:pt-full {
    padding-top: 100%;
  }

  .xxs\:pr-full {
    padding-right: 100%;
  }

  .xxs\:pb-full {
    padding-bottom: 100%;
  }

  .xxs\:pl-full {
    padding-left: 100%;
  }

  .xxs\:pt-screen {
    padding-top: 100vw;
  }

  .xxs\:pr-screen {
    padding-right: 100vw;
  }

  .xxs\:pb-screen {
    padding-bottom: 100vw;
  }

  .xxs\:pl-screen {
    padding-left: 100vw;
  }

  .xxs\:pt-10px {
    padding-top: 0.625rem;
  }

  .xxs\:pr-10px {
    padding-right: 0.625rem;
  }

  .xxs\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .xxs\:pl-10px {
    padding-left: 0.625rem;
  }

  .xxs\:pt-20px {
    padding-top: 20px;
  }

  .xxs\:pr-20px {
    padding-right: 20px;
  }

  .xxs\:pb-20px {
    padding-bottom: 20px;
  }

  .xxs\:pl-20px {
    padding-left: 20px;
  }

  .xxs\:pt-30px {
    padding-top: 30px;
  }

  .xxs\:pr-30px {
    padding-right: 30px;
  }

  .xxs\:pb-30px {
    padding-bottom: 30px;
  }

  .xxs\:pl-30px {
    padding-left: 30px;
  }

  .xxs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xxs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xxs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xxs\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xxs\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xxs\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .xxs\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxs\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxs\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxs\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxs\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxs\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xxs\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xxs\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xxs\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xxs\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xxs\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xxs\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xxs\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xxs\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xxs\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xxs\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xxs\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xxs\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xxs\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xxs\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xxs\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xxs\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xxs\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xxs\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xxs\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xxs\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xxs\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xxs\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xxs\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xxs\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xxs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xxs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xxs\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xxs\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xxs\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .xxs\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xxs\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xxs\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xxs\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxs\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xxs\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xxs\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xxs\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .xxs\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxs\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxs\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxs\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxs\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxs\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxs\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxs\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxs\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxs\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xxs\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxs\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xxs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xxs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xxs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xxs\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xxs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .xxs\:pointer-events-none {
    pointer-events: none;
  }

  .xxs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxs\:static {
    position: static;
  }

  .xxs\:fixed {
    position: fixed;
  }

  .xxs\:absolute {
    position: absolute;
  }

  .xxs\:relative {
    position: relative;
  }

  .xxs\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xxs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xxs\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xxs\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xxs\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .xxs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xxs\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xxs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xxs\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xxs\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .xxs\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .xxs\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .xxs\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .xxs\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .xxs\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .xxs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xxs\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xxs\:top-0 {
    top: 0;
  }

  .xxs\:right-0 {
    right: 0;
  }

  .xxs\:bottom-0 {
    bottom: 0;
  }

  .xxs\:left-0 {
    left: 0;
  }

  .xxs\:top-8 {
    top: 2rem;
  }

  .xxs\:right-8 {
    right: 2rem;
  }

  .xxs\:bottom-8 {
    bottom: 2rem;
  }

  .xxs\:left-8 {
    left: 2rem;
  }

  .xxs\:top-100 {
    top: 100%;
  }

  .xxs\:right-100 {
    right: 100%;
  }

  .xxs\:bottom-100 {
    bottom: 100%;
  }

  .xxs\:left-100 {
    left: 100%;
  }

  .xxs\:-top-1 {
    top: -1px;
  }

  .xxs\:-right-1 {
    right: -1px;
  }

  .xxs\:-bottom-1 {
    bottom: -1px;
  }

  .xxs\:-left-1 {
    left: -1px;
  }

  .xxs\:-top-2 {
    top: -2px;
  }

  .xxs\:-right-2 {
    right: -2px;
  }

  .xxs\:-bottom-2 {
    bottom: -2px;
  }

  .xxs\:-left-2 {
    left: -2px;
  }

  .xxs\:top-auto {
    top: auto;
  }

  .xxs\:right-auto {
    right: auto;
  }

  .xxs\:bottom-auto {
    bottom: auto;
  }

  .xxs\:left-auto {
    left: auto;
  }

  .xxs\:resize-none {
    resize: none;
  }

  .xxs\:resize-y {
    resize: vertical;
  }

  .xxs\:resize-x {
    resize: horizontal;
  }

  .xxs\:resize {
    resize: both;
  }

  .xxs\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxs\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxs\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxs\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxs\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxs\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxs\:shadow-none {
    box-shadow: none;
  }

  .xxs\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xxs\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xxs\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xxs\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xxs\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxs\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxs\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxs\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxs\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxs\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxs\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxs\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xxs\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xxs\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xxs\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xxs\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xxs\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xxs\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xxs\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xxs\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xxs\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxs\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxs\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xxs\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xxs\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xxs\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xxs\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xxs\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xxs\:fill-current {
    fill: currentColor;
  }

  .xxs\:stroke-current {
    stroke: currentColor;
  }

  .xxs\:stroke-0 {
    stroke-width: 0;
  }

  .xxs\:stroke-1 {
    stroke-width: 1;
  }

  .xxs\:stroke-2 {
    stroke-width: 2;
  }

  .xxs\:table-auto {
    table-layout: auto;
  }

  .xxs\:table-fixed {
    table-layout: fixed;
  }

  .xxs\:text-left {
    text-align: left;
  }

  .xxs\:text-center {
    text-align: center;
  }

  .xxs\:text-right {
    text-align: right;
  }

  .xxs\:text-justify {
    text-align: justify;
  }

  .xxs\:text-transparent {
    color: transparent;
  }

  .xxs\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .xxs\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxs\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxs\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xxs\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xxs\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xxs\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xxs\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xxs\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xxs\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xxs\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xxs\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xxs\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xxs\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xxs\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xxs\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xxs\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xxs\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xxs\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xxs\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xxs\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xxs\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xxs\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xxs\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xxs\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xxs\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xxs\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xxs\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xxs\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xxs\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xxs\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xxs\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xxs\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xxs\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xxs\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xxs\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xxs\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xxs\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xxs\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xxs\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xxs\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xxs\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xxs\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xxs\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xxs\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xxs\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xxs\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xxs\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xxs\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xxs\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xxs\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xxs\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xxs\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xxs\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xxs\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xxs\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xxs\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xxs\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xxs\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xxs\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xxs\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xxs\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xxs\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xxs\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xxs\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xxs\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xxs\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xxs\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xxs\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xxs\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xxs\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xxs\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xxs\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xxs\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xxs\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xxs\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xxs\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xxs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xxs\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .xxs\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxs\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xxs\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xxs\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xxs\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xxs\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xxs\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xxs\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xxs\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xxs\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xxs\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xxs\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xxs\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xxs\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xxs\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xxs\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xxs\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xxs\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xxs\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xxs\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xxs\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xxs\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xxs\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xxs\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xxs\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xxs\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xxs\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xxs\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xxs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xxs\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .xxs\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xxs\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xxs\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xxs\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xxs\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xxs\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xxs\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xxs\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xxs\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xxs\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xxs\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xxs\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xxs\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xxs\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xxs\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xxs\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xxs\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xxs\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xxs\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xxs\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xxs\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xxs\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xxs\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xxs\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xxs\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xxs\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xxs\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xxs\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xxs\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xxs\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .xxs\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xxs\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xxs\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xxs\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xxs\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xxs\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .xxs\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xxs\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xxs\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xxs\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xxs\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xxs\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .xxs\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xxs\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xxs\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xxs\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xxs\:italic {
    font-style: italic;
  }

  .xxs\:not-italic {
    font-style: normal;
  }

  .xxs\:uppercase {
    text-transform: uppercase;
  }

  .xxs\:lowercase {
    text-transform: lowercase;
  }

  .xxs\:capitalize {
    text-transform: capitalize;
  }

  .xxs\:normal-case {
    text-transform: none;
  }

  .xxs\:underline {
    text-decoration: underline;
  }

  .xxs\:line-through {
    text-decoration: line-through;
  }

  .xxs\:no-underline {
    text-decoration: none;
  }

  .xxs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xxs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xxs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xxs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xxs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xxs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xxs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxs\:ordinal, .xxs\:slashed-zero, .xxs\:lining-nums, .xxs\:oldstyle-nums, .xxs\:proportional-nums, .xxs\:tabular-nums, .xxs\:diagonal-fractions, .xxs\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xxs\:normal-nums {
    font-variant-numeric: normal;
  }

  .xxs\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xxs\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xxs\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xxs\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xxs\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xxs\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xxs\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xxs\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xxs\:tracking-1 {
    letter-spacing: 1px;
  }

  .xxs\:tracking-2 {
    letter-spacing: 2px;
  }

  .xxs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xxs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xxs\:tracking-normal {
    letter-spacing: 0;
  }

  .xxs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xxs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xxs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xxs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xxs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxs\:align-baseline {
    vertical-align: baseline;
  }

  .xxs\:align-top {
    vertical-align: top;
  }

  .xxs\:align-middle {
    vertical-align: middle;
  }

  .xxs\:align-bottom {
    vertical-align: bottom;
  }

  .xxs\:align-text-top {
    vertical-align: text-top;
  }

  .xxs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxs\:visible {
    visibility: visible;
  }

  .xxs\:invisible {
    visibility: hidden;
  }

  .xxs\:whitespace-normal {
    white-space: normal;
  }

  .xxs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xxs\:whitespace-pre {
    white-space: pre;
  }

  .xxs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xxs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xxs\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxs\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xxs\:break-all {
    word-break: break-all;
  }

  .xxs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxs\:w-0 {
    width: 0;
  }

  .xxs\:w-1 {
    width: 0.25rem;
  }

  .xxs\:w-2 {
    width: 0.5rem;
  }

  .xxs\:w-3 {
    width: 0.75rem;
  }

  .xxs\:w-4 {
    width: 1rem;
  }

  .xxs\:w-5 {
    width: 1.25rem;
  }

  .xxs\:w-6 {
    width: 1.5rem;
  }

  .xxs\:w-8 {
    width: 2rem;
  }

  .xxs\:w-10 {
    width: 2.5rem;
  }

  .xxs\:w-12 {
    width: 3rem;
  }

  .xxs\:w-14 {
    width: 3.5rem;
  }

  .xxs\:w-15 {
    width: 3.75rem;
  }

  .xxs\:w-16 {
    width: 4rem;
  }

  .xxs\:w-20 {
    width: 5rem;
  }

  .xxs\:w-24 {
    width: 6rem;
  }

  .xxs\:w-26 {
    width: 7rem;
  }

  .xxs\:w-32 {
    width: 8rem;
  }

  .xxs\:w-36 {
    width: 9rem;
  }

  .xxs\:w-40 {
    width: 10rem;
  }

  .xxs\:w-48 {
    width: 12rem;
  }

  .xxs\:w-56 {
    width: 14rem;
  }

  .xxs\:w-64 {
    width: 16rem;
  }

  .xxs\:w-auto {
    width: auto;
  }

  .xxs\:w-px {
    width: 1px;
  }

  .xxs\:w-2px {
    width: 2px;
  }

  .xxs\:w-1\/2 {
    width: 50%;
  }

  .xxs\:w-1\/3 {
    width: 33.333333%;
  }

  .xxs\:w-2\/3 {
    width: 66.666667%;
  }

  .xxs\:w-1\/4 {
    width: 25%;
  }

  .xxs\:w-2\/4 {
    width: 50%;
  }

  .xxs\:w-3\/4 {
    width: 75%;
  }

  .xxs\:w-1\/5 {
    width: 20%;
  }

  .xxs\:w-2\/5 {
    width: 40%;
  }

  .xxs\:w-3\/5 {
    width: 60%;
  }

  .xxs\:w-4\/5 {
    width: 80%;
  }

  .xxs\:w-1\/6 {
    width: 16.666667%;
  }

  .xxs\:w-2\/6 {
    width: 33.333333%;
  }

  .xxs\:w-3\/6 {
    width: 50%;
  }

  .xxs\:w-4\/6 {
    width: 66.666667%;
  }

  .xxs\:w-5\/6 {
    width: 83.333333%;
  }

  .xxs\:w-1\/12 {
    width: 8.333333%;
  }

  .xxs\:w-2\/12 {
    width: 16.666667%;
  }

  .xxs\:w-3\/12 {
    width: 25%;
  }

  .xxs\:w-4\/12 {
    width: 33.333333%;
  }

  .xxs\:w-5\/12 {
    width: 41.666667%;
  }

  .xxs\:w-6\/12 {
    width: 50%;
  }

  .xxs\:w-7\/12 {
    width: 58.333333%;
  }

  .xxs\:w-8\/12 {
    width: 66.666667%;
  }

  .xxs\:w-9\/12 {
    width: 75%;
  }

  .xxs\:w-10\/12 {
    width: 83.333333%;
  }

  .xxs\:w-11\/12 {
    width: 91.666667%;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-screen {
    width: 100vw;
  }

  .xxs\:w-10px {
    width: 0.625rem;
  }

  .xxs\:w-20px {
    width: 20px;
  }

  .xxs\:w-30px {
    width: 30px;
  }

  .xxs\:z-0 {
    z-index: 0;
  }

  .xxs\:z-1 {
    z-index: 1;
  }

  .xxs\:z-10 {
    z-index: 10;
  }

  .xxs\:z-20 {
    z-index: 20;
  }

  .xxs\:z-30 {
    z-index: 30;
  }

  .xxs\:z-40 {
    z-index: 40;
  }

  .xxs\:z-50 {
    z-index: 50;
  }

  .xxs\:z-auto {
    z-index: auto;
  }

  .xxs\:-z-1 {
    z-index: -1;
  }

  .xxs\:-z-2 {
    z-index: -2;
  }

  .xxs\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xxs\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xxs\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xxs\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xxs\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xxs\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xxs\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xxs\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xxs\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xxs\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xxs\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xxs\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xxs\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xxs\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xxs\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xxs\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xxs\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xxs\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .xxs\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xxs\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xxs\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xxs\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xxs\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xxs\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .xxs\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xxs\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xxs\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xxs\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .xxs\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xxs\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .xxs\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .xxs\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .xxs\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .xxs\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .xxs\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xxs\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xxs\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xxs\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xxs\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .xxs\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .xxs\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xxs\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .xxs\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xxs\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .xxs\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xxs\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .xxs\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xxs\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .xxs\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .xxs\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .xxs\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .xxs\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .xxs\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .xxs\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .xxs\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .xxs\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xxs\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xxs\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xxs\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xxs\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xxs\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xxs\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xxs\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xxs\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xxs\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xxs\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xxs\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xxs\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xxs\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xxs\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xxs\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xxs\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xxs\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xxs\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xxs\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xxs\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xxs\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xxs\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xxs\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xxs\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xxs\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xxs\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xxs\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xxs\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xxs\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xxs\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xxs\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xxs\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xxs\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xxs\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xxs\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xxs\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xxs\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xxs\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xxs\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xxs\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .xxs\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xxs\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xxs\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xxs\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xxs\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xxs\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xxs\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .xxs\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xxs\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xxs\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xxs\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xxs\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xxs\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xxs\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xxs\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xxs\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xxs\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xxs\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xxs\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xxs\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xxs\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xxs\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xxs\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xxs\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xxs\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xxs\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xxs\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xxs\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xxs\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xxs\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xxs\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xxs\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xxs\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xxs\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xxs\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xxs\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xxs\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xxs\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xxs\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xxs\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xxs\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xxs\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xxs\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xxs\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xxs\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xxs\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xxs\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xxs\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xxs\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xxs\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xxs\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .xxs\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xxs\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xxs\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xxs\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xxs\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xxs\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xxs\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xxs\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .xxs\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xxs\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xxs\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xxs\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xxs\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xxs\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xxs\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xxs\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xxs\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xxs\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xxs\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xxs\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xxs\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xxs\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xxs\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xxs\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xxs\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xxs\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xxs\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xxs\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xxs\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xxs\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xxs\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xxs\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xxs\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xxs\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xxs\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .xxs\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xxs\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xxs\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xxs\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xxs\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xxs\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xxs\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .xxs\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xxs\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xxs\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xxs\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xxs\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xxs\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .xxs\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xxs\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xxs\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xxs\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .xxs\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .xxs\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xxs\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xxs\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xxs\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .xxs\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xxs\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .xxs\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xxs\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xxs\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xxs\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xxs\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xxs\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xxs\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xxs\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xxs\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xxs\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xxs\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xxs\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xxs\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xxs\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xxs\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xxs\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xxs\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xxs\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xxs\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xxs\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xxs\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xxs\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xxs\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xxs\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xxs\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xxs\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xxs\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .xxs\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xxs\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xxs\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xxs\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xxs\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xxs\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xxs\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .xxs\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xxs\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xxs\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xxs\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xxs\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xxs\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .xxs\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xxs\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xxs\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xxs\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .xxs\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xxs\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .xxs\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xxs\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xxs\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xxs\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .xxs\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xxs\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .xxs\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xxs\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xxs\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xxs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xxs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xxs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xxs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xxs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xxs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xxs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xxs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xxs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xxs\:col-auto {
    grid-column: auto;
  }

  .xxs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xxs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xxs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xxs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xxs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xxs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xxs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xxs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xxs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xxs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xxs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xxs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xxs\:col-start-1 {
    grid-column-start: 1;
  }

  .xxs\:col-start-2 {
    grid-column-start: 2;
  }

  .xxs\:col-start-3 {
    grid-column-start: 3;
  }

  .xxs\:col-start-4 {
    grid-column-start: 4;
  }

  .xxs\:col-start-5 {
    grid-column-start: 5;
  }

  .xxs\:col-start-6 {
    grid-column-start: 6;
  }

  .xxs\:col-start-7 {
    grid-column-start: 7;
  }

  .xxs\:col-start-8 {
    grid-column-start: 8;
  }

  .xxs\:col-start-9 {
    grid-column-start: 9;
  }

  .xxs\:col-start-10 {
    grid-column-start: 10;
  }

  .xxs\:col-start-11 {
    grid-column-start: 11;
  }

  .xxs\:col-start-12 {
    grid-column-start: 12;
  }

  .xxs\:col-start-13 {
    grid-column-start: 13;
  }

  .xxs\:col-start-auto {
    grid-column-start: auto;
  }

  .xxs\:col-end-1 {
    grid-column-end: 1;
  }

  .xxs\:col-end-2 {
    grid-column-end: 2;
  }

  .xxs\:col-end-3 {
    grid-column-end: 3;
  }

  .xxs\:col-end-4 {
    grid-column-end: 4;
  }

  .xxs\:col-end-5 {
    grid-column-end: 5;
  }

  .xxs\:col-end-6 {
    grid-column-end: 6;
  }

  .xxs\:col-end-7 {
    grid-column-end: 7;
  }

  .xxs\:col-end-8 {
    grid-column-end: 8;
  }

  .xxs\:col-end-9 {
    grid-column-end: 9;
  }

  .xxs\:col-end-10 {
    grid-column-end: 10;
  }

  .xxs\:col-end-11 {
    grid-column-end: 11;
  }

  .xxs\:col-end-12 {
    grid-column-end: 12;
  }

  .xxs\:col-end-13 {
    grid-column-end: 13;
  }

  .xxs\:col-end-auto {
    grid-column-end: auto;
  }

  .xxs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xxs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xxs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xxs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xxs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xxs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xxs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xxs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xxs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xxs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xxs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xxs\:row-auto {
    grid-row: auto;
  }

  .xxs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xxs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xxs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xxs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xxs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xxs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xxs\:row-start-1 {
    grid-row-start: 1;
  }

  .xxs\:row-start-2 {
    grid-row-start: 2;
  }

  .xxs\:row-start-3 {
    grid-row-start: 3;
  }

  .xxs\:row-start-4 {
    grid-row-start: 4;
  }

  .xxs\:row-start-5 {
    grid-row-start: 5;
  }

  .xxs\:row-start-6 {
    grid-row-start: 6;
  }

  .xxs\:row-start-7 {
    grid-row-start: 7;
  }

  .xxs\:row-start-auto {
    grid-row-start: auto;
  }

  .xxs\:row-end-1 {
    grid-row-end: 1;
  }

  .xxs\:row-end-2 {
    grid-row-end: 2;
  }

  .xxs\:row-end-3 {
    grid-row-end: 3;
  }

  .xxs\:row-end-4 {
    grid-row-end: 4;
  }

  .xxs\:row-end-5 {
    grid-row-end: 5;
  }

  .xxs\:row-end-6 {
    grid-row-end: 6;
  }

  .xxs\:row-end-7 {
    grid-row-end: 7;
  }

  .xxs\:row-end-auto {
    grid-row-end: auto;
  }

  .xxs\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xxs\:transform-none {
    transform: none;
  }

  .xxs\:origin-center {
    transform-origin: center;
  }

  .xxs\:origin-top {
    transform-origin: top;
  }

  .xxs\:origin-top-right {
    transform-origin: top right;
  }

  .xxs\:origin-right {
    transform-origin: right;
  }

  .xxs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xxs\:origin-bottom {
    transform-origin: bottom;
  }

  .xxs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xxs\:origin-left {
    transform-origin: left;
  }

  .xxs\:origin-top-left {
    transform-origin: top left;
  }

  .xxs\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxs\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxs\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxs\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxs\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxs\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxs\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxs\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxs\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxs\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxs\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xxs\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xxs\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xxs\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xxs\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xxs\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xxs\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xxs\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xxs\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xxs\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xxs\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xxs\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xxs\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xxs\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xxs\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xxs\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xxs\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xxs\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xxs\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xxs\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xxs\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxs\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxs\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxs\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxs\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxs\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxs\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxs\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxs\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxs\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxs\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xxs\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xxs\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xxs\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xxs\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xxs\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xxs\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xxs\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xxs\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xxs\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xxs\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xxs\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xxs\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xxs\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xxs\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xxs\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xxs\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xxs\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xxs\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xxs\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xxs\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xxs\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xxs\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xxs\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xxs\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xxs\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xxs\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xxs\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xxs\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xxs\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xxs\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xxs\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xxs\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xxs\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xxs\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xxs\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xxs\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xxs\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xxs\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xxs\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xxs\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xxs\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xxs\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xxs\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xxs\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xxs\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xxs\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xxs\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xxs\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xxs\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xxs\:rotate-0 {
    --transform-rotate: 0;
  }

  .xxs\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xxs\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xxs\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xxs\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xxs\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xxs\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xxs\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xxs\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xxs\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xxs\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xxs\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xxs\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xxs\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xxs\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xxs\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xxs\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xxs\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xxs\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xxs\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xxs\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xxs\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xxs\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xxs\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xxs\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xxs\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xxs\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xxs\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xxs\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xxs\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xxs\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xxs\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xxs\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .xxs\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xxs\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xxs\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xxs\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .xxs\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xxs\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .xxs\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xxs\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xxs\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xxs\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xxs\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xxs\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .xxs\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xxs\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .xxs\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .xxs\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .xxs\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .xxs\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .xxs\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .xxs\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .xxs\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .xxs\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .xxs\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .xxs\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .xxs\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .xxs\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .xxs\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .xxs\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .xxs\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .xxs\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .xxs\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .xxs\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .xxs\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xxs\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .xxs\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .xxs\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .xxs\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .xxs\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xxs\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xxs\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xxs\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xxs\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xxs\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xxs\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xxs\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xxs\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xxs\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xxs\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .xxs\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xxs\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xxs\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xxs\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .xxs\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xxs\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .xxs\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xxs\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xxs\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xxs\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xxs\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xxs\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .xxs\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xxs\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .xxs\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .xxs\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .xxs\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .xxs\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .xxs\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .xxs\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .xxs\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .xxs\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .xxs\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .xxs\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .xxs\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .xxs\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .xxs\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .xxs\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .xxs\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .xxs\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .xxs\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .xxs\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .xxs\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xxs\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .xxs\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .xxs\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .xxs\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .xxs\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xxs\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xxs\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xxs\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xxs\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xxs\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xxs\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xxs\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xxs\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xxs\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xxs\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xxs\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .xxs\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xxs\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xxs\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xxs\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .xxs\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xxs\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .xxs\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xxs\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xxs\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xxs\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xxs\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xxs\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .xxs\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xxs\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .xxs\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .xxs\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .xxs\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .xxs\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .xxs\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .xxs\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .xxs\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .xxs\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .xxs\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .xxs\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .xxs\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .xxs\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .xxs\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .xxs\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .xxs\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .xxs\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .xxs\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .xxs\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .xxs\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xxs\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .xxs\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .xxs\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .xxs\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .xxs\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xxs\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xxs\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xxs\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xxs\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xxs\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xxs\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xxs\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xxs\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xxs\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xxs\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .xxs\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xxs\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xxs\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xxs\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .xxs\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xxs\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .xxs\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xxs\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xxs\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xxs\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xxs\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xxs\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .xxs\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xxs\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .xxs\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .xxs\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .xxs\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .xxs\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .xxs\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .xxs\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .xxs\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .xxs\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .xxs\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .xxs\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .xxs\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .xxs\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .xxs\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .xxs\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .xxs\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .xxs\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .xxs\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .xxs\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .xxs\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xxs\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .xxs\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .xxs\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .xxs\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .xxs\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xxs\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xxs\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xxs\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xxs\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xxs\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xxs\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xxs\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xxs\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xxs\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xxs\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xxs\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .xxs\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xxs\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xxs\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xxs\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .xxs\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xxs\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .xxs\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xxs\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xxs\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xxs\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xxs\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xxs\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .xxs\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xxs\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .xxs\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .xxs\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .xxs\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .xxs\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .xxs\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .xxs\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .xxs\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .xxs\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .xxs\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .xxs\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .xxs\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .xxs\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .xxs\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .xxs\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .xxs\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .xxs\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .xxs\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .xxs\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .xxs\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xxs\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .xxs\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .xxs\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .xxs\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .xxs\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xxs\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xxs\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xxs\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xxs\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xxs\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xxs\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xxs\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xxs\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xxs\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xxs\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .xxs\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xxs\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xxs\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xxs\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .xxs\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xxs\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .xxs\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xxs\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xxs\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xxs\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xxs\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xxs\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .xxs\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xxs\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .xxs\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .xxs\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .xxs\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .xxs\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .xxs\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .xxs\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .xxs\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .xxs\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .xxs\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .xxs\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .xxs\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .xxs\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .xxs\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .xxs\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .xxs\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .xxs\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .xxs\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .xxs\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .xxs\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xxs\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .xxs\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .xxs\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .xxs\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .xxs\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xxs\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xxs\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xxs\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xxs\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xxs\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xxs\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xxs\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xxs\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xxs\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xxs\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xxs\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .xxs\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xxs\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xxs\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xxs\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .xxs\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xxs\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .xxs\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xxs\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xxs\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xxs\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xxs\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xxs\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .xxs\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xxs\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .xxs\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .xxs\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .xxs\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .xxs\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .xxs\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .xxs\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .xxs\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .xxs\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .xxs\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .xxs\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .xxs\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .xxs\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .xxs\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .xxs\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .xxs\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .xxs\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .xxs\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .xxs\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .xxs\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xxs\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .xxs\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .xxs\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .xxs\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .xxs\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xxs\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xxs\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xxs\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xxs\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xxs\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xxs\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xxs\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xxs\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xxs\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xxs\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .xxs\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xxs\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xxs\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xxs\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .xxs\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xxs\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .xxs\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xxs\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xxs\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xxs\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xxs\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xxs\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .xxs\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xxs\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .xxs\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .xxs\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .xxs\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .xxs\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .xxs\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .xxs\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .xxs\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .xxs\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .xxs\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .xxs\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .xxs\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .xxs\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .xxs\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .xxs\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .xxs\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .xxs\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .xxs\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .xxs\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .xxs\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xxs\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .xxs\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .xxs\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .xxs\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .xxs\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xxs\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xxs\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xxs\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xxs\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xxs\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xxs\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xxs\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xxs\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xxs\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xxs\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .xxs\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .xxs\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xxs\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xxs\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xxs\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .xxs\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xxs\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .xxs\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xxs\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xxs\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xxs\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xxs\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xxs\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .xxs\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xxs\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .xxs\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .xxs\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .xxs\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .xxs\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .xxs\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .xxs\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .xxs\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .xxs\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .xxs\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .xxs\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .xxs\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .xxs\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .xxs\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .xxs\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .xxs\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .xxs\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .xxs\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .xxs\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .xxs\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .xxs\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .xxs\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xxs\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .xxs\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .xxs\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .xxs\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .xxs\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xxs\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xxs\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xxs\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xxs\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xxs\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xxs\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xxs\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xxs\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xxs\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .xxs\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .xxs\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xxs\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xxs\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xxs\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .xxs\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xxs\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .xxs\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xxs\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xxs\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xxs\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xxs\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xxs\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .xxs\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xxs\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .xxs\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .xxs\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .xxs\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .xxs\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .xxs\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .xxs\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .xxs\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .xxs\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .xxs\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .xxs\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .xxs\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .xxs\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .xxs\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .xxs\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .xxs\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .xxs\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .xxs\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .xxs\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .xxs\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .xxs\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .xxs\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xxs\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .xxs\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .xxs\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .xxs\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .xxs\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xxs\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xxs\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xxs\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xxs\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xxs\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xxs\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xxs\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xxs\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xxs\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xxs\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .xxs\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .xxs\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xxs\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xxs\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xxs\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .xxs\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xxs\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .xxs\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xxs\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xxs\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xxs\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xxs\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xxs\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .xxs\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xxs\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .xxs\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .xxs\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .xxs\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .xxs\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .xxs\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .xxs\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .xxs\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .xxs\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .xxs\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .xxs\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .xxs\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .xxs\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .xxs\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .xxs\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .xxs\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .xxs\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .xxs\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .xxs\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .xxs\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .xxs\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .xxs\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xxs\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .xxs\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .xxs\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .xxs\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .xxs\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xxs\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xxs\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xxs\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xxs\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xxs\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xxs\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xxs\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xxs\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xxs\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .xxs\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .xxs\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xxs\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xxs\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xxs\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .xxs\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xxs\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .xxs\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xxs\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xxs\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xxs\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xxs\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xxs\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .xxs\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xxs\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .xxs\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .xxs\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .xxs\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .xxs\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .xxs\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .xxs\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .xxs\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .xxs\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .xxs\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .xxs\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .xxs\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .xxs\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .xxs\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .xxs\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .xxs\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .xxs\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .xxs\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .xxs\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .xxs\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .xxs\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .xxs\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xxs\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .xxs\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .xxs\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .xxs\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .xxs\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xxs\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xxs\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xxs\:skew-x-8 {
    --transform-skew-x: 8deg;
  }

  .xxs\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xxs\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .xxs\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .xxs\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xxs\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xxs\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .xxs\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xxs\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xxs\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xxs\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xxs\:skew-y-8 {
    --transform-skew-y: 8deg;
  }

  .xxs\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xxs\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .xxs\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .xxs\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xxs\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xxs\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .xxs\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xxs\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xxs\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xxs\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xxs\:hover\:skew-x-8:hover {
    --transform-skew-x: 8deg;
  }

  .xxs\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xxs\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .xxs\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .xxs\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xxs\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xxs\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .xxs\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xxs\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xxs\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xxs\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xxs\:hover\:skew-y-8:hover {
    --transform-skew-y: 8deg;
  }

  .xxs\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xxs\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .xxs\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .xxs\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xxs\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xxs\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .xxs\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xxs\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xxs\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xxs\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xxs\:focus\:skew-x-8:focus {
    --transform-skew-x: 8deg;
  }

  .xxs\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xxs\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .xxs\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .xxs\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xxs\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xxs\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .xxs\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xxs\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xxs\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xxs\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xxs\:focus\:skew-y-8:focus {
    --transform-skew-y: 8deg;
  }

  .xxs\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xxs\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .xxs\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .xxs\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xxs\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xxs\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .xxs\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xxs\:transition-none {
    transition-property: none;
  }

  .xxs\:transition-all {
    transition-property: all;
  }

  .xxs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xxs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xxs\:transition-opacity {
    transition-property: opacity;
  }

  .xxs\:transition-shadow {
    transition-property: box-shadow;
  }

  .xxs\:transition-transform {
    transition-property: transform;
  }

  .xxs\:ease-linear {
    transition-timing-function: linear;
  }

  .xxs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xxs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xxs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xxs\:duration-75 {
    transition-duration: 75ms;
  }

  .xxs\:duration-100 {
    transition-duration: 100ms;
  }

  .xxs\:duration-150 {
    transition-duration: 150ms;
  }

  .xxs\:duration-200 {
    transition-duration: 200ms;
  }

  .xxs\:duration-300 {
    transition-duration: 300ms;
  }

  .xxs\:duration-500 {
    transition-duration: 500ms;
  }

  .xxs\:duration-700 {
    transition-duration: 700ms;
  }

  .xxs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xxs\:delay-75 {
    transition-delay: 75ms;
  }

  .xxs\:delay-100 {
    transition-delay: 100ms;
  }

  .xxs\:delay-150 {
    transition-delay: 150ms;
  }

  .xxs\:delay-200 {
    transition-delay: 200ms;
  }

  .xxs\:delay-300 {
    transition-delay: 300ms;
  }

  .xxs\:delay-500 {
    transition-delay: 500ms;
  }

  .xxs\:delay-700 {
    transition-delay: 700ms;
  }

  .xxs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xxs\:animate-none {
    animation: none;
  }

  .xxs\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xxs\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xxs\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xxs\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 480px) {
  .xs\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .xs\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .xs\:container {
      max-width: 480px;
    }
  }

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

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

  @media (min-width: 900px) {
    .xs\:container {
      max-width: 900px;
    }
  }

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

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

  .xs\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .xs\:col {
      padding-left: 30px
  }
    }

  .xs\:sp-t--sm {
    margin-top: 2.5rem
  }

  .xs\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .xs\:sp-t {
      margin-top: 3.75rem
  }
    }

  .xs\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .xs\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:-order-1 {
    order: -1;
  }

  .xs\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xs\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xs\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xs\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xs\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xs\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xs\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xs\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xs\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xs\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xs\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xs\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xs\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .xs\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xs\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .xs\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xs\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xs\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xs\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xs\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xs\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .xs\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xs\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xs\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xs\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xs\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .xs\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xs\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xs\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .xs\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xs\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xs\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xs\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .xs\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .xs\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xs\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xs\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xs\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .xs\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .xs\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .xs\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .xs\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xs\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .xs\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .xs\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xs\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xs\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xs\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xs\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xs\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xs\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xs\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xs\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xs\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xs\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xs\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xs\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .xs\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xs\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .xs\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xs\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xs\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xs\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xs\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xs\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .xs\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xs\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xs\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xs\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xs\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .xs\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xs\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xs\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .xs\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xs\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xs\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xs\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .xs\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .xs\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xs\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xs\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xs\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .xs\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .xs\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .xs\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .xs\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xs\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .xs\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .xs\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xs\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xs\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xs\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xs\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xs\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xs\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .xs\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xs\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .xs\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xs\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xs\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xs\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xs\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xs\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .xs\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xs\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xs\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xs\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xs\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xs\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xs\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xs\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xs\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xs\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xs\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xs\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .xs\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .xs\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xs\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xs\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xs\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xs\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xs\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xs\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xs\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xs\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xs\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .xs\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xs\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xs\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xs\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xs\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xs\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xs\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xs\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xs\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xs\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .xs\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xs\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xs\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xs\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xs\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xs\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xs\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xs\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xs\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xs\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .xs\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xs\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xs\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xs\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xs\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xs\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xs\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xs\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xs\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xs\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .xs\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .xs\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .xs\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .xs\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .xs\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .xs\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .xs\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .xs\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .xs\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .xs\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .xs\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xs\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .xs\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .xs\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .xs\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .xs\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .xs\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .xs\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .xs\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .xs\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .xs\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .xs\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .xs\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .xs\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xs\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xs\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xs\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xs\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .xs\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xs\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .xs\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xs\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xs\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xs\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

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

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

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

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

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

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

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

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

  .xs\:bg-clip-border {
    background-clip: border-box;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xs\:bg-clip-content {
    background-clip: content-box;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

  .xs\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .xs\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xs\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xs\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xs\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xs\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xs\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xs\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xs\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xs\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xs\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xs\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xs\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xs\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xs\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xs\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xs\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xs\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xs\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xs\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xs\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xs\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xs\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xs\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xs\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xs\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xs\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xs\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xs\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xs\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xs\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xs\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xs\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xs\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xs\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xs\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xs\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xs\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xs\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .xs\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .xs\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xs\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xs\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xs\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xs\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xs\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xs\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xs\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xs\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xs\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xs\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xs\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xs\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xs\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xs\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xs\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xs\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xs\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .xs\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .xs\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xs\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xs\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xs\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xs\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xs\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xs\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xs\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xs\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xs\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xs\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xs\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xs\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xs\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xs\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xs\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xs\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xs\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xs\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xs\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xs\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xs\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xs\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xs\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xs\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xs\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xs\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .xs\:bg-none {
    background-image: none;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xs\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xs\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xs\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xs\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xs\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xs\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xs\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xs\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xs\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xs\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xs\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xs\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xs\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xs\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xs\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xs\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xs\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xs\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xs\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xs\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xs\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xs\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xs\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xs\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xs\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xs\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xs\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xs\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xs\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xs\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xs\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xs\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xs\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xs\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xs\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xs\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xs\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xs\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xs\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xs\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xs\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xs\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xs\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xs\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xs\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xs\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xs\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xs\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xs\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xs\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xs\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xs\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xs\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xs\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xs\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xs\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xs\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xs\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xs\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xs\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xs\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xs\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xs\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xs\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xs\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xs\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xs\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xs\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xs\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xs\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xs\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xs\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xs\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xs\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xs\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xs\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xs\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xs\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xs\:to-black {
    --gradient-to-color: #000;
  }

  .xs\:to-white {
    --gradient-to-color: #fff;
  }

  .xs\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .xs\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .xs\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .xs\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .xs\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .xs\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .xs\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .xs\:to-red {
    --gradient-to-color: #e94848;
  }

  .xs\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .xs\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .xs\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .xs\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .xs\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .xs\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .xs\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .xs\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .xs\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .xs\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .xs\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .xs\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .xs\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .xs\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .xs\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .xs\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .xs\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .xs\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .xs\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .xs\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .xs\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .xs\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .xs\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .xs\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .xs\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .xs\:to-purple {
    --gradient-to-color: #615287;
  }

  .xs\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .xs\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .xs\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .xs\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .xs\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .xs\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .xs\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .xs\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .xs\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .xs\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .xs\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .xs\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .xs\:to-lime {
    --gradient-to-color: #bad067;
  }

  .xs\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .xs\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .xs\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .xs\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .xs\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .xs\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .xs\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .xs\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .xs\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .xs\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .xs\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .xs\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .xs\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .xs\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .xs\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .xs\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .xs\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .xs\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .xs\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .xs\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xs\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xs\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xs\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xs\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xs\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xs\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xs\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xs\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xs\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xs\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xs\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xs\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xs\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xs\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xs\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xs\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xs\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xs\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xs\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xs\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xs\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xs\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xs\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xs\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xs\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xs\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xs\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xs\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xs\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xs\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xs\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xs\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xs\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xs\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xs\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xs\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xs\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xs\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xs\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xs\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xs\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xs\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xs\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xs\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xs\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xs\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xs\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xs\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xs\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xs\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xs\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xs\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xs\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xs\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xs\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xs\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xs\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xs\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xs\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xs\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xs\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xs\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xs\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xs\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xs\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xs\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xs\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xs\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xs\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xs\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xs\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xs\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xs\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xs\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xs\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xs\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xs\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xs\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .xs\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .xs\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .xs\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .xs\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .xs\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .xs\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .xs\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .xs\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .xs\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .xs\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .xs\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .xs\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .xs\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .xs\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .xs\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .xs\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .xs\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .xs\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .xs\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .xs\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .xs\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .xs\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .xs\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .xs\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .xs\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .xs\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .xs\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .xs\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .xs\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .xs\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .xs\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .xs\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .xs\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .xs\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .xs\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .xs\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .xs\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .xs\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .xs\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .xs\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .xs\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .xs\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .xs\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .xs\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .xs\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .xs\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .xs\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .xs\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .xs\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .xs\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .xs\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .xs\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .xs\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .xs\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .xs\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .xs\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .xs\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .xs\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .xs\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .xs\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .xs\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .xs\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .xs\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .xs\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .xs\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .xs\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xs\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xs\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xs\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xs\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xs\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xs\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xs\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xs\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xs\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xs\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xs\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xs\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xs\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xs\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xs\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xs\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xs\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xs\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xs\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xs\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xs\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xs\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xs\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xs\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xs\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xs\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xs\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xs\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xs\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xs\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xs\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xs\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xs\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xs\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xs\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xs\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xs\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xs\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xs\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xs\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xs\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xs\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xs\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xs\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xs\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xs\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xs\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xs\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xs\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xs\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xs\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xs\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xs\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xs\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xs\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xs\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xs\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xs\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xs\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xs\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xs\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xs\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xs\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xs\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xs\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xs\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xs\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xs\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xs\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xs\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xs\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xs\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xs\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xs\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xs\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xs\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xs\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xs\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xs\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xs\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xs\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xs\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xs\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xs\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xs\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xs\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xs\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xs\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xs\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xs\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xs\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xs\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xs\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xs\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xs\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xs\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xs\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xs\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xs\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xs\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xs\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xs\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xs\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xs\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xs\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xs\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xs\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xs\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xs\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xs\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xs\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xs\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xs\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xs\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .xs\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .xs\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .xs\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .xs\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .xs\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .xs\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .xs\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .xs\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .xs\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .xs\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .xs\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .xs\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .xs\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .xs\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .xs\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .xs\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .xs\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .xs\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .xs\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .xs\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .xs\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .xs\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .xs\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .xs\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .xs\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .xs\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .xs\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .xs\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .xs\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .xs\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .xs\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .xs\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .xs\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .xs\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .xs\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .xs\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .xs\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .xs\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .xs\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .xs\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .xs\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .xs\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .xs\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .xs\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .xs\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .xs\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .xs\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .xs\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .xs\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .xs\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .xs\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .xs\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .xs\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .xs\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .xs\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .xs\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .xs\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .xs\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .xs\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .xs\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .xs\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .xs\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .xs\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .xs\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .xs\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .xs\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .xs\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .xs\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .xs\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .xs\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .xs\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .xs\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .xs\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .xs\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xs\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .xs\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xs\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xs\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xs\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .xs\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xs\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xs\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xs\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xs\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xs\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xs\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xs\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xs\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xs\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xs\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xs\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xs\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xs\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xs\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xs\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xs\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xs\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xs\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xs\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xs\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xs\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xs\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xs\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xs\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xs\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xs\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xs\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xs\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xs\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xs\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xs\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xs\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xs\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xs\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xs\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xs\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xs\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

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

  .xs\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .xs\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xs\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xs\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xs\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xs\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xs\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xs\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xs\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xs\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xs\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xs\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xs\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xs\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xs\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xs\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xs\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xs\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xs\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xs\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xs\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xs\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xs\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xs\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xs\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xs\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xs\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xs\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xs\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xs\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .xs\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xs\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xs\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xs\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xs\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xs\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xs\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xs\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xs\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xs\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xs\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xs\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xs\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xs\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xs\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xs\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xs\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xs\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xs\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xs\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xs\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xs\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xs\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xs\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xs\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xs\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xs\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xs\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xs\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xs\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xs\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xs\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xs\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xs\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xs\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xs\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xs\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xs\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xs\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xs\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xs\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xs\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xs\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xs\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xs\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xs\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xs\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xs\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xs\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xs\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xs\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xs\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xs\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xs\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xs\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xs\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xs\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xs\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xs\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xs\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .xs\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xs\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .xs\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xs\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xs\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xs\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xs\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .xs\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xs\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .xs\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xs\:rounded-12 {
    border-radius: 12px;
  }

  .xs\:rounded-14 {
    border-radius: 56px;
  }

  .xs\:rounded-20 {
    border-radius: 20px;
  }

  .xs\:rounded-30 {
    border-radius: 30px;
  }

  .xs\:rounded-none {
    border-radius: 0;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl {
    border-radius: 1.875rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .xs\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .xs\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xs\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xs\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .xs\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .xs\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .xs\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .xs\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xs\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xs\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .xs\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .xs\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .xs\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

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

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

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

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

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .xs\:rounded-tl-12 {
    border-top-left-radius: 12px;
  }

  .xs\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .xs\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .xs\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .xs\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .xs\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .xs\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .xs\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .xs\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xs\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xs\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xs\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .xs\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .xs\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .xs\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-3 {
    border-width: 3px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-6 {
    border-width: 6px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-t-0 {
    border-top-width: 0;
  }

  .xs\:border-r-0 {
    border-right-width: 0;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-3 {
    border-top-width: 3px;
  }

  .xs\:border-r-3 {
    border-right-width: 3px;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xs\:border-l-3 {
    border-left-width: 3px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-6 {
    border-top-width: 6px;
  }

  .xs\:border-r-6 {
    border-right-width: 6px;
  }

  .xs\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xs\:border-l-6 {
    border-left-width: 6px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:hover\:border-0:hover {
    border-width: 0;
  }

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

  .xs\:hover\:border-3:hover {
    border-width: 3px;
  }

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

  .xs\:hover\:border-6:hover {
    border-width: 6px;
  }

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

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

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

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

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

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

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

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

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

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

  .xs\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .xs\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .xs\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .xs\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

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

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

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

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

  .xs\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .xs\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .xs\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .xs\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

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

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

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

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

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

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

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

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

  .xs\:first\:border-0:first-child {
    border-width: 0;
  }

  .xs\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xs\:first\:border-3:first-child {
    border-width: 3px;
  }

  .xs\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xs\:first\:border-6:first-child {
    border-width: 6px;
  }

  .xs\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xs\:first\:border:first-child {
    border-width: 1px;
  }

  .xs\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .xs\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .xs\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .xs\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .xs\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xs\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xs\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xs\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xs\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .xs\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .xs\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .xs\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .xs\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xs\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xs\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xs\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xs\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .xs\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .xs\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .xs\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .xs\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xs\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xs\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xs\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xs\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xs\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xs\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xs\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xs\:last\:border-0:last-child {
    border-width: 0;
  }

  .xs\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xs\:last\:border-3:last-child {
    border-width: 3px;
  }

  .xs\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xs\:last\:border-6:last-child {
    border-width: 6px;
  }

  .xs\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xs\:last\:border:last-child {
    border-width: 1px;
  }

  .xs\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .xs\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .xs\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .xs\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .xs\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xs\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xs\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xs\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xs\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .xs\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .xs\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .xs\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .xs\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xs\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xs\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xs\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xs\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .xs\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .xs\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .xs\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .xs\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xs\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xs\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xs\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xs\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xs\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xs\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xs\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xs\:box-border {
    box-sizing: border-box;
  }

  .xs\:box-content {
    box-sizing: content-box;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:flow-root {
    display: flow-root;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:contents {
    display: contents;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xs\:place-items-auto {
    place-items: auto;
  }

  .xs\:place-items-start {
    place-items: start;
  }

  .xs\:place-items-end {
    place-items: end;
  }

  .xs\:place-items-center {
    place-items: center;
  }

  .xs\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:place-content-center {
    place-content: center;
  }

  .xs\:place-content-start {
    place-content: start;
  }

  .xs\:place-content-end {
    place-content: end;
  }

  .xs\:place-content-between {
    place-content: space-between;
  }

  .xs\:place-content-around {
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:place-self-auto {
    place-self: auto;
  }

  .xs\:place-self-start {
    place-self: start;
  }

  .xs\:place-self-end {
    place-self: end;
  }

  .xs\:place-self-center {
    place-self: center;
  }

  .xs\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:content-evenly {
    align-content: space-evenly;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-items-auto {
    justify-items: auto;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:order-11 {
    order: 11;
  }

  .xs\:order-12 {
    order: 12;
  }

  .xs\:order-first {
    order: -9999;
  }

  .xs\:order-last {
    order: 9999;
  }

  .xs\:order-none {
    order: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xs\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xs\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .xs\:font-cerapro {
    font-family: CeraPRO;
  }

  .xs\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .xs\:font-dinround {
    font-family: DINRound;
  }

  .xs\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .xs\:font-vibur {
    font-family: Vibur;
  }

  .xs\:font-clash {
    font-family: ClashDisplay;
  }

  .xs\:font-europa {
    font-family: europa;
  }

  .xs\:font-hairline {
    font-weight: 100;
  }

  .xs\:font-thin {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xs\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xs\:hover\:font-light:hover {
    font-weight: 300;
  }

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

  .xs\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xs\:hover\:font-semibold:hover {
    font-weight: 600;
  }

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

  .xs\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xs\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xs\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xs\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xs\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xs\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xs\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xs\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xs\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xs\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xs\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xs\:h-0 {
    height: 0;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-15 {
    height: 3.75rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-26 {
    height: 7rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-36 {
    height: 9rem;
  }

  .xs\:h-40 {
    height: 10rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-56 {
    height: 14rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-2px {
    height: 2px;
  }

  .xs\:h-1\/2 {
    height: 50%;
  }

  .xs\:h-1\/3 {
    height: 33.333333%;
  }

  .xs\:h-2\/3 {
    height: 66.666667%;
  }

  .xs\:h-1\/4 {
    height: 25%;
  }

  .xs\:h-2\/4 {
    height: 50%;
  }

  .xs\:h-3\/4 {
    height: 75%;
  }

  .xs\:h-1\/5 {
    height: 20%;
  }

  .xs\:h-2\/5 {
    height: 40%;
  }

  .xs\:h-3\/5 {
    height: 60%;
  }

  .xs\:h-4\/5 {
    height: 80%;
  }

  .xs\:h-1\/6 {
    height: 16.666667%;
  }

  .xs\:h-2\/6 {
    height: 33.333333%;
  }

  .xs\:h-3\/6 {
    height: 50%;
  }

  .xs\:h-4\/6 {
    height: 66.666667%;
  }

  .xs\:h-5\/6 {
    height: 83.333333%;
  }

  .xs\:h-1\/12 {
    height: 8.333333%;
  }

  .xs\:h-2\/12 {
    height: 16.666667%;
  }

  .xs\:h-3\/12 {
    height: 25%;
  }

  .xs\:h-4\/12 {
    height: 33.333333%;
  }

  .xs\:h-5\/12 {
    height: 41.666667%;
  }

  .xs\:h-6\/12 {
    height: 50%;
  }

  .xs\:h-7\/12 {
    height: 58.333333%;
  }

  .xs\:h-8\/12 {
    height: 66.666667%;
  }

  .xs\:h-9\/12 {
    height: 75%;
  }

  .xs\:h-10\/12 {
    height: 83.333333%;
  }

  .xs\:h-11\/12 {
    height: 91.666667%;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:h-10px {
    height: 0.625rem;
  }

  .xs\:h-20px {
    height: 20px;
  }

  .xs\:h-30px {
    height: 30px;
  }

  .xs\:text-xs {
    font-size: 0.875rem;
  }

  .xs\:text-sm {
    font-size: 1rem;
  }

  .xs\:text-base {
    font-size: 1.125rem;
  }

  .xs\:text-lg {
    font-size: 1.3125rem;
  }

  .xs\:text-xl {
    font-size: 1.5rem;
  }

  .xs\:text-2xl {
    font-size: 2rem;
  }

  .xs\:text-3xl {
    font-size: 3.25rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:text-6xl {
    font-size: 4rem;
  }

  .xs\:text-3xs {
    font-size: 0.6875rem;
  }

  .xs\:text-2xs {
    font-size: 0.75rem;
  }

  .xs\:text-lsm {
    font-size: 1.0625rem;
  }

  .xs\:text-xlg {
    font-size: 1.625rem;
  }

  .xs\:text-2-25xl {
    font-size: 2.25rem;
  }

  .xs\:text-2-5xl {
    font-size: 2.375rem;
  }

  .xs\:text-2-6xl {
    font-size: 2.5rem;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-snug {
    line-height: 1.375;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-relaxed {
    line-height: 1.625;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-12 {
    margin: 3rem;
  }

  .xs\:m-14 {
    margin: 3.5rem;
  }

  .xs\:m-15 {
    margin: 3.75rem;
  }

  .xs\:m-16 {
    margin: 4rem;
  }

  .xs\:m-20 {
    margin: 5rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-26 {
    margin: 7rem;
  }

  .xs\:m-32 {
    margin: 8rem;
  }

  .xs\:m-36 {
    margin: 9rem;
  }

  .xs\:m-40 {
    margin: 10rem;
  }

  .xs\:m-48 {
    margin: 12rem;
  }

  .xs\:m-56 {
    margin: 14rem;
  }

  .xs\:m-64 {
    margin: 16rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:m-2px {
    margin: 2px;
  }

  .xs\:m-1\/2 {
    margin: 50%;
  }

  .xs\:m-1\/3 {
    margin: 33.333333%;
  }

  .xs\:m-2\/3 {
    margin: 66.666667%;
  }

  .xs\:m-1\/4 {
    margin: 25%;
  }

  .xs\:m-2\/4 {
    margin: 50%;
  }

  .xs\:m-3\/4 {
    margin: 75%;
  }

  .xs\:m-1\/5 {
    margin: 20%;
  }

  .xs\:m-2\/5 {
    margin: 40%;
  }

  .xs\:m-3\/5 {
    margin: 60%;
  }

  .xs\:m-4\/5 {
    margin: 80%;
  }

  .xs\:m-1\/6 {
    margin: 16.666667%;
  }

  .xs\:m-2\/6 {
    margin: 33.333333%;
  }

  .xs\:m-3\/6 {
    margin: 50%;
  }

  .xs\:m-4\/6 {
    margin: 66.666667%;
  }

  .xs\:m-5\/6 {
    margin: 83.333333%;
  }

  .xs\:m-1\/12 {
    margin: 8.333333%;
  }

  .xs\:m-2\/12 {
    margin: 16.666667%;
  }

  .xs\:m-3\/12 {
    margin: 25%;
  }

  .xs\:m-4\/12 {
    margin: 33.333333%;
  }

  .xs\:m-5\/12 {
    margin: 41.666667%;
  }

  .xs\:m-6\/12 {
    margin: 50%;
  }

  .xs\:m-7\/12 {
    margin: 58.333333%;
  }

  .xs\:m-8\/12 {
    margin: 66.666667%;
  }

  .xs\:m-9\/12 {
    margin: 75%;
  }

  .xs\:m-10\/12 {
    margin: 83.333333%;
  }

  .xs\:m-11\/12 {
    margin: 91.666667%;
  }

  .xs\:m-full {
    margin: 100%;
  }

  .xs\:m-screen {
    margin: 100vw;
  }

  .xs\:m-10px {
    margin: 0.625rem;
  }

  .xs\:m-20px {
    margin: 20px;
  }

  .xs\:m-30px {
    margin: 30px;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-5 {
    margin: -1.25rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-15 {
    margin: -3.75rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-20 {
    margin: -5rem;
  }

  .xs\:-m-24 {
    margin: -6rem;
  }

  .xs\:-m-26 {
    margin: -7rem;
  }

  .xs\:-m-32 {
    margin: -8rem;
  }

  .xs\:-m-36 {
    margin: -9rem;
  }

  .xs\:-m-40 {
    margin: -10rem;
  }

  .xs\:-m-48 {
    margin: -12rem;
  }

  .xs\:-m-56 {
    margin: -14rem;
  }

  .xs\:-m-64 {
    margin: -16rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-m-2px {
    margin: -2px;
  }

  .xs\:-m-1\/2 {
    margin: -50%;
  }

  .xs\:-m-1\/3 {
    margin: -33.33333%;
  }

  .xs\:-m-2\/3 {
    margin: -66.66667%;
  }

  .xs\:-m-1\/4 {
    margin: -25%;
  }

  .xs\:-m-2\/4 {
    margin: -50%;
  }

  .xs\:-m-3\/4 {
    margin: -75%;
  }

  .xs\:-m-1\/5 {
    margin: -20%;
  }

  .xs\:-m-2\/5 {
    margin: -40%;
  }

  .xs\:-m-3\/5 {
    margin: -60%;
  }

  .xs\:-m-4\/5 {
    margin: -80%;
  }

  .xs\:-m-1\/6 {
    margin: -16.66667%;
  }

  .xs\:-m-2\/6 {
    margin: -33.33333%;
  }

  .xs\:-m-3\/6 {
    margin: -50%;
  }

  .xs\:-m-4\/6 {
    margin: -66.66667%;
  }

  .xs\:-m-5\/6 {
    margin: -83.33333%;
  }

  .xs\:-m-1\/12 {
    margin: -8.33333%;
  }

  .xs\:-m-2\/12 {
    margin: -16.66667%;
  }

  .xs\:-m-3\/12 {
    margin: -25%;
  }

  .xs\:-m-4\/12 {
    margin: -33.33333%;
  }

  .xs\:-m-5\/12 {
    margin: -41.66667%;
  }

  .xs\:-m-6\/12 {
    margin: -50%;
  }

  .xs\:-m-7\/12 {
    margin: -58.33333%;
  }

  .xs\:-m-8\/12 {
    margin: -66.66667%;
  }

  .xs\:-m-9\/12 {
    margin: -75%;
  }

  .xs\:-m-10\/12 {
    margin: -83.33333%;
  }

  .xs\:-m-11\/12 {
    margin: -91.66667%;
  }

  .xs\:-m-full {
    margin: -100%;
  }

  .xs\:-m-screen {
    margin: -100vw;
  }

  .xs\:-m-10px {
    margin: -0.625rem;
  }

  .xs\:-m-20px {
    margin: -20px;
  }

  .xs\:-m-30px {
    margin: -30px;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xs\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xs\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xs\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xs\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xs\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xs\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xs\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xs\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xs\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xs\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xs\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xs\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xs\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xs\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xs\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xs\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xs\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xs\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xs\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xs\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xs\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xs\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xs\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xs\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xs\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xs\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xs\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xs\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:mt-12 {
    margin-top: 3rem;
  }

  .xs\:mr-12 {
    margin-right: 3rem;
  }

  .xs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xs\:ml-12 {
    margin-left: 3rem;
  }

  .xs\:mt-14 {
    margin-top: 3.5rem;
  }

  .xs\:mr-14 {
    margin-right: 3.5rem;
  }

  .xs\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xs\:ml-14 {
    margin-left: 3.5rem;
  }

  .xs\:mt-15 {
    margin-top: 3.75rem;
  }

  .xs\:mr-15 {
    margin-right: 3.75rem;
  }

  .xs\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xs\:ml-15 {
    margin-left: 3.75rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:mr-16 {
    margin-right: 4rem;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xs\:ml-16 {
    margin-left: 4rem;
  }

  .xs\:mt-20 {
    margin-top: 5rem;
  }

  .xs\:mr-20 {
    margin-right: 5rem;
  }

  .xs\:mb-20 {
    margin-bottom: 5rem;
  }

  .xs\:ml-20 {
    margin-left: 5rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-26 {
    margin-top: 7rem;
  }

  .xs\:mr-26 {
    margin-right: 7rem;
  }

  .xs\:mb-26 {
    margin-bottom: 7rem;
  }

  .xs\:ml-26 {
    margin-left: 7rem;
  }

  .xs\:mt-32 {
    margin-top: 8rem;
  }

  .xs\:mr-32 {
    margin-right: 8rem;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xs\:ml-32 {
    margin-left: 8rem;
  }

  .xs\:mt-36 {
    margin-top: 9rem;
  }

  .xs\:mr-36 {
    margin-right: 9rem;
  }

  .xs\:mb-36 {
    margin-bottom: 9rem;
  }

  .xs\:ml-36 {
    margin-left: 9rem;
  }

  .xs\:mt-40 {
    margin-top: 10rem;
  }

  .xs\:mr-40 {
    margin-right: 10rem;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xs\:ml-40 {
    margin-left: 10rem;
  }

  .xs\:mt-48 {
    margin-top: 12rem;
  }

  .xs\:mr-48 {
    margin-right: 12rem;
  }

  .xs\:mb-48 {
    margin-bottom: 12rem;
  }

  .xs\:ml-48 {
    margin-left: 12rem;
  }

  .xs\:mt-56 {
    margin-top: 14rem;
  }

  .xs\:mr-56 {
    margin-right: 14rem;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xs\:ml-56 {
    margin-left: 14rem;
  }

  .xs\:mt-64 {
    margin-top: 16rem;
  }

  .xs\:mr-64 {
    margin-right: 16rem;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xs\:ml-64 {
    margin-left: 16rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:mt-2px {
    margin-top: 2px;
  }

  .xs\:mr-2px {
    margin-right: 2px;
  }

  .xs\:mb-2px {
    margin-bottom: 2px;
  }

  .xs\:ml-2px {
    margin-left: 2px;
  }

  .xs\:mt-1\/2 {
    margin-top: 50%;
  }

  .xs\:mr-1\/2 {
    margin-right: 50%;
  }

  .xs\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xs\:ml-1\/2 {
    margin-left: 50%;
  }

  .xs\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .xs\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .xs\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .xs\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .xs\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .xs\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .xs\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .xs\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .xs\:mt-1\/4 {
    margin-top: 25%;
  }

  .xs\:mr-1\/4 {
    margin-right: 25%;
  }

  .xs\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .xs\:ml-1\/4 {
    margin-left: 25%;
  }

  .xs\:mt-2\/4 {
    margin-top: 50%;
  }

  .xs\:mr-2\/4 {
    margin-right: 50%;
  }

  .xs\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .xs\:ml-2\/4 {
    margin-left: 50%;
  }

  .xs\:mt-3\/4 {
    margin-top: 75%;
  }

  .xs\:mr-3\/4 {
    margin-right: 75%;
  }

  .xs\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .xs\:ml-3\/4 {
    margin-left: 75%;
  }

  .xs\:mt-1\/5 {
    margin-top: 20%;
  }

  .xs\:mr-1\/5 {
    margin-right: 20%;
  }

  .xs\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .xs\:ml-1\/5 {
    margin-left: 20%;
  }

  .xs\:mt-2\/5 {
    margin-top: 40%;
  }

  .xs\:mr-2\/5 {
    margin-right: 40%;
  }

  .xs\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .xs\:ml-2\/5 {
    margin-left: 40%;
  }

  .xs\:mt-3\/5 {
    margin-top: 60%;
  }

  .xs\:mr-3\/5 {
    margin-right: 60%;
  }

  .xs\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .xs\:ml-3\/5 {
    margin-left: 60%;
  }

  .xs\:mt-4\/5 {
    margin-top: 80%;
  }

  .xs\:mr-4\/5 {
    margin-right: 80%;
  }

  .xs\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .xs\:ml-4\/5 {
    margin-left: 80%;
  }

  .xs\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .xs\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .xs\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .xs\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .xs\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .xs\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .xs\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .xs\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .xs\:mt-3\/6 {
    margin-top: 50%;
  }

  .xs\:mr-3\/6 {
    margin-right: 50%;
  }

  .xs\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .xs\:ml-3\/6 {
    margin-left: 50%;
  }

  .xs\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .xs\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .xs\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .xs\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .xs\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .xs\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .xs\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .xs\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .xs\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .xs\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .xs\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .xs\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .xs\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .xs\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .xs\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .xs\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .xs\:mt-3\/12 {
    margin-top: 25%;
  }

  .xs\:mr-3\/12 {
    margin-right: 25%;
  }

  .xs\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .xs\:ml-3\/12 {
    margin-left: 25%;
  }

  .xs\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .xs\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .xs\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .xs\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .xs\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .xs\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .xs\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .xs\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .xs\:mt-6\/12 {
    margin-top: 50%;
  }

  .xs\:mr-6\/12 {
    margin-right: 50%;
  }

  .xs\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .xs\:ml-6\/12 {
    margin-left: 50%;
  }

  .xs\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .xs\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .xs\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .xs\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .xs\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .xs\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .xs\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .xs\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .xs\:mt-9\/12 {
    margin-top: 75%;
  }

  .xs\:mr-9\/12 {
    margin-right: 75%;
  }

  .xs\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .xs\:ml-9\/12 {
    margin-left: 75%;
  }

  .xs\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .xs\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .xs\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .xs\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .xs\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .xs\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .xs\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .xs\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .xs\:mt-full {
    margin-top: 100%;
  }

  .xs\:mr-full {
    margin-right: 100%;
  }

  .xs\:mb-full {
    margin-bottom: 100%;
  }

  .xs\:ml-full {
    margin-left: 100%;
  }

  .xs\:mt-screen {
    margin-top: 100vw;
  }

  .xs\:mr-screen {
    margin-right: 100vw;
  }

  .xs\:mb-screen {
    margin-bottom: 100vw;
  }

  .xs\:ml-screen {
    margin-left: 100vw;
  }

  .xs\:mt-10px {
    margin-top: 0.625rem;
  }

  .xs\:mr-10px {
    margin-right: 0.625rem;
  }

  .xs\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .xs\:ml-10px {
    margin-left: 0.625rem;
  }

  .xs\:mt-20px {
    margin-top: 20px;
  }

  .xs\:mr-20px {
    margin-right: 20px;
  }

  .xs\:mb-20px {
    margin-bottom: 20px;
  }

  .xs\:ml-20px {
    margin-left: 20px;
  }

  .xs\:mt-30px {
    margin-top: 30px;
  }

  .xs\:mr-30px {
    margin-right: 30px;
  }

  .xs\:mb-30px {
    margin-bottom: 30px;
  }

  .xs\:ml-30px {
    margin-left: 30px;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xs\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xs\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xs\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xs\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xs\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xs\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-20 {
    margin-top: -5rem;
  }

  .xs\:-mr-20 {
    margin-right: -5rem;
  }

  .xs\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xs\:-ml-20 {
    margin-left: -5rem;
  }

  .xs\:-mt-24 {
    margin-top: -6rem;
  }

  .xs\:-mr-24 {
    margin-right: -6rem;
  }

  .xs\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xs\:-ml-24 {
    margin-left: -6rem;
  }

  .xs\:-mt-26 {
    margin-top: -7rem;
  }

  .xs\:-mr-26 {
    margin-right: -7rem;
  }

  .xs\:-mb-26 {
    margin-bottom: -7rem;
  }

  .xs\:-ml-26 {
    margin-left: -7rem;
  }

  .xs\:-mt-32 {
    margin-top: -8rem;
  }

  .xs\:-mr-32 {
    margin-right: -8rem;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xs\:-ml-32 {
    margin-left: -8rem;
  }

  .xs\:-mt-36 {
    margin-top: -9rem;
  }

  .xs\:-mr-36 {
    margin-right: -9rem;
  }

  .xs\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xs\:-ml-36 {
    margin-left: -9rem;
  }

  .xs\:-mt-40 {
    margin-top: -10rem;
  }

  .xs\:-mr-40 {
    margin-right: -10rem;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xs\:-ml-40 {
    margin-left: -10rem;
  }

  .xs\:-mt-48 {
    margin-top: -12rem;
  }

  .xs\:-mr-48 {
    margin-right: -12rem;
  }

  .xs\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xs\:-ml-48 {
    margin-left: -12rem;
  }

  .xs\:-mt-56 {
    margin-top: -14rem;
  }

  .xs\:-mr-56 {
    margin-right: -14rem;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xs\:-ml-56 {
    margin-left: -14rem;
  }

  .xs\:-mt-64 {
    margin-top: -16rem;
  }

  .xs\:-mr-64 {
    margin-right: -16rem;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xs\:-ml-64 {
    margin-left: -16rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:-mt-2px {
    margin-top: -2px;
  }

  .xs\:-mr-2px {
    margin-right: -2px;
  }

  .xs\:-mb-2px {
    margin-bottom: -2px;
  }

  .xs\:-ml-2px {
    margin-left: -2px;
  }

  .xs\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xs\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xs\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xs\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xs\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .xs\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .xs\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .xs\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .xs\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .xs\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .xs\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .xs\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .xs\:-mt-1\/4 {
    margin-top: -25%;
  }

  .xs\:-mr-1\/4 {
    margin-right: -25%;
  }

  .xs\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .xs\:-ml-1\/4 {
    margin-left: -25%;
  }

  .xs\:-mt-2\/4 {
    margin-top: -50%;
  }

  .xs\:-mr-2\/4 {
    margin-right: -50%;
  }

  .xs\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .xs\:-ml-2\/4 {
    margin-left: -50%;
  }

  .xs\:-mt-3\/4 {
    margin-top: -75%;
  }

  .xs\:-mr-3\/4 {
    margin-right: -75%;
  }

  .xs\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .xs\:-ml-3\/4 {
    margin-left: -75%;
  }

  .xs\:-mt-1\/5 {
    margin-top: -20%;
  }

  .xs\:-mr-1\/5 {
    margin-right: -20%;
  }

  .xs\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .xs\:-ml-1\/5 {
    margin-left: -20%;
  }

  .xs\:-mt-2\/5 {
    margin-top: -40%;
  }

  .xs\:-mr-2\/5 {
    margin-right: -40%;
  }

  .xs\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .xs\:-ml-2\/5 {
    margin-left: -40%;
  }

  .xs\:-mt-3\/5 {
    margin-top: -60%;
  }

  .xs\:-mr-3\/5 {
    margin-right: -60%;
  }

  .xs\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .xs\:-ml-3\/5 {
    margin-left: -60%;
  }

  .xs\:-mt-4\/5 {
    margin-top: -80%;
  }

  .xs\:-mr-4\/5 {
    margin-right: -80%;
  }

  .xs\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .xs\:-ml-4\/5 {
    margin-left: -80%;
  }

  .xs\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .xs\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .xs\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .xs\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .xs\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .xs\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .xs\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .xs\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .xs\:-mt-3\/6 {
    margin-top: -50%;
  }

  .xs\:-mr-3\/6 {
    margin-right: -50%;
  }

  .xs\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .xs\:-ml-3\/6 {
    margin-left: -50%;
  }

  .xs\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .xs\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .xs\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .xs\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .xs\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .xs\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .xs\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .xs\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .xs\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .xs\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .xs\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .xs\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .xs\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .xs\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .xs\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .xs\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .xs\:-mt-3\/12 {
    margin-top: -25%;
  }

  .xs\:-mr-3\/12 {
    margin-right: -25%;
  }

  .xs\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .xs\:-ml-3\/12 {
    margin-left: -25%;
  }

  .xs\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .xs\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .xs\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .xs\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .xs\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .xs\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .xs\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .xs\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .xs\:-mt-6\/12 {
    margin-top: -50%;
  }

  .xs\:-mr-6\/12 {
    margin-right: -50%;
  }

  .xs\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .xs\:-ml-6\/12 {
    margin-left: -50%;
  }

  .xs\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .xs\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .xs\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .xs\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .xs\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .xs\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .xs\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .xs\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .xs\:-mt-9\/12 {
    margin-top: -75%;
  }

  .xs\:-mr-9\/12 {
    margin-right: -75%;
  }

  .xs\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .xs\:-ml-9\/12 {
    margin-left: -75%;
  }

  .xs\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .xs\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .xs\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .xs\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .xs\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .xs\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .xs\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .xs\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .xs\:-mt-full {
    margin-top: -100%;
  }

  .xs\:-mr-full {
    margin-right: -100%;
  }

  .xs\:-mb-full {
    margin-bottom: -100%;
  }

  .xs\:-ml-full {
    margin-left: -100%;
  }

  .xs\:-mt-screen {
    margin-top: -100vw;
  }

  .xs\:-mr-screen {
    margin-right: -100vw;
  }

  .xs\:-mb-screen {
    margin-bottom: -100vw;
  }

  .xs\:-ml-screen {
    margin-left: -100vw;
  }

  .xs\:-mt-10px {
    margin-top: -0.625rem;
  }

  .xs\:-mr-10px {
    margin-right: -0.625rem;
  }

  .xs\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .xs\:-ml-10px {
    margin-left: -0.625rem;
  }

  .xs\:-mt-20px {
    margin-top: -20px;
  }

  .xs\:-mr-20px {
    margin-right: -20px;
  }

  .xs\:-mb-20px {
    margin-bottom: -20px;
  }

  .xs\:-ml-20px {
    margin-left: -20px;
  }

  .xs\:-mt-30px {
    margin-top: -30px;
  }

  .xs\:-mr-30px {
    margin-right: -30px;
  }

  .xs\:-mb-30px {
    margin-bottom: -30px;
  }

  .xs\:-ml-30px {
    margin-left: -30px;
  }

  .xs\:first\:m-0:first-child {
    margin: 0;
  }

  .xs\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xs\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xs\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xs\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xs\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xs\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xs\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xs\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xs\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xs\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xs\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .xs\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xs\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xs\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xs\:first\:m-26:first-child {
    margin: 7rem;
  }

  .xs\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xs\:first\:m-36:first-child {
    margin: 9rem;
  }

  .xs\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xs\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xs\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xs\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xs\:first\:m-auto:first-child {
    margin: auto;
  }

  .xs\:first\:m-px:first-child {
    margin: 1px;
  }

  .xs\:first\:m-2px:first-child {
    margin: 2px;
  }

  .xs\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .xs\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .xs\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .xs\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .xs\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .xs\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .xs\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .xs\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .xs\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .xs\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .xs\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .xs\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .xs\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .xs\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .xs\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .xs\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .xs\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .xs\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .xs\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .xs\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .xs\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .xs\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .xs\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .xs\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .xs\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .xs\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .xs\:first\:m-full:first-child {
    margin: 100%;
  }

  .xs\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .xs\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .xs\:first\:m-20px:first-child {
    margin: 20px;
  }

  .xs\:first\:m-30px:first-child {
    margin: 30px;
  }

  .xs\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xs\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xs\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xs\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xs\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xs\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xs\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xs\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xs\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xs\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xs\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .xs\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xs\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xs\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xs\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .xs\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xs\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .xs\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xs\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xs\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xs\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xs\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xs\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .xs\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .xs\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .xs\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .xs\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .xs\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .xs\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .xs\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .xs\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .xs\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .xs\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .xs\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .xs\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .xs\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .xs\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .xs\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .xs\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .xs\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .xs\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .xs\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .xs\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .xs\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .xs\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .xs\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .xs\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .xs\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .xs\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .xs\:first\:-m-full:first-child {
    margin: -100%;
  }

  .xs\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .xs\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .xs\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .xs\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .xs\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xs\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xs\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xs\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xs\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xs\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xs\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xs\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xs\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xs\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xs\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xs\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xs\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xs\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xs\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xs\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xs\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xs\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xs\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xs\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xs\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xs\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xs\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xs\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xs\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xs\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xs\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xs\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xs\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xs\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xs\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xs\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xs\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xs\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xs\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xs\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xs\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xs\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xs\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xs\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xs\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xs\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xs\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xs\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xs\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xs\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xs\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xs\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xs\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xs\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xs\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xs\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xs\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xs\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xs\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xs\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xs\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xs\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xs\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xs\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xs\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xs\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xs\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xs\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xs\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xs\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xs\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xs\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xs\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xs\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xs\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xs\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xs\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .xs\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .xs\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .xs\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .xs\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xs\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xs\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xs\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xs\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xs\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xs\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xs\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xs\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xs\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xs\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xs\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xs\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .xs\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .xs\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .xs\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .xs\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xs\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xs\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xs\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xs\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .xs\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .xs\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .xs\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .xs\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xs\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xs\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xs\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xs\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xs\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xs\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xs\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xs\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xs\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xs\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xs\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xs\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xs\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xs\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xs\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xs\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xs\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xs\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xs\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xs\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xs\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xs\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xs\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xs\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .xs\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .xs\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .xs\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .xs\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .xs\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .xs\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .xs\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .xs\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .xs\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .xs\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .xs\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .xs\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .xs\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .xs\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .xs\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .xs\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .xs\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .xs\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .xs\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .xs\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .xs\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .xs\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .xs\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .xs\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .xs\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .xs\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .xs\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .xs\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .xs\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .xs\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .xs\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .xs\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .xs\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .xs\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .xs\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .xs\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .xs\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .xs\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .xs\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .xs\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .xs\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .xs\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .xs\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .xs\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .xs\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .xs\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .xs\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .xs\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .xs\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .xs\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .xs\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .xs\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .xs\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .xs\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .xs\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .xs\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .xs\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .xs\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .xs\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .xs\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .xs\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .xs\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .xs\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .xs\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .xs\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .xs\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .xs\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .xs\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .xs\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .xs\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .xs\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .xs\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .xs\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .xs\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .xs\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .xs\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .xs\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .xs\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .xs\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .xs\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .xs\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .xs\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .xs\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .xs\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .xs\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .xs\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .xs\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .xs\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .xs\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .xs\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .xs\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .xs\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .xs\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .xs\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .xs\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .xs\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .xs\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .xs\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .xs\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .xs\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .xs\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .xs\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .xs\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .xs\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .xs\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .xs\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .xs\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .xs\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .xs\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .xs\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .xs\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .xs\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .xs\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .xs\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .xs\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .xs\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .xs\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .xs\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .xs\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .xs\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .xs\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .xs\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .xs\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .xs\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .xs\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .xs\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .xs\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .xs\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xs\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xs\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xs\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xs\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xs\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xs\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xs\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xs\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xs\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xs\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xs\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xs\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xs\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xs\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xs\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xs\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xs\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xs\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xs\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xs\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xs\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xs\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xs\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xs\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xs\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xs\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xs\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xs\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xs\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xs\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xs\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xs\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xs\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xs\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xs\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xs\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xs\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xs\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xs\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xs\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .xs\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .xs\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .xs\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .xs\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xs\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xs\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xs\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xs\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xs\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xs\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xs\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xs\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xs\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xs\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xs\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xs\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .xs\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .xs\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .xs\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .xs\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xs\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xs\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xs\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xs\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .xs\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .xs\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .xs\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .xs\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xs\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xs\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xs\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xs\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xs\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xs\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xs\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xs\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xs\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xs\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xs\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xs\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xs\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xs\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xs\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xs\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xs\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xs\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xs\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xs\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .xs\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .xs\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .xs\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .xs\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .xs\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .xs\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .xs\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .xs\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .xs\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .xs\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .xs\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .xs\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .xs\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .xs\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .xs\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .xs\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .xs\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .xs\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .xs\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .xs\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .xs\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .xs\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .xs\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .xs\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .xs\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .xs\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .xs\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .xs\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .xs\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .xs\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .xs\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .xs\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .xs\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .xs\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .xs\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .xs\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .xs\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .xs\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .xs\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .xs\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .xs\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .xs\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .xs\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .xs\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .xs\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .xs\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .xs\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .xs\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .xs\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .xs\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .xs\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .xs\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .xs\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .xs\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .xs\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .xs\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .xs\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .xs\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .xs\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .xs\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .xs\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .xs\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .xs\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .xs\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .xs\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .xs\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .xs\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .xs\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .xs\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .xs\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .xs\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .xs\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .xs\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .xs\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .xs\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .xs\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .xs\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .xs\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .xs\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .xs\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .xs\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .xs\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .xs\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .xs\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .xs\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .xs\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .xs\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .xs\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .xs\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .xs\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .xs\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .xs\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .xs\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .xs\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .xs\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .xs\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .xs\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .xs\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .xs\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .xs\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .xs\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .xs\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .xs\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .xs\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .xs\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .xs\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .xs\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .xs\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .xs\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .xs\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .xs\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .xs\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .xs\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .xs\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .xs\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .xs\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .xs\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .xs\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .xs\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .xs\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .xs\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .xs\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .xs\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .xs\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .xs\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .xs\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .xs\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .xs\:last\:m-0:last-child {
    margin: 0;
  }

  .xs\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xs\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xs\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xs\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xs\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xs\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xs\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xs\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xs\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xs\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xs\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .xs\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xs\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xs\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xs\:last\:m-26:last-child {
    margin: 7rem;
  }

  .xs\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xs\:last\:m-36:last-child {
    margin: 9rem;
  }

  .xs\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xs\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xs\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xs\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xs\:last\:m-auto:last-child {
    margin: auto;
  }

  .xs\:last\:m-px:last-child {
    margin: 1px;
  }

  .xs\:last\:m-2px:last-child {
    margin: 2px;
  }

  .xs\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .xs\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .xs\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .xs\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .xs\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .xs\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .xs\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .xs\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .xs\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .xs\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .xs\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .xs\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .xs\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .xs\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .xs\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .xs\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .xs\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .xs\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .xs\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .xs\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .xs\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .xs\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .xs\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .xs\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .xs\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .xs\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .xs\:last\:m-full:last-child {
    margin: 100%;
  }

  .xs\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .xs\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .xs\:last\:m-20px:last-child {
    margin: 20px;
  }

  .xs\:last\:m-30px:last-child {
    margin: 30px;
  }

  .xs\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xs\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xs\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xs\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xs\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xs\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xs\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xs\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xs\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xs\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xs\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .xs\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xs\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xs\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xs\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .xs\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xs\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .xs\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xs\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xs\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xs\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xs\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xs\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .xs\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .xs\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .xs\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .xs\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .xs\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .xs\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .xs\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .xs\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .xs\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .xs\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .xs\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .xs\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .xs\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .xs\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .xs\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .xs\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .xs\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .xs\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .xs\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .xs\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .xs\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .xs\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .xs\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .xs\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .xs\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .xs\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .xs\:last\:-m-full:last-child {
    margin: -100%;
  }

  .xs\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .xs\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .xs\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .xs\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .xs\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xs\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xs\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xs\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xs\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xs\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xs\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xs\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xs\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xs\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xs\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xs\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xs\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xs\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xs\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xs\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xs\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xs\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xs\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xs\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xs\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xs\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xs\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xs\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xs\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xs\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xs\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xs\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xs\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xs\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xs\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xs\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xs\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xs\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xs\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xs\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xs\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xs\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xs\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xs\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xs\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xs\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xs\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xs\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xs\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xs\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xs\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xs\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xs\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xs\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xs\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xs\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xs\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xs\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xs\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xs\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xs\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xs\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xs\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xs\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xs\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xs\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xs\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xs\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xs\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xs\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xs\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xs\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xs\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xs\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xs\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xs\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xs\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xs\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xs\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xs\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xs\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .xs\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .xs\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .xs\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .xs\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xs\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xs\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xs\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xs\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xs\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xs\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xs\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xs\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xs\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xs\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xs\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xs\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .xs\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .xs\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .xs\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .xs\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xs\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xs\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xs\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xs\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .xs\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .xs\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .xs\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .xs\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xs\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xs\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xs\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xs\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xs\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xs\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xs\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xs\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xs\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xs\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xs\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xs\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xs\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xs\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xs\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xs\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xs\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xs\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xs\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xs\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xs\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xs\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xs\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xs\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .xs\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .xs\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .xs\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .xs\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .xs\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .xs\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .xs\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .xs\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .xs\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .xs\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .xs\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .xs\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .xs\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .xs\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .xs\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .xs\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .xs\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .xs\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .xs\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .xs\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .xs\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .xs\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .xs\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .xs\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .xs\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .xs\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .xs\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .xs\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .xs\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .xs\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .xs\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .xs\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .xs\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .xs\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .xs\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .xs\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .xs\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .xs\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .xs\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .xs\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .xs\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .xs\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .xs\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .xs\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .xs\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .xs\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .xs\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .xs\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .xs\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .xs\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .xs\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .xs\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .xs\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .xs\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .xs\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .xs\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .xs\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .xs\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .xs\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .xs\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .xs\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .xs\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .xs\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .xs\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .xs\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .xs\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .xs\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .xs\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .xs\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .xs\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .xs\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .xs\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .xs\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .xs\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .xs\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .xs\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .xs\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .xs\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .xs\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .xs\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .xs\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .xs\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .xs\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .xs\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .xs\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .xs\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .xs\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .xs\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .xs\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .xs\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .xs\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .xs\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .xs\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .xs\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .xs\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .xs\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .xs\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .xs\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .xs\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .xs\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .xs\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .xs\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .xs\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .xs\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .xs\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .xs\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .xs\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .xs\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .xs\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .xs\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .xs\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .xs\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .xs\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .xs\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .xs\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .xs\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .xs\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .xs\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .xs\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .xs\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .xs\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .xs\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .xs\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .xs\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .xs\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .xs\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .xs\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .xs\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xs\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xs\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xs\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xs\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xs\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xs\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xs\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xs\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xs\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xs\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xs\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xs\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xs\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xs\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xs\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xs\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xs\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xs\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xs\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xs\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xs\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xs\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xs\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xs\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xs\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xs\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xs\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xs\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xs\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xs\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xs\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xs\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xs\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xs\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xs\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xs\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xs\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xs\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xs\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xs\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .xs\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .xs\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .xs\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .xs\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xs\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xs\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xs\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xs\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xs\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xs\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xs\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xs\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xs\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xs\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xs\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xs\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .xs\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .xs\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .xs\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .xs\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xs\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xs\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xs\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xs\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .xs\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .xs\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .xs\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .xs\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xs\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xs\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xs\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xs\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xs\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xs\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xs\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xs\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xs\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xs\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xs\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xs\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xs\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xs\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xs\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xs\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xs\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xs\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xs\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xs\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .xs\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .xs\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .xs\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .xs\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .xs\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .xs\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .xs\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .xs\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .xs\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .xs\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .xs\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .xs\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .xs\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .xs\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .xs\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .xs\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .xs\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .xs\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .xs\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .xs\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .xs\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .xs\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .xs\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .xs\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .xs\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .xs\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .xs\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .xs\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .xs\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .xs\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .xs\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .xs\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .xs\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .xs\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .xs\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .xs\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .xs\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .xs\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .xs\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .xs\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .xs\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .xs\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .xs\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .xs\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .xs\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .xs\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .xs\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .xs\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .xs\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .xs\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .xs\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .xs\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .xs\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .xs\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .xs\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .xs\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .xs\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .xs\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .xs\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .xs\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .xs\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .xs\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .xs\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .xs\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .xs\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .xs\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .xs\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .xs\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .xs\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .xs\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .xs\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .xs\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .xs\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .xs\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .xs\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .xs\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .xs\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .xs\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .xs\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .xs\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .xs\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .xs\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .xs\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .xs\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .xs\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .xs\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .xs\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .xs\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .xs\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .xs\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .xs\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .xs\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .xs\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .xs\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .xs\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .xs\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .xs\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .xs\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .xs\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .xs\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .xs\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .xs\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .xs\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .xs\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .xs\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .xs\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .xs\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .xs\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .xs\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .xs\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .xs\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .xs\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .xs\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .xs\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .xs\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .xs\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .xs\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .xs\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .xs\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .xs\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .xs\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .xs\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .xs\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .xs\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .xs\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .xs\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .xs\:max-h-400 {
    max-height: 400px;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-w-60 {
    max-width: 60%;
  }

  .xs\:max-w-170 {
    max-width: 170px;
  }

  .xs\:max-w-200 {
    max-width: 200px;
  }

  .xs\:max-w-300 {
    max-width: 300px;
  }

  .xs\:max-w-none {
    max-width: none;
  }

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

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:max-w-md {
    max-width: 28rem;
  }

  .xs\:max-w-lg {
    max-width: 32rem;
  }

  .xs\:max-w-xl {
    max-width: 36rem;
  }

  .xs\:max-w-2xl {
    max-width: 42rem;
  }

  .xs\:max-w-3xl {
    max-width: 48rem;
  }

  .xs\:max-w-4xl {
    max-width: 56rem;
  }

  .xs\:max-w-5xl {
    max-width: 64rem;
  }

  .xs\:max-w-6xl {
    max-width: 72rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-screen-xxs {
    max-width: 400px;
  }

  .xs\:max-w-screen-xs {
    max-width: 480px;
  }

  .xs\:max-w-screen-sm {
    max-width: 640px;
  }

  .xs\:max-w-screen-md {
    max-width: 768px;
  }

  .xs\:max-w-screen-tablet {
    max-width: 900px;
  }

  .xs\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xs\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:object-contain {
    object-fit: contain;
  }

  .xs\:object-cover {
    object-fit: cover;
  }

  .xs\:object-fill {
    object-fit: fill;
  }

  .xs\:object-none {
    object-fit: none;
  }

  .xs\:object-scale-down {
    object-fit: scale-down;
  }

  .xs\:object-bottom {
    object-position: bottom;
  }

  .xs\:object-center {
    object-position: center;
  }

  .xs\:object-left {
    object-position: left;
  }

  .xs\:object-left-bottom {
    object-position: left bottom;
  }

  .xs\:object-left-top {
    object-position: left top;
  }

  .xs\:object-right {
    object-position: right;
  }

  .xs\:object-right-bottom {
    object-position: right bottom;
  }

  .xs\:object-right-top {
    object-position: right top;
  }

  .xs\:object-top {
    object-position: top;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-10 {
    opacity: 0.10;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xs\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-14 {
    padding: 3.5rem;
  }

  .xs\:p-15 {
    padding: 3.75rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-20 {
    padding: 5rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-26 {
    padding: 7rem;
  }

  .xs\:p-32 {
    padding: 8rem;
  }

  .xs\:p-36 {
    padding: 9rem;
  }

  .xs\:p-40 {
    padding: 10rem;
  }

  .xs\:p-48 {
    padding: 12rem;
  }

  .xs\:p-56 {
    padding: 14rem;
  }

  .xs\:p-64 {
    padding: 16rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:p-2px {
    padding: 2px;
  }

  .xs\:p-1\/2 {
    padding: 50%;
  }

  .xs\:p-1\/3 {
    padding: 33.333333%;
  }

  .xs\:p-2\/3 {
    padding: 66.666667%;
  }

  .xs\:p-1\/4 {
    padding: 25%;
  }

  .xs\:p-2\/4 {
    padding: 50%;
  }

  .xs\:p-3\/4 {
    padding: 75%;
  }

  .xs\:p-1\/5 {
    padding: 20%;
  }

  .xs\:p-2\/5 {
    padding: 40%;
  }

  .xs\:p-3\/5 {
    padding: 60%;
  }

  .xs\:p-4\/5 {
    padding: 80%;
  }

  .xs\:p-1\/6 {
    padding: 16.666667%;
  }

  .xs\:p-2\/6 {
    padding: 33.333333%;
  }

  .xs\:p-3\/6 {
    padding: 50%;
  }

  .xs\:p-4\/6 {
    padding: 66.666667%;
  }

  .xs\:p-5\/6 {
    padding: 83.333333%;
  }

  .xs\:p-1\/12 {
    padding: 8.333333%;
  }

  .xs\:p-2\/12 {
    padding: 16.666667%;
  }

  .xs\:p-3\/12 {
    padding: 25%;
  }

  .xs\:p-4\/12 {
    padding: 33.333333%;
  }

  .xs\:p-5\/12 {
    padding: 41.666667%;
  }

  .xs\:p-6\/12 {
    padding: 50%;
  }

  .xs\:p-7\/12 {
    padding: 58.333333%;
  }

  .xs\:p-8\/12 {
    padding: 66.666667%;
  }

  .xs\:p-9\/12 {
    padding: 75%;
  }

  .xs\:p-10\/12 {
    padding: 83.333333%;
  }

  .xs\:p-11\/12 {
    padding: 91.666667%;
  }

  .xs\:p-full {
    padding: 100%;
  }

  .xs\:p-screen {
    padding: 100vw;
  }

  .xs\:p-10px {
    padding: 0.625rem;
  }

  .xs\:p-20px {
    padding: 20px;
  }

  .xs\:p-30px {
    padding: 30px;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xs\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xs\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xs\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xs\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xs\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xs\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xs\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xs\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xs\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xs\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xs\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xs\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xs\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .xs\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .xs\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xs\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xs\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .xs\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .xs\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .xs\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .xs\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xs\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xs\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xs\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xs\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xs\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xs\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .xs\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .xs\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .xs\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .xs\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xs\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xs\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xs\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-14 {
    padding-top: 3.5rem;
  }

  .xs\:pr-14 {
    padding-right: 3.5rem;
  }

  .xs\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xs\:pl-14 {
    padding-left: 3.5rem;
  }

  .xs\:pt-15 {
    padding-top: 3.75rem;
  }

  .xs\:pr-15 {
    padding-right: 3.75rem;
  }

  .xs\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xs\:pl-15 {
    padding-left: 3.75rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-20 {
    padding-top: 5rem;
  }

  .xs\:pr-20 {
    padding-right: 5rem;
  }

  .xs\:pb-20 {
    padding-bottom: 5rem;
  }

  .xs\:pl-20 {
    padding-left: 5rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-26 {
    padding-top: 7rem;
  }

  .xs\:pr-26 {
    padding-right: 7rem;
  }

  .xs\:pb-26 {
    padding-bottom: 7rem;
  }

  .xs\:pl-26 {
    padding-left: 7rem;
  }

  .xs\:pt-32 {
    padding-top: 8rem;
  }

  .xs\:pr-32 {
    padding-right: 8rem;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xs\:pl-32 {
    padding-left: 8rem;
  }

  .xs\:pt-36 {
    padding-top: 9rem;
  }

  .xs\:pr-36 {
    padding-right: 9rem;
  }

  .xs\:pb-36 {
    padding-bottom: 9rem;
  }

  .xs\:pl-36 {
    padding-left: 9rem;
  }

  .xs\:pt-40 {
    padding-top: 10rem;
  }

  .xs\:pr-40 {
    padding-right: 10rem;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xs\:pl-40 {
    padding-left: 10rem;
  }

  .xs\:pt-48 {
    padding-top: 12rem;
  }

  .xs\:pr-48 {
    padding-right: 12rem;
  }

  .xs\:pb-48 {
    padding-bottom: 12rem;
  }

  .xs\:pl-48 {
    padding-left: 12rem;
  }

  .xs\:pt-56 {
    padding-top: 14rem;
  }

  .xs\:pr-56 {
    padding-right: 14rem;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xs\:pl-56 {
    padding-left: 14rem;
  }

  .xs\:pt-64 {
    padding-top: 16rem;
  }

  .xs\:pr-64 {
    padding-right: 16rem;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xs\:pl-64 {
    padding-left: 16rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pt-2px {
    padding-top: 2px;
  }

  .xs\:pr-2px {
    padding-right: 2px;
  }

  .xs\:pb-2px {
    padding-bottom: 2px;
  }

  .xs\:pl-2px {
    padding-left: 2px;
  }

  .xs\:pt-1\/2 {
    padding-top: 50%;
  }

  .xs\:pr-1\/2 {
    padding-right: 50%;
  }

  .xs\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xs\:pl-1\/2 {
    padding-left: 50%;
  }

  .xs\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .xs\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .xs\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .xs\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .xs\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .xs\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .xs\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .xs\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .xs\:pt-1\/4 {
    padding-top: 25%;
  }

  .xs\:pr-1\/4 {
    padding-right: 25%;
  }

  .xs\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .xs\:pl-1\/4 {
    padding-left: 25%;
  }

  .xs\:pt-2\/4 {
    padding-top: 50%;
  }

  .xs\:pr-2\/4 {
    padding-right: 50%;
  }

  .xs\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .xs\:pl-2\/4 {
    padding-left: 50%;
  }

  .xs\:pt-3\/4 {
    padding-top: 75%;
  }

  .xs\:pr-3\/4 {
    padding-right: 75%;
  }

  .xs\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .xs\:pl-3\/4 {
    padding-left: 75%;
  }

  .xs\:pt-1\/5 {
    padding-top: 20%;
  }

  .xs\:pr-1\/5 {
    padding-right: 20%;
  }

  .xs\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .xs\:pl-1\/5 {
    padding-left: 20%;
  }

  .xs\:pt-2\/5 {
    padding-top: 40%;
  }

  .xs\:pr-2\/5 {
    padding-right: 40%;
  }

  .xs\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .xs\:pl-2\/5 {
    padding-left: 40%;
  }

  .xs\:pt-3\/5 {
    padding-top: 60%;
  }

  .xs\:pr-3\/5 {
    padding-right: 60%;
  }

  .xs\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .xs\:pl-3\/5 {
    padding-left: 60%;
  }

  .xs\:pt-4\/5 {
    padding-top: 80%;
  }

  .xs\:pr-4\/5 {
    padding-right: 80%;
  }

  .xs\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .xs\:pl-4\/5 {
    padding-left: 80%;
  }

  .xs\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .xs\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .xs\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .xs\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .xs\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .xs\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .xs\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .xs\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .xs\:pt-3\/6 {
    padding-top: 50%;
  }

  .xs\:pr-3\/6 {
    padding-right: 50%;
  }

  .xs\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .xs\:pl-3\/6 {
    padding-left: 50%;
  }

  .xs\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .xs\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .xs\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .xs\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .xs\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .xs\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .xs\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .xs\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .xs\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .xs\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .xs\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .xs\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .xs\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .xs\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .xs\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .xs\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .xs\:pt-3\/12 {
    padding-top: 25%;
  }

  .xs\:pr-3\/12 {
    padding-right: 25%;
  }

  .xs\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .xs\:pl-3\/12 {
    padding-left: 25%;
  }

  .xs\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .xs\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .xs\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .xs\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .xs\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .xs\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .xs\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .xs\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .xs\:pt-6\/12 {
    padding-top: 50%;
  }

  .xs\:pr-6\/12 {
    padding-right: 50%;
  }

  .xs\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .xs\:pl-6\/12 {
    padding-left: 50%;
  }

  .xs\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .xs\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .xs\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .xs\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .xs\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .xs\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .xs\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .xs\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .xs\:pt-9\/12 {
    padding-top: 75%;
  }

  .xs\:pr-9\/12 {
    padding-right: 75%;
  }

  .xs\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .xs\:pl-9\/12 {
    padding-left: 75%;
  }

  .xs\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .xs\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .xs\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .xs\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .xs\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .xs\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .xs\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .xs\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .xs\:pt-full {
    padding-top: 100%;
  }

  .xs\:pr-full {
    padding-right: 100%;
  }

  .xs\:pb-full {
    padding-bottom: 100%;
  }

  .xs\:pl-full {
    padding-left: 100%;
  }

  .xs\:pt-screen {
    padding-top: 100vw;
  }

  .xs\:pr-screen {
    padding-right: 100vw;
  }

  .xs\:pb-screen {
    padding-bottom: 100vw;
  }

  .xs\:pl-screen {
    padding-left: 100vw;
  }

  .xs\:pt-10px {
    padding-top: 0.625rem;
  }

  .xs\:pr-10px {
    padding-right: 0.625rem;
  }

  .xs\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .xs\:pl-10px {
    padding-left: 0.625rem;
  }

  .xs\:pt-20px {
    padding-top: 20px;
  }

  .xs\:pr-20px {
    padding-right: 20px;
  }

  .xs\:pb-20px {
    padding-bottom: 20px;
  }

  .xs\:pl-20px {
    padding-left: 20px;
  }

  .xs\:pt-30px {
    padding-top: 30px;
  }

  .xs\:pr-30px {
    padding-right: 30px;
  }

  .xs\:pb-30px {
    padding-bottom: 30px;
  }

  .xs\:pl-30px {
    padding-left: 30px;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xs\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xs\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .xs\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xs\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xs\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xs\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xs\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xs\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xs\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xs\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xs\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xs\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xs\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xs\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xs\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xs\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xs\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xs\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xs\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xs\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xs\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xs\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xs\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xs\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .xs\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .xs\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .xs\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .xs\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .xs\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xs\:top-0 {
    top: 0;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:left-0 {
    left: 0;
  }

  .xs\:top-8 {
    top: 2rem;
  }

  .xs\:right-8 {
    right: 2rem;
  }

  .xs\:bottom-8 {
    bottom: 2rem;
  }

  .xs\:left-8 {
    left: 2rem;
  }

  .xs\:top-100 {
    top: 100%;
  }

  .xs\:right-100 {
    right: 100%;
  }

  .xs\:bottom-100 {
    bottom: 100%;
  }

  .xs\:left-100 {
    left: 100%;
  }

  .xs\:-top-1 {
    top: -1px;
  }

  .xs\:-right-1 {
    right: -1px;
  }

  .xs\:-bottom-1 {
    bottom: -1px;
  }

  .xs\:-left-1 {
    left: -1px;
  }

  .xs\:-top-2 {
    top: -2px;
  }

  .xs\:-right-2 {
    right: -2px;
  }

  .xs\:-bottom-2 {
    bottom: -2px;
  }

  .xs\:-left-2 {
    left: -2px;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:shadow-none {
    box-shadow: none;
  }

  .xs\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xs\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xs\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xs\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xs\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xs\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xs\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xs\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xs\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xs\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xs\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xs\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xs\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xs\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .xs\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xs\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xs\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xs\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xs\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xs\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xs\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xs\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xs\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xs\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xs\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xs\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xs\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xs\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xs\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xs\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xs\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xs\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xs\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xs\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xs\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xs\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xs\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xs\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xs\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xs\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xs\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xs\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xs\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xs\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xs\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xs\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xs\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xs\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xs\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xs\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xs\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xs\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .xs\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xs\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xs\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xs\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xs\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xs\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xs\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xs\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xs\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xs\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xs\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xs\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xs\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xs\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xs\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xs\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xs\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xs\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xs\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xs\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xs\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xs\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xs\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xs\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xs\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xs\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xs\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xs\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xs\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .xs\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xs\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xs\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xs\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xs\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xs\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xs\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xs\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xs\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xs\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xs\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xs\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xs\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xs\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xs\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xs\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xs\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xs\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xs\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xs\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xs\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xs\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xs\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xs\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xs\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xs\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xs\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xs\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xs\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xs\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xs\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xs\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xs\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xs\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xs\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xs\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xs\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xs\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xs\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xs\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xs\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xs\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xs\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xs\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xs\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xs\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xs\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xs\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xs\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xs\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xs\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xs\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xs\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xs\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xs\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xs\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xs\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xs\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xs\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xs\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xs\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xs\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .xs\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xs\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xs\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xs\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xs\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .xs\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xs\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .xs\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xs\:normal-nums {
    font-variant-numeric: normal;
  }

  .xs\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xs\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xs\:tracking-1 {
    letter-spacing: 1px;
  }

  .xs\:tracking-2 {
    letter-spacing: 2px;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-0 {
    width: 0;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-15 {
    width: 3.75rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-26 {
    width: 7rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-56 {
    width: 14rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-2px {
    width: 2px;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-10px {
    width: 0.625rem;
  }

  .xs\:w-20px {
    width: 20px;
  }

  .xs\:w-30px {
    width: 30px;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-1 {
    z-index: 1;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:-z-1 {
    z-index: -1;
  }

  .xs\:-z-2 {
    z-index: -2;
  }

  .xs\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xs\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xs\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xs\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xs\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xs\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xs\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xs\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xs\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xs\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xs\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xs\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xs\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xs\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xs\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xs\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .xs\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xs\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xs\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xs\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xs\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xs\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .xs\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xs\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xs\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xs\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .xs\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xs\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .xs\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .xs\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .xs\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .xs\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .xs\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xs\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xs\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xs\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xs\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .xs\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .xs\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xs\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .xs\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xs\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .xs\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xs\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .xs\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xs\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .xs\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .xs\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .xs\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .xs\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .xs\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .xs\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .xs\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .xs\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xs\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xs\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xs\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xs\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xs\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xs\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xs\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xs\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xs\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xs\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xs\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xs\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xs\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xs\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xs\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xs\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xs\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xs\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xs\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xs\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xs\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .xs\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xs\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xs\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xs\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xs\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xs\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .xs\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xs\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xs\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xs\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xs\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xs\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xs\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xs\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xs\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xs\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xs\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xs\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xs\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xs\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xs\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xs\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xs\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xs\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xs\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xs\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xs\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xs\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xs\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .xs\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xs\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xs\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xs\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xs\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xs\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .xs\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xs\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xs\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xs\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xs\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xs\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xs\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xs\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xs\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xs\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xs\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xs\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xs\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xs\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xs\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xs\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xs\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xs\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xs\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xs\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xs\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xs\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xs\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xs\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .xs\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xs\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xs\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xs\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xs\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xs\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .xs\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xs\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xs\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xs\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xs\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .xs\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xs\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .xs\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .xs\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xs\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xs\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xs\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .xs\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xs\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .xs\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xs\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xs\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xs\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xs\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xs\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xs\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xs\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xs\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xs\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xs\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xs\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xs\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xs\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xs\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xs\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xs\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xs\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xs\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xs\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xs\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xs\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xs\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .xs\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xs\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xs\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xs\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xs\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xs\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .xs\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xs\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xs\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xs\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xs\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .xs\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xs\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xs\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xs\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .xs\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xs\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .xs\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xs\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xs\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xs\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .xs\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xs\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .xs\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xs\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xs\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:col-auto {
    grid-column: auto;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:col-start-4 {
    grid-column-start: 4;
  }

  .xs\:col-start-5 {
    grid-column-start: 5;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:col-start-7 {
    grid-column-start: 7;
  }

  .xs\:col-start-8 {
    grid-column-start: 8;
  }

  .xs\:col-start-9 {
    grid-column-start: 9;
  }

  .xs\:col-start-10 {
    grid-column-start: 10;
  }

  .xs\:col-start-11 {
    grid-column-start: 11;
  }

  .xs\:col-start-12 {
    grid-column-start: 12;
  }

  .xs\:col-start-13 {
    grid-column-start: 13;
  }

  .xs\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:col-end-1 {
    grid-column-end: 1;
  }

  .xs\:col-end-2 {
    grid-column-end: 2;
  }

  .xs\:col-end-3 {
    grid-column-end: 3;
  }

  .xs\:col-end-4 {
    grid-column-end: 4;
  }

  .xs\:col-end-5 {
    grid-column-end: 5;
  }

  .xs\:col-end-6 {
    grid-column-end: 6;
  }

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xs\:rotate-0 {
    --transform-rotate: 0;
  }

  .xs\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xs\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xs\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xs\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xs\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xs\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xs\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xs\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xs\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xs\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xs\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xs\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xs\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xs\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xs\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .xs\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xs\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xs\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xs\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .xs\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xs\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .xs\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xs\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xs\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xs\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xs\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xs\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .xs\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xs\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .xs\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .xs\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .xs\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .xs\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .xs\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .xs\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .xs\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .xs\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .xs\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .xs\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .xs\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .xs\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .xs\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .xs\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .xs\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .xs\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .xs\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .xs\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .xs\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .xs\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .xs\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .xs\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .xs\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .xs\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .xs\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xs\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .xs\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .xs\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .xs\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .xs\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xs\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xs\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xs\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xs\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xs\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xs\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xs\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .xs\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xs\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xs\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xs\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .xs\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xs\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .xs\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xs\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xs\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xs\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xs\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xs\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .xs\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xs\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .xs\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .xs\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .xs\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .xs\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .xs\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .xs\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .xs\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .xs\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .xs\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .xs\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .xs\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .xs\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .xs\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .xs\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .xs\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .xs\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .xs\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .xs\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .xs\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .xs\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .xs\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .xs\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .xs\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .xs\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .xs\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xs\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .xs\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .xs\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .xs\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .xs\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xs\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xs\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xs\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xs\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xs\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xs\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xs\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xs\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xs\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .xs\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xs\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xs\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xs\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .xs\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xs\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .xs\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xs\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xs\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xs\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xs\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xs\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .xs\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xs\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .xs\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .xs\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .xs\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .xs\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .xs\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .xs\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .xs\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .xs\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .xs\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .xs\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .xs\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .xs\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .xs\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .xs\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .xs\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .xs\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .xs\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .xs\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .xs\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .xs\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .xs\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .xs\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .xs\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .xs\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .xs\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xs\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .xs\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .xs\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .xs\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .xs\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xs\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xs\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xs\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xs\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xs\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xs\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xs\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .xs\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xs\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xs\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xs\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .xs\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xs\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .xs\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xs\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xs\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xs\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xs\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xs\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .xs\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xs\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .xs\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .xs\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .xs\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .xs\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .xs\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .xs\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .xs\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .xs\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .xs\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .xs\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .xs\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .xs\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .xs\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .xs\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .xs\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .xs\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .xs\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .xs\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .xs\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .xs\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .xs\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .xs\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .xs\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .xs\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .xs\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xs\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .xs\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .xs\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .xs\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .xs\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xs\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xs\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xs\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xs\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .xs\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .xs\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xs\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xs\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .xs\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .xs\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .xs\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .xs\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .xs\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .xs\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .xs\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .xs\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .xs\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .xs\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .xs\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .xs\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .xs\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .xs\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .xs\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .xs\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .xs\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xs\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .xs\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .xs\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .xs\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .xs\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xs\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xs\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xs\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .xs\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .xs\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xs\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .xs\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .xs\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .xs\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .xs\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .xs\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .xs\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .xs\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .xs\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .xs\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .xs\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .xs\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .xs\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .xs\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .xs\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .xs\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .xs\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xs\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .xs\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .xs\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .xs\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .xs\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xs\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xs\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xs\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xs\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .xs\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .xs\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xs\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xs\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .xs\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .xs\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .xs\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .xs\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .xs\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .xs\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .xs\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .xs\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .xs\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .xs\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .xs\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .xs\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .xs\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .xs\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .xs\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .xs\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .xs\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xs\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .xs\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .xs\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .xs\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .xs\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xs\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xs\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xs\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .xs\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .xs\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xs\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .xs\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .xs\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .xs\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .xs\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .xs\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .xs\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .xs\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .xs\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .xs\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .xs\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .xs\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .xs\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .xs\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .xs\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .xs\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .xs\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xs\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .xs\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .xs\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .xs\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .xs\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xs\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xs\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .xs\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .xs\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .xs\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xs\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xs\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .xs\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .xs\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .xs\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .xs\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .xs\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .xs\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .xs\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .xs\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .xs\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .xs\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .xs\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .xs\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .xs\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .xs\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .xs\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .xs\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .xs\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xs\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .xs\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .xs\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .xs\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .xs\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xs\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .xs\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .xs\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .xs\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xs\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .xs\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .xs\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .xs\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .xs\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .xs\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .xs\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .xs\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .xs\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .xs\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .xs\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .xs\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .xs\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .xs\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .xs\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .xs\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .xs\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xs\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .xs\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .xs\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .xs\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .xs\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xs\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .xs\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .xs\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .xs\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xs\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xs\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .xs\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .xs\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .xs\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .xs\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .xs\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .xs\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .xs\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .xs\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .xs\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .xs\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .xs\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .xs\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .xs\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .xs\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .xs\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .xs\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .xs\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xs\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .xs\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .xs\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .xs\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .xs\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .xs\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .xs\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .xs\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xs\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .xs\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .xs\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .xs\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .xs\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .xs\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .xs\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .xs\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .xs\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .xs\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .xs\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .xs\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .xs\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .xs\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .xs\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .xs\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .xs\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xs\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .xs\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .xs\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .xs\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .xs\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .xs\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .xs\:skew-x-8 {
    --transform-skew-x: 8deg;
  }

  .xs\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xs\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .xs\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .xs\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xs\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .xs\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .xs\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .xs\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .xs\:skew-y-8 {
    --transform-skew-y: 8deg;
  }

  .xs\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xs\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .xs\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .xs\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xs\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .xs\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .xs\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-8:hover {
    --transform-skew-x: 8deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xs\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .xs\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .xs\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-8:hover {
    --transform-skew-y: 8deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xs\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .xs\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .xs\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-8:focus {
    --transform-skew-x: 8deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xs\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .xs\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .xs\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-8:focus {
    --transform-skew-y: 8deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xs\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .xs\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xs\:transition-none {
    transition-property: none;
  }

  .xs\:transition-all {
    transition-property: all;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xs\:transition-opacity {
    transition-property: opacity;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow;
  }

  .xs\:transition-transform {
    transition-property: transform;
  }

  .xs\:ease-linear {
    transition-timing-function: linear;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:duration-75 {
    transition-duration: 75ms;
  }

  .xs\:duration-100 {
    transition-duration: 100ms;
  }

  .xs\:duration-150 {
    transition-duration: 150ms;
  }

  .xs\:duration-200 {
    transition-duration: 200ms;
  }

  .xs\:duration-300 {
    transition-duration: 300ms;
  }

  .xs\:duration-500 {
    transition-duration: 500ms;
  }

  .xs\:duration-700 {
    transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xs\:delay-75 {
    transition-delay: 75ms;
  }

  .xs\:delay-100 {
    transition-delay: 100ms;
  }

  .xs\:delay-150 {
    transition-delay: 150ms;
  }

  .xs\:delay-200 {
    transition-delay: 200ms;
  }

  .xs\:delay-300 {
    transition-delay: 300ms;
  }

  .xs\:delay-500 {
    transition-delay: 500ms;
  }

  .xs\:delay-700 {
    transition-delay: 700ms;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xs\:animate-none {
    animation: none;
  }

  .xs\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xs\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .sm\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .sm\:container {
      max-width: 480px;
    }
  }

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

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

  @media (min-width: 900px) {
    .sm\:container {
      max-width: 900px;
    }
  }

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

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

  .sm\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .sm\:col {
      padding-left: 30px
  }
    }

  .sm\:sp-t--sm {
    margin-top: 2.5rem
  }

  .sm\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .sm\:sp-t {
      margin-top: 3.75rem
  }
    }

  .sm\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .sm\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:-order-1 {
    order: -1;
  }

  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .sm\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .sm\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .sm\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .sm\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .sm\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .sm\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .sm\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .sm\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .sm\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .sm\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .sm\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .sm\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .sm\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .sm\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .sm\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .sm\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .sm\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .sm\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .sm\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .sm\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .sm\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .sm\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .sm\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .sm\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .sm\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .sm\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .sm\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .sm\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .sm\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .sm\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .sm\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .sm\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .sm\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .sm\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .sm\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .sm\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .sm\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .sm\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .sm\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .sm\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .sm\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .sm\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .sm\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .sm\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .sm\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .sm\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .sm\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .sm\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .sm\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .sm\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .sm\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .sm\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .sm\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .sm\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .sm\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .sm\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .sm\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .sm\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .sm\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .sm\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .sm\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .sm\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .sm\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .sm\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .sm\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .sm\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .sm\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .sm\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .sm\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .sm\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .sm\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .sm\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .sm\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .sm\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .sm\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .sm\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .sm\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .sm\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .sm\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .sm\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .sm\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .sm\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .sm\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .sm\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .sm\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .sm\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .sm\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .sm\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .sm\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .sm\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .sm\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .sm\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .sm\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .sm\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .sm\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .sm\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .sm\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .sm\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .sm\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

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

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

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

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

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

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

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

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

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

  .sm\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .sm\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .sm\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .sm\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .sm\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .sm\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .sm\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .sm\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .sm\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .sm\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .sm\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .sm\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .sm\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .sm\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .sm\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .sm\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .sm\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .sm\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .sm\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .sm\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .sm\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .sm\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .sm\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .sm\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .sm\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .sm\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .sm\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .sm\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .sm\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .sm\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .sm\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .sm\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .sm\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .sm\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .sm\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .sm\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .sm\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .sm\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .sm\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .sm\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .sm\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .sm\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .sm\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .sm\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .sm\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .sm\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .sm\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .sm\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .sm\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .sm\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .sm\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .sm\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .sm\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .sm\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .sm\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .sm\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .sm\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .sm\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .sm\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .sm\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .sm\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .sm\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .sm\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .sm\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .sm\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .sm\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .sm\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .sm\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .sm\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .sm\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .sm\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .sm\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .sm\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .sm\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .sm\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .sm\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .sm\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .sm\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .sm\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .sm\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .sm\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .sm\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .sm\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .sm\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .sm\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .sm\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .sm\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .sm\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .sm\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .sm\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .sm\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .sm\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .sm\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .sm\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .sm\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .sm\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .sm\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .sm\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .sm\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .sm\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .sm\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .sm\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .sm\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .sm\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .sm\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .sm\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .sm\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .sm\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .sm\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .sm\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .sm\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .sm\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .sm\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .sm\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .sm\:to-transparent {
    --gradient-to-color: transparent;
  }

  .sm\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .sm\:to-black {
    --gradient-to-color: #000;
  }

  .sm\:to-white {
    --gradient-to-color: #fff;
  }

  .sm\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .sm\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .sm\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .sm\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .sm\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .sm\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .sm\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .sm\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .sm\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .sm\:to-red {
    --gradient-to-color: #e94848;
  }

  .sm\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .sm\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .sm\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .sm\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .sm\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .sm\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .sm\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .sm\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .sm\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .sm\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .sm\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .sm\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .sm\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .sm\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .sm\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .sm\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .sm\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .sm\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .sm\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .sm\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .sm\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .sm\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .sm\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .sm\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .sm\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .sm\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .sm\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .sm\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .sm\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .sm\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .sm\:to-purple {
    --gradient-to-color: #615287;
  }

  .sm\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .sm\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .sm\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .sm\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .sm\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .sm\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .sm\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .sm\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .sm\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .sm\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .sm\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .sm\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .sm\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .sm\:to-lime {
    --gradient-to-color: #bad067;
  }

  .sm\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .sm\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .sm\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .sm\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .sm\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .sm\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .sm\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .sm\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .sm\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .sm\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .sm\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .sm\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .sm\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .sm\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .sm\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .sm\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .sm\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .sm\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .sm\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .sm\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .sm\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .sm\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .sm\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .sm\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .sm\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .sm\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .sm\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .sm\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .sm\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .sm\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .sm\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .sm\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .sm\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .sm\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .sm\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .sm\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .sm\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .sm\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .sm\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .sm\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .sm\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .sm\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .sm\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .sm\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .sm\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .sm\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .sm\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .sm\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .sm\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .sm\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .sm\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .sm\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .sm\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .sm\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .sm\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .sm\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .sm\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .sm\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .sm\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .sm\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .sm\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .sm\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .sm\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .sm\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .sm\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .sm\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .sm\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .sm\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .sm\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .sm\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .sm\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .sm\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .sm\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .sm\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .sm\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .sm\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .sm\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .sm\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .sm\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .sm\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .sm\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .sm\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .sm\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .sm\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .sm\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .sm\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .sm\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .sm\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .sm\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .sm\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .sm\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .sm\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .sm\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .sm\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .sm\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .sm\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .sm\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .sm\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .sm\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .sm\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .sm\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .sm\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .sm\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .sm\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .sm\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .sm\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .sm\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .sm\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .sm\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .sm\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .sm\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .sm\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .sm\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .sm\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .sm\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .sm\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .sm\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .sm\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .sm\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .sm\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .sm\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .sm\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .sm\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .sm\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .sm\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .sm\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .sm\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .sm\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .sm\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .sm\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .sm\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .sm\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .sm\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .sm\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .sm\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .sm\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .sm\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .sm\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .sm\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .sm\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .sm\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .sm\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .sm\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .sm\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .sm\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .sm\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .sm\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .sm\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .sm\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .sm\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .sm\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .sm\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .sm\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .sm\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .sm\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .sm\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .sm\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .sm\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .sm\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .sm\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .sm\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .sm\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .sm\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .sm\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .sm\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .sm\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .sm\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .sm\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .sm\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .sm\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .sm\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .sm\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .sm\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .sm\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .sm\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .sm\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .sm\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .sm\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .sm\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .sm\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .sm\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .sm\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .sm\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .sm\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .sm\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .sm\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .sm\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .sm\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .sm\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .sm\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .sm\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .sm\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .sm\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .sm\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .sm\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .sm\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .sm\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .sm\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .sm\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .sm\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .sm\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .sm\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .sm\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .sm\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .sm\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .sm\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .sm\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .sm\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .sm\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .sm\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .sm\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .sm\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .sm\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .sm\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .sm\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .sm\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .sm\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .sm\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .sm\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .sm\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .sm\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .sm\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .sm\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .sm\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .sm\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .sm\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .sm\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .sm\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .sm\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .sm\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .sm\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .sm\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .sm\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .sm\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .sm\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .sm\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .sm\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .sm\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .sm\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .sm\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .sm\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .sm\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .sm\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .sm\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .sm\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .sm\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .sm\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .sm\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .sm\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .sm\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .sm\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .sm\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .sm\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .sm\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .sm\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .sm\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .sm\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .sm\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .sm\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .sm\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .sm\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .sm\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .sm\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .sm\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .sm\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .sm\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .sm\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .sm\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .sm\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .sm\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .sm\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .sm\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .sm\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .sm\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .sm\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .sm\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .sm\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .sm\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .sm\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .sm\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .sm\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .sm\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .sm\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .sm\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .sm\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .sm\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .sm\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .sm\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .sm\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .sm\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .sm\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .sm\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .sm\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .sm\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .sm\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .sm\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .sm\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .sm\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .sm\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .sm\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .sm\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .sm\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .sm\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .sm\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .sm\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .sm\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .sm\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .sm\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .sm\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .sm\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .sm\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .sm\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .sm\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .sm\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .sm\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .sm\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .sm\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .sm\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .sm\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .sm\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .sm\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .sm\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .sm\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .sm\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .sm\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .sm\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .sm\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .sm\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .sm\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .sm\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .sm\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .sm\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .sm\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .sm\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .sm\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .sm\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .sm\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .sm\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .sm\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .sm\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .sm\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .sm\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .sm\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .sm\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .sm\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .sm\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .sm\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .sm\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .sm\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .sm\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .sm\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .sm\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .sm\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .sm\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .sm\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .sm\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .sm\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

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

  .sm\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .sm\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .sm\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .sm\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .sm\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .sm\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .sm\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .sm\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .sm\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .sm\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .sm\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .sm\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .sm\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .sm\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .sm\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .sm\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .sm\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .sm\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .sm\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .sm\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .sm\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .sm\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .sm\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .sm\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .sm\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .sm\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .sm\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .sm\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .sm\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .sm\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .sm\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .sm\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .sm\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .sm\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .sm\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .sm\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .sm\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .sm\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .sm\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .sm\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .sm\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .sm\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .sm\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .sm\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .sm\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .sm\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .sm\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .sm\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .sm\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .sm\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .sm\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .sm\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .sm\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0;
  }

  .sm\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .sm\:border-opacity-100 {
    --border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .sm\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .sm\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .sm\:rounded-12 {
    border-radius: 12px;
  }

  .sm\:rounded-14 {
    border-radius: 56px;
  }

  .sm\:rounded-20 {
    border-radius: 20px;
  }

  .sm\:rounded-30 {
    border-radius: 30px;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl {
    border-radius: 1.875rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .sm\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .sm\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .sm\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .sm\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .sm\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .sm\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .sm\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .sm\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .sm\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .sm\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

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

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

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

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

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

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

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

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

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .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-12 {
    border-top-left-radius: 12px;
  }

  .sm\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .sm\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .sm\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .sm\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .sm\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .sm\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .sm\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .sm\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .sm\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .sm\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .sm\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .sm\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-6 {
    border-width: 6px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-6 {
    border-top-width: 6px;
  }

  .sm\:border-r-6 {
    border-right-width: 6px;
  }

  .sm\:border-b-6 {
    border-bottom-width: 6px;
  }

  .sm\:border-l-6 {
    border-left-width: 6px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:hover\:border-0:hover {
    border-width: 0;
  }

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

  .sm\:hover\:border-3:hover {
    border-width: 3px;
  }

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

  .sm\:hover\:border-6:hover {
    border-width: 6px;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .sm\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .sm\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .sm\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

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

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

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

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

  .sm\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .sm\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .sm\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .sm\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

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

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

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

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

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

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

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

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

  .sm\:first\:border-0:first-child {
    border-width: 0;
  }

  .sm\:first\:border-2:first-child {
    border-width: 2px;
  }

  .sm\:first\:border-3:first-child {
    border-width: 3px;
  }

  .sm\:first\:border-4:first-child {
    border-width: 4px;
  }

  .sm\:first\:border-6:first-child {
    border-width: 6px;
  }

  .sm\:first\:border-8:first-child {
    border-width: 8px;
  }

  .sm\:first\:border:first-child {
    border-width: 1px;
  }

  .sm\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .sm\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .sm\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .sm\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .sm\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .sm\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .sm\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .sm\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .sm\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .sm\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .sm\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .sm\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .sm\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .sm\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .sm\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .sm\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .sm\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .sm\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .sm\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .sm\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .sm\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .sm\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .sm\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .sm\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .sm\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .sm\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .sm\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .sm\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child {
    border-width: 0;
  }

  .sm\:last\:border-2:last-child {
    border-width: 2px;
  }

  .sm\:last\:border-3:last-child {
    border-width: 3px;
  }

  .sm\:last\:border-4:last-child {
    border-width: 4px;
  }

  .sm\:last\:border-6:last-child {
    border-width: 6px;
  }

  .sm\:last\:border-8:last-child {
    border-width: 8px;
  }

  .sm\:last\:border:last-child {
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .sm\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .sm\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .sm\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .sm\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .sm\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .sm\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .sm\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .sm\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .sm\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .sm\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .sm\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .sm\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .sm\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .sm\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .sm\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .sm\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .sm\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .sm\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .sm\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .sm\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .sm\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .sm\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .sm\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .sm\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\: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\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:place-items-auto {
    place-items: auto;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-auto {
    justify-items: auto;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .sm\:font-cerapro {
    font-family: CeraPRO;
  }

  .sm\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .sm\:font-dinround {
    font-family: DINRound;
  }

  .sm\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .sm\:font-vibur {
    font-family: Vibur;
  }

  .sm\:font-clash {
    font-family: ClashDisplay;
  }

  .sm\:font-europa {
    font-family: europa;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

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

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

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

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-26 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-2px {
    height: 2px;
  }

  .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\:h-10px {
    height: 0.625rem;
  }

  .sm\:h-20px {
    height: 20px;
  }

  .sm\:h-30px {
    height: 30px;
  }

  .sm\:text-xs {
    font-size: 0.875rem;
  }

  .sm\:text-sm {
    font-size: 1rem;
  }

  .sm\:text-base {
    font-size: 1.125rem;
  }

  .sm\:text-lg {
    font-size: 1.3125rem;
  }

  .sm\:text-xl {
    font-size: 1.5rem;
  }

  .sm\:text-2xl {
    font-size: 2rem;
  }

  .sm\:text-3xl {
    font-size: 3.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:text-3xs {
    font-size: 0.6875rem;
  }

  .sm\:text-2xs {
    font-size: 0.75rem;
  }

  .sm\:text-lsm {
    font-size: 1.0625rem;
  }

  .sm\:text-xlg {
    font-size: 1.625rem;
  }

  .sm\:text-2-25xl {
    font-size: 2.25rem;
  }

  .sm\:text-2-5xl {
    font-size: 2.375rem;
  }

  .sm\:text-2-6xl {
    font-size: 2.5rem;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-15 {
    margin: 3.75rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-26 {
    margin: 7rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-2px {
    margin: 2px;
  }

  .sm\:m-1\/2 {
    margin: 50%;
  }

  .sm\:m-1\/3 {
    margin: 33.333333%;
  }

  .sm\:m-2\/3 {
    margin: 66.666667%;
  }

  .sm\:m-1\/4 {
    margin: 25%;
  }

  .sm\:m-2\/4 {
    margin: 50%;
  }

  .sm\:m-3\/4 {
    margin: 75%;
  }

  .sm\:m-1\/5 {
    margin: 20%;
  }

  .sm\:m-2\/5 {
    margin: 40%;
  }

  .sm\:m-3\/5 {
    margin: 60%;
  }

  .sm\:m-4\/5 {
    margin: 80%;
  }

  .sm\:m-1\/6 {
    margin: 16.666667%;
  }

  .sm\:m-2\/6 {
    margin: 33.333333%;
  }

  .sm\:m-3\/6 {
    margin: 50%;
  }

  .sm\:m-4\/6 {
    margin: 66.666667%;
  }

  .sm\:m-5\/6 {
    margin: 83.333333%;
  }

  .sm\:m-1\/12 {
    margin: 8.333333%;
  }

  .sm\:m-2\/12 {
    margin: 16.666667%;
  }

  .sm\:m-3\/12 {
    margin: 25%;
  }

  .sm\:m-4\/12 {
    margin: 33.333333%;
  }

  .sm\:m-5\/12 {
    margin: 41.666667%;
  }

  .sm\:m-6\/12 {
    margin: 50%;
  }

  .sm\:m-7\/12 {
    margin: 58.333333%;
  }

  .sm\:m-8\/12 {
    margin: 66.666667%;
  }

  .sm\:m-9\/12 {
    margin: 75%;
  }

  .sm\:m-10\/12 {
    margin: 83.333333%;
  }

  .sm\:m-11\/12 {
    margin: 91.666667%;
  }

  .sm\:m-full {
    margin: 100%;
  }

  .sm\:m-screen {
    margin: 100vw;
  }

  .sm\:m-10px {
    margin: 0.625rem;
  }

  .sm\:m-20px {
    margin: 20px;
  }

  .sm\:m-30px {
    margin: 30px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-15 {
    margin: -3.75rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-26 {
    margin: -7rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-2px {
    margin: -2px;
  }

  .sm\:-m-1\/2 {
    margin: -50%;
  }

  .sm\:-m-1\/3 {
    margin: -33.33333%;
  }

  .sm\:-m-2\/3 {
    margin: -66.66667%;
  }

  .sm\:-m-1\/4 {
    margin: -25%;
  }

  .sm\:-m-2\/4 {
    margin: -50%;
  }

  .sm\:-m-3\/4 {
    margin: -75%;
  }

  .sm\:-m-1\/5 {
    margin: -20%;
  }

  .sm\:-m-2\/5 {
    margin: -40%;
  }

  .sm\:-m-3\/5 {
    margin: -60%;
  }

  .sm\:-m-4\/5 {
    margin: -80%;
  }

  .sm\:-m-1\/6 {
    margin: -16.66667%;
  }

  .sm\:-m-2\/6 {
    margin: -33.33333%;
  }

  .sm\:-m-3\/6 {
    margin: -50%;
  }

  .sm\:-m-4\/6 {
    margin: -66.66667%;
  }

  .sm\:-m-5\/6 {
    margin: -83.33333%;
  }

  .sm\:-m-1\/12 {
    margin: -8.33333%;
  }

  .sm\:-m-2\/12 {
    margin: -16.66667%;
  }

  .sm\:-m-3\/12 {
    margin: -25%;
  }

  .sm\:-m-4\/12 {
    margin: -33.33333%;
  }

  .sm\:-m-5\/12 {
    margin: -41.66667%;
  }

  .sm\:-m-6\/12 {
    margin: -50%;
  }

  .sm\:-m-7\/12 {
    margin: -58.33333%;
  }

  .sm\:-m-8\/12 {
    margin: -66.66667%;
  }

  .sm\:-m-9\/12 {
    margin: -75%;
  }

  .sm\:-m-10\/12 {
    margin: -83.33333%;
  }

  .sm\:-m-11\/12 {
    margin: -91.66667%;
  }

  .sm\:-m-full {
    margin: -100%;
  }

  .sm\:-m-screen {
    margin: -100vw;
  }

  .sm\:-m-10px {
    margin: -0.625rem;
  }

  .sm\:-m-20px {
    margin: -20px;
  }

  .sm\:-m-30px {
    margin: -30px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .sm\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .sm\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .sm\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .sm\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .sm\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .sm\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .sm\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .sm\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .sm\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .sm\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .sm\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .sm\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .sm\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .sm\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .sm\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .sm\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .sm\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .sm\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-15 {
    margin-top: 3.75rem;
  }

  .sm\:mr-15 {
    margin-right: 3.75rem;
  }

  .sm\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .sm\:ml-15 {
    margin-left: 3.75rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-26 {
    margin-top: 7rem;
  }

  .sm\:mr-26 {
    margin-right: 7rem;
  }

  .sm\:mb-26 {
    margin-bottom: 7rem;
  }

  .sm\:ml-26 {
    margin-left: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:mt-2px {
    margin-top: 2px;
  }

  .sm\:mr-2px {
    margin-right: 2px;
  }

  .sm\:mb-2px {
    margin-bottom: 2px;
  }

  .sm\:ml-2px {
    margin-left: 2px;
  }

  .sm\:mt-1\/2 {
    margin-top: 50%;
  }

  .sm\:mr-1\/2 {
    margin-right: 50%;
  }

  .sm\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .sm\:ml-1\/2 {
    margin-left: 50%;
  }

  .sm\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .sm\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .sm\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .sm\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .sm\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .sm\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .sm\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .sm\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .sm\:mt-1\/4 {
    margin-top: 25%;
  }

  .sm\:mr-1\/4 {
    margin-right: 25%;
  }

  .sm\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .sm\:ml-1\/4 {
    margin-left: 25%;
  }

  .sm\:mt-2\/4 {
    margin-top: 50%;
  }

  .sm\:mr-2\/4 {
    margin-right: 50%;
  }

  .sm\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .sm\:ml-2\/4 {
    margin-left: 50%;
  }

  .sm\:mt-3\/4 {
    margin-top: 75%;
  }

  .sm\:mr-3\/4 {
    margin-right: 75%;
  }

  .sm\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .sm\:ml-3\/4 {
    margin-left: 75%;
  }

  .sm\:mt-1\/5 {
    margin-top: 20%;
  }

  .sm\:mr-1\/5 {
    margin-right: 20%;
  }

  .sm\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .sm\:ml-1\/5 {
    margin-left: 20%;
  }

  .sm\:mt-2\/5 {
    margin-top: 40%;
  }

  .sm\:mr-2\/5 {
    margin-right: 40%;
  }

  .sm\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .sm\:ml-2\/5 {
    margin-left: 40%;
  }

  .sm\:mt-3\/5 {
    margin-top: 60%;
  }

  .sm\:mr-3\/5 {
    margin-right: 60%;
  }

  .sm\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .sm\:ml-3\/5 {
    margin-left: 60%;
  }

  .sm\:mt-4\/5 {
    margin-top: 80%;
  }

  .sm\:mr-4\/5 {
    margin-right: 80%;
  }

  .sm\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .sm\:ml-4\/5 {
    margin-left: 80%;
  }

  .sm\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .sm\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .sm\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .sm\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .sm\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .sm\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .sm\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .sm\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .sm\:mt-3\/6 {
    margin-top: 50%;
  }

  .sm\:mr-3\/6 {
    margin-right: 50%;
  }

  .sm\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .sm\:ml-3\/6 {
    margin-left: 50%;
  }

  .sm\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .sm\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .sm\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .sm\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .sm\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .sm\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .sm\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .sm\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .sm\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .sm\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .sm\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .sm\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .sm\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .sm\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .sm\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .sm\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .sm\:mt-3\/12 {
    margin-top: 25%;
  }

  .sm\:mr-3\/12 {
    margin-right: 25%;
  }

  .sm\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .sm\:ml-3\/12 {
    margin-left: 25%;
  }

  .sm\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .sm\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .sm\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .sm\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .sm\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .sm\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .sm\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .sm\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .sm\:mt-6\/12 {
    margin-top: 50%;
  }

  .sm\:mr-6\/12 {
    margin-right: 50%;
  }

  .sm\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .sm\:ml-6\/12 {
    margin-left: 50%;
  }

  .sm\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .sm\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .sm\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .sm\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .sm\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .sm\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .sm\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .sm\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .sm\:mt-9\/12 {
    margin-top: 75%;
  }

  .sm\:mr-9\/12 {
    margin-right: 75%;
  }

  .sm\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .sm\:ml-9\/12 {
    margin-left: 75%;
  }

  .sm\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .sm\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .sm\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .sm\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .sm\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .sm\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .sm\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .sm\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .sm\:mt-full {
    margin-top: 100%;
  }

  .sm\:mr-full {
    margin-right: 100%;
  }

  .sm\:mb-full {
    margin-bottom: 100%;
  }

  .sm\:ml-full {
    margin-left: 100%;
  }

  .sm\:mt-screen {
    margin-top: 100vw;
  }

  .sm\:mr-screen {
    margin-right: 100vw;
  }

  .sm\:mb-screen {
    margin-bottom: 100vw;
  }

  .sm\:ml-screen {
    margin-left: 100vw;
  }

  .sm\:mt-10px {
    margin-top: 0.625rem;
  }

  .sm\:mr-10px {
    margin-right: 0.625rem;
  }

  .sm\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .sm\:ml-10px {
    margin-left: 0.625rem;
  }

  .sm\:mt-20px {
    margin-top: 20px;
  }

  .sm\:mr-20px {
    margin-right: 20px;
  }

  .sm\:mb-20px {
    margin-bottom: 20px;
  }

  .sm\:ml-20px {
    margin-left: 20px;
  }

  .sm\:mt-30px {
    margin-top: 30px;
  }

  .sm\:mr-30px {
    margin-right: 30px;
  }

  .sm\:mb-30px {
    margin-bottom: 30px;
  }

  .sm\:ml-30px {
    margin-left: 30px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-15 {
    margin-top: -3.75rem;
  }

  .sm\:-mr-15 {
    margin-right: -3.75rem;
  }

  .sm\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-15 {
    margin-left: -3.75rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-26 {
    margin-top: -7rem;
  }

  .sm\:-mr-26 {
    margin-right: -7rem;
  }

  .sm\:-mb-26 {
    margin-bottom: -7rem;
  }

  .sm\:-ml-26 {
    margin-left: -7rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-mt-2px {
    margin-top: -2px;
  }

  .sm\:-mr-2px {
    margin-right: -2px;
  }

  .sm\:-mb-2px {
    margin-bottom: -2px;
  }

  .sm\:-ml-2px {
    margin-left: -2px;
  }

  .sm\:-mt-1\/2 {
    margin-top: -50%;
  }

  .sm\:-mr-1\/2 {
    margin-right: -50%;
  }

  .sm\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .sm\:-ml-1\/2 {
    margin-left: -50%;
  }

  .sm\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .sm\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .sm\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .sm\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .sm\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .sm\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .sm\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .sm\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .sm\:-mt-1\/4 {
    margin-top: -25%;
  }

  .sm\:-mr-1\/4 {
    margin-right: -25%;
  }

  .sm\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .sm\:-ml-1\/4 {
    margin-left: -25%;
  }

  .sm\:-mt-2\/4 {
    margin-top: -50%;
  }

  .sm\:-mr-2\/4 {
    margin-right: -50%;
  }

  .sm\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .sm\:-ml-2\/4 {
    margin-left: -50%;
  }

  .sm\:-mt-3\/4 {
    margin-top: -75%;
  }

  .sm\:-mr-3\/4 {
    margin-right: -75%;
  }

  .sm\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .sm\:-ml-3\/4 {
    margin-left: -75%;
  }

  .sm\:-mt-1\/5 {
    margin-top: -20%;
  }

  .sm\:-mr-1\/5 {
    margin-right: -20%;
  }

  .sm\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .sm\:-ml-1\/5 {
    margin-left: -20%;
  }

  .sm\:-mt-2\/5 {
    margin-top: -40%;
  }

  .sm\:-mr-2\/5 {
    margin-right: -40%;
  }

  .sm\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .sm\:-ml-2\/5 {
    margin-left: -40%;
  }

  .sm\:-mt-3\/5 {
    margin-top: -60%;
  }

  .sm\:-mr-3\/5 {
    margin-right: -60%;
  }

  .sm\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .sm\:-ml-3\/5 {
    margin-left: -60%;
  }

  .sm\:-mt-4\/5 {
    margin-top: -80%;
  }

  .sm\:-mr-4\/5 {
    margin-right: -80%;
  }

  .sm\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .sm\:-ml-4\/5 {
    margin-left: -80%;
  }

  .sm\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .sm\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .sm\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .sm\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .sm\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .sm\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .sm\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .sm\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .sm\:-mt-3\/6 {
    margin-top: -50%;
  }

  .sm\:-mr-3\/6 {
    margin-right: -50%;
  }

  .sm\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .sm\:-ml-3\/6 {
    margin-left: -50%;
  }

  .sm\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .sm\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .sm\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .sm\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .sm\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .sm\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .sm\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .sm\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .sm\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .sm\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .sm\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .sm\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .sm\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .sm\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .sm\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .sm\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .sm\:-mt-3\/12 {
    margin-top: -25%;
  }

  .sm\:-mr-3\/12 {
    margin-right: -25%;
  }

  .sm\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .sm\:-ml-3\/12 {
    margin-left: -25%;
  }

  .sm\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .sm\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .sm\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .sm\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .sm\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .sm\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .sm\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .sm\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .sm\:-mt-6\/12 {
    margin-top: -50%;
  }

  .sm\:-mr-6\/12 {
    margin-right: -50%;
  }

  .sm\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .sm\:-ml-6\/12 {
    margin-left: -50%;
  }

  .sm\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .sm\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .sm\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .sm\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .sm\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .sm\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .sm\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .sm\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .sm\:-mt-9\/12 {
    margin-top: -75%;
  }

  .sm\:-mr-9\/12 {
    margin-right: -75%;
  }

  .sm\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .sm\:-ml-9\/12 {
    margin-left: -75%;
  }

  .sm\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .sm\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .sm\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .sm\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .sm\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .sm\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .sm\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .sm\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .sm\:-mt-full {
    margin-top: -100%;
  }

  .sm\:-mr-full {
    margin-right: -100%;
  }

  .sm\:-mb-full {
    margin-bottom: -100%;
  }

  .sm\:-ml-full {
    margin-left: -100%;
  }

  .sm\:-mt-screen {
    margin-top: -100vw;
  }

  .sm\:-mr-screen {
    margin-right: -100vw;
  }

  .sm\:-mb-screen {
    margin-bottom: -100vw;
  }

  .sm\:-ml-screen {
    margin-left: -100vw;
  }

  .sm\:-mt-10px {
    margin-top: -0.625rem;
  }

  .sm\:-mr-10px {
    margin-right: -0.625rem;
  }

  .sm\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .sm\:-ml-10px {
    margin-left: -0.625rem;
  }

  .sm\:-mt-20px {
    margin-top: -20px;
  }

  .sm\:-mr-20px {
    margin-right: -20px;
  }

  .sm\:-mb-20px {
    margin-bottom: -20px;
  }

  .sm\:-ml-20px {
    margin-left: -20px;
  }

  .sm\:-mt-30px {
    margin-top: -30px;
  }

  .sm\:-mr-30px {
    margin-right: -30px;
  }

  .sm\:-mb-30px {
    margin-bottom: -30px;
  }

  .sm\:-ml-30px {
    margin-left: -30px;
  }

  .sm\:first\:m-0:first-child {
    margin: 0;
  }

  .sm\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .sm\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .sm\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .sm\:first\:m-4:first-child {
    margin: 1rem;
  }

  .sm\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .sm\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .sm\:first\:m-8:first-child {
    margin: 2rem;
  }

  .sm\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .sm\:first\:m-12:first-child {
    margin: 3rem;
  }

  .sm\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .sm\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .sm\:first\:m-16:first-child {
    margin: 4rem;
  }

  .sm\:first\:m-20:first-child {
    margin: 5rem;
  }

  .sm\:first\:m-24:first-child {
    margin: 6rem;
  }

  .sm\:first\:m-26:first-child {
    margin: 7rem;
  }

  .sm\:first\:m-32:first-child {
    margin: 8rem;
  }

  .sm\:first\:m-36:first-child {
    margin: 9rem;
  }

  .sm\:first\:m-40:first-child {
    margin: 10rem;
  }

  .sm\:first\:m-48:first-child {
    margin: 12rem;
  }

  .sm\:first\:m-56:first-child {
    margin: 14rem;
  }

  .sm\:first\:m-64:first-child {
    margin: 16rem;
  }

  .sm\:first\:m-auto:first-child {
    margin: auto;
  }

  .sm\:first\:m-px:first-child {
    margin: 1px;
  }

  .sm\:first\:m-2px:first-child {
    margin: 2px;
  }

  .sm\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .sm\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .sm\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .sm\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .sm\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .sm\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .sm\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .sm\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .sm\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .sm\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .sm\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .sm\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .sm\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .sm\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .sm\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .sm\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .sm\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .sm\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .sm\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .sm\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .sm\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .sm\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .sm\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .sm\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .sm\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .sm\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .sm\:first\:m-full:first-child {
    margin: 100%;
  }

  .sm\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .sm\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .sm\:first\:m-20px:first-child {
    margin: 20px;
  }

  .sm\:first\:m-30px:first-child {
    margin: 30px;
  }

  .sm\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .sm\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .sm\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .sm\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .sm\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .sm\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .sm\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .sm\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .sm\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .sm\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .sm\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .sm\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .sm\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .sm\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .sm\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .sm\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .sm\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .sm\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .sm\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .sm\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .sm\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .sm\:first\:-m-px:first-child {
    margin: -1px;
  }

  .sm\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .sm\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .sm\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .sm\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .sm\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .sm\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .sm\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .sm\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .sm\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .sm\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .sm\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .sm\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .sm\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .sm\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .sm\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .sm\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .sm\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .sm\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .sm\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .sm\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .sm\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .sm\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .sm\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .sm\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .sm\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .sm\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .sm\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .sm\:first\:-m-full:first-child {
    margin: -100%;
  }

  .sm\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .sm\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .sm\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .sm\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .sm\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .sm\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .sm\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .sm\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .sm\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .sm\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .sm\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .sm\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .sm\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .sm\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .sm\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .sm\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .sm\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .sm\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .sm\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .sm\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .sm\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .sm\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .sm\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .sm\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .sm\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .sm\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .sm\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .sm\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .sm\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .sm\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .sm\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .sm\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .sm\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .sm\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .sm\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .sm\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .sm\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .sm\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .sm\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .sm\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .sm\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .sm\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .sm\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .sm\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .sm\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .sm\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .sm\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .sm\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .sm\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .sm\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .sm\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .sm\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .sm\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .sm\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .sm\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .sm\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .sm\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .sm\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .sm\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .sm\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .sm\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .sm\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .sm\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .sm\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .sm\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .sm\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .sm\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .sm\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .sm\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .sm\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .sm\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .sm\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .sm\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .sm\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .sm\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .sm\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .sm\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .sm\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .sm\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .sm\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .sm\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .sm\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .sm\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .sm\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .sm\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .sm\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .sm\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .sm\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .sm\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .sm\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .sm\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .sm\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .sm\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .sm\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .sm\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .sm\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .sm\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .sm\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .sm\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .sm\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .sm\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .sm\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .sm\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .sm\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .sm\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .sm\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .sm\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .sm\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .sm\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .sm\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .sm\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .sm\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .sm\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .sm\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .sm\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .sm\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .sm\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .sm\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .sm\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .sm\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .sm\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .sm\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .sm\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .sm\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .sm\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .sm\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .sm\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .sm\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .sm\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .sm\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .sm\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .sm\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .sm\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .sm\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .sm\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .sm\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .sm\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .sm\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .sm\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .sm\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .sm\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .sm\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .sm\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .sm\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .sm\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .sm\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .sm\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .sm\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .sm\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .sm\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .sm\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .sm\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .sm\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .sm\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .sm\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .sm\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .sm\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .sm\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .sm\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .sm\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .sm\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .sm\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .sm\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .sm\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .sm\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .sm\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .sm\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .sm\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .sm\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .sm\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .sm\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .sm\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .sm\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .sm\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .sm\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .sm\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .sm\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .sm\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .sm\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .sm\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .sm\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .sm\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .sm\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .sm\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .sm\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .sm\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .sm\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .sm\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .sm\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .sm\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .sm\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .sm\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .sm\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .sm\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .sm\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .sm\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .sm\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .sm\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .sm\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .sm\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .sm\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .sm\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .sm\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .sm\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .sm\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .sm\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .sm\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .sm\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .sm\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .sm\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .sm\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .sm\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .sm\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .sm\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .sm\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .sm\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .sm\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .sm\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .sm\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .sm\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .sm\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .sm\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .sm\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .sm\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .sm\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .sm\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .sm\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .sm\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .sm\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .sm\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .sm\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .sm\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .sm\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .sm\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .sm\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .sm\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .sm\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .sm\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .sm\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .sm\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .sm\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .sm\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .sm\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .sm\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .sm\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .sm\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .sm\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .sm\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .sm\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .sm\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .sm\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .sm\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .sm\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .sm\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .sm\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .sm\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .sm\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .sm\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .sm\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .sm\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .sm\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .sm\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .sm\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .sm\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .sm\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .sm\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .sm\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .sm\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .sm\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .sm\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .sm\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .sm\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .sm\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .sm\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .sm\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .sm\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .sm\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .sm\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .sm\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .sm\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .sm\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .sm\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .sm\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .sm\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .sm\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .sm\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .sm\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .sm\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .sm\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .sm\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .sm\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .sm\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .sm\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .sm\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .sm\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .sm\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .sm\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .sm\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .sm\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .sm\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .sm\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .sm\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .sm\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .sm\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .sm\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .sm\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .sm\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .sm\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .sm\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .sm\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .sm\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .sm\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .sm\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .sm\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .sm\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .sm\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .sm\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .sm\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .sm\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .sm\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .sm\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .sm\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .sm\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .sm\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .sm\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .sm\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .sm\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .sm\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .sm\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .sm\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .sm\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .sm\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .sm\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .sm\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .sm\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .sm\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .sm\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .sm\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .sm\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .sm\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .sm\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .sm\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .sm\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .sm\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .sm\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .sm\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .sm\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .sm\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .sm\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .sm\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .sm\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .sm\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .sm\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .sm\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .sm\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .sm\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .sm\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .sm\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .sm\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .sm\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .sm\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .sm\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .sm\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .sm\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .sm\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .sm\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .sm\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .sm\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .sm\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .sm\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .sm\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .sm\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .sm\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .sm\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .sm\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .sm\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .sm\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .sm\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .sm\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .sm\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .sm\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .sm\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .sm\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .sm\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .sm\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .sm\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .sm\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .sm\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .sm\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .sm\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .sm\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .sm\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .sm\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .sm\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .sm\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .sm\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .sm\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .sm\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .sm\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .sm\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .sm\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .sm\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .sm\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .sm\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .sm\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .sm\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .sm\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .sm\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .sm\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .sm\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .sm\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .sm\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .sm\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .sm\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .sm\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .sm\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .sm\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .sm\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .sm\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .sm\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .sm\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .sm\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .sm\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .sm\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .sm\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .sm\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .sm\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .sm\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .sm\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .sm\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .sm\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .sm\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .sm\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .sm\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .sm\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .sm\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .sm\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .sm\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .sm\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .sm\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .sm\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .sm\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .sm\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .sm\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .sm\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .sm\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .sm\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .sm\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .sm\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .sm\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .sm\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .sm\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .sm\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .sm\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .sm\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .sm\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .sm\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .sm\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .sm\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .sm\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .sm\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .sm\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .sm\:last\:m-0:last-child {
    margin: 0;
  }

  .sm\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .sm\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .sm\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .sm\:last\:m-4:last-child {
    margin: 1rem;
  }

  .sm\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .sm\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .sm\:last\:m-8:last-child {
    margin: 2rem;
  }

  .sm\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .sm\:last\:m-12:last-child {
    margin: 3rem;
  }

  .sm\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .sm\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .sm\:last\:m-16:last-child {
    margin: 4rem;
  }

  .sm\:last\:m-20:last-child {
    margin: 5rem;
  }

  .sm\:last\:m-24:last-child {
    margin: 6rem;
  }

  .sm\:last\:m-26:last-child {
    margin: 7rem;
  }

  .sm\:last\:m-32:last-child {
    margin: 8rem;
  }

  .sm\:last\:m-36:last-child {
    margin: 9rem;
  }

  .sm\:last\:m-40:last-child {
    margin: 10rem;
  }

  .sm\:last\:m-48:last-child {
    margin: 12rem;
  }

  .sm\:last\:m-56:last-child {
    margin: 14rem;
  }

  .sm\:last\:m-64:last-child {
    margin: 16rem;
  }

  .sm\:last\:m-auto:last-child {
    margin: auto;
  }

  .sm\:last\:m-px:last-child {
    margin: 1px;
  }

  .sm\:last\:m-2px:last-child {
    margin: 2px;
  }

  .sm\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .sm\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .sm\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .sm\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .sm\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .sm\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .sm\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .sm\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .sm\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .sm\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .sm\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .sm\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .sm\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .sm\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .sm\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .sm\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .sm\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .sm\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .sm\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .sm\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .sm\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .sm\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .sm\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .sm\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .sm\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .sm\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .sm\:last\:m-full:last-child {
    margin: 100%;
  }

  .sm\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .sm\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .sm\:last\:m-20px:last-child {
    margin: 20px;
  }

  .sm\:last\:m-30px:last-child {
    margin: 30px;
  }

  .sm\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .sm\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .sm\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .sm\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .sm\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .sm\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .sm\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .sm\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .sm\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .sm\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .sm\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .sm\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .sm\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .sm\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .sm\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .sm\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .sm\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .sm\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .sm\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .sm\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .sm\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .sm\:last\:-m-px:last-child {
    margin: -1px;
  }

  .sm\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .sm\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .sm\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .sm\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .sm\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .sm\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .sm\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .sm\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .sm\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .sm\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .sm\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .sm\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .sm\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .sm\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .sm\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .sm\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .sm\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .sm\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .sm\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .sm\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .sm\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .sm\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .sm\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .sm\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .sm\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .sm\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .sm\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .sm\:last\:-m-full:last-child {
    margin: -100%;
  }

  .sm\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .sm\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .sm\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .sm\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .sm\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .sm\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .sm\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .sm\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .sm\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .sm\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .sm\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .sm\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .sm\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .sm\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .sm\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .sm\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .sm\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .sm\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .sm\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .sm\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .sm\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .sm\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .sm\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .sm\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .sm\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .sm\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .sm\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .sm\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .sm\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .sm\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .sm\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .sm\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .sm\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .sm\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .sm\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .sm\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .sm\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .sm\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .sm\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .sm\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .sm\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .sm\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .sm\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .sm\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .sm\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .sm\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .sm\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .sm\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .sm\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .sm\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .sm\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .sm\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .sm\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .sm\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .sm\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .sm\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .sm\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .sm\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .sm\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .sm\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .sm\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .sm\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .sm\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .sm\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .sm\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .sm\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .sm\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .sm\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .sm\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .sm\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .sm\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .sm\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .sm\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .sm\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .sm\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .sm\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .sm\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .sm\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .sm\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .sm\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .sm\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .sm\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .sm\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .sm\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .sm\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .sm\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .sm\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .sm\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .sm\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .sm\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .sm\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .sm\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .sm\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .sm\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .sm\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .sm\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .sm\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .sm\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .sm\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .sm\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .sm\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .sm\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .sm\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .sm\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .sm\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .sm\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .sm\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .sm\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .sm\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .sm\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .sm\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .sm\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .sm\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .sm\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .sm\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .sm\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .sm\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .sm\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .sm\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .sm\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .sm\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .sm\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .sm\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .sm\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .sm\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .sm\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .sm\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .sm\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .sm\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .sm\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .sm\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .sm\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .sm\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .sm\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .sm\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .sm\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .sm\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .sm\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .sm\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .sm\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .sm\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .sm\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .sm\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .sm\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .sm\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .sm\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .sm\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .sm\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .sm\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .sm\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .sm\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .sm\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .sm\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .sm\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .sm\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .sm\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .sm\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .sm\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .sm\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .sm\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .sm\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .sm\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .sm\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .sm\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .sm\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .sm\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .sm\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .sm\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .sm\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .sm\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .sm\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .sm\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .sm\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .sm\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .sm\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .sm\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .sm\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .sm\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .sm\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .sm\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .sm\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .sm\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .sm\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .sm\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .sm\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .sm\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .sm\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .sm\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .sm\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .sm\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .sm\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .sm\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .sm\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .sm\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .sm\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .sm\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .sm\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .sm\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .sm\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .sm\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .sm\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .sm\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .sm\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .sm\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .sm\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .sm\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .sm\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .sm\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .sm\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .sm\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .sm\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .sm\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .sm\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .sm\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .sm\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .sm\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .sm\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .sm\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .sm\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .sm\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .sm\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .sm\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .sm\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .sm\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .sm\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .sm\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .sm\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .sm\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .sm\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .sm\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .sm\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .sm\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .sm\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .sm\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .sm\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .sm\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .sm\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .sm\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .sm\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .sm\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .sm\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .sm\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .sm\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .sm\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .sm\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .sm\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .sm\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .sm\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .sm\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .sm\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .sm\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .sm\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .sm\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .sm\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .sm\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .sm\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .sm\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .sm\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .sm\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .sm\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .sm\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .sm\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .sm\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .sm\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .sm\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .sm\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .sm\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .sm\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .sm\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .sm\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .sm\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .sm\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .sm\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .sm\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .sm\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .sm\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .sm\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .sm\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .sm\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .sm\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .sm\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .sm\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .sm\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .sm\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .sm\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .sm\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .sm\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .sm\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .sm\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .sm\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .sm\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .sm\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .sm\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .sm\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .sm\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .sm\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .sm\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .sm\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .sm\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .sm\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .sm\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .sm\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .sm\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .sm\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .sm\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .sm\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .sm\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .sm\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .sm\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .sm\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .sm\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .sm\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .sm\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .sm\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .sm\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .sm\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .sm\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .sm\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .sm\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .sm\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .sm\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .sm\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .sm\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .sm\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .sm\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .sm\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .sm\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .sm\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .sm\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .sm\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .sm\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .sm\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .sm\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .sm\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .sm\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .sm\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .sm\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .sm\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .sm\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .sm\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .sm\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .sm\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .sm\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .sm\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .sm\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .sm\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .sm\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .sm\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .sm\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .sm\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .sm\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .sm\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .sm\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .sm\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .sm\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .sm\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .sm\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .sm\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .sm\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .sm\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .sm\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .sm\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .sm\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .sm\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .sm\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .sm\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .sm\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .sm\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .sm\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .sm\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .sm\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .sm\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .sm\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .sm\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .sm\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .sm\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .sm\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .sm\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .sm\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .sm\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .sm\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .sm\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .sm\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .sm\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .sm\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .sm\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .sm\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .sm\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .sm\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .sm\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .sm\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .sm\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .sm\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .sm\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .sm\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .sm\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .sm\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .sm\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .sm\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .sm\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .sm\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .sm\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .sm\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .sm\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .sm\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .sm\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .sm\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .sm\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .sm\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .sm\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .sm\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .sm\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .sm\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .sm\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .sm\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .sm\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .sm\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .sm\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .sm\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .sm\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .sm\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .sm\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .sm\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .sm\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .sm\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .sm\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .sm\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .sm\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .sm\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .sm\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .sm\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .sm\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .sm\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .sm\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .sm\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .sm\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .sm\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .sm\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .sm\:max-h-400 {
    max-height: 400px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-60 {
    max-width: 60%;
  }

  .sm\:max-w-170 {
    max-width: 170px;
  }

  .sm\:max-w-200 {
    max-width: 200px;
  }

  .sm\:max-w-300 {
    max-width: 300px;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen-xxs {
    max-width: 400px;
  }

  .sm\:max-w-screen-xs {
    max-width: 480px;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-tablet {
    max-width: 900px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:object-contain {
    object-fit: contain;
  }

  .sm\:object-cover {
    object-fit: cover;
  }

  .sm\:object-fill {
    object-fit: fill;
  }

  .sm\:object-none {
    object-fit: none;
  }

  .sm\:object-scale-down {
    object-fit: scale-down;
  }

  .sm\:object-bottom {
    object-position: bottom;
  }

  .sm\:object-center {
    object-position: center;
  }

  .sm\:object-left {
    object-position: left;
  }

  .sm\:object-left-bottom {
    object-position: left bottom;
  }

  .sm\:object-left-top {
    object-position: left top;
  }

  .sm\:object-right {
    object-position: right;
  }

  .sm\:object-right-bottom {
    object-position: right bottom;
  }

  .sm\:object-right-top {
    object-position: right top;
  }

  .sm\:object-top {
    object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-10 {
    opacity: 0.10;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-15 {
    padding: 3.75rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-26 {
    padding: 7rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-2px {
    padding: 2px;
  }

  .sm\:p-1\/2 {
    padding: 50%;
  }

  .sm\:p-1\/3 {
    padding: 33.333333%;
  }

  .sm\:p-2\/3 {
    padding: 66.666667%;
  }

  .sm\:p-1\/4 {
    padding: 25%;
  }

  .sm\:p-2\/4 {
    padding: 50%;
  }

  .sm\:p-3\/4 {
    padding: 75%;
  }

  .sm\:p-1\/5 {
    padding: 20%;
  }

  .sm\:p-2\/5 {
    padding: 40%;
  }

  .sm\:p-3\/5 {
    padding: 60%;
  }

  .sm\:p-4\/5 {
    padding: 80%;
  }

  .sm\:p-1\/6 {
    padding: 16.666667%;
  }

  .sm\:p-2\/6 {
    padding: 33.333333%;
  }

  .sm\:p-3\/6 {
    padding: 50%;
  }

  .sm\:p-4\/6 {
    padding: 66.666667%;
  }

  .sm\:p-5\/6 {
    padding: 83.333333%;
  }

  .sm\:p-1\/12 {
    padding: 8.333333%;
  }

  .sm\:p-2\/12 {
    padding: 16.666667%;
  }

  .sm\:p-3\/12 {
    padding: 25%;
  }

  .sm\:p-4\/12 {
    padding: 33.333333%;
  }

  .sm\:p-5\/12 {
    padding: 41.666667%;
  }

  .sm\:p-6\/12 {
    padding: 50%;
  }

  .sm\:p-7\/12 {
    padding: 58.333333%;
  }

  .sm\:p-8\/12 {
    padding: 66.666667%;
  }

  .sm\:p-9\/12 {
    padding: 75%;
  }

  .sm\:p-10\/12 {
    padding: 83.333333%;
  }

  .sm\:p-11\/12 {
    padding: 91.666667%;
  }

  .sm\:p-full {
    padding: 100%;
  }

  .sm\:p-screen {
    padding: 100vw;
  }

  .sm\:p-10px {
    padding: 0.625rem;
  }

  .sm\:p-20px {
    padding: 20px;
  }

  .sm\:p-30px {
    padding: 30px;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .sm\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .sm\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .sm\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .sm\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .sm\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .sm\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .sm\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .sm\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .sm\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .sm\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .sm\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .sm\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .sm\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .sm\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .sm\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .sm\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .sm\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .sm\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .sm\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .sm\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .sm\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .sm\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .sm\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .sm\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .sm\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .sm\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-15 {
    padding-top: 3.75rem;
  }

  .sm\:pr-15 {
    padding-right: 3.75rem;
  }

  .sm\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .sm\:pl-15 {
    padding-left: 3.75rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-26 {
    padding-top: 7rem;
  }

  .sm\:pr-26 {
    padding-right: 7rem;
  }

  .sm\:pb-26 {
    padding-bottom: 7rem;
  }

  .sm\:pl-26 {
    padding-left: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-2px {
    padding-top: 2px;
  }

  .sm\:pr-2px {
    padding-right: 2px;
  }

  .sm\:pb-2px {
    padding-bottom: 2px;
  }

  .sm\:pl-2px {
    padding-left: 2px;
  }

  .sm\:pt-1\/2 {
    padding-top: 50%;
  }

  .sm\:pr-1\/2 {
    padding-right: 50%;
  }

  .sm\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .sm\:pl-1\/2 {
    padding-left: 50%;
  }

  .sm\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .sm\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .sm\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .sm\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .sm\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .sm\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .sm\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .sm\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .sm\:pt-1\/4 {
    padding-top: 25%;
  }

  .sm\:pr-1\/4 {
    padding-right: 25%;
  }

  .sm\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .sm\:pl-1\/4 {
    padding-left: 25%;
  }

  .sm\:pt-2\/4 {
    padding-top: 50%;
  }

  .sm\:pr-2\/4 {
    padding-right: 50%;
  }

  .sm\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .sm\:pl-2\/4 {
    padding-left: 50%;
  }

  .sm\:pt-3\/4 {
    padding-top: 75%;
  }

  .sm\:pr-3\/4 {
    padding-right: 75%;
  }

  .sm\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .sm\:pl-3\/4 {
    padding-left: 75%;
  }

  .sm\:pt-1\/5 {
    padding-top: 20%;
  }

  .sm\:pr-1\/5 {
    padding-right: 20%;
  }

  .sm\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .sm\:pl-1\/5 {
    padding-left: 20%;
  }

  .sm\:pt-2\/5 {
    padding-top: 40%;
  }

  .sm\:pr-2\/5 {
    padding-right: 40%;
  }

  .sm\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .sm\:pl-2\/5 {
    padding-left: 40%;
  }

  .sm\:pt-3\/5 {
    padding-top: 60%;
  }

  .sm\:pr-3\/5 {
    padding-right: 60%;
  }

  .sm\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .sm\:pl-3\/5 {
    padding-left: 60%;
  }

  .sm\:pt-4\/5 {
    padding-top: 80%;
  }

  .sm\:pr-4\/5 {
    padding-right: 80%;
  }

  .sm\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .sm\:pl-4\/5 {
    padding-left: 80%;
  }

  .sm\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .sm\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .sm\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .sm\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .sm\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .sm\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .sm\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .sm\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .sm\:pt-3\/6 {
    padding-top: 50%;
  }

  .sm\:pr-3\/6 {
    padding-right: 50%;
  }

  .sm\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .sm\:pl-3\/6 {
    padding-left: 50%;
  }

  .sm\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .sm\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .sm\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .sm\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .sm\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .sm\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .sm\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .sm\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .sm\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .sm\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .sm\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .sm\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .sm\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .sm\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .sm\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .sm\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .sm\:pt-3\/12 {
    padding-top: 25%;
  }

  .sm\:pr-3\/12 {
    padding-right: 25%;
  }

  .sm\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .sm\:pl-3\/12 {
    padding-left: 25%;
  }

  .sm\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .sm\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .sm\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .sm\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .sm\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .sm\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .sm\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .sm\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .sm\:pt-6\/12 {
    padding-top: 50%;
  }

  .sm\:pr-6\/12 {
    padding-right: 50%;
  }

  .sm\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .sm\:pl-6\/12 {
    padding-left: 50%;
  }

  .sm\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .sm\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .sm\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .sm\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .sm\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .sm\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .sm\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .sm\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .sm\:pt-9\/12 {
    padding-top: 75%;
  }

  .sm\:pr-9\/12 {
    padding-right: 75%;
  }

  .sm\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .sm\:pl-9\/12 {
    padding-left: 75%;
  }

  .sm\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .sm\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .sm\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .sm\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .sm\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .sm\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .sm\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .sm\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .sm\:pt-full {
    padding-top: 100%;
  }

  .sm\:pr-full {
    padding-right: 100%;
  }

  .sm\:pb-full {
    padding-bottom: 100%;
  }

  .sm\:pl-full {
    padding-left: 100%;
  }

  .sm\:pt-screen {
    padding-top: 100vw;
  }

  .sm\:pr-screen {
    padding-right: 100vw;
  }

  .sm\:pb-screen {
    padding-bottom: 100vw;
  }

  .sm\:pl-screen {
    padding-left: 100vw;
  }

  .sm\:pt-10px {
    padding-top: 0.625rem;
  }

  .sm\:pr-10px {
    padding-right: 0.625rem;
  }

  .sm\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .sm\:pl-10px {
    padding-left: 0.625rem;
  }

  .sm\:pt-20px {
    padding-top: 20px;
  }

  .sm\:pr-20px {
    padding-right: 20px;
  }

  .sm\:pb-20px {
    padding-bottom: 20px;
  }

  .sm\:pl-20px {
    padding-left: 20px;
  }

  .sm\:pt-30px {
    padding-top: 30px;
  }

  .sm\:pr-30px {
    padding-right: 30px;
  }

  .sm\:pb-30px {
    padding-bottom: 30px;
  }

  .sm\:pl-30px {
    padding-left: 30px;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .sm\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .sm\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .sm\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .sm\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .sm\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .sm\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .sm\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .sm\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .sm\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .sm\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .sm\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .sm\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .sm\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .sm\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .sm\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .sm\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .sm\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .sm\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .sm\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .sm\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:top-100 {
    top: 100%;
  }

  .sm\:right-100 {
    right: 100%;
  }

  .sm\:bottom-100 {
    bottom: 100%;
  }

  .sm\:left-100 {
    left: 100%;
  }

  .sm\:-top-1 {
    top: -1px;
  }

  .sm\:-right-1 {
    right: -1px;
  }

  .sm\:-bottom-1 {
    bottom: -1px;
  }

  .sm\:-left-1 {
    left: -1px;
  }

  .sm\:-top-2 {
    top: -2px;
  }

  .sm\:-right-2 {
    right: -2px;
  }

  .sm\:-bottom-2 {
    bottom: -2px;
  }

  .sm\:-left-2 {
    left: -2px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .sm\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .sm\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .sm\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .sm\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .sm\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .sm\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .sm\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .sm\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .sm\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .sm\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .sm\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .sm\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .sm\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .sm\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .sm\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .sm\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .sm\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .sm\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .sm\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .sm\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .sm\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .sm\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .sm\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .sm\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .sm\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .sm\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .sm\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .sm\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .sm\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .sm\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .sm\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .sm\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .sm\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .sm\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .sm\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .sm\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .sm\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .sm\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .sm\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .sm\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .sm\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .sm\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .sm\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .sm\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .sm\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .sm\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .sm\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .sm\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .sm\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .sm\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .sm\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .sm\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .sm\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .sm\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .sm\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .sm\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .sm\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .sm\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .sm\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .sm\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .sm\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .sm\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .sm\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .sm\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .sm\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .sm\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .sm\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .sm\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .sm\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .sm\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .sm\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .sm\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .sm\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .sm\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .sm\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .sm\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .sm\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .sm\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .sm\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .sm\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .sm\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .sm\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .sm\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .sm\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .sm\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .sm\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .sm\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .sm\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .sm\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .sm\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0;
  }

  .sm\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .sm\:text-opacity-100 {
    --text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .sm\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .sm\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .sm\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .sm\:tracking-1 {
    letter-spacing: 1px;
  }

  .sm\:tracking-2 {
    letter-spacing: 2px;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-15 {
    width: 3.75rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-26 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-2px {
    width: 2px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-10px {
    width: 0.625rem;
  }

  .sm\:w-20px {
    width: 20px;
  }

  .sm\:w-30px {
    width: 30px;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-1 {
    z-index: 1;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:-z-1 {
    z-index: -1;
  }

  .sm\:-z-2 {
    z-index: -2;
  }

  .sm\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .sm\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .sm\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .sm\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .sm\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .sm\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .sm\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .sm\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .sm\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .sm\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .sm\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .sm\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .sm\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .sm\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .sm\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .sm\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .sm\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .sm\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .sm\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .sm\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .sm\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .sm\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .sm\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .sm\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .sm\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .sm\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .sm\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .sm\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .sm\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .sm\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .sm\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .sm\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .sm\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .sm\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .sm\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .sm\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .sm\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .sm\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .sm\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .sm\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .sm\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .sm\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .sm\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .sm\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .sm\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .sm\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .sm\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .sm\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .sm\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .sm\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .sm\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .sm\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .sm\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .sm\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .sm\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .sm\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .sm\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .sm\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .sm\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .sm\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .sm\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .sm\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .sm\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .sm\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .sm\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .sm\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .sm\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .sm\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .sm\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .sm\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .sm\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .sm\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .sm\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .sm\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .sm\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .sm\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .sm\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .sm\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .sm\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .sm\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .sm\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .sm\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .sm\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .sm\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .sm\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .sm\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .sm\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .sm\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .sm\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .sm\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .sm\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .sm\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .sm\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .sm\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .sm\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .sm\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .sm\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .sm\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .sm\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .sm\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .sm\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .sm\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .sm\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .sm\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .sm\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .sm\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .sm\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .sm\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .sm\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .sm\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .sm\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .sm\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .sm\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .sm\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .sm\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .sm\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .sm\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .sm\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .sm\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .sm\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .sm\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .sm\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .sm\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .sm\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .sm\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .sm\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .sm\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .sm\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .sm\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .sm\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .sm\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .sm\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .sm\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .sm\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .sm\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .sm\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .sm\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .sm\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .sm\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .sm\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .sm\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .sm\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .sm\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .sm\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .sm\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .sm\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .sm\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .sm\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .sm\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .sm\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .sm\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .sm\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .sm\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .sm\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .sm\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .sm\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .sm\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .sm\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .sm\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .sm\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .sm\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .sm\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .sm\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .sm\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .sm\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .sm\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .sm\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .sm\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .sm\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .sm\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .sm\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .sm\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .sm\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .sm\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .sm\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .sm\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .sm\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .sm\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .sm\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .sm\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .sm\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .sm\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .sm\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .sm\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .sm\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .sm\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .sm\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .sm\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .sm\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .sm\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .sm\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .sm\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .sm\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .sm\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .sm\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .sm\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .sm\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .sm\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .sm\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .sm\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .sm\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .sm\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .sm\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .sm\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .sm\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .sm\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .sm\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .sm\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .sm\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .sm\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .sm\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .sm\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .sm\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .sm\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .sm\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .sm\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .sm\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .sm\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .sm\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .sm\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .sm\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .sm\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .sm\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .sm\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .sm\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .sm\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .sm\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .sm\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .sm\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .sm\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .sm\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .sm\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .sm\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .sm\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .sm\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .sm\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .sm\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .sm\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .sm\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .sm\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .sm\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .sm\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .sm\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .sm\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .sm\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .sm\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .sm\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .sm\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .sm\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .sm\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .sm\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .sm\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .sm\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .sm\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .sm\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .sm\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .sm\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .sm\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .sm\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .sm\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .sm\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .sm\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .sm\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .sm\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .sm\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .sm\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .sm\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .sm\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .sm\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .sm\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .sm\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .sm\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .sm\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .sm\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .sm\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .sm\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .sm\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .sm\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .sm\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .sm\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .sm\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .sm\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .sm\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .sm\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .sm\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .sm\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .sm\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .sm\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .sm\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .sm\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .sm\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .sm\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .sm\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .sm\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .sm\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .sm\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .sm\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .sm\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .sm\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .sm\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .sm\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .sm\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .sm\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .sm\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .sm\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .sm\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .sm\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .sm\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .sm\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .sm\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .sm\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .sm\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .sm\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .sm\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .sm\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .sm\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .sm\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .sm\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .sm\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .sm\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .sm\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .sm\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .sm\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .sm\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .sm\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .sm\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .sm\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .sm\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .sm\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .sm\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .sm\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .sm\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .sm\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .sm\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .sm\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .sm\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .sm\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .sm\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .sm\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .sm\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .sm\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .sm\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .sm\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .sm\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .sm\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .sm\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .sm\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .sm\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .sm\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .sm\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .sm\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .sm\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .sm\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .sm\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .sm\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .sm\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .sm\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .sm\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .sm\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .sm\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .sm\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .sm\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .sm\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .sm\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .sm\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .sm\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .sm\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .sm\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .sm\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .sm\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .sm\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .sm\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .sm\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .sm\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .sm\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .sm\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .sm\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .sm\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .sm\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .sm\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .sm\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .sm\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .sm\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .sm\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .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-8 {
    --transform-skew-x: 8deg;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .sm\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .sm\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .sm\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .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-8 {
    --transform-skew-y: 8deg;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .sm\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .sm\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .sm\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .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-8:hover {
    --transform-skew-x: 8deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .sm\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .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-8:hover {
    --transform-skew-y: 8deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .sm\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .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-8:focus {
    --transform-skew-x: 8deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .sm\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .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-8:focus {
    --transform-skew-y: 8deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .sm\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
  }

  .sm\:transition-transform {
    transition-property: transform;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:animate-none {
    animation: none;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .md\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .md\:container {
      max-width: 480px;
    }
  }

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

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

  @media (min-width: 900px) {
    .md\:container {
      max-width: 900px;
    }
  }

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

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

  .md\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .md\:col {
      padding-left: 30px
  }
    }

  .md\:sp-t--sm {
    margin-top: 2.5rem
  }

  .md\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .md\:sp-t {
      margin-top: 3.75rem
  }
    }

  .md\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .md\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .md\:order-1 {
    order: 1;
  }

  .md\:-order-1 {
    order: -1;
  }

  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .md\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .md\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .md\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .md\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .md\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .md\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .md\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .md\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .md\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .md\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .md\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .md\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .md\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .md\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .md\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .md\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .md\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .md\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .md\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .md\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .md\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .md\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .md\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .md\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .md\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .md\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .md\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .md\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .md\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .md\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .md\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .md\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .md\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .md\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .md\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .md\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .md\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .md\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .md\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .md\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .md\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .md\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .md\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .md\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .md\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .md\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .md\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .md\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .md\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .md\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .md\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .md\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .md\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .md\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .md\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .md\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .md\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .md\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .md\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .md\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .md\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .md\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .md\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .md\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .md\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .md\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .md\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .md\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .md\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .md\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .md\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .md\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .md\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .md\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .md\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .md\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .md\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .md\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .md\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .md\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .md\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .md\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .md\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .md\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

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

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

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

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

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

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

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

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

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

  .md\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .md\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .md\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .md\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .md\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .md\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .md\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .md\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .md\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .md\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .md\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .md\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .md\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .md\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .md\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .md\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .md\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .md\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .md\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .md\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .md\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .md\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .md\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .md\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .md\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .md\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .md\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .md\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .md\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .md\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .md\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .md\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .md\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .md\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .md\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .md\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .md\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .md\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .md\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .md\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .md\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .md\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .md\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .md\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .md\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .md\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .md\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .md\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .md\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .md\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .md\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .md\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .md\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .md\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .md\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .md\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .md\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .md\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .md\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .md\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .md\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .md\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .md\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .md\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .md\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .md\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .md\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .md\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .md\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .md\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .md\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .md\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .md\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .md\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .md\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .md\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .md\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .md\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .md\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .md\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .md\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .md\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .md\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .md\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .md\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .md\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .md\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .md\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .md\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .md\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .md\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .md\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .md\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .md\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .md\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .md\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .md\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .md\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .md\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .md\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .md\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .md\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .md\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .md\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .md\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .md\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .md\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .md\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .md\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .md\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .md\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .md\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .md\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .md\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .md\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .md\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .md\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .md\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .md\:to-transparent {
    --gradient-to-color: transparent;
  }

  .md\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .md\:to-black {
    --gradient-to-color: #000;
  }

  .md\:to-white {
    --gradient-to-color: #fff;
  }

  .md\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .md\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .md\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .md\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .md\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .md\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .md\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .md\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .md\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .md\:to-red {
    --gradient-to-color: #e94848;
  }

  .md\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .md\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .md\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .md\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .md\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .md\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .md\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .md\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .md\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .md\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .md\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .md\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .md\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .md\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .md\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .md\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .md\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .md\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .md\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .md\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .md\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .md\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .md\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .md\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .md\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .md\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .md\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .md\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .md\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .md\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .md\:to-purple {
    --gradient-to-color: #615287;
  }

  .md\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .md\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .md\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .md\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .md\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .md\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .md\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .md\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .md\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .md\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .md\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .md\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .md\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .md\:to-lime {
    --gradient-to-color: #bad067;
  }

  .md\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .md\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .md\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .md\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .md\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .md\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .md\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .md\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .md\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .md\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .md\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .md\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .md\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .md\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .md\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .md\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .md\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .md\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .md\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .md\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .md\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .md\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .md\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .md\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .md\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .md\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .md\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .md\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .md\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .md\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .md\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .md\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .md\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .md\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .md\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .md\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .md\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .md\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .md\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .md\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .md\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .md\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .md\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .md\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .md\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .md\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .md\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .md\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .md\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .md\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .md\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .md\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .md\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .md\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .md\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .md\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .md\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .md\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .md\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .md\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .md\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .md\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .md\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .md\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .md\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .md\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .md\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .md\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .md\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .md\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .md\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .md\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .md\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .md\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .md\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .md\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .md\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .md\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .md\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .md\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .md\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .md\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .md\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .md\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .md\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .md\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .md\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .md\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .md\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .md\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .md\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .md\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .md\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .md\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .md\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .md\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .md\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .md\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .md\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .md\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .md\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .md\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .md\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .md\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .md\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .md\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .md\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .md\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .md\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .md\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .md\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .md\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .md\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .md\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .md\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .md\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .md\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .md\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .md\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .md\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .md\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .md\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .md\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .md\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .md\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .md\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .md\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .md\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .md\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .md\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .md\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .md\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .md\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .md\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .md\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .md\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .md\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .md\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .md\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .md\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .md\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .md\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .md\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .md\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .md\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .md\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .md\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .md\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .md\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .md\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .md\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .md\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .md\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .md\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .md\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .md\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .md\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .md\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .md\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .md\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .md\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .md\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .md\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .md\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .md\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .md\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .md\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .md\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .md\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .md\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .md\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .md\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .md\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .md\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .md\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .md\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .md\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .md\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .md\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .md\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .md\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .md\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .md\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .md\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .md\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .md\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .md\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .md\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .md\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .md\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .md\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .md\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .md\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .md\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .md\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .md\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .md\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .md\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .md\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .md\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .md\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .md\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .md\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .md\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .md\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .md\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .md\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .md\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .md\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .md\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .md\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .md\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .md\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .md\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .md\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .md\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .md\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .md\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .md\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .md\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .md\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .md\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .md\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .md\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .md\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .md\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .md\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .md\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .md\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .md\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .md\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .md\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .md\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .md\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .md\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .md\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .md\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .md\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .md\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .md\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .md\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .md\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .md\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .md\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .md\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .md\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .md\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .md\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .md\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .md\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .md\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .md\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .md\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .md\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .md\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .md\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .md\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .md\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .md\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .md\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .md\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .md\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .md\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .md\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .md\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .md\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .md\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .md\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .md\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .md\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .md\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .md\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .md\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .md\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .md\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .md\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .md\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .md\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .md\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .md\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .md\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .md\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .md\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .md\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .md\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .md\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .md\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .md\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .md\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .md\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .md\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .md\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .md\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .md\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .md\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .md\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .md\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .md\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .md\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .md\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .md\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .md\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .md\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .md\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .md\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .md\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .md\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .md\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .md\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .md\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .md\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .md\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .md\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .md\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .md\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .md\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .md\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .md\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .md\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .md\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .md\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .md\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .md\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .md\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .md\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .md\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .md\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .md\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .md\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .md\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .md\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .md\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .md\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .md\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .md\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .md\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .md\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .md\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .md\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .md\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .md\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .md\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .md\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .md\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .md\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .md\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .md\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .md\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

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

  .md\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .md\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .md\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .md\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .md\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .md\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .md\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .md\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .md\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .md\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .md\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .md\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .md\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .md\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .md\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .md\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .md\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .md\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .md\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .md\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .md\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .md\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .md\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .md\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .md\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .md\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .md\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .md\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .md\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .md\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .md\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .md\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .md\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .md\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .md\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .md\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .md\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .md\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .md\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .md\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .md\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .md\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .md\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .md\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .md\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .md\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .md\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .md\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .md\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .md\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .md\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .md\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .md\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .md\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .md\:border-opacity-0 {
    --border-opacity: 0;
  }

  .md\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .md\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .md\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .md\:rounded-12 {
    border-radius: 12px;
  }

  .md\:rounded-14 {
    border-radius: 56px;
  }

  .md\:rounded-20 {
    border-radius: 20px;
  }

  .md\:rounded-30 {
    border-radius: 30px;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 1.875rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .md\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .md\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .md\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .md\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .md\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .md\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .md\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .md\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .md\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .md\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .md\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

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

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

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

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

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

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

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

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

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

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .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-12 {
    border-top-left-radius: 12px;
  }

  .md\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .md\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .md\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .md\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .md\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .md\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .md\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .md\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .md\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .md\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .md\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .md\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .md\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-6 {
    border-width: 6px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-6 {
    border-top-width: 6px;
  }

  .md\:border-r-6 {
    border-right-width: 6px;
  }

  .md\:border-b-6 {
    border-bottom-width: 6px;
  }

  .md\:border-l-6 {
    border-left-width: 6px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:hover\:border-0:hover {
    border-width: 0;
  }

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

  .md\:hover\:border-3:hover {
    border-width: 3px;
  }

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

  .md\:hover\:border-6:hover {
    border-width: 6px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .md\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .md\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .md\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

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

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

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

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

  .md\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .md\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .md\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .md\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

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

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

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

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

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

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

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

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

  .md\:first\:border-0:first-child {
    border-width: 0;
  }

  .md\:first\:border-2:first-child {
    border-width: 2px;
  }

  .md\:first\:border-3:first-child {
    border-width: 3px;
  }

  .md\:first\:border-4:first-child {
    border-width: 4px;
  }

  .md\:first\:border-6:first-child {
    border-width: 6px;
  }

  .md\:first\:border-8:first-child {
    border-width: 8px;
  }

  .md\:first\:border:first-child {
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .md\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .md\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .md\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .md\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .md\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .md\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .md\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .md\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .md\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .md\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .md\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .md\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .md\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .md\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .md\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .md\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .md\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .md\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .md\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .md\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .md\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .md\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .md\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .md\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child {
    border-width: 0;
  }

  .md\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md\:last\:border-3:last-child {
    border-width: 3px;
  }

  .md\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md\:last\:border-6:last-child {
    border-width: 6px;
  }

  .md\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md\:last\:border:last-child {
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .md\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .md\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .md\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .md\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .md\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .md\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .md\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .md\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .md\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .md\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\: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\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:place-items-auto {
    place-items: auto;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-auto {
    justify-items: auto;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .md\:font-cerapro {
    font-family: CeraPRO;
  }

  .md\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .md\:font-dinround {
    font-family: DINRound;
  }

  .md\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .md\:font-vibur {
    font-family: Vibur;
  }

  .md\:font-clash {
    font-family: ClashDisplay;
  }

  .md\:font-europa {
    font-family: europa;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

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

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

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

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-26 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-2px {
    height: 2px;
  }

  .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\:h-10px {
    height: 0.625rem;
  }

  .md\:h-20px {
    height: 20px;
  }

  .md\:h-30px {
    height: 30px;
  }

  .md\:text-xs {
    font-size: 0.875rem;
  }

  .md\:text-sm {
    font-size: 1rem;
  }

  .md\:text-base {
    font-size: 1.125rem;
  }

  .md\:text-lg {
    font-size: 1.3125rem;
  }

  .md\:text-xl {
    font-size: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 2rem;
  }

  .md\:text-3xl {
    font-size: 3.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-3xs {
    font-size: 0.6875rem;
  }

  .md\:text-2xs {
    font-size: 0.75rem;
  }

  .md\:text-lsm {
    font-size: 1.0625rem;
  }

  .md\:text-xlg {
    font-size: 1.625rem;
  }

  .md\:text-2-25xl {
    font-size: 2.25rem;
  }

  .md\:text-2-5xl {
    font-size: 2.375rem;
  }

  .md\:text-2-6xl {
    font-size: 2.5rem;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-15 {
    margin: 3.75rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-26 {
    margin: 7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-2px {
    margin: 2px;
  }

  .md\:m-1\/2 {
    margin: 50%;
  }

  .md\:m-1\/3 {
    margin: 33.333333%;
  }

  .md\:m-2\/3 {
    margin: 66.666667%;
  }

  .md\:m-1\/4 {
    margin: 25%;
  }

  .md\:m-2\/4 {
    margin: 50%;
  }

  .md\:m-3\/4 {
    margin: 75%;
  }

  .md\:m-1\/5 {
    margin: 20%;
  }

  .md\:m-2\/5 {
    margin: 40%;
  }

  .md\:m-3\/5 {
    margin: 60%;
  }

  .md\:m-4\/5 {
    margin: 80%;
  }

  .md\:m-1\/6 {
    margin: 16.666667%;
  }

  .md\:m-2\/6 {
    margin: 33.333333%;
  }

  .md\:m-3\/6 {
    margin: 50%;
  }

  .md\:m-4\/6 {
    margin: 66.666667%;
  }

  .md\:m-5\/6 {
    margin: 83.333333%;
  }

  .md\:m-1\/12 {
    margin: 8.333333%;
  }

  .md\:m-2\/12 {
    margin: 16.666667%;
  }

  .md\:m-3\/12 {
    margin: 25%;
  }

  .md\:m-4\/12 {
    margin: 33.333333%;
  }

  .md\:m-5\/12 {
    margin: 41.666667%;
  }

  .md\:m-6\/12 {
    margin: 50%;
  }

  .md\:m-7\/12 {
    margin: 58.333333%;
  }

  .md\:m-8\/12 {
    margin: 66.666667%;
  }

  .md\:m-9\/12 {
    margin: 75%;
  }

  .md\:m-10\/12 {
    margin: 83.333333%;
  }

  .md\:m-11\/12 {
    margin: 91.666667%;
  }

  .md\:m-full {
    margin: 100%;
  }

  .md\:m-screen {
    margin: 100vw;
  }

  .md\:m-10px {
    margin: 0.625rem;
  }

  .md\:m-20px {
    margin: 20px;
  }

  .md\:m-30px {
    margin: 30px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-15 {
    margin: -3.75rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-26 {
    margin: -7rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-2px {
    margin: -2px;
  }

  .md\:-m-1\/2 {
    margin: -50%;
  }

  .md\:-m-1\/3 {
    margin: -33.33333%;
  }

  .md\:-m-2\/3 {
    margin: -66.66667%;
  }

  .md\:-m-1\/4 {
    margin: -25%;
  }

  .md\:-m-2\/4 {
    margin: -50%;
  }

  .md\:-m-3\/4 {
    margin: -75%;
  }

  .md\:-m-1\/5 {
    margin: -20%;
  }

  .md\:-m-2\/5 {
    margin: -40%;
  }

  .md\:-m-3\/5 {
    margin: -60%;
  }

  .md\:-m-4\/5 {
    margin: -80%;
  }

  .md\:-m-1\/6 {
    margin: -16.66667%;
  }

  .md\:-m-2\/6 {
    margin: -33.33333%;
  }

  .md\:-m-3\/6 {
    margin: -50%;
  }

  .md\:-m-4\/6 {
    margin: -66.66667%;
  }

  .md\:-m-5\/6 {
    margin: -83.33333%;
  }

  .md\:-m-1\/12 {
    margin: -8.33333%;
  }

  .md\:-m-2\/12 {
    margin: -16.66667%;
  }

  .md\:-m-3\/12 {
    margin: -25%;
  }

  .md\:-m-4\/12 {
    margin: -33.33333%;
  }

  .md\:-m-5\/12 {
    margin: -41.66667%;
  }

  .md\:-m-6\/12 {
    margin: -50%;
  }

  .md\:-m-7\/12 {
    margin: -58.33333%;
  }

  .md\:-m-8\/12 {
    margin: -66.66667%;
  }

  .md\:-m-9\/12 {
    margin: -75%;
  }

  .md\:-m-10\/12 {
    margin: -83.33333%;
  }

  .md\:-m-11\/12 {
    margin: -91.66667%;
  }

  .md\:-m-full {
    margin: -100%;
  }

  .md\:-m-screen {
    margin: -100vw;
  }

  .md\:-m-10px {
    margin: -0.625rem;
  }

  .md\:-m-20px {
    margin: -20px;
  }

  .md\:-m-30px {
    margin: -30px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .md\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .md\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .md\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .md\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .md\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .md\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .md\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .md\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .md\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .md\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .md\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .md\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .md\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .md\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .md\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .md\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .md\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .md\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-15 {
    margin-top: 3.75rem;
  }

  .md\:mr-15 {
    margin-right: 3.75rem;
  }

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .md\:ml-15 {
    margin-left: 3.75rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-26 {
    margin-top: 7rem;
  }

  .md\:mr-26 {
    margin-right: 7rem;
  }

  .md\:mb-26 {
    margin-bottom: 7rem;
  }

  .md\:ml-26 {
    margin-left: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mt-2px {
    margin-top: 2px;
  }

  .md\:mr-2px {
    margin-right: 2px;
  }

  .md\:mb-2px {
    margin-bottom: 2px;
  }

  .md\:ml-2px {
    margin-left: 2px;
  }

  .md\:mt-1\/2 {
    margin-top: 50%;
  }

  .md\:mr-1\/2 {
    margin-right: 50%;
  }

  .md\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .md\:ml-1\/2 {
    margin-left: 50%;
  }

  .md\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .md\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .md\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .md\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .md\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .md\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .md\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .md\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .md\:mt-1\/4 {
    margin-top: 25%;
  }

  .md\:mr-1\/4 {
    margin-right: 25%;
  }

  .md\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .md\:ml-1\/4 {
    margin-left: 25%;
  }

  .md\:mt-2\/4 {
    margin-top: 50%;
  }

  .md\:mr-2\/4 {
    margin-right: 50%;
  }

  .md\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .md\:ml-2\/4 {
    margin-left: 50%;
  }

  .md\:mt-3\/4 {
    margin-top: 75%;
  }

  .md\:mr-3\/4 {
    margin-right: 75%;
  }

  .md\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .md\:ml-3\/4 {
    margin-left: 75%;
  }

  .md\:mt-1\/5 {
    margin-top: 20%;
  }

  .md\:mr-1\/5 {
    margin-right: 20%;
  }

  .md\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .md\:ml-1\/5 {
    margin-left: 20%;
  }

  .md\:mt-2\/5 {
    margin-top: 40%;
  }

  .md\:mr-2\/5 {
    margin-right: 40%;
  }

  .md\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .md\:ml-2\/5 {
    margin-left: 40%;
  }

  .md\:mt-3\/5 {
    margin-top: 60%;
  }

  .md\:mr-3\/5 {
    margin-right: 60%;
  }

  .md\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .md\:ml-3\/5 {
    margin-left: 60%;
  }

  .md\:mt-4\/5 {
    margin-top: 80%;
  }

  .md\:mr-4\/5 {
    margin-right: 80%;
  }

  .md\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .md\:ml-4\/5 {
    margin-left: 80%;
  }

  .md\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .md\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .md\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .md\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .md\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .md\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .md\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .md\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .md\:mt-3\/6 {
    margin-top: 50%;
  }

  .md\:mr-3\/6 {
    margin-right: 50%;
  }

  .md\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .md\:ml-3\/6 {
    margin-left: 50%;
  }

  .md\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .md\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .md\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .md\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .md\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .md\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .md\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .md\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .md\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .md\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .md\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .md\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .md\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .md\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .md\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .md\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .md\:mt-3\/12 {
    margin-top: 25%;
  }

  .md\:mr-3\/12 {
    margin-right: 25%;
  }

  .md\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .md\:ml-3\/12 {
    margin-left: 25%;
  }

  .md\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .md\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .md\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .md\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .md\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .md\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .md\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .md\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .md\:mt-6\/12 {
    margin-top: 50%;
  }

  .md\:mr-6\/12 {
    margin-right: 50%;
  }

  .md\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .md\:ml-6\/12 {
    margin-left: 50%;
  }

  .md\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .md\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .md\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .md\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .md\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .md\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .md\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .md\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .md\:mt-9\/12 {
    margin-top: 75%;
  }

  .md\:mr-9\/12 {
    margin-right: 75%;
  }

  .md\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .md\:ml-9\/12 {
    margin-left: 75%;
  }

  .md\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .md\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .md\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .md\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .md\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .md\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .md\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .md\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .md\:mt-full {
    margin-top: 100%;
  }

  .md\:mr-full {
    margin-right: 100%;
  }

  .md\:mb-full {
    margin-bottom: 100%;
  }

  .md\:ml-full {
    margin-left: 100%;
  }

  .md\:mt-screen {
    margin-top: 100vw;
  }

  .md\:mr-screen {
    margin-right: 100vw;
  }

  .md\:mb-screen {
    margin-bottom: 100vw;
  }

  .md\:ml-screen {
    margin-left: 100vw;
  }

  .md\:mt-10px {
    margin-top: 0.625rem;
  }

  .md\:mr-10px {
    margin-right: 0.625rem;
  }

  .md\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .md\:ml-10px {
    margin-left: 0.625rem;
  }

  .md\:mt-20px {
    margin-top: 20px;
  }

  .md\:mr-20px {
    margin-right: 20px;
  }

  .md\:mb-20px {
    margin-bottom: 20px;
  }

  .md\:ml-20px {
    margin-left: 20px;
  }

  .md\:mt-30px {
    margin-top: 30px;
  }

  .md\:mr-30px {
    margin-right: 30px;
  }

  .md\:mb-30px {
    margin-bottom: 30px;
  }

  .md\:ml-30px {
    margin-left: 30px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-15 {
    margin-top: -3.75rem;
  }

  .md\:-mr-15 {
    margin-right: -3.75rem;
  }

  .md\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .md\:-ml-15 {
    margin-left: -3.75rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-26 {
    margin-top: -7rem;
  }

  .md\:-mr-26 {
    margin-right: -7rem;
  }

  .md\:-mb-26 {
    margin-bottom: -7rem;
  }

  .md\:-ml-26 {
    margin-left: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mt-2px {
    margin-top: -2px;
  }

  .md\:-mr-2px {
    margin-right: -2px;
  }

  .md\:-mb-2px {
    margin-bottom: -2px;
  }

  .md\:-ml-2px {
    margin-left: -2px;
  }

  .md\:-mt-1\/2 {
    margin-top: -50%;
  }

  .md\:-mr-1\/2 {
    margin-right: -50%;
  }

  .md\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .md\:-ml-1\/2 {
    margin-left: -50%;
  }

  .md\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .md\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .md\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .md\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .md\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .md\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .md\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .md\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .md\:-mt-1\/4 {
    margin-top: -25%;
  }

  .md\:-mr-1\/4 {
    margin-right: -25%;
  }

  .md\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .md\:-ml-1\/4 {
    margin-left: -25%;
  }

  .md\:-mt-2\/4 {
    margin-top: -50%;
  }

  .md\:-mr-2\/4 {
    margin-right: -50%;
  }

  .md\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .md\:-ml-2\/4 {
    margin-left: -50%;
  }

  .md\:-mt-3\/4 {
    margin-top: -75%;
  }

  .md\:-mr-3\/4 {
    margin-right: -75%;
  }

  .md\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .md\:-ml-3\/4 {
    margin-left: -75%;
  }

  .md\:-mt-1\/5 {
    margin-top: -20%;
  }

  .md\:-mr-1\/5 {
    margin-right: -20%;
  }

  .md\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .md\:-ml-1\/5 {
    margin-left: -20%;
  }

  .md\:-mt-2\/5 {
    margin-top: -40%;
  }

  .md\:-mr-2\/5 {
    margin-right: -40%;
  }

  .md\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .md\:-ml-2\/5 {
    margin-left: -40%;
  }

  .md\:-mt-3\/5 {
    margin-top: -60%;
  }

  .md\:-mr-3\/5 {
    margin-right: -60%;
  }

  .md\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .md\:-ml-3\/5 {
    margin-left: -60%;
  }

  .md\:-mt-4\/5 {
    margin-top: -80%;
  }

  .md\:-mr-4\/5 {
    margin-right: -80%;
  }

  .md\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .md\:-ml-4\/5 {
    margin-left: -80%;
  }

  .md\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .md\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .md\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .md\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .md\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .md\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .md\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .md\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .md\:-mt-3\/6 {
    margin-top: -50%;
  }

  .md\:-mr-3\/6 {
    margin-right: -50%;
  }

  .md\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .md\:-ml-3\/6 {
    margin-left: -50%;
  }

  .md\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .md\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .md\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .md\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .md\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .md\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .md\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .md\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .md\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .md\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .md\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .md\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .md\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .md\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .md\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .md\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .md\:-mt-3\/12 {
    margin-top: -25%;
  }

  .md\:-mr-3\/12 {
    margin-right: -25%;
  }

  .md\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .md\:-ml-3\/12 {
    margin-left: -25%;
  }

  .md\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .md\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .md\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .md\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .md\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .md\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .md\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .md\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .md\:-mt-6\/12 {
    margin-top: -50%;
  }

  .md\:-mr-6\/12 {
    margin-right: -50%;
  }

  .md\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .md\:-ml-6\/12 {
    margin-left: -50%;
  }

  .md\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .md\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .md\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .md\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .md\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .md\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .md\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .md\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .md\:-mt-9\/12 {
    margin-top: -75%;
  }

  .md\:-mr-9\/12 {
    margin-right: -75%;
  }

  .md\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .md\:-ml-9\/12 {
    margin-left: -75%;
  }

  .md\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .md\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .md\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .md\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .md\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .md\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .md\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .md\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .md\:-mt-full {
    margin-top: -100%;
  }

  .md\:-mr-full {
    margin-right: -100%;
  }

  .md\:-mb-full {
    margin-bottom: -100%;
  }

  .md\:-ml-full {
    margin-left: -100%;
  }

  .md\:-mt-screen {
    margin-top: -100vw;
  }

  .md\:-mr-screen {
    margin-right: -100vw;
  }

  .md\:-mb-screen {
    margin-bottom: -100vw;
  }

  .md\:-ml-screen {
    margin-left: -100vw;
  }

  .md\:-mt-10px {
    margin-top: -0.625rem;
  }

  .md\:-mr-10px {
    margin-right: -0.625rem;
  }

  .md\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .md\:-ml-10px {
    margin-left: -0.625rem;
  }

  .md\:-mt-20px {
    margin-top: -20px;
  }

  .md\:-mr-20px {
    margin-right: -20px;
  }

  .md\:-mb-20px {
    margin-bottom: -20px;
  }

  .md\:-ml-20px {
    margin-left: -20px;
  }

  .md\:-mt-30px {
    margin-top: -30px;
  }

  .md\:-mr-30px {
    margin-right: -30px;
  }

  .md\:-mb-30px {
    margin-bottom: -30px;
  }

  .md\:-ml-30px {
    margin-left: -30px;
  }

  .md\:first\:m-0:first-child {
    margin: 0;
  }

  .md\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .md\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .md\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .md\:first\:m-4:first-child {
    margin: 1rem;
  }

  .md\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .md\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .md\:first\:m-8:first-child {
    margin: 2rem;
  }

  .md\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .md\:first\:m-12:first-child {
    margin: 3rem;
  }

  .md\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .md\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .md\:first\:m-16:first-child {
    margin: 4rem;
  }

  .md\:first\:m-20:first-child {
    margin: 5rem;
  }

  .md\:first\:m-24:first-child {
    margin: 6rem;
  }

  .md\:first\:m-26:first-child {
    margin: 7rem;
  }

  .md\:first\:m-32:first-child {
    margin: 8rem;
  }

  .md\:first\:m-36:first-child {
    margin: 9rem;
  }

  .md\:first\:m-40:first-child {
    margin: 10rem;
  }

  .md\:first\:m-48:first-child {
    margin: 12rem;
  }

  .md\:first\:m-56:first-child {
    margin: 14rem;
  }

  .md\:first\:m-64:first-child {
    margin: 16rem;
  }

  .md\:first\:m-auto:first-child {
    margin: auto;
  }

  .md\:first\:m-px:first-child {
    margin: 1px;
  }

  .md\:first\:m-2px:first-child {
    margin: 2px;
  }

  .md\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .md\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .md\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .md\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .md\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .md\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .md\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .md\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .md\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .md\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .md\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .md\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .md\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .md\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .md\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .md\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .md\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .md\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .md\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .md\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .md\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .md\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .md\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .md\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .md\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .md\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .md\:first\:m-full:first-child {
    margin: 100%;
  }

  .md\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .md\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .md\:first\:m-20px:first-child {
    margin: 20px;
  }

  .md\:first\:m-30px:first-child {
    margin: 30px;
  }

  .md\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .md\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .md\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .md\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .md\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .md\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .md\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .md\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .md\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .md\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .md\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .md\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .md\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .md\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .md\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .md\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .md\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .md\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .md\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .md\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .md\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .md\:first\:-m-px:first-child {
    margin: -1px;
  }

  .md\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .md\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .md\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .md\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .md\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .md\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .md\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .md\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .md\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .md\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .md\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .md\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .md\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .md\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .md\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .md\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .md\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .md\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .md\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .md\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .md\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .md\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .md\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .md\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .md\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .md\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .md\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .md\:first\:-m-full:first-child {
    margin: -100%;
  }

  .md\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .md\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .md\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .md\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .md\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .md\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .md\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .md\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .md\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .md\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .md\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .md\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .md\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .md\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .md\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .md\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .md\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .md\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .md\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .md\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .md\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .md\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .md\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .md\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .md\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .md\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .md\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .md\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .md\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .md\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .md\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .md\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .md\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .md\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .md\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .md\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .md\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .md\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .md\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .md\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .md\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .md\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .md\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .md\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .md\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .md\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .md\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .md\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .md\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .md\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .md\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .md\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .md\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .md\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .md\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .md\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .md\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .md\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .md\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .md\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .md\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .md\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .md\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .md\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .md\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .md\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .md\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .md\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .md\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .md\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .md\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .md\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .md\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .md\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .md\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .md\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .md\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .md\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .md\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .md\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .md\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .md\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .md\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .md\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .md\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .md\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .md\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .md\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .md\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .md\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .md\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .md\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .md\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .md\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .md\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .md\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .md\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .md\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .md\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .md\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .md\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .md\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .md\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .md\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .md\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .md\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .md\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .md\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .md\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .md\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .md\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .md\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .md\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .md\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .md\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .md\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .md\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .md\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .md\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .md\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .md\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .md\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .md\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .md\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .md\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .md\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .md\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .md\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .md\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .md\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .md\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .md\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .md\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .md\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .md\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .md\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .md\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .md\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .md\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .md\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .md\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .md\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .md\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .md\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .md\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .md\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .md\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .md\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .md\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .md\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .md\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .md\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .md\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .md\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .md\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .md\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .md\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .md\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .md\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .md\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .md\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .md\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .md\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .md\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .md\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .md\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .md\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .md\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .md\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .md\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .md\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .md\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .md\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .md\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .md\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .md\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .md\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .md\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .md\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .md\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .md\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .md\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .md\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .md\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .md\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .md\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .md\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .md\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .md\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .md\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .md\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .md\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .md\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .md\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .md\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .md\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .md\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .md\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .md\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .md\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .md\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .md\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .md\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .md\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .md\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .md\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .md\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .md\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .md\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .md\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .md\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .md\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .md\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .md\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .md\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .md\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .md\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .md\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .md\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .md\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .md\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .md\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .md\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .md\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .md\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .md\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .md\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .md\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .md\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .md\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .md\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .md\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .md\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .md\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .md\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .md\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .md\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .md\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .md\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .md\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .md\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .md\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .md\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .md\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .md\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .md\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .md\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .md\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .md\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .md\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .md\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .md\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .md\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .md\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .md\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .md\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .md\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .md\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .md\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .md\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .md\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .md\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .md\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .md\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .md\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .md\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .md\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .md\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .md\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .md\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .md\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .md\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .md\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .md\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .md\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .md\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .md\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .md\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .md\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .md\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .md\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .md\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .md\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .md\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .md\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .md\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .md\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .md\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .md\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .md\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .md\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .md\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .md\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .md\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .md\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .md\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .md\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .md\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .md\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .md\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .md\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .md\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .md\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .md\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .md\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .md\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .md\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .md\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .md\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .md\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .md\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .md\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .md\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .md\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .md\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .md\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .md\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .md\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .md\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .md\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .md\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .md\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .md\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .md\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .md\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .md\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .md\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .md\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .md\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .md\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .md\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .md\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .md\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .md\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .md\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .md\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .md\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .md\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .md\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .md\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .md\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .md\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .md\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .md\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .md\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .md\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .md\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .md\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .md\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .md\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .md\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .md\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .md\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .md\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .md\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .md\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .md\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .md\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .md\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .md\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .md\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .md\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .md\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .md\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .md\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .md\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .md\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .md\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .md\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .md\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .md\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .md\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .md\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .md\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .md\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .md\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .md\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .md\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .md\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .md\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .md\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .md\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .md\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .md\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .md\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .md\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .md\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .md\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .md\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .md\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .md\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .md\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .md\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .md\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .md\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .md\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .md\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .md\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .md\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .md\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .md\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .md\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .md\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .md\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .md\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .md\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .md\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .md\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .md\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .md\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .md\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .md\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .md\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .md\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .md\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .md\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .md\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .md\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .md\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .md\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .md\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .md\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .md\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .md\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .md\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .md\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .md\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .md\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .md\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .md\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .md\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .md\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .md\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .md\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .md\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .md\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .md\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .md\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .md\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .md\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .md\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .md\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .md\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .md\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .md\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .md\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .md\:last\:m-0:last-child {
    margin: 0;
  }

  .md\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .md\:last\:m-4:last-child {
    margin: 1rem;
  }

  .md\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .md\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .md\:last\:m-8:last-child {
    margin: 2rem;
  }

  .md\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .md\:last\:m-12:last-child {
    margin: 3rem;
  }

  .md\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .md\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .md\:last\:m-16:last-child {
    margin: 4rem;
  }

  .md\:last\:m-20:last-child {
    margin: 5rem;
  }

  .md\:last\:m-24:last-child {
    margin: 6rem;
  }

  .md\:last\:m-26:last-child {
    margin: 7rem;
  }

  .md\:last\:m-32:last-child {
    margin: 8rem;
  }

  .md\:last\:m-36:last-child {
    margin: 9rem;
  }

  .md\:last\:m-40:last-child {
    margin: 10rem;
  }

  .md\:last\:m-48:last-child {
    margin: 12rem;
  }

  .md\:last\:m-56:last-child {
    margin: 14rem;
  }

  .md\:last\:m-64:last-child {
    margin: 16rem;
  }

  .md\:last\:m-auto:last-child {
    margin: auto;
  }

  .md\:last\:m-px:last-child {
    margin: 1px;
  }

  .md\:last\:m-2px:last-child {
    margin: 2px;
  }

  .md\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .md\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .md\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .md\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .md\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .md\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .md\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .md\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .md\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .md\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .md\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .md\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .md\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .md\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .md\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .md\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .md\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .md\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .md\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .md\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .md\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .md\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .md\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .md\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .md\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .md\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .md\:last\:m-full:last-child {
    margin: 100%;
  }

  .md\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .md\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .md\:last\:m-20px:last-child {
    margin: 20px;
  }

  .md\:last\:m-30px:last-child {
    margin: 30px;
  }

  .md\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .md\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .md\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .md\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .md\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .md\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .md\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .md\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .md\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .md\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .md\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .md\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .md\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .md\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .md\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .md\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .md\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .md\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .md\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .md\:last\:-m-px:last-child {
    margin: -1px;
  }

  .md\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .md\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .md\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .md\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .md\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .md\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .md\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .md\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .md\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .md\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .md\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .md\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .md\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .md\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .md\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .md\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .md\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .md\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .md\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .md\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .md\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .md\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .md\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .md\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .md\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .md\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .md\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .md\:last\:-m-full:last-child {
    margin: -100%;
  }

  .md\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .md\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .md\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .md\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .md\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .md\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .md\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .md\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .md\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .md\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .md\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .md\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .md\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .md\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .md\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .md\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .md\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .md\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .md\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .md\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .md\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .md\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .md\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .md\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .md\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .md\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .md\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .md\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .md\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .md\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .md\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .md\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .md\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .md\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .md\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .md\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .md\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .md\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .md\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .md\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .md\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .md\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .md\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .md\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .md\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .md\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .md\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .md\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .md\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .md\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .md\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .md\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .md\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .md\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .md\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .md\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .md\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .md\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .md\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .md\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .md\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .md\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .md\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .md\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .md\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .md\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .md\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .md\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .md\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .md\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .md\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .md\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .md\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .md\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .md\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .md\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .md\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .md\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .md\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .md\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .md\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .md\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .md\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .md\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .md\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .md\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .md\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .md\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .md\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .md\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .md\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .md\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .md\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .md\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .md\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .md\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .md\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .md\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .md\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .md\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .md\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .md\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .md\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .md\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .md\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .md\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .md\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .md\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .md\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .md\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .md\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .md\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .md\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .md\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .md\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .md\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .md\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .md\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .md\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .md\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .md\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .md\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .md\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .md\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .md\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .md\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .md\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .md\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .md\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .md\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .md\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .md\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .md\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .md\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .md\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .md\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .md\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .md\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .md\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .md\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .md\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .md\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .md\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .md\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .md\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .md\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .md\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .md\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .md\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .md\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .md\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .md\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .md\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .md\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .md\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .md\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .md\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .md\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .md\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .md\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .md\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .md\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .md\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .md\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .md\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .md\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .md\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .md\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .md\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .md\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .md\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .md\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .md\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .md\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .md\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .md\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .md\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .md\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .md\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .md\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .md\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .md\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .md\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .md\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .md\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .md\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .md\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .md\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .md\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .md\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .md\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .md\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .md\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .md\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .md\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .md\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .md\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .md\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .md\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .md\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .md\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .md\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .md\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .md\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .md\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .md\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .md\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .md\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .md\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .md\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .md\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .md\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .md\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .md\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .md\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .md\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .md\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .md\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .md\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .md\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .md\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .md\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .md\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .md\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .md\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .md\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .md\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .md\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .md\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .md\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .md\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .md\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .md\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .md\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .md\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .md\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .md\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .md\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .md\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .md\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .md\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .md\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .md\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .md\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .md\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .md\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .md\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .md\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .md\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .md\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .md\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .md\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .md\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .md\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .md\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .md\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .md\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .md\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .md\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .md\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .md\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .md\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .md\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .md\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .md\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .md\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .md\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .md\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .md\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .md\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .md\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .md\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .md\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .md\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .md\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .md\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .md\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .md\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .md\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .md\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .md\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .md\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .md\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .md\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .md\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .md\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .md\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .md\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .md\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .md\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .md\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .md\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .md\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .md\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .md\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .md\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .md\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .md\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .md\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .md\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .md\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .md\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .md\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .md\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .md\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .md\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .md\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .md\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .md\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .md\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .md\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .md\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .md\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .md\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .md\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .md\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .md\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .md\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .md\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .md\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .md\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .md\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .md\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .md\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .md\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .md\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .md\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .md\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .md\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .md\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .md\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .md\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .md\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .md\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .md\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .md\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .md\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .md\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .md\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .md\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .md\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .md\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .md\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .md\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .md\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .md\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .md\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .md\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .md\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .md\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .md\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .md\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .md\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .md\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .md\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .md\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .md\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .md\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .md\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .md\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .md\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .md\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .md\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .md\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .md\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .md\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .md\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .md\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .md\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .md\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .md\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .md\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .md\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .md\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .md\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .md\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .md\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .md\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .md\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .md\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .md\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .md\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .md\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .md\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .md\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .md\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .md\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .md\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .md\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .md\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .md\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .md\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .md\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .md\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .md\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .md\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .md\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .md\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .md\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .md\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .md\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .md\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .md\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .md\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .md\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .md\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .md\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .md\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .md\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .md\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .md\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .md\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .md\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .md\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .md\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .md\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .md\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .md\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .md\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .md\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .md\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .md\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .md\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .md\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .md\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .md\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .md\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .md\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .md\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .md\:max-h-400 {
    max-height: 400px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-60 {
    max-width: 60%;
  }

  .md\:max-w-170 {
    max-width: 170px;
  }

  .md\:max-w-200 {
    max-width: 200px;
  }

  .md\:max-w-300 {
    max-width: 300px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen-xxs {
    max-width: 400px;
  }

  .md\:max-w-screen-xs {
    max-width: 480px;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-tablet {
    max-width: 900px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:object-contain {
    object-fit: contain;
  }

  .md\:object-cover {
    object-fit: cover;
  }

  .md\:object-fill {
    object-fit: fill;
  }

  .md\:object-none {
    object-fit: none;
  }

  .md\:object-scale-down {
    object-fit: scale-down;
  }

  .md\:object-bottom {
    object-position: bottom;
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:object-left {
    object-position: left;
  }

  .md\:object-left-bottom {
    object-position: left bottom;
  }

  .md\:object-left-top {
    object-position: left top;
  }

  .md\:object-right {
    object-position: right;
  }

  .md\:object-right-bottom {
    object-position: right bottom;
  }

  .md\:object-right-top {
    object-position: right top;
  }

  .md\:object-top {
    object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-10 {
    opacity: 0.10;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-26 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-2px {
    padding: 2px;
  }

  .md\:p-1\/2 {
    padding: 50%;
  }

  .md\:p-1\/3 {
    padding: 33.333333%;
  }

  .md\:p-2\/3 {
    padding: 66.666667%;
  }

  .md\:p-1\/4 {
    padding: 25%;
  }

  .md\:p-2\/4 {
    padding: 50%;
  }

  .md\:p-3\/4 {
    padding: 75%;
  }

  .md\:p-1\/5 {
    padding: 20%;
  }

  .md\:p-2\/5 {
    padding: 40%;
  }

  .md\:p-3\/5 {
    padding: 60%;
  }

  .md\:p-4\/5 {
    padding: 80%;
  }

  .md\:p-1\/6 {
    padding: 16.666667%;
  }

  .md\:p-2\/6 {
    padding: 33.333333%;
  }

  .md\:p-3\/6 {
    padding: 50%;
  }

  .md\:p-4\/6 {
    padding: 66.666667%;
  }

  .md\:p-5\/6 {
    padding: 83.333333%;
  }

  .md\:p-1\/12 {
    padding: 8.333333%;
  }

  .md\:p-2\/12 {
    padding: 16.666667%;
  }

  .md\:p-3\/12 {
    padding: 25%;
  }

  .md\:p-4\/12 {
    padding: 33.333333%;
  }

  .md\:p-5\/12 {
    padding: 41.666667%;
  }

  .md\:p-6\/12 {
    padding: 50%;
  }

  .md\:p-7\/12 {
    padding: 58.333333%;
  }

  .md\:p-8\/12 {
    padding: 66.666667%;
  }

  .md\:p-9\/12 {
    padding: 75%;
  }

  .md\:p-10\/12 {
    padding: 83.333333%;
  }

  .md\:p-11\/12 {
    padding: 91.666667%;
  }

  .md\:p-full {
    padding: 100%;
  }

  .md\:p-screen {
    padding: 100vw;
  }

  .md\:p-10px {
    padding: 0.625rem;
  }

  .md\:p-20px {
    padding: 20px;
  }

  .md\:p-30px {
    padding: 30px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .md\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .md\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .md\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .md\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .md\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .md\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .md\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .md\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .md\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .md\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .md\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .md\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .md\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .md\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-15 {
    padding-top: 3.75rem;
  }

  .md\:pr-15 {
    padding-right: 3.75rem;
  }

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .md\:pl-15 {
    padding-left: 3.75rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-26 {
    padding-top: 7rem;
  }

  .md\:pr-26 {
    padding-right: 7rem;
  }

  .md\:pb-26 {
    padding-bottom: 7rem;
  }

  .md\:pl-26 {
    padding-left: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-2px {
    padding-top: 2px;
  }

  .md\:pr-2px {
    padding-right: 2px;
  }

  .md\:pb-2px {
    padding-bottom: 2px;
  }

  .md\:pl-2px {
    padding-left: 2px;
  }

  .md\:pt-1\/2 {
    padding-top: 50%;
  }

  .md\:pr-1\/2 {
    padding-right: 50%;
  }

  .md\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .md\:pl-1\/2 {
    padding-left: 50%;
  }

  .md\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .md\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .md\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .md\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .md\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .md\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .md\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .md\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .md\:pt-1\/4 {
    padding-top: 25%;
  }

  .md\:pr-1\/4 {
    padding-right: 25%;
  }

  .md\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .md\:pl-1\/4 {
    padding-left: 25%;
  }

  .md\:pt-2\/4 {
    padding-top: 50%;
  }

  .md\:pr-2\/4 {
    padding-right: 50%;
  }

  .md\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .md\:pl-2\/4 {
    padding-left: 50%;
  }

  .md\:pt-3\/4 {
    padding-top: 75%;
  }

  .md\:pr-3\/4 {
    padding-right: 75%;
  }

  .md\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .md\:pl-3\/4 {
    padding-left: 75%;
  }

  .md\:pt-1\/5 {
    padding-top: 20%;
  }

  .md\:pr-1\/5 {
    padding-right: 20%;
  }

  .md\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .md\:pl-1\/5 {
    padding-left: 20%;
  }

  .md\:pt-2\/5 {
    padding-top: 40%;
  }

  .md\:pr-2\/5 {
    padding-right: 40%;
  }

  .md\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .md\:pl-2\/5 {
    padding-left: 40%;
  }

  .md\:pt-3\/5 {
    padding-top: 60%;
  }

  .md\:pr-3\/5 {
    padding-right: 60%;
  }

  .md\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .md\:pl-3\/5 {
    padding-left: 60%;
  }

  .md\:pt-4\/5 {
    padding-top: 80%;
  }

  .md\:pr-4\/5 {
    padding-right: 80%;
  }

  .md\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .md\:pl-4\/5 {
    padding-left: 80%;
  }

  .md\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .md\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .md\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .md\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .md\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .md\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .md\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .md\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .md\:pt-3\/6 {
    padding-top: 50%;
  }

  .md\:pr-3\/6 {
    padding-right: 50%;
  }

  .md\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .md\:pl-3\/6 {
    padding-left: 50%;
  }

  .md\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .md\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .md\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .md\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .md\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .md\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .md\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .md\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .md\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .md\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .md\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .md\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .md\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .md\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .md\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .md\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .md\:pt-3\/12 {
    padding-top: 25%;
  }

  .md\:pr-3\/12 {
    padding-right: 25%;
  }

  .md\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .md\:pl-3\/12 {
    padding-left: 25%;
  }

  .md\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .md\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .md\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .md\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .md\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .md\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .md\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .md\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .md\:pt-6\/12 {
    padding-top: 50%;
  }

  .md\:pr-6\/12 {
    padding-right: 50%;
  }

  .md\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .md\:pl-6\/12 {
    padding-left: 50%;
  }

  .md\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .md\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .md\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .md\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .md\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .md\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .md\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .md\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .md\:pt-9\/12 {
    padding-top: 75%;
  }

  .md\:pr-9\/12 {
    padding-right: 75%;
  }

  .md\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .md\:pl-9\/12 {
    padding-left: 75%;
  }

  .md\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .md\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .md\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .md\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .md\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .md\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .md\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .md\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .md\:pt-full {
    padding-top: 100%;
  }

  .md\:pr-full {
    padding-right: 100%;
  }

  .md\:pb-full {
    padding-bottom: 100%;
  }

  .md\:pl-full {
    padding-left: 100%;
  }

  .md\:pt-screen {
    padding-top: 100vw;
  }

  .md\:pr-screen {
    padding-right: 100vw;
  }

  .md\:pb-screen {
    padding-bottom: 100vw;
  }

  .md\:pl-screen {
    padding-left: 100vw;
  }

  .md\:pt-10px {
    padding-top: 0.625rem;
  }

  .md\:pr-10px {
    padding-right: 0.625rem;
  }

  .md\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .md\:pl-10px {
    padding-left: 0.625rem;
  }

  .md\:pt-20px {
    padding-top: 20px;
  }

  .md\:pr-20px {
    padding-right: 20px;
  }

  .md\:pb-20px {
    padding-bottom: 20px;
  }

  .md\:pl-20px {
    padding-left: 20px;
  }

  .md\:pt-30px {
    padding-top: 30px;
  }

  .md\:pr-30px {
    padding-right: 30px;
  }

  .md\:pb-30px {
    padding-bottom: 30px;
  }

  .md\:pl-30px {
    padding-left: 30px;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .md\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .md\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .md\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .md\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .md\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .md\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .md\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .md\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .md\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .md\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .md\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .md\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .md\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .md\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .md\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .md\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .md\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .md\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .md\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .md\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .md\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .md\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .md\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .md\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .md\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .md\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .md\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .md\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .md\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .md\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .md\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .md\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:top-100 {
    top: 100%;
  }

  .md\:right-100 {
    right: 100%;
  }

  .md\:bottom-100 {
    bottom: 100%;
  }

  .md\:left-100 {
    left: 100%;
  }

  .md\:-top-1 {
    top: -1px;
  }

  .md\:-right-1 {
    right: -1px;
  }

  .md\:-bottom-1 {
    bottom: -1px;
  }

  .md\:-left-1 {
    left: -1px;
  }

  .md\:-top-2 {
    top: -2px;
  }

  .md\:-right-2 {
    right: -2px;
  }

  .md\:-bottom-2 {
    bottom: -2px;
  }

  .md\:-left-2 {
    left: -2px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .md\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .md\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .md\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .md\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .md\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .md\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .md\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .md\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .md\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .md\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .md\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .md\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .md\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .md\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .md\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .md\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .md\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .md\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .md\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .md\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .md\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .md\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .md\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .md\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .md\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .md\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .md\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .md\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .md\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .md\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .md\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .md\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .md\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .md\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .md\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .md\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .md\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .md\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .md\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .md\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .md\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .md\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .md\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .md\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .md\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .md\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .md\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .md\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .md\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .md\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .md\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .md\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .md\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .md\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .md\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .md\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .md\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .md\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .md\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .md\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .md\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .md\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .md\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .md\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .md\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .md\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .md\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .md\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .md\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .md\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .md\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .md\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .md\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .md\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .md\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .md\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .md\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .md\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .md\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .md\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .md\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .md\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .md\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .md\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .md\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .md\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .md\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .md\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .md\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .md\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .md\:text-opacity-0 {
    --text-opacity: 0;
  }

  .md\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .md\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .md\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-1 {
    letter-spacing: 1px;
  }

  .md\:tracking-2 {
    letter-spacing: 2px;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-15 {
    width: 3.75rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-26 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-2px {
    width: 2px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-10px {
    width: 0.625rem;
  }

  .md\:w-20px {
    width: 20px;
  }

  .md\:w-30px {
    width: 30px;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-1 {
    z-index: 1;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:-z-1 {
    z-index: -1;
  }

  .md\:-z-2 {
    z-index: -2;
  }

  .md\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .md\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .md\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .md\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .md\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .md\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .md\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .md\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .md\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .md\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .md\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .md\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .md\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .md\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .md\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .md\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .md\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .md\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .md\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .md\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .md\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .md\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .md\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .md\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .md\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .md\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .md\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .md\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .md\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .md\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .md\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .md\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .md\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .md\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .md\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .md\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .md\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .md\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .md\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .md\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .md\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .md\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .md\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .md\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .md\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .md\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .md\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .md\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .md\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .md\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .md\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .md\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .md\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .md\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .md\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .md\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .md\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .md\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .md\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .md\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .md\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .md\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .md\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .md\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .md\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .md\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .md\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .md\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .md\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .md\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .md\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .md\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .md\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .md\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .md\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .md\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .md\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .md\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .md\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .md\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .md\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .md\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .md\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .md\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .md\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .md\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .md\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .md\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .md\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .md\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .md\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .md\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .md\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .md\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .md\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .md\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .md\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .md\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .md\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .md\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .md\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .md\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .md\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .md\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .md\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .md\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .md\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .md\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .md\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .md\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .md\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .md\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .md\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .md\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .md\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .md\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .md\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --transform-rotate: 0;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .md\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .md\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .md\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .md\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .md\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .md\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .md\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .md\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .md\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .md\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .md\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .md\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .md\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .md\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .md\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .md\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .md\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .md\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .md\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .md\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .md\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .md\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .md\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .md\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .md\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .md\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .md\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .md\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .md\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .md\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .md\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .md\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .md\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .md\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .md\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .md\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .md\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .md\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .md\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .md\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .md\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .md\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .md\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .md\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .md\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .md\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .md\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .md\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .md\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .md\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .md\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .md\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .md\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .md\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .md\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .md\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .md\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .md\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .md\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .md\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .md\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .md\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .md\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .md\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .md\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .md\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .md\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .md\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .md\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .md\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .md\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .md\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .md\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .md\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .md\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .md\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .md\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .md\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .md\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .md\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .md\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .md\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .md\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .md\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .md\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .md\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .md\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .md\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .md\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .md\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .md\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .md\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .md\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .md\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .md\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .md\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .md\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .md\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .md\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .md\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .md\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .md\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .md\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .md\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .md\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .md\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .md\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .md\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .md\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .md\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .md\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .md\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .md\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .md\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .md\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .md\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .md\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .md\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .md\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .md\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .md\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .md\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .md\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .md\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .md\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .md\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .md\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .md\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .md\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .md\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .md\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .md\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .md\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .md\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .md\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .md\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .md\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .md\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .md\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .md\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .md\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .md\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .md\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .md\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .md\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .md\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .md\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .md\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .md\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .md\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .md\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .md\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .md\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .md\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .md\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .md\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .md\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .md\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .md\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .md\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .md\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .md\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .md\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .md\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .md\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .md\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .md\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .md\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .md\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .md\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .md\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .md\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .md\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .md\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .md\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .md\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .md\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .md\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .md\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .md\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .md\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .md\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .md\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .md\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .md\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .md\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .md\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .md\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .md\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .md\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .md\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .md\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .md\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .md\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .md\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .md\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .md\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .md\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .md\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .md\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .md\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .md\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .md\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .md\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .md\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .md\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .md\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .md\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .md\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .md\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .md\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .md\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .md\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .md\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .md\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .md\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .md\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .md\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .md\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .md\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .md\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .md\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .md\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .md\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .md\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .md\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .md\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .md\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .md\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .md\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .md\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .md\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .md\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .md\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .md\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .md\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .md\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .md\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .md\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .md\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .md\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .md\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .md\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .md\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .md\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .md\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .md\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .md\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .md\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .md\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .md\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .md\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .md\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .md\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .md\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .md\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .md\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .md\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .md\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .md\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .md\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .md\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .md\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .md\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .md\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .md\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .md\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .md\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .md\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .md\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .md\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .md\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .md\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .md\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .md\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .md\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .md\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .md\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .md\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .md\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .md\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .md\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .md\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .md\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .md\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .md\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .md\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .md\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .md\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .md\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .md\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .md\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .md\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .md\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .md\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .md\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .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-8 {
    --transform-skew-x: 8deg;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .md\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .md\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .md\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .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-8 {
    --transform-skew-y: 8deg;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .md\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .md\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .md\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .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-8:hover {
    --transform-skew-x: 8deg;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .md\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .md\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .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-8:hover {
    --transform-skew-y: 8deg;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .md\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .md\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .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-8:focus {
    --transform-skew-x: 8deg;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .md\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .md\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .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-8:focus {
    --transform-skew-y: 8deg;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .md\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .md\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity {
    transition-property: opacity;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
  }

  .md\:transition-transform {
    transition-property: transform;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:animate-none {
    animation: none;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 900px) {
  .tablet\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .tablet\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .tablet\:container {
      max-width: 480px;
    }
  }

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

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

  @media (min-width: 900px) {
    .tablet\:container {
      max-width: 900px;
    }
  }

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

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

  .tablet\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .tablet\:col {
      padding-left: 30px
  }
    }

  .tablet\:sp-t--sm {
    margin-top: 2.5rem
  }

  .tablet\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .tablet\:sp-t {
      margin-top: 3.75rem
  }
    }

  .tablet\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .tablet\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .tablet\:order-1 {
    order: 1;
  }

  .tablet\:-order-1 {
    order: -1;
  }

  .tablet\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .tablet\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .tablet\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .tablet\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .tablet\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .tablet\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .tablet\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .tablet\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .tablet\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .tablet\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .tablet\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .tablet\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .tablet\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .tablet\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .tablet\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .tablet\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .tablet\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .tablet\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .tablet\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .tablet\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .tablet\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .tablet\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .tablet\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .tablet\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .tablet\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .tablet\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .tablet\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .tablet\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .tablet\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .tablet\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .tablet\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .tablet\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .tablet\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .tablet\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .tablet\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .tablet\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .tablet\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .tablet\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .tablet\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .tablet\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .tablet\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .tablet\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .tablet\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .tablet\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .tablet\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .tablet\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .tablet\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .tablet\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .tablet\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .tablet\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .tablet\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .tablet\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .tablet\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .tablet\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .tablet\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .tablet\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .tablet\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .tablet\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .tablet\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .tablet\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .tablet\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .tablet\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .tablet\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .tablet\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .tablet\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .tablet\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .tablet\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .tablet\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .tablet\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .tablet\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .tablet\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .tablet\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .tablet\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .tablet\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .tablet\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .tablet\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .tablet\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .tablet\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .tablet\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .tablet\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .tablet\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .tablet\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .tablet\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .tablet\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .tablet\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .tablet\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .tablet\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .tablet\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .tablet\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .tablet\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .tablet\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .tablet\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .tablet\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .tablet\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .tablet\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .tablet\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .tablet\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .tablet\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .tablet\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .tablet\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .tablet\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .tablet\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .tablet\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .tablet\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .tablet\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .tablet\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .tablet\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .tablet\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .tablet\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .tablet\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .tablet\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .tablet\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .tablet\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .tablet\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .tablet\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .tablet\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .tablet\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .tablet\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .tablet\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .tablet\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .tablet\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .tablet\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .tablet\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .tablet\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .tablet\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .tablet\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .tablet\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .tablet\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .tablet\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .tablet\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .tablet\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .tablet\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .tablet\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .tablet\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .tablet\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .tablet\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .tablet\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .tablet\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .tablet\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .tablet\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .tablet\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .tablet\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .tablet\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .tablet\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .tablet\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .tablet\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .tablet\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .tablet\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .tablet\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .tablet\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .tablet\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .tablet\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .tablet\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .tablet\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .tablet\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .tablet\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .tablet\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .tablet\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .tablet\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .tablet\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .tablet\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .tablet\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .tablet\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .tablet\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .tablet\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .tablet\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .tablet\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .tablet\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .tablet\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .tablet\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .tablet\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .tablet\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .tablet\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .tablet\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .tablet\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .tablet\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .tablet\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .tablet\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .tablet\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .tablet\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .tablet\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .tablet\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .tablet\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .tablet\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .tablet\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .tablet\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .tablet\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .tablet\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .tablet\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .tablet\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .tablet\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .tablet\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .tablet\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .tablet\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .tablet\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .tablet\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .tablet\: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;
  }

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

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

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

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

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

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

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

  .tablet\:bg-clip-border {
    background-clip: border-box;
  }

  .tablet\:bg-clip-padding {
    background-clip: padding-box;
  }

  .tablet\:bg-clip-content {
    background-clip: content-box;
  }

  .tablet\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

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

  .tablet\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .tablet\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .tablet\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tablet\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .tablet\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .tablet\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .tablet\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .tablet\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .tablet\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .tablet\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .tablet\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .tablet\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .tablet\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .tablet\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .tablet\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .tablet\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .tablet\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .tablet\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .tablet\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .tablet\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .tablet\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .tablet\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .tablet\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .tablet\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .tablet\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .tablet\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .tablet\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .tablet\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .tablet\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .tablet\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .tablet\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .tablet\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .tablet\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .tablet\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .tablet\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .tablet\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .tablet\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .tablet\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .tablet\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .tablet\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .tablet\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .tablet\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .tablet\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .tablet\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .tablet\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .tablet\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .tablet\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .tablet\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .tablet\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .tablet\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .tablet\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .tablet\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .tablet\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .tablet\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .tablet\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .tablet\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .tablet\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .tablet\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .tablet\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .tablet\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .tablet\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .tablet\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .tablet\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .tablet\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .tablet\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .tablet\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .tablet\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .tablet\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .tablet\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .tablet\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .tablet\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .tablet\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .tablet\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .tablet\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .tablet\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .tablet\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .tablet\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .tablet\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .tablet\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .tablet\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .tablet\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .tablet\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .tablet\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .tablet\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .tablet\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .tablet\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .tablet\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .tablet\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .tablet\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .tablet\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .tablet\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .tablet\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .tablet\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .tablet\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .tablet\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .tablet\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .tablet\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .tablet\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .tablet\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .tablet\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .tablet\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .tablet\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .tablet\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .tablet\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .tablet\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

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

  .tablet\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .tablet\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .tablet\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .tablet\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .tablet\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .tablet\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .tablet\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .tablet\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .tablet\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .tablet\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .tablet\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .tablet\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .tablet\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .tablet\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .tablet\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .tablet\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .tablet\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .tablet\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .tablet\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .tablet\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .tablet\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .tablet\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .tablet\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .tablet\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .tablet\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .tablet\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .tablet\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .tablet\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .tablet\:bg-none {
    background-image: none;
  }

  .tablet\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .tablet\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .tablet\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .tablet\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .tablet\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .tablet\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .tablet\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .tablet\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .tablet\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tablet\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tablet\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tablet\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tablet\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tablet\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tablet\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tablet\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tablet\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tablet\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tablet\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .tablet\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .tablet\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tablet\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tablet\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tablet\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tablet\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tablet\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tablet\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tablet\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tablet\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tablet\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .tablet\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tablet\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tablet\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tablet\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tablet\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tablet\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tablet\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tablet\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tablet\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tablet\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .tablet\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tablet\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tablet\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tablet\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tablet\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tablet\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tablet\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tablet\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tablet\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tablet\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .tablet\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tablet\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tablet\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tablet\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tablet\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tablet\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tablet\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tablet\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tablet\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tablet\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .tablet\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .tablet\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .tablet\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .tablet\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .tablet\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .tablet\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .tablet\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .tablet\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .tablet\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .tablet\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .tablet\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .tablet\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .tablet\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .tablet\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .tablet\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .tablet\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .tablet\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .tablet\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .tablet\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .tablet\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .tablet\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .tablet\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .tablet\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .tablet\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tablet\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tablet\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tablet\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tablet\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tablet\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tablet\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tablet\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tablet\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tablet\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tablet\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .tablet\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .tablet\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tablet\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tablet\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tablet\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tablet\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tablet\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tablet\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tablet\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tablet\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tablet\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .tablet\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tablet\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tablet\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tablet\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tablet\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tablet\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tablet\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tablet\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tablet\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tablet\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .tablet\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tablet\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tablet\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tablet\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tablet\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tablet\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tablet\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tablet\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tablet\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tablet\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .tablet\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tablet\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tablet\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tablet\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tablet\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tablet\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tablet\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tablet\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tablet\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tablet\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .tablet\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .tablet\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .tablet\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .tablet\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .tablet\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .tablet\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .tablet\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .tablet\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .tablet\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .tablet\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .tablet\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .tablet\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .tablet\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .tablet\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .tablet\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .tablet\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .tablet\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .tablet\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .tablet\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .tablet\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .tablet\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .tablet\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .tablet\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .tablet\:to-transparent {
    --gradient-to-color: transparent;
  }

  .tablet\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .tablet\:to-black {
    --gradient-to-color: #000;
  }

  .tablet\:to-white {
    --gradient-to-color: #fff;
  }

  .tablet\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .tablet\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .tablet\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .tablet\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .tablet\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .tablet\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .tablet\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .tablet\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .tablet\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .tablet\:to-red {
    --gradient-to-color: #e94848;
  }

  .tablet\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .tablet\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .tablet\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .tablet\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .tablet\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .tablet\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .tablet\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .tablet\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .tablet\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .tablet\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .tablet\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .tablet\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .tablet\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .tablet\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .tablet\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .tablet\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .tablet\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .tablet\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .tablet\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .tablet\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .tablet\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .tablet\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .tablet\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .tablet\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .tablet\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .tablet\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .tablet\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .tablet\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .tablet\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .tablet\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .tablet\:to-purple {
    --gradient-to-color: #615287;
  }

  .tablet\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .tablet\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .tablet\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .tablet\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .tablet\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .tablet\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .tablet\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .tablet\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .tablet\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .tablet\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .tablet\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .tablet\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .tablet\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .tablet\:to-lime {
    --gradient-to-color: #bad067;
  }

  .tablet\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .tablet\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .tablet\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .tablet\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .tablet\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .tablet\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .tablet\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .tablet\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .tablet\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .tablet\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .tablet\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .tablet\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .tablet\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .tablet\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .tablet\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .tablet\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .tablet\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .tablet\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .tablet\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .tablet\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tablet\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tablet\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tablet\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tablet\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tablet\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tablet\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tablet\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tablet\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tablet\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .tablet\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .tablet\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tablet\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tablet\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tablet\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tablet\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tablet\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tablet\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tablet\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tablet\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tablet\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .tablet\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tablet\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tablet\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tablet\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tablet\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tablet\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tablet\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tablet\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tablet\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tablet\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .tablet\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tablet\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tablet\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tablet\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tablet\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tablet\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tablet\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tablet\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tablet\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tablet\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .tablet\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tablet\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tablet\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tablet\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tablet\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tablet\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tablet\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tablet\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tablet\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tablet\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .tablet\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .tablet\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .tablet\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .tablet\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .tablet\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .tablet\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .tablet\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .tablet\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .tablet\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .tablet\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .tablet\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .tablet\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .tablet\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .tablet\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .tablet\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .tablet\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .tablet\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .tablet\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .tablet\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .tablet\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .tablet\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .tablet\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .tablet\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .tablet\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tablet\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tablet\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tablet\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tablet\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tablet\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tablet\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tablet\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tablet\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tablet\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .tablet\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .tablet\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tablet\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tablet\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tablet\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tablet\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tablet\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tablet\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tablet\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tablet\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tablet\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .tablet\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tablet\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tablet\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tablet\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tablet\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tablet\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tablet\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tablet\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tablet\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tablet\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .tablet\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tablet\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tablet\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tablet\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tablet\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tablet\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tablet\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tablet\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tablet\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tablet\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .tablet\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tablet\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tablet\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tablet\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tablet\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tablet\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tablet\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tablet\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tablet\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tablet\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .tablet\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .tablet\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .tablet\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .tablet\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .tablet\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .tablet\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .tablet\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .tablet\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .tablet\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .tablet\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .tablet\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .tablet\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .tablet\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .tablet\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .tablet\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .tablet\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .tablet\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .tablet\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .tablet\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .tablet\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .tablet\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .tablet\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .tablet\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .tablet\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .tablet\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .tablet\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .tablet\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .tablet\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .tablet\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .tablet\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .tablet\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .tablet\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .tablet\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .tablet\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .tablet\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .tablet\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .tablet\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .tablet\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .tablet\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .tablet\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .tablet\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .tablet\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .tablet\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .tablet\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .tablet\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .tablet\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .tablet\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .tablet\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .tablet\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .tablet\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .tablet\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .tablet\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .tablet\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .tablet\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .tablet\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .tablet\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .tablet\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .tablet\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .tablet\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .tablet\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .tablet\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .tablet\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .tablet\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .tablet\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .tablet\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .tablet\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .tablet\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .tablet\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .tablet\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .tablet\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .tablet\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .tablet\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .tablet\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .tablet\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .tablet\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .tablet\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .tablet\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .tablet\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .tablet\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .tablet\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .tablet\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .tablet\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .tablet\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .tablet\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .tablet\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .tablet\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .tablet\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .tablet\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .tablet\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .tablet\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .tablet\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .tablet\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .tablet\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .tablet\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .tablet\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .tablet\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .tablet\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .tablet\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .tablet\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .tablet\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .tablet\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .tablet\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tablet\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tablet\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tablet\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tablet\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tablet\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tablet\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tablet\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tablet\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tablet\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .tablet\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .tablet\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tablet\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tablet\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tablet\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tablet\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tablet\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tablet\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tablet\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tablet\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tablet\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .tablet\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tablet\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tablet\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tablet\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tablet\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tablet\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tablet\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tablet\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tablet\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tablet\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .tablet\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tablet\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tablet\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tablet\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tablet\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tablet\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tablet\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tablet\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tablet\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tablet\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .tablet\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tablet\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tablet\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tablet\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tablet\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tablet\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tablet\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tablet\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tablet\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tablet\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .tablet\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .tablet\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .tablet\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .tablet\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .tablet\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .tablet\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .tablet\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .tablet\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .tablet\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .tablet\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .tablet\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .tablet\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .tablet\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .tablet\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .tablet\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .tablet\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .tablet\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .tablet\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .tablet\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .tablet\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .tablet\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .tablet\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .tablet\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .tablet\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .tablet\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .tablet\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .tablet\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .tablet\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .tablet\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .tablet\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .tablet\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .tablet\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .tablet\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .tablet\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .tablet\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .tablet\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .tablet\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .tablet\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .tablet\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .tablet\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .tablet\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .tablet\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .tablet\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .tablet\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .tablet\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .tablet\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .tablet\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .tablet\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .tablet\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .tablet\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .tablet\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .tablet\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .tablet\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .tablet\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .tablet\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .tablet\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .tablet\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .tablet\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .tablet\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .tablet\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .tablet\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .tablet\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .tablet\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .tablet\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .tablet\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .tablet\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .tablet\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .tablet\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .tablet\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .tablet\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .tablet\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .tablet\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .tablet\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .tablet\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .tablet\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .tablet\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .tablet\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .tablet\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .tablet\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .tablet\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .tablet\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .tablet\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .tablet\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .tablet\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .tablet\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .tablet\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .tablet\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .tablet\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .tablet\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .tablet\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .tablet\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .tablet\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .tablet\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .tablet\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .tablet\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .tablet\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .tablet\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .tablet\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .tablet\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .tablet\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .tablet\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .tablet\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .tablet\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .tablet\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .tablet\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .tablet\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .tablet\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .tablet\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .tablet\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .tablet\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .tablet\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .tablet\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .tablet\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .tablet\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .tablet\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .tablet\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .tablet\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .tablet\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .tablet\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .tablet\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .tablet\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .tablet\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .tablet\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .tablet\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .tablet\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .tablet\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .tablet\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .tablet\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .tablet\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .tablet\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .tablet\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .tablet\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .tablet\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .tablet\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .tablet\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .tablet\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .tablet\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .tablet\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .tablet\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .tablet\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .tablet\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .tablet\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .tablet\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .tablet\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .tablet\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .tablet\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .tablet\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .tablet\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .tablet\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .tablet\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .tablet\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .tablet\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .tablet\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .tablet\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .tablet\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .tablet\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .tablet\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .tablet\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .tablet\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .tablet\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .tablet\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .tablet\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .tablet\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .tablet\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .tablet\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .tablet\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .tablet\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .tablet\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .tablet\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .tablet\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .tablet\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .tablet\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .tablet\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .tablet\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .tablet\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .tablet\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .tablet\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .tablet\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .tablet\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .tablet\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .tablet\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .tablet\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .tablet\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .tablet\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .tablet\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .tablet\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .tablet\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .tablet\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .tablet\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .tablet\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .tablet\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .tablet\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .tablet\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .tablet\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .tablet\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .tablet\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .tablet\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .tablet\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .tablet\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .tablet\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .tablet\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .tablet\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .tablet\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .tablet\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .tablet\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .tablet\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .tablet\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .tablet\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .tablet\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .tablet\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .tablet\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .tablet\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .tablet\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .tablet\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .tablet\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .tablet\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .tablet\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .tablet\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .tablet\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .tablet\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .tablet\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .tablet\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .tablet\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .tablet\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .tablet\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .tablet\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .tablet\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .tablet\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .tablet\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .tablet\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .tablet\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .tablet\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .tablet\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .tablet\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .tablet\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .tablet\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .tablet\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .tablet\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .tablet\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .tablet\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .tablet\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .tablet\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .tablet\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .tablet\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .tablet\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .tablet\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .tablet\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .tablet\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .tablet\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .tablet\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .tablet\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .tablet\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .tablet\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .tablet\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .tablet\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .tablet\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .tablet\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .tablet\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .tablet\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .tablet\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .tablet\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .tablet\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .tablet\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .tablet\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .tablet\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .tablet\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .tablet\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .tablet\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .tablet\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

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

  .tablet\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .tablet\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .tablet\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .tablet\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .tablet\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .tablet\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .tablet\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .tablet\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .tablet\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .tablet\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .tablet\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .tablet\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .tablet\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .tablet\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .tablet\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .tablet\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .tablet\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .tablet\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .tablet\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .tablet\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .tablet\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .tablet\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .tablet\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .tablet\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .tablet\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .tablet\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .tablet\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .tablet\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .tablet\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .tablet\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .tablet\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .tablet\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .tablet\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .tablet\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .tablet\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .tablet\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .tablet\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .tablet\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .tablet\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .tablet\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .tablet\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .tablet\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .tablet\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .tablet\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .tablet\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .tablet\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .tablet\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .tablet\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .tablet\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .tablet\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .tablet\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .tablet\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .tablet\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .tablet\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .tablet\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .tablet\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .tablet\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .tablet\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .tablet\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .tablet\:border-opacity-0 {
    --border-opacity: 0;
  }

  .tablet\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .tablet\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .tablet\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .tablet\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .tablet\:border-opacity-100 {
    --border-opacity: 1;
  }

  .tablet\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .tablet\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .tablet\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .tablet\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .tablet\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .tablet\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .tablet\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .tablet\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .tablet\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .tablet\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .tablet\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .tablet\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .tablet\:rounded-12 {
    border-radius: 12px;
  }

  .tablet\:rounded-14 {
    border-radius: 56px;
  }

  .tablet\:rounded-20 {
    border-radius: 20px;
  }

  .tablet\:rounded-30 {
    border-radius: 30px;
  }

  .tablet\:rounded-none {
    border-radius: 0;
  }

  .tablet\:rounded-sm {
    border-radius: 0.125rem;
  }

  .tablet\:rounded {
    border-radius: 0.25rem;
  }

  .tablet\:rounded-md {
    border-radius: 0.375rem;
  }

  .tablet\:rounded-lg {
    border-radius: 0.5rem;
  }

  .tablet\:rounded-xl {
    border-radius: 1.875rem;
  }

  .tablet\:rounded-full {
    border-radius: 9999px;
  }

  .tablet\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .tablet\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .tablet\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .tablet\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .tablet\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .tablet\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .tablet\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .tablet\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .tablet\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .tablet\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .tablet\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .tablet\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .tablet\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .tablet\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .tablet\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .tablet\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

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

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

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

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

  .tablet\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .tablet\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .tablet\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .tablet\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .tablet\:rounded-tl-12 {
    border-top-left-radius: 12px;
  }

  .tablet\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .tablet\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .tablet\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .tablet\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .tablet\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .tablet\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .tablet\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .tablet\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .tablet\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .tablet\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .tablet\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .tablet\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .tablet\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .tablet\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .tablet\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .tablet\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .tablet\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .tablet\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .tablet\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .tablet\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .tablet\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .tablet\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .tablet\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .tablet\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .tablet\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .tablet\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .tablet\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

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

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

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

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

  .tablet\:border-solid {
    border-style: solid;
  }

  .tablet\:border-dashed {
    border-style: dashed;
  }

  .tablet\:border-dotted {
    border-style: dotted;
  }

  .tablet\:border-double {
    border-style: double;
  }

  .tablet\:border-none {
    border-style: none;
  }

  .tablet\:border-0 {
    border-width: 0;
  }

  .tablet\:border-2 {
    border-width: 2px;
  }

  .tablet\:border-3 {
    border-width: 3px;
  }

  .tablet\:border-4 {
    border-width: 4px;
  }

  .tablet\:border-6 {
    border-width: 6px;
  }

  .tablet\:border-8 {
    border-width: 8px;
  }

  .tablet\:border {
    border-width: 1px;
  }

  .tablet\:border-t-0 {
    border-top-width: 0;
  }

  .tablet\:border-r-0 {
    border-right-width: 0;
  }

  .tablet\:border-b-0 {
    border-bottom-width: 0;
  }

  .tablet\:border-l-0 {
    border-left-width: 0;
  }

  .tablet\:border-t-2 {
    border-top-width: 2px;
  }

  .tablet\:border-r-2 {
    border-right-width: 2px;
  }

  .tablet\:border-b-2 {
    border-bottom-width: 2px;
  }

  .tablet\:border-l-2 {
    border-left-width: 2px;
  }

  .tablet\:border-t-3 {
    border-top-width: 3px;
  }

  .tablet\:border-r-3 {
    border-right-width: 3px;
  }

  .tablet\:border-b-3 {
    border-bottom-width: 3px;
  }

  .tablet\:border-l-3 {
    border-left-width: 3px;
  }

  .tablet\:border-t-4 {
    border-top-width: 4px;
  }

  .tablet\:border-r-4 {
    border-right-width: 4px;
  }

  .tablet\:border-b-4 {
    border-bottom-width: 4px;
  }

  .tablet\:border-l-4 {
    border-left-width: 4px;
  }

  .tablet\:border-t-6 {
    border-top-width: 6px;
  }

  .tablet\:border-r-6 {
    border-right-width: 6px;
  }

  .tablet\:border-b-6 {
    border-bottom-width: 6px;
  }

  .tablet\:border-l-6 {
    border-left-width: 6px;
  }

  .tablet\:border-t-8 {
    border-top-width: 8px;
  }

  .tablet\:border-r-8 {
    border-right-width: 8px;
  }

  .tablet\:border-b-8 {
    border-bottom-width: 8px;
  }

  .tablet\:border-l-8 {
    border-left-width: 8px;
  }

  .tablet\:border-t {
    border-top-width: 1px;
  }

  .tablet\:border-r {
    border-right-width: 1px;
  }

  .tablet\:border-b {
    border-bottom-width: 1px;
  }

  .tablet\:border-l {
    border-left-width: 1px;
  }

  .tablet\:hover\:border-0:hover {
    border-width: 0;
  }

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

  .tablet\:hover\:border-3:hover {
    border-width: 3px;
  }

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

  .tablet\:hover\:border-6:hover {
    border-width: 6px;
  }

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

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

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

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

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

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

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

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

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

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

  .tablet\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .tablet\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .tablet\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .tablet\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

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

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

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

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

  .tablet\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .tablet\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .tablet\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .tablet\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

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

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

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

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

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

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

  .tablet\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .tablet\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .tablet\:first\:border-0:first-child {
    border-width: 0;
  }

  .tablet\:first\:border-2:first-child {
    border-width: 2px;
  }

  .tablet\:first\:border-3:first-child {
    border-width: 3px;
  }

  .tablet\:first\:border-4:first-child {
    border-width: 4px;
  }

  .tablet\:first\:border-6:first-child {
    border-width: 6px;
  }

  .tablet\:first\:border-8:first-child {
    border-width: 8px;
  }

  .tablet\:first\:border:first-child {
    border-width: 1px;
  }

  .tablet\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .tablet\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .tablet\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .tablet\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .tablet\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .tablet\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .tablet\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .tablet\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .tablet\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .tablet\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .tablet\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .tablet\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .tablet\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .tablet\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .tablet\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .tablet\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .tablet\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .tablet\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .tablet\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .tablet\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .tablet\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .tablet\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .tablet\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .tablet\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .tablet\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .tablet\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .tablet\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .tablet\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .tablet\:last\:border-0:last-child {
    border-width: 0;
  }

  .tablet\:last\:border-2:last-child {
    border-width: 2px;
  }

  .tablet\:last\:border-3:last-child {
    border-width: 3px;
  }

  .tablet\:last\:border-4:last-child {
    border-width: 4px;
  }

  .tablet\:last\:border-6:last-child {
    border-width: 6px;
  }

  .tablet\:last\:border-8:last-child {
    border-width: 8px;
  }

  .tablet\:last\:border:last-child {
    border-width: 1px;
  }

  .tablet\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .tablet\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .tablet\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .tablet\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .tablet\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .tablet\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .tablet\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .tablet\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .tablet\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .tablet\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .tablet\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .tablet\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .tablet\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .tablet\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .tablet\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .tablet\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .tablet\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .tablet\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .tablet\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .tablet\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .tablet\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .tablet\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .tablet\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .tablet\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .tablet\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .tablet\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .tablet\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .tablet\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .tablet\:box-border {
    box-sizing: border-box;
  }

  .tablet\:box-content {
    box-sizing: content-box;
  }

  .tablet\:cursor-auto {
    cursor: auto;
  }

  .tablet\:cursor-default {
    cursor: default;
  }

  .tablet\:cursor-pointer {
    cursor: pointer;
  }

  .tablet\:cursor-wait {
    cursor: wait;
  }

  .tablet\:cursor-text {
    cursor: text;
  }

  .tablet\:cursor-move {
    cursor: move;
  }

  .tablet\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:inline-block {
    display: inline-block;
  }

  .tablet\:inline {
    display: inline;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:inline-flex {
    display: inline-flex;
  }

  .tablet\:table {
    display: table;
  }

  .tablet\:table-caption {
    display: table-caption;
  }

  .tablet\:table-cell {
    display: table-cell;
  }

  .tablet\:table-column {
    display: table-column;
  }

  .tablet\:table-column-group {
    display: table-column-group;
  }

  .tablet\:table-footer-group {
    display: table-footer-group;
  }

  .tablet\:table-header-group {
    display: table-header-group;
  }

  .tablet\:table-row-group {
    display: table-row-group;
  }

  .tablet\:table-row {
    display: table-row;
  }

  .tablet\:flow-root {
    display: flow-root;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:inline-grid {
    display: inline-grid;
  }

  .tablet\:contents {
    display: contents;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }

  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tablet\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .tablet\:place-items-auto {
    place-items: auto;
  }

  .tablet\:place-items-start {
    place-items: start;
  }

  .tablet\:place-items-end {
    place-items: end;
  }

  .tablet\:place-items-center {
    place-items: center;
  }

  .tablet\:place-items-stretch {
    place-items: stretch;
  }

  .tablet\:place-content-center {
    place-content: center;
  }

  .tablet\:place-content-start {
    place-content: start;
  }

  .tablet\:place-content-end {
    place-content: end;
  }

  .tablet\:place-content-between {
    place-content: space-between;
  }

  .tablet\:place-content-around {
    place-content: space-around;
  }

  .tablet\:place-content-evenly {
    place-content: space-evenly;
  }

  .tablet\:place-content-stretch {
    place-content: stretch;
  }

  .tablet\:place-self-auto {
    place-self: auto;
  }

  .tablet\:place-self-start {
    place-self: start;
  }

  .tablet\:place-self-end {
    place-self: end;
  }

  .tablet\:place-self-center {
    place-self: center;
  }

  .tablet\:place-self-stretch {
    place-self: stretch;
  }

  .tablet\:items-start {
    align-items: flex-start;
  }

  .tablet\:items-end {
    align-items: flex-end;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:items-baseline {
    align-items: baseline;
  }

  .tablet\:items-stretch {
    align-items: stretch;
  }

  .tablet\:content-center {
    align-content: center;
  }

  .tablet\:content-start {
    align-content: flex-start;
  }

  .tablet\:content-end {
    align-content: flex-end;
  }

  .tablet\:content-between {
    align-content: space-between;
  }

  .tablet\:content-around {
    align-content: space-around;
  }

  .tablet\:content-evenly {
    align-content: space-evenly;
  }

  .tablet\:self-auto {
    align-self: auto;
  }

  .tablet\:self-start {
    align-self: flex-start;
  }

  .tablet\:self-end {
    align-self: flex-end;
  }

  .tablet\:self-center {
    align-self: center;
  }

  .tablet\:self-stretch {
    align-self: stretch;
  }

  .tablet\:justify-items-auto {
    justify-items: auto;
  }

  .tablet\:justify-items-start {
    justify-items: start;
  }

  .tablet\:justify-items-end {
    justify-items: end;
  }

  .tablet\:justify-items-center {
    justify-items: center;
  }

  .tablet\:justify-items-stretch {
    justify-items: stretch;
  }

  .tablet\:justify-start {
    justify-content: flex-start;
  }

  .tablet\:justify-end {
    justify-content: flex-end;
  }

  .tablet\:justify-center {
    justify-content: center;
  }

  .tablet\:justify-between {
    justify-content: space-between;
  }

  .tablet\:justify-around {
    justify-content: space-around;
  }

  .tablet\:justify-evenly {
    justify-content: space-evenly;
  }

  .tablet\:justify-self-auto {
    justify-self: auto;
  }

  .tablet\:justify-self-start {
    justify-self: start;
  }

  .tablet\:justify-self-end {
    justify-self: end;
  }

  .tablet\:justify-self-center {
    justify-self: center;
  }

  .tablet\:justify-self-stretch {
    justify-self: stretch;
  }

  .tablet\:flex-1 {
    flex: 1 1 0%;
  }

  .tablet\:flex-auto {
    flex: 1 1 auto;
  }

  .tablet\:flex-initial {
    flex: 0 1 auto;
  }

  .tablet\:flex-none {
    flex: none;
  }

  .tablet\:flex-grow-0 {
    flex-grow: 0;
  }

  .tablet\:flex-grow {
    flex-grow: 1;
  }

  .tablet\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .tablet\:flex-shrink {
    flex-shrink: 1;
  }

  .tablet\:order-1 {
    order: 1;
  }

  .tablet\:order-2 {
    order: 2;
  }

  .tablet\:order-3 {
    order: 3;
  }

  .tablet\:order-4 {
    order: 4;
  }

  .tablet\:order-5 {
    order: 5;
  }

  .tablet\:order-6 {
    order: 6;
  }

  .tablet\:order-7 {
    order: 7;
  }

  .tablet\:order-8 {
    order: 8;
  }

  .tablet\:order-9 {
    order: 9;
  }

  .tablet\:order-10 {
    order: 10;
  }

  .tablet\:order-11 {
    order: 11;
  }

  .tablet\:order-12 {
    order: 12;
  }

  .tablet\:order-first {
    order: -9999;
  }

  .tablet\:order-last {
    order: 9999;
  }

  .tablet\:order-none {
    order: 0;
  }

  .tablet\:float-right {
    float: right;
  }

  .tablet\:float-left {
    float: left;
  }

  .tablet\:float-none {
    float: none;
  }

  .tablet\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .tablet\:clear-left {
    clear: left;
  }

  .tablet\:clear-right {
    clear: right;
  }

  .tablet\:clear-both {
    clear: both;
  }

  .tablet\:clear-none {
    clear: none;
  }

  .tablet\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .tablet\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tablet\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tablet\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .tablet\:font-cerapro {
    font-family: CeraPRO;
  }

  .tablet\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .tablet\:font-dinround {
    font-family: DINRound;
  }

  .tablet\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .tablet\:font-vibur {
    font-family: Vibur;
  }

  .tablet\:font-clash {
    font-family: ClashDisplay;
  }

  .tablet\:font-europa {
    font-family: europa;
  }

  .tablet\:font-hairline {
    font-weight: 100;
  }

  .tablet\:font-thin {
    font-weight: 200;
  }

  .tablet\:font-light {
    font-weight: 300;
  }

  .tablet\:font-normal {
    font-weight: 400;
  }

  .tablet\:font-medium {
    font-weight: 500;
  }

  .tablet\:font-semibold {
    font-weight: 600;
  }

  .tablet\:font-bold {
    font-weight: 700;
  }

  .tablet\:font-extrabold {
    font-weight: 800;
  }

  .tablet\:font-black {
    font-weight: 900;
  }

  .tablet\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .tablet\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .tablet\:hover\:font-light:hover {
    font-weight: 300;
  }

  .tablet\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .tablet\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .tablet\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .tablet\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .tablet\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .tablet\:hover\:font-black:hover {
    font-weight: 900;
  }

  .tablet\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .tablet\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .tablet\:focus\:font-light:focus {
    font-weight: 300;
  }

  .tablet\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .tablet\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .tablet\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .tablet\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .tablet\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .tablet\:focus\:font-black:focus {
    font-weight: 900;
  }

  .tablet\:h-0 {
    height: 0;
  }

  .tablet\:h-1 {
    height: 0.25rem;
  }

  .tablet\:h-2 {
    height: 0.5rem;
  }

  .tablet\:h-3 {
    height: 0.75rem;
  }

  .tablet\:h-4 {
    height: 1rem;
  }

  .tablet\:h-5 {
    height: 1.25rem;
  }

  .tablet\:h-6 {
    height: 1.5rem;
  }

  .tablet\:h-8 {
    height: 2rem;
  }

  .tablet\:h-10 {
    height: 2.5rem;
  }

  .tablet\:h-12 {
    height: 3rem;
  }

  .tablet\:h-14 {
    height: 3.5rem;
  }

  .tablet\:h-15 {
    height: 3.75rem;
  }

  .tablet\:h-16 {
    height: 4rem;
  }

  .tablet\:h-20 {
    height: 5rem;
  }

  .tablet\:h-24 {
    height: 6rem;
  }

  .tablet\:h-26 {
    height: 7rem;
  }

  .tablet\:h-32 {
    height: 8rem;
  }

  .tablet\:h-36 {
    height: 9rem;
  }

  .tablet\:h-40 {
    height: 10rem;
  }

  .tablet\:h-48 {
    height: 12rem;
  }

  .tablet\:h-56 {
    height: 14rem;
  }

  .tablet\:h-64 {
    height: 16rem;
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:h-px {
    height: 1px;
  }

  .tablet\:h-2px {
    height: 2px;
  }

  .tablet\:h-1\/2 {
    height: 50%;
  }

  .tablet\:h-1\/3 {
    height: 33.333333%;
  }

  .tablet\:h-2\/3 {
    height: 66.666667%;
  }

  .tablet\:h-1\/4 {
    height: 25%;
  }

  .tablet\:h-2\/4 {
    height: 50%;
  }

  .tablet\:h-3\/4 {
    height: 75%;
  }

  .tablet\:h-1\/5 {
    height: 20%;
  }

  .tablet\:h-2\/5 {
    height: 40%;
  }

  .tablet\:h-3\/5 {
    height: 60%;
  }

  .tablet\:h-4\/5 {
    height: 80%;
  }

  .tablet\:h-1\/6 {
    height: 16.666667%;
  }

  .tablet\:h-2\/6 {
    height: 33.333333%;
  }

  .tablet\:h-3\/6 {
    height: 50%;
  }

  .tablet\:h-4\/6 {
    height: 66.666667%;
  }

  .tablet\:h-5\/6 {
    height: 83.333333%;
  }

  .tablet\:h-1\/12 {
    height: 8.333333%;
  }

  .tablet\:h-2\/12 {
    height: 16.666667%;
  }

  .tablet\:h-3\/12 {
    height: 25%;
  }

  .tablet\:h-4\/12 {
    height: 33.333333%;
  }

  .tablet\:h-5\/12 {
    height: 41.666667%;
  }

  .tablet\:h-6\/12 {
    height: 50%;
  }

  .tablet\:h-7\/12 {
    height: 58.333333%;
  }

  .tablet\:h-8\/12 {
    height: 66.666667%;
  }

  .tablet\:h-9\/12 {
    height: 75%;
  }

  .tablet\:h-10\/12 {
    height: 83.333333%;
  }

  .tablet\:h-11\/12 {
    height: 91.666667%;
  }

  .tablet\:h-full {
    height: 100%;
  }

  .tablet\:h-screen {
    height: 100vh;
  }

  .tablet\:h-10px {
    height: 0.625rem;
  }

  .tablet\:h-20px {
    height: 20px;
  }

  .tablet\:h-30px {
    height: 30px;
  }

  .tablet\:text-xs {
    font-size: 0.875rem;
  }

  .tablet\:text-sm {
    font-size: 1rem;
  }

  .tablet\:text-base {
    font-size: 1.125rem;
  }

  .tablet\:text-lg {
    font-size: 1.3125rem;
  }

  .tablet\:text-xl {
    font-size: 1.5rem;
  }

  .tablet\:text-2xl {
    font-size: 2rem;
  }

  .tablet\:text-3xl {
    font-size: 3.25rem;
  }

  .tablet\:text-4xl {
    font-size: 2.25rem;
  }

  .tablet\:text-5xl {
    font-size: 3rem;
  }

  .tablet\:text-6xl {
    font-size: 4rem;
  }

  .tablet\:text-3xs {
    font-size: 0.6875rem;
  }

  .tablet\:text-2xs {
    font-size: 0.75rem;
  }

  .tablet\:text-lsm {
    font-size: 1.0625rem;
  }

  .tablet\:text-xlg {
    font-size: 1.625rem;
  }

  .tablet\:text-2-25xl {
    font-size: 2.25rem;
  }

  .tablet\:text-2-5xl {
    font-size: 2.375rem;
  }

  .tablet\:text-2-6xl {
    font-size: 2.5rem;
  }

  .tablet\:leading-3 {
    line-height: .75rem;
  }

  .tablet\:leading-4 {
    line-height: 1rem;
  }

  .tablet\:leading-5 {
    line-height: 1.25rem;
  }

  .tablet\:leading-6 {
    line-height: 1.5rem;
  }

  .tablet\:leading-7 {
    line-height: 1.75rem;
  }

  .tablet\:leading-8 {
    line-height: 2rem;
  }

  .tablet\:leading-9 {
    line-height: 2.25rem;
  }

  .tablet\:leading-10 {
    line-height: 2.5rem;
  }

  .tablet\:leading-none {
    line-height: 1;
  }

  .tablet\:leading-tight {
    line-height: 1.25;
  }

  .tablet\:leading-snug {
    line-height: 1.375;
  }

  .tablet\:leading-normal {
    line-height: 1.5;
  }

  .tablet\:leading-relaxed {
    line-height: 1.625;
  }

  .tablet\:leading-loose {
    line-height: 2;
  }

  .tablet\:list-inside {
    list-style-position: inside;
  }

  .tablet\:list-outside {
    list-style-position: outside;
  }

  .tablet\:list-none {
    list-style-type: none;
  }

  .tablet\:list-disc {
    list-style-type: disc;
  }

  .tablet\:list-decimal {
    list-style-type: decimal;
  }

  .tablet\:m-0 {
    margin: 0;
  }

  .tablet\:m-1 {
    margin: 0.25rem;
  }

  .tablet\:m-2 {
    margin: 0.5rem;
  }

  .tablet\:m-3 {
    margin: 0.75rem;
  }

  .tablet\:m-4 {
    margin: 1rem;
  }

  .tablet\:m-5 {
    margin: 1.25rem;
  }

  .tablet\:m-6 {
    margin: 1.5rem;
  }

  .tablet\:m-8 {
    margin: 2rem;
  }

  .tablet\:m-10 {
    margin: 2.5rem;
  }

  .tablet\:m-12 {
    margin: 3rem;
  }

  .tablet\:m-14 {
    margin: 3.5rem;
  }

  .tablet\:m-15 {
    margin: 3.75rem;
  }

  .tablet\:m-16 {
    margin: 4rem;
  }

  .tablet\:m-20 {
    margin: 5rem;
  }

  .tablet\:m-24 {
    margin: 6rem;
  }

  .tablet\:m-26 {
    margin: 7rem;
  }

  .tablet\:m-32 {
    margin: 8rem;
  }

  .tablet\:m-36 {
    margin: 9rem;
  }

  .tablet\:m-40 {
    margin: 10rem;
  }

  .tablet\:m-48 {
    margin: 12rem;
  }

  .tablet\:m-56 {
    margin: 14rem;
  }

  .tablet\:m-64 {
    margin: 16rem;
  }

  .tablet\:m-auto {
    margin: auto;
  }

  .tablet\:m-px {
    margin: 1px;
  }

  .tablet\:m-2px {
    margin: 2px;
  }

  .tablet\:m-1\/2 {
    margin: 50%;
  }

  .tablet\:m-1\/3 {
    margin: 33.333333%;
  }

  .tablet\:m-2\/3 {
    margin: 66.666667%;
  }

  .tablet\:m-1\/4 {
    margin: 25%;
  }

  .tablet\:m-2\/4 {
    margin: 50%;
  }

  .tablet\:m-3\/4 {
    margin: 75%;
  }

  .tablet\:m-1\/5 {
    margin: 20%;
  }

  .tablet\:m-2\/5 {
    margin: 40%;
  }

  .tablet\:m-3\/5 {
    margin: 60%;
  }

  .tablet\:m-4\/5 {
    margin: 80%;
  }

  .tablet\:m-1\/6 {
    margin: 16.666667%;
  }

  .tablet\:m-2\/6 {
    margin: 33.333333%;
  }

  .tablet\:m-3\/6 {
    margin: 50%;
  }

  .tablet\:m-4\/6 {
    margin: 66.666667%;
  }

  .tablet\:m-5\/6 {
    margin: 83.333333%;
  }

  .tablet\:m-1\/12 {
    margin: 8.333333%;
  }

  .tablet\:m-2\/12 {
    margin: 16.666667%;
  }

  .tablet\:m-3\/12 {
    margin: 25%;
  }

  .tablet\:m-4\/12 {
    margin: 33.333333%;
  }

  .tablet\:m-5\/12 {
    margin: 41.666667%;
  }

  .tablet\:m-6\/12 {
    margin: 50%;
  }

  .tablet\:m-7\/12 {
    margin: 58.333333%;
  }

  .tablet\:m-8\/12 {
    margin: 66.666667%;
  }

  .tablet\:m-9\/12 {
    margin: 75%;
  }

  .tablet\:m-10\/12 {
    margin: 83.333333%;
  }

  .tablet\:m-11\/12 {
    margin: 91.666667%;
  }

  .tablet\:m-full {
    margin: 100%;
  }

  .tablet\:m-screen {
    margin: 100vw;
  }

  .tablet\:m-10px {
    margin: 0.625rem;
  }

  .tablet\:m-20px {
    margin: 20px;
  }

  .tablet\:m-30px {
    margin: 30px;
  }

  .tablet\:-m-1 {
    margin: -0.25rem;
  }

  .tablet\:-m-2 {
    margin: -0.5rem;
  }

  .tablet\:-m-3 {
    margin: -0.75rem;
  }

  .tablet\:-m-4 {
    margin: -1rem;
  }

  .tablet\:-m-5 {
    margin: -1.25rem;
  }

  .tablet\:-m-6 {
    margin: -1.5rem;
  }

  .tablet\:-m-8 {
    margin: -2rem;
  }

  .tablet\:-m-10 {
    margin: -2.5rem;
  }

  .tablet\:-m-12 {
    margin: -3rem;
  }

  .tablet\:-m-14 {
    margin: -3.5rem;
  }

  .tablet\:-m-15 {
    margin: -3.75rem;
  }

  .tablet\:-m-16 {
    margin: -4rem;
  }

  .tablet\:-m-20 {
    margin: -5rem;
  }

  .tablet\:-m-24 {
    margin: -6rem;
  }

  .tablet\:-m-26 {
    margin: -7rem;
  }

  .tablet\:-m-32 {
    margin: -8rem;
  }

  .tablet\:-m-36 {
    margin: -9rem;
  }

  .tablet\:-m-40 {
    margin: -10rem;
  }

  .tablet\:-m-48 {
    margin: -12rem;
  }

  .tablet\:-m-56 {
    margin: -14rem;
  }

  .tablet\:-m-64 {
    margin: -16rem;
  }

  .tablet\:-m-px {
    margin: -1px;
  }

  .tablet\:-m-2px {
    margin: -2px;
  }

  .tablet\:-m-1\/2 {
    margin: -50%;
  }

  .tablet\:-m-1\/3 {
    margin: -33.33333%;
  }

  .tablet\:-m-2\/3 {
    margin: -66.66667%;
  }

  .tablet\:-m-1\/4 {
    margin: -25%;
  }

  .tablet\:-m-2\/4 {
    margin: -50%;
  }

  .tablet\:-m-3\/4 {
    margin: -75%;
  }

  .tablet\:-m-1\/5 {
    margin: -20%;
  }

  .tablet\:-m-2\/5 {
    margin: -40%;
  }

  .tablet\:-m-3\/5 {
    margin: -60%;
  }

  .tablet\:-m-4\/5 {
    margin: -80%;
  }

  .tablet\:-m-1\/6 {
    margin: -16.66667%;
  }

  .tablet\:-m-2\/6 {
    margin: -33.33333%;
  }

  .tablet\:-m-3\/6 {
    margin: -50%;
  }

  .tablet\:-m-4\/6 {
    margin: -66.66667%;
  }

  .tablet\:-m-5\/6 {
    margin: -83.33333%;
  }

  .tablet\:-m-1\/12 {
    margin: -8.33333%;
  }

  .tablet\:-m-2\/12 {
    margin: -16.66667%;
  }

  .tablet\:-m-3\/12 {
    margin: -25%;
  }

  .tablet\:-m-4\/12 {
    margin: -33.33333%;
  }

  .tablet\:-m-5\/12 {
    margin: -41.66667%;
  }

  .tablet\:-m-6\/12 {
    margin: -50%;
  }

  .tablet\:-m-7\/12 {
    margin: -58.33333%;
  }

  .tablet\:-m-8\/12 {
    margin: -66.66667%;
  }

  .tablet\:-m-9\/12 {
    margin: -75%;
  }

  .tablet\:-m-10\/12 {
    margin: -83.33333%;
  }

  .tablet\:-m-11\/12 {
    margin: -91.66667%;
  }

  .tablet\:-m-full {
    margin: -100%;
  }

  .tablet\:-m-screen {
    margin: -100vw;
  }

  .tablet\:-m-10px {
    margin: -0.625rem;
  }

  .tablet\:-m-20px {
    margin: -20px;
  }

  .tablet\:-m-30px {
    margin: -30px;
  }

  .tablet\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .tablet\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .tablet\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .tablet\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .tablet\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tablet\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tablet\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .tablet\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .tablet\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .tablet\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tablet\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .tablet\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .tablet\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tablet\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tablet\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tablet\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tablet\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tablet\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .tablet\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .tablet\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .tablet\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .tablet\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .tablet\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .tablet\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .tablet\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .tablet\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .tablet\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .tablet\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .tablet\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .tablet\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .tablet\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .tablet\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .tablet\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .tablet\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .tablet\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .tablet\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .tablet\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .tablet\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .tablet\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .tablet\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .tablet\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .tablet\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .tablet\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .tablet\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .tablet\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .tablet\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .tablet\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .tablet\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .tablet\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .tablet\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .tablet\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .tablet\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .tablet\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .tablet\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .tablet\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .tablet\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .tablet\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tablet\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tablet\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tablet\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tablet\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tablet\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tablet\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .tablet\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .tablet\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .tablet\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .tablet\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tablet\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tablet\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tablet\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tablet\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tablet\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tablet\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .tablet\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .tablet\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .tablet\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .tablet\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tablet\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tablet\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .tablet\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .tablet\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tablet\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tablet\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tablet\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tablet\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tablet\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .tablet\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .tablet\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .tablet\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .tablet\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .tablet\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .tablet\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .tablet\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .tablet\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .tablet\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .tablet\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .tablet\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .tablet\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .tablet\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .tablet\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .tablet\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .tablet\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .tablet\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .tablet\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .tablet\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .tablet\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .tablet\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .tablet\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .tablet\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .tablet\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .tablet\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .tablet\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .tablet\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .tablet\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .tablet\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .tablet\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .tablet\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .tablet\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .tablet\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .tablet\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .tablet\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .tablet\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .tablet\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .tablet\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .tablet\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tablet\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .tablet\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tablet\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .tablet\:mt-0 {
    margin-top: 0;
  }

  .tablet\:mr-0 {
    margin-right: 0;
  }

  .tablet\:mb-0 {
    margin-bottom: 0;
  }

  .tablet\:ml-0 {
    margin-left: 0;
  }

  .tablet\:mt-1 {
    margin-top: 0.25rem;
  }

  .tablet\:mr-1 {
    margin-right: 0.25rem;
  }

  .tablet\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .tablet\:ml-1 {
    margin-left: 0.25rem;
  }

  .tablet\:mt-2 {
    margin-top: 0.5rem;
  }

  .tablet\:mr-2 {
    margin-right: 0.5rem;
  }

  .tablet\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .tablet\:ml-2 {
    margin-left: 0.5rem;
  }

  .tablet\:mt-3 {
    margin-top: 0.75rem;
  }

  .tablet\:mr-3 {
    margin-right: 0.75rem;
  }

  .tablet\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .tablet\:ml-3 {
    margin-left: 0.75rem;
  }

  .tablet\:mt-4 {
    margin-top: 1rem;
  }

  .tablet\:mr-4 {
    margin-right: 1rem;
  }

  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }

  .tablet\:ml-4 {
    margin-left: 1rem;
  }

  .tablet\:mt-5 {
    margin-top: 1.25rem;
  }

  .tablet\:mr-5 {
    margin-right: 1.25rem;
  }

  .tablet\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .tablet\:ml-5 {
    margin-left: 1.25rem;
  }

  .tablet\:mt-6 {
    margin-top: 1.5rem;
  }

  .tablet\:mr-6 {
    margin-right: 1.5rem;
  }

  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .tablet\:ml-6 {
    margin-left: 1.5rem;
  }

  .tablet\:mt-8 {
    margin-top: 2rem;
  }

  .tablet\:mr-8 {
    margin-right: 2rem;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }

  .tablet\:ml-8 {
    margin-left: 2rem;
  }

  .tablet\:mt-10 {
    margin-top: 2.5rem;
  }

  .tablet\:mr-10 {
    margin-right: 2.5rem;
  }

  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .tablet\:ml-10 {
    margin-left: 2.5rem;
  }

  .tablet\:mt-12 {
    margin-top: 3rem;
  }

  .tablet\:mr-12 {
    margin-right: 3rem;
  }

  .tablet\:mb-12 {
    margin-bottom: 3rem;
  }

  .tablet\:ml-12 {
    margin-left: 3rem;
  }

  .tablet\:mt-14 {
    margin-top: 3.5rem;
  }

  .tablet\:mr-14 {
    margin-right: 3.5rem;
  }

  .tablet\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .tablet\:ml-14 {
    margin-left: 3.5rem;
  }

  .tablet\:mt-15 {
    margin-top: 3.75rem;
  }

  .tablet\:mr-15 {
    margin-right: 3.75rem;
  }

  .tablet\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .tablet\:ml-15 {
    margin-left: 3.75rem;
  }

  .tablet\:mt-16 {
    margin-top: 4rem;
  }

  .tablet\:mr-16 {
    margin-right: 4rem;
  }

  .tablet\:mb-16 {
    margin-bottom: 4rem;
  }

  .tablet\:ml-16 {
    margin-left: 4rem;
  }

  .tablet\:mt-20 {
    margin-top: 5rem;
  }

  .tablet\:mr-20 {
    margin-right: 5rem;
  }

  .tablet\:mb-20 {
    margin-bottom: 5rem;
  }

  .tablet\:ml-20 {
    margin-left: 5rem;
  }

  .tablet\:mt-24 {
    margin-top: 6rem;
  }

  .tablet\:mr-24 {
    margin-right: 6rem;
  }

  .tablet\:mb-24 {
    margin-bottom: 6rem;
  }

  .tablet\:ml-24 {
    margin-left: 6rem;
  }

  .tablet\:mt-26 {
    margin-top: 7rem;
  }

  .tablet\:mr-26 {
    margin-right: 7rem;
  }

  .tablet\:mb-26 {
    margin-bottom: 7rem;
  }

  .tablet\:ml-26 {
    margin-left: 7rem;
  }

  .tablet\:mt-32 {
    margin-top: 8rem;
  }

  .tablet\:mr-32 {
    margin-right: 8rem;
  }

  .tablet\:mb-32 {
    margin-bottom: 8rem;
  }

  .tablet\:ml-32 {
    margin-left: 8rem;
  }

  .tablet\:mt-36 {
    margin-top: 9rem;
  }

  .tablet\:mr-36 {
    margin-right: 9rem;
  }

  .tablet\:mb-36 {
    margin-bottom: 9rem;
  }

  .tablet\:ml-36 {
    margin-left: 9rem;
  }

  .tablet\:mt-40 {
    margin-top: 10rem;
  }

  .tablet\:mr-40 {
    margin-right: 10rem;
  }

  .tablet\:mb-40 {
    margin-bottom: 10rem;
  }

  .tablet\:ml-40 {
    margin-left: 10rem;
  }

  .tablet\:mt-48 {
    margin-top: 12rem;
  }

  .tablet\:mr-48 {
    margin-right: 12rem;
  }

  .tablet\:mb-48 {
    margin-bottom: 12rem;
  }

  .tablet\:ml-48 {
    margin-left: 12rem;
  }

  .tablet\:mt-56 {
    margin-top: 14rem;
  }

  .tablet\:mr-56 {
    margin-right: 14rem;
  }

  .tablet\:mb-56 {
    margin-bottom: 14rem;
  }

  .tablet\:ml-56 {
    margin-left: 14rem;
  }

  .tablet\:mt-64 {
    margin-top: 16rem;
  }

  .tablet\:mr-64 {
    margin-right: 16rem;
  }

  .tablet\:mb-64 {
    margin-bottom: 16rem;
  }

  .tablet\:ml-64 {
    margin-left: 16rem;
  }

  .tablet\:mt-auto {
    margin-top: auto;
  }

  .tablet\:mr-auto {
    margin-right: auto;
  }

  .tablet\:mb-auto {
    margin-bottom: auto;
  }

  .tablet\:ml-auto {
    margin-left: auto;
  }

  .tablet\:mt-px {
    margin-top: 1px;
  }

  .tablet\:mr-px {
    margin-right: 1px;
  }

  .tablet\:mb-px {
    margin-bottom: 1px;
  }

  .tablet\:ml-px {
    margin-left: 1px;
  }

  .tablet\:mt-2px {
    margin-top: 2px;
  }

  .tablet\:mr-2px {
    margin-right: 2px;
  }

  .tablet\:mb-2px {
    margin-bottom: 2px;
  }

  .tablet\:ml-2px {
    margin-left: 2px;
  }

  .tablet\:mt-1\/2 {
    margin-top: 50%;
  }

  .tablet\:mr-1\/2 {
    margin-right: 50%;
  }

  .tablet\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .tablet\:ml-1\/2 {
    margin-left: 50%;
  }

  .tablet\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .tablet\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .tablet\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .tablet\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .tablet\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .tablet\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .tablet\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .tablet\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .tablet\:mt-1\/4 {
    margin-top: 25%;
  }

  .tablet\:mr-1\/4 {
    margin-right: 25%;
  }

  .tablet\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .tablet\:ml-1\/4 {
    margin-left: 25%;
  }

  .tablet\:mt-2\/4 {
    margin-top: 50%;
  }

  .tablet\:mr-2\/4 {
    margin-right: 50%;
  }

  .tablet\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .tablet\:ml-2\/4 {
    margin-left: 50%;
  }

  .tablet\:mt-3\/4 {
    margin-top: 75%;
  }

  .tablet\:mr-3\/4 {
    margin-right: 75%;
  }

  .tablet\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .tablet\:ml-3\/4 {
    margin-left: 75%;
  }

  .tablet\:mt-1\/5 {
    margin-top: 20%;
  }

  .tablet\:mr-1\/5 {
    margin-right: 20%;
  }

  .tablet\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .tablet\:ml-1\/5 {
    margin-left: 20%;
  }

  .tablet\:mt-2\/5 {
    margin-top: 40%;
  }

  .tablet\:mr-2\/5 {
    margin-right: 40%;
  }

  .tablet\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .tablet\:ml-2\/5 {
    margin-left: 40%;
  }

  .tablet\:mt-3\/5 {
    margin-top: 60%;
  }

  .tablet\:mr-3\/5 {
    margin-right: 60%;
  }

  .tablet\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .tablet\:ml-3\/5 {
    margin-left: 60%;
  }

  .tablet\:mt-4\/5 {
    margin-top: 80%;
  }

  .tablet\:mr-4\/5 {
    margin-right: 80%;
  }

  .tablet\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .tablet\:ml-4\/5 {
    margin-left: 80%;
  }

  .tablet\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .tablet\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .tablet\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .tablet\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .tablet\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .tablet\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .tablet\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .tablet\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .tablet\:mt-3\/6 {
    margin-top: 50%;
  }

  .tablet\:mr-3\/6 {
    margin-right: 50%;
  }

  .tablet\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .tablet\:ml-3\/6 {
    margin-left: 50%;
  }

  .tablet\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .tablet\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .tablet\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .tablet\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .tablet\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .tablet\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .tablet\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .tablet\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .tablet\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .tablet\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .tablet\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .tablet\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .tablet\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .tablet\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .tablet\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .tablet\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .tablet\:mt-3\/12 {
    margin-top: 25%;
  }

  .tablet\:mr-3\/12 {
    margin-right: 25%;
  }

  .tablet\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .tablet\:ml-3\/12 {
    margin-left: 25%;
  }

  .tablet\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .tablet\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .tablet\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .tablet\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .tablet\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .tablet\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .tablet\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .tablet\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .tablet\:mt-6\/12 {
    margin-top: 50%;
  }

  .tablet\:mr-6\/12 {
    margin-right: 50%;
  }

  .tablet\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .tablet\:ml-6\/12 {
    margin-left: 50%;
  }

  .tablet\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .tablet\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .tablet\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .tablet\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .tablet\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .tablet\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .tablet\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .tablet\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .tablet\:mt-9\/12 {
    margin-top: 75%;
  }

  .tablet\:mr-9\/12 {
    margin-right: 75%;
  }

  .tablet\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .tablet\:ml-9\/12 {
    margin-left: 75%;
  }

  .tablet\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .tablet\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .tablet\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .tablet\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .tablet\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .tablet\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .tablet\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .tablet\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .tablet\:mt-full {
    margin-top: 100%;
  }

  .tablet\:mr-full {
    margin-right: 100%;
  }

  .tablet\:mb-full {
    margin-bottom: 100%;
  }

  .tablet\:ml-full {
    margin-left: 100%;
  }

  .tablet\:mt-screen {
    margin-top: 100vw;
  }

  .tablet\:mr-screen {
    margin-right: 100vw;
  }

  .tablet\:mb-screen {
    margin-bottom: 100vw;
  }

  .tablet\:ml-screen {
    margin-left: 100vw;
  }

  .tablet\:mt-10px {
    margin-top: 0.625rem;
  }

  .tablet\:mr-10px {
    margin-right: 0.625rem;
  }

  .tablet\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .tablet\:ml-10px {
    margin-left: 0.625rem;
  }

  .tablet\:mt-20px {
    margin-top: 20px;
  }

  .tablet\:mr-20px {
    margin-right: 20px;
  }

  .tablet\:mb-20px {
    margin-bottom: 20px;
  }

  .tablet\:ml-20px {
    margin-left: 20px;
  }

  .tablet\:mt-30px {
    margin-top: 30px;
  }

  .tablet\:mr-30px {
    margin-right: 30px;
  }

  .tablet\:mb-30px {
    margin-bottom: 30px;
  }

  .tablet\:ml-30px {
    margin-left: 30px;
  }

  .tablet\:-mt-1 {
    margin-top: -0.25rem;
  }

  .tablet\:-mr-1 {
    margin-right: -0.25rem;
  }

  .tablet\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .tablet\:-ml-1 {
    margin-left: -0.25rem;
  }

  .tablet\:-mt-2 {
    margin-top: -0.5rem;
  }

  .tablet\:-mr-2 {
    margin-right: -0.5rem;
  }

  .tablet\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .tablet\:-ml-2 {
    margin-left: -0.5rem;
  }

  .tablet\:-mt-3 {
    margin-top: -0.75rem;
  }

  .tablet\:-mr-3 {
    margin-right: -0.75rem;
  }

  .tablet\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .tablet\:-ml-3 {
    margin-left: -0.75rem;
  }

  .tablet\:-mt-4 {
    margin-top: -1rem;
  }

  .tablet\:-mr-4 {
    margin-right: -1rem;
  }

  .tablet\:-mb-4 {
    margin-bottom: -1rem;
  }

  .tablet\:-ml-4 {
    margin-left: -1rem;
  }

  .tablet\:-mt-5 {
    margin-top: -1.25rem;
  }

  .tablet\:-mr-5 {
    margin-right: -1.25rem;
  }

  .tablet\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .tablet\:-ml-5 {
    margin-left: -1.25rem;
  }

  .tablet\:-mt-6 {
    margin-top: -1.5rem;
  }

  .tablet\:-mr-6 {
    margin-right: -1.5rem;
  }

  .tablet\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .tablet\:-ml-6 {
    margin-left: -1.5rem;
  }

  .tablet\:-mt-8 {
    margin-top: -2rem;
  }

  .tablet\:-mr-8 {
    margin-right: -2rem;
  }

  .tablet\:-mb-8 {
    margin-bottom: -2rem;
  }

  .tablet\:-ml-8 {
    margin-left: -2rem;
  }

  .tablet\:-mt-10 {
    margin-top: -2.5rem;
  }

  .tablet\:-mr-10 {
    margin-right: -2.5rem;
  }

  .tablet\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .tablet\:-ml-10 {
    margin-left: -2.5rem;
  }

  .tablet\:-mt-12 {
    margin-top: -3rem;
  }

  .tablet\:-mr-12 {
    margin-right: -3rem;
  }

  .tablet\:-mb-12 {
    margin-bottom: -3rem;
  }

  .tablet\:-ml-12 {
    margin-left: -3rem;
  }

  .tablet\:-mt-14 {
    margin-top: -3.5rem;
  }

  .tablet\:-mr-14 {
    margin-right: -3.5rem;
  }

  .tablet\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .tablet\:-ml-14 {
    margin-left: -3.5rem;
  }

  .tablet\:-mt-15 {
    margin-top: -3.75rem;
  }

  .tablet\:-mr-15 {
    margin-right: -3.75rem;
  }

  .tablet\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .tablet\:-ml-15 {
    margin-left: -3.75rem;
  }

  .tablet\:-mt-16 {
    margin-top: -4rem;
  }

  .tablet\:-mr-16 {
    margin-right: -4rem;
  }

  .tablet\:-mb-16 {
    margin-bottom: -4rem;
  }

  .tablet\:-ml-16 {
    margin-left: -4rem;
  }

  .tablet\:-mt-20 {
    margin-top: -5rem;
  }

  .tablet\:-mr-20 {
    margin-right: -5rem;
  }

  .tablet\:-mb-20 {
    margin-bottom: -5rem;
  }

  .tablet\:-ml-20 {
    margin-left: -5rem;
  }

  .tablet\:-mt-24 {
    margin-top: -6rem;
  }

  .tablet\:-mr-24 {
    margin-right: -6rem;
  }

  .tablet\:-mb-24 {
    margin-bottom: -6rem;
  }

  .tablet\:-ml-24 {
    margin-left: -6rem;
  }

  .tablet\:-mt-26 {
    margin-top: -7rem;
  }

  .tablet\:-mr-26 {
    margin-right: -7rem;
  }

  .tablet\:-mb-26 {
    margin-bottom: -7rem;
  }

  .tablet\:-ml-26 {
    margin-left: -7rem;
  }

  .tablet\:-mt-32 {
    margin-top: -8rem;
  }

  .tablet\:-mr-32 {
    margin-right: -8rem;
  }

  .tablet\:-mb-32 {
    margin-bottom: -8rem;
  }

  .tablet\:-ml-32 {
    margin-left: -8rem;
  }

  .tablet\:-mt-36 {
    margin-top: -9rem;
  }

  .tablet\:-mr-36 {
    margin-right: -9rem;
  }

  .tablet\:-mb-36 {
    margin-bottom: -9rem;
  }

  .tablet\:-ml-36 {
    margin-left: -9rem;
  }

  .tablet\:-mt-40 {
    margin-top: -10rem;
  }

  .tablet\:-mr-40 {
    margin-right: -10rem;
  }

  .tablet\:-mb-40 {
    margin-bottom: -10rem;
  }

  .tablet\:-ml-40 {
    margin-left: -10rem;
  }

  .tablet\:-mt-48 {
    margin-top: -12rem;
  }

  .tablet\:-mr-48 {
    margin-right: -12rem;
  }

  .tablet\:-mb-48 {
    margin-bottom: -12rem;
  }

  .tablet\:-ml-48 {
    margin-left: -12rem;
  }

  .tablet\:-mt-56 {
    margin-top: -14rem;
  }

  .tablet\:-mr-56 {
    margin-right: -14rem;
  }

  .tablet\:-mb-56 {
    margin-bottom: -14rem;
  }

  .tablet\:-ml-56 {
    margin-left: -14rem;
  }

  .tablet\:-mt-64 {
    margin-top: -16rem;
  }

  .tablet\:-mr-64 {
    margin-right: -16rem;
  }

  .tablet\:-mb-64 {
    margin-bottom: -16rem;
  }

  .tablet\:-ml-64 {
    margin-left: -16rem;
  }

  .tablet\:-mt-px {
    margin-top: -1px;
  }

  .tablet\:-mr-px {
    margin-right: -1px;
  }

  .tablet\:-mb-px {
    margin-bottom: -1px;
  }

  .tablet\:-ml-px {
    margin-left: -1px;
  }

  .tablet\:-mt-2px {
    margin-top: -2px;
  }

  .tablet\:-mr-2px {
    margin-right: -2px;
  }

  .tablet\:-mb-2px {
    margin-bottom: -2px;
  }

  .tablet\:-ml-2px {
    margin-left: -2px;
  }

  .tablet\:-mt-1\/2 {
    margin-top: -50%;
  }

  .tablet\:-mr-1\/2 {
    margin-right: -50%;
  }

  .tablet\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .tablet\:-ml-1\/2 {
    margin-left: -50%;
  }

  .tablet\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .tablet\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .tablet\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .tablet\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .tablet\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .tablet\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .tablet\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .tablet\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .tablet\:-mt-1\/4 {
    margin-top: -25%;
  }

  .tablet\:-mr-1\/4 {
    margin-right: -25%;
  }

  .tablet\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .tablet\:-ml-1\/4 {
    margin-left: -25%;
  }

  .tablet\:-mt-2\/4 {
    margin-top: -50%;
  }

  .tablet\:-mr-2\/4 {
    margin-right: -50%;
  }

  .tablet\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .tablet\:-ml-2\/4 {
    margin-left: -50%;
  }

  .tablet\:-mt-3\/4 {
    margin-top: -75%;
  }

  .tablet\:-mr-3\/4 {
    margin-right: -75%;
  }

  .tablet\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .tablet\:-ml-3\/4 {
    margin-left: -75%;
  }

  .tablet\:-mt-1\/5 {
    margin-top: -20%;
  }

  .tablet\:-mr-1\/5 {
    margin-right: -20%;
  }

  .tablet\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .tablet\:-ml-1\/5 {
    margin-left: -20%;
  }

  .tablet\:-mt-2\/5 {
    margin-top: -40%;
  }

  .tablet\:-mr-2\/5 {
    margin-right: -40%;
  }

  .tablet\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .tablet\:-ml-2\/5 {
    margin-left: -40%;
  }

  .tablet\:-mt-3\/5 {
    margin-top: -60%;
  }

  .tablet\:-mr-3\/5 {
    margin-right: -60%;
  }

  .tablet\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .tablet\:-ml-3\/5 {
    margin-left: -60%;
  }

  .tablet\:-mt-4\/5 {
    margin-top: -80%;
  }

  .tablet\:-mr-4\/5 {
    margin-right: -80%;
  }

  .tablet\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .tablet\:-ml-4\/5 {
    margin-left: -80%;
  }

  .tablet\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .tablet\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .tablet\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .tablet\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .tablet\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .tablet\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .tablet\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .tablet\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .tablet\:-mt-3\/6 {
    margin-top: -50%;
  }

  .tablet\:-mr-3\/6 {
    margin-right: -50%;
  }

  .tablet\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .tablet\:-ml-3\/6 {
    margin-left: -50%;
  }

  .tablet\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .tablet\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .tablet\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .tablet\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .tablet\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .tablet\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .tablet\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .tablet\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .tablet\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .tablet\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .tablet\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .tablet\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .tablet\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .tablet\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .tablet\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .tablet\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .tablet\:-mt-3\/12 {
    margin-top: -25%;
  }

  .tablet\:-mr-3\/12 {
    margin-right: -25%;
  }

  .tablet\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .tablet\:-ml-3\/12 {
    margin-left: -25%;
  }

  .tablet\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .tablet\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .tablet\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .tablet\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .tablet\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .tablet\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .tablet\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .tablet\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .tablet\:-mt-6\/12 {
    margin-top: -50%;
  }

  .tablet\:-mr-6\/12 {
    margin-right: -50%;
  }

  .tablet\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .tablet\:-ml-6\/12 {
    margin-left: -50%;
  }

  .tablet\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .tablet\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .tablet\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .tablet\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .tablet\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .tablet\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .tablet\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .tablet\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .tablet\:-mt-9\/12 {
    margin-top: -75%;
  }

  .tablet\:-mr-9\/12 {
    margin-right: -75%;
  }

  .tablet\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .tablet\:-ml-9\/12 {
    margin-left: -75%;
  }

  .tablet\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .tablet\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .tablet\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .tablet\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .tablet\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .tablet\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .tablet\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .tablet\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .tablet\:-mt-full {
    margin-top: -100%;
  }

  .tablet\:-mr-full {
    margin-right: -100%;
  }

  .tablet\:-mb-full {
    margin-bottom: -100%;
  }

  .tablet\:-ml-full {
    margin-left: -100%;
  }

  .tablet\:-mt-screen {
    margin-top: -100vw;
  }

  .tablet\:-mr-screen {
    margin-right: -100vw;
  }

  .tablet\:-mb-screen {
    margin-bottom: -100vw;
  }

  .tablet\:-ml-screen {
    margin-left: -100vw;
  }

  .tablet\:-mt-10px {
    margin-top: -0.625rem;
  }

  .tablet\:-mr-10px {
    margin-right: -0.625rem;
  }

  .tablet\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .tablet\:-ml-10px {
    margin-left: -0.625rem;
  }

  .tablet\:-mt-20px {
    margin-top: -20px;
  }

  .tablet\:-mr-20px {
    margin-right: -20px;
  }

  .tablet\:-mb-20px {
    margin-bottom: -20px;
  }

  .tablet\:-ml-20px {
    margin-left: -20px;
  }

  .tablet\:-mt-30px {
    margin-top: -30px;
  }

  .tablet\:-mr-30px {
    margin-right: -30px;
  }

  .tablet\:-mb-30px {
    margin-bottom: -30px;
  }

  .tablet\:-ml-30px {
    margin-left: -30px;
  }

  .tablet\:first\:m-0:first-child {
    margin: 0;
  }

  .tablet\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .tablet\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .tablet\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .tablet\:first\:m-4:first-child {
    margin: 1rem;
  }

  .tablet\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .tablet\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .tablet\:first\:m-8:first-child {
    margin: 2rem;
  }

  .tablet\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .tablet\:first\:m-12:first-child {
    margin: 3rem;
  }

  .tablet\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .tablet\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .tablet\:first\:m-16:first-child {
    margin: 4rem;
  }

  .tablet\:first\:m-20:first-child {
    margin: 5rem;
  }

  .tablet\:first\:m-24:first-child {
    margin: 6rem;
  }

  .tablet\:first\:m-26:first-child {
    margin: 7rem;
  }

  .tablet\:first\:m-32:first-child {
    margin: 8rem;
  }

  .tablet\:first\:m-36:first-child {
    margin: 9rem;
  }

  .tablet\:first\:m-40:first-child {
    margin: 10rem;
  }

  .tablet\:first\:m-48:first-child {
    margin: 12rem;
  }

  .tablet\:first\:m-56:first-child {
    margin: 14rem;
  }

  .tablet\:first\:m-64:first-child {
    margin: 16rem;
  }

  .tablet\:first\:m-auto:first-child {
    margin: auto;
  }

  .tablet\:first\:m-px:first-child {
    margin: 1px;
  }

  .tablet\:first\:m-2px:first-child {
    margin: 2px;
  }

  .tablet\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .tablet\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .tablet\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .tablet\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .tablet\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .tablet\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .tablet\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .tablet\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .tablet\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .tablet\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .tablet\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .tablet\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .tablet\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .tablet\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .tablet\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .tablet\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .tablet\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .tablet\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .tablet\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .tablet\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .tablet\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .tablet\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .tablet\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .tablet\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .tablet\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .tablet\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .tablet\:first\:m-full:first-child {
    margin: 100%;
  }

  .tablet\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .tablet\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .tablet\:first\:m-20px:first-child {
    margin: 20px;
  }

  .tablet\:first\:m-30px:first-child {
    margin: 30px;
  }

  .tablet\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .tablet\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .tablet\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .tablet\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .tablet\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .tablet\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .tablet\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .tablet\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .tablet\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .tablet\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .tablet\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .tablet\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .tablet\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .tablet\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .tablet\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .tablet\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .tablet\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .tablet\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .tablet\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .tablet\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .tablet\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .tablet\:first\:-m-px:first-child {
    margin: -1px;
  }

  .tablet\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .tablet\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .tablet\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .tablet\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .tablet\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .tablet\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .tablet\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .tablet\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .tablet\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .tablet\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .tablet\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .tablet\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .tablet\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .tablet\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .tablet\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .tablet\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .tablet\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .tablet\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .tablet\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .tablet\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .tablet\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .tablet\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .tablet\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .tablet\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .tablet\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .tablet\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .tablet\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .tablet\:first\:-m-full:first-child {
    margin: -100%;
  }

  .tablet\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .tablet\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .tablet\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .tablet\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .tablet\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .tablet\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .tablet\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .tablet\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .tablet\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tablet\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tablet\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .tablet\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .tablet\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .tablet\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tablet\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .tablet\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .tablet\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tablet\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tablet\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tablet\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tablet\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tablet\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .tablet\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .tablet\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .tablet\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .tablet\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .tablet\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .tablet\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .tablet\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .tablet\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .tablet\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .tablet\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .tablet\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .tablet\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .tablet\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .tablet\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .tablet\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .tablet\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .tablet\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .tablet\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .tablet\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .tablet\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .tablet\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .tablet\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .tablet\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .tablet\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .tablet\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .tablet\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .tablet\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .tablet\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .tablet\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .tablet\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .tablet\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .tablet\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .tablet\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .tablet\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .tablet\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .tablet\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .tablet\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .tablet\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .tablet\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tablet\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tablet\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tablet\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tablet\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tablet\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tablet\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .tablet\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .tablet\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .tablet\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .tablet\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tablet\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tablet\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tablet\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tablet\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tablet\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tablet\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .tablet\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .tablet\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .tablet\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .tablet\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tablet\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tablet\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .tablet\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .tablet\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tablet\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tablet\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tablet\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tablet\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tablet\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .tablet\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .tablet\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .tablet\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .tablet\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .tablet\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .tablet\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .tablet\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .tablet\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .tablet\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .tablet\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .tablet\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .tablet\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .tablet\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .tablet\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .tablet\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .tablet\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .tablet\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .tablet\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .tablet\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .tablet\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .tablet\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .tablet\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .tablet\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .tablet\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .tablet\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .tablet\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .tablet\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .tablet\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .tablet\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .tablet\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .tablet\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .tablet\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .tablet\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .tablet\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .tablet\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .tablet\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .tablet\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .tablet\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .tablet\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tablet\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .tablet\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tablet\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .tablet\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .tablet\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .tablet\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .tablet\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .tablet\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .tablet\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .tablet\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .tablet\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .tablet\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .tablet\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .tablet\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .tablet\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .tablet\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .tablet\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .tablet\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .tablet\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .tablet\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .tablet\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .tablet\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .tablet\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .tablet\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .tablet\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .tablet\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .tablet\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .tablet\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .tablet\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .tablet\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .tablet\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .tablet\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .tablet\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .tablet\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .tablet\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .tablet\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .tablet\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .tablet\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .tablet\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .tablet\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .tablet\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .tablet\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .tablet\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .tablet\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .tablet\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .tablet\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .tablet\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .tablet\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .tablet\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .tablet\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .tablet\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .tablet\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .tablet\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .tablet\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .tablet\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .tablet\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .tablet\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .tablet\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .tablet\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .tablet\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .tablet\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .tablet\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .tablet\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .tablet\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .tablet\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .tablet\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .tablet\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .tablet\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .tablet\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .tablet\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .tablet\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .tablet\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .tablet\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .tablet\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .tablet\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .tablet\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .tablet\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .tablet\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .tablet\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .tablet\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .tablet\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .tablet\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .tablet\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .tablet\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .tablet\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .tablet\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .tablet\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .tablet\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .tablet\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .tablet\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .tablet\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .tablet\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .tablet\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .tablet\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .tablet\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .tablet\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .tablet\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .tablet\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .tablet\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .tablet\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .tablet\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .tablet\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .tablet\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .tablet\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .tablet\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .tablet\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .tablet\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .tablet\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .tablet\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .tablet\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .tablet\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .tablet\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .tablet\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .tablet\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .tablet\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .tablet\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .tablet\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .tablet\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .tablet\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .tablet\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .tablet\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .tablet\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .tablet\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .tablet\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .tablet\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .tablet\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .tablet\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .tablet\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .tablet\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .tablet\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .tablet\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .tablet\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .tablet\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .tablet\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .tablet\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .tablet\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .tablet\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .tablet\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .tablet\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .tablet\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .tablet\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .tablet\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .tablet\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .tablet\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .tablet\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .tablet\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .tablet\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .tablet\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .tablet\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .tablet\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .tablet\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .tablet\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .tablet\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .tablet\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .tablet\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .tablet\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .tablet\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .tablet\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .tablet\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .tablet\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .tablet\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .tablet\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .tablet\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .tablet\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .tablet\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .tablet\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .tablet\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .tablet\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .tablet\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .tablet\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .tablet\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .tablet\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .tablet\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .tablet\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .tablet\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .tablet\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .tablet\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .tablet\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .tablet\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .tablet\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .tablet\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .tablet\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .tablet\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .tablet\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .tablet\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .tablet\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .tablet\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .tablet\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .tablet\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .tablet\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .tablet\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .tablet\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .tablet\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .tablet\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .tablet\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .tablet\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .tablet\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .tablet\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .tablet\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .tablet\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .tablet\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .tablet\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .tablet\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .tablet\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .tablet\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .tablet\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .tablet\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .tablet\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .tablet\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .tablet\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .tablet\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .tablet\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .tablet\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .tablet\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .tablet\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .tablet\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .tablet\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .tablet\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .tablet\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .tablet\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .tablet\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .tablet\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .tablet\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .tablet\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .tablet\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .tablet\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .tablet\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .tablet\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .tablet\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .tablet\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .tablet\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .tablet\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .tablet\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .tablet\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .tablet\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .tablet\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .tablet\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .tablet\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .tablet\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .tablet\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .tablet\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .tablet\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .tablet\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .tablet\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .tablet\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .tablet\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .tablet\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .tablet\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .tablet\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .tablet\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .tablet\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .tablet\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .tablet\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .tablet\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .tablet\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .tablet\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .tablet\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .tablet\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .tablet\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .tablet\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .tablet\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .tablet\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .tablet\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .tablet\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .tablet\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .tablet\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .tablet\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .tablet\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .tablet\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .tablet\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .tablet\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .tablet\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .tablet\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .tablet\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .tablet\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .tablet\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .tablet\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .tablet\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .tablet\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .tablet\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .tablet\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .tablet\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .tablet\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .tablet\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .tablet\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .tablet\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .tablet\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .tablet\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .tablet\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .tablet\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .tablet\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .tablet\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .tablet\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .tablet\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .tablet\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .tablet\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .tablet\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .tablet\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .tablet\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .tablet\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .tablet\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .tablet\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .tablet\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .tablet\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .tablet\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .tablet\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .tablet\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .tablet\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .tablet\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .tablet\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .tablet\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .tablet\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .tablet\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .tablet\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .tablet\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .tablet\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .tablet\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .tablet\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .tablet\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .tablet\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .tablet\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .tablet\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .tablet\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .tablet\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .tablet\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .tablet\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .tablet\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .tablet\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .tablet\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .tablet\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .tablet\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .tablet\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .tablet\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .tablet\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .tablet\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .tablet\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .tablet\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .tablet\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .tablet\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .tablet\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .tablet\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .tablet\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .tablet\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .tablet\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .tablet\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .tablet\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .tablet\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .tablet\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .tablet\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .tablet\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .tablet\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .tablet\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .tablet\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .tablet\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .tablet\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .tablet\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .tablet\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .tablet\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .tablet\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .tablet\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .tablet\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .tablet\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .tablet\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .tablet\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .tablet\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .tablet\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .tablet\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .tablet\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .tablet\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .tablet\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .tablet\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .tablet\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .tablet\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .tablet\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .tablet\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .tablet\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .tablet\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .tablet\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .tablet\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .tablet\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .tablet\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .tablet\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .tablet\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .tablet\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .tablet\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .tablet\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .tablet\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .tablet\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .tablet\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .tablet\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .tablet\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .tablet\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .tablet\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .tablet\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .tablet\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .tablet\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .tablet\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .tablet\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .tablet\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .tablet\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .tablet\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .tablet\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .tablet\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .tablet\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .tablet\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .tablet\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .tablet\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .tablet\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .tablet\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .tablet\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .tablet\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .tablet\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .tablet\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .tablet\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .tablet\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .tablet\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .tablet\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .tablet\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .tablet\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .tablet\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .tablet\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .tablet\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .tablet\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .tablet\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .tablet\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .tablet\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .tablet\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .tablet\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .tablet\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .tablet\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .tablet\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .tablet\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .tablet\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .tablet\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .tablet\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .tablet\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .tablet\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .tablet\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .tablet\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .tablet\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .tablet\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .tablet\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .tablet\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .tablet\:last\:m-0:last-child {
    margin: 0;
  }

  .tablet\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .tablet\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .tablet\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .tablet\:last\:m-4:last-child {
    margin: 1rem;
  }

  .tablet\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .tablet\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .tablet\:last\:m-8:last-child {
    margin: 2rem;
  }

  .tablet\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .tablet\:last\:m-12:last-child {
    margin: 3rem;
  }

  .tablet\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .tablet\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .tablet\:last\:m-16:last-child {
    margin: 4rem;
  }

  .tablet\:last\:m-20:last-child {
    margin: 5rem;
  }

  .tablet\:last\:m-24:last-child {
    margin: 6rem;
  }

  .tablet\:last\:m-26:last-child {
    margin: 7rem;
  }

  .tablet\:last\:m-32:last-child {
    margin: 8rem;
  }

  .tablet\:last\:m-36:last-child {
    margin: 9rem;
  }

  .tablet\:last\:m-40:last-child {
    margin: 10rem;
  }

  .tablet\:last\:m-48:last-child {
    margin: 12rem;
  }

  .tablet\:last\:m-56:last-child {
    margin: 14rem;
  }

  .tablet\:last\:m-64:last-child {
    margin: 16rem;
  }

  .tablet\:last\:m-auto:last-child {
    margin: auto;
  }

  .tablet\:last\:m-px:last-child {
    margin: 1px;
  }

  .tablet\:last\:m-2px:last-child {
    margin: 2px;
  }

  .tablet\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .tablet\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .tablet\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .tablet\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .tablet\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .tablet\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .tablet\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .tablet\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .tablet\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .tablet\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .tablet\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .tablet\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .tablet\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .tablet\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .tablet\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .tablet\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .tablet\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .tablet\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .tablet\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .tablet\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .tablet\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .tablet\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .tablet\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .tablet\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .tablet\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .tablet\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .tablet\:last\:m-full:last-child {
    margin: 100%;
  }

  .tablet\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .tablet\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .tablet\:last\:m-20px:last-child {
    margin: 20px;
  }

  .tablet\:last\:m-30px:last-child {
    margin: 30px;
  }

  .tablet\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .tablet\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .tablet\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .tablet\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .tablet\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .tablet\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .tablet\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .tablet\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .tablet\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .tablet\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .tablet\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .tablet\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .tablet\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .tablet\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .tablet\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .tablet\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .tablet\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .tablet\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .tablet\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .tablet\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .tablet\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .tablet\:last\:-m-px:last-child {
    margin: -1px;
  }

  .tablet\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .tablet\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .tablet\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .tablet\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .tablet\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .tablet\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .tablet\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .tablet\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .tablet\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .tablet\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .tablet\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .tablet\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .tablet\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .tablet\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .tablet\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .tablet\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .tablet\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .tablet\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .tablet\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .tablet\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .tablet\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .tablet\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .tablet\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .tablet\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .tablet\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .tablet\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .tablet\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .tablet\:last\:-m-full:last-child {
    margin: -100%;
  }

  .tablet\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .tablet\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .tablet\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .tablet\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .tablet\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .tablet\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .tablet\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .tablet\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .tablet\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tablet\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tablet\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .tablet\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .tablet\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .tablet\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tablet\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .tablet\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .tablet\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tablet\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tablet\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tablet\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tablet\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tablet\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .tablet\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .tablet\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .tablet\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .tablet\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .tablet\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .tablet\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .tablet\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .tablet\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .tablet\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .tablet\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .tablet\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .tablet\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .tablet\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .tablet\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .tablet\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .tablet\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .tablet\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .tablet\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .tablet\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .tablet\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .tablet\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .tablet\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .tablet\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .tablet\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .tablet\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .tablet\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .tablet\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .tablet\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .tablet\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .tablet\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .tablet\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .tablet\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .tablet\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .tablet\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .tablet\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .tablet\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .tablet\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .tablet\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .tablet\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .tablet\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .tablet\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .tablet\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .tablet\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .tablet\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .tablet\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tablet\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tablet\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tablet\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tablet\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tablet\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tablet\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .tablet\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .tablet\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .tablet\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .tablet\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tablet\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tablet\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tablet\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tablet\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tablet\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tablet\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .tablet\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .tablet\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .tablet\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .tablet\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tablet\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tablet\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .tablet\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .tablet\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tablet\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tablet\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tablet\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tablet\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .tablet\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .tablet\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .tablet\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .tablet\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .tablet\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .tablet\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .tablet\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .tablet\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .tablet\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .tablet\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .tablet\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .tablet\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .tablet\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .tablet\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .tablet\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .tablet\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .tablet\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .tablet\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .tablet\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .tablet\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .tablet\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .tablet\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .tablet\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .tablet\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .tablet\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .tablet\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .tablet\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .tablet\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .tablet\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .tablet\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .tablet\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .tablet\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .tablet\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .tablet\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .tablet\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .tablet\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .tablet\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .tablet\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .tablet\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .tablet\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .tablet\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .tablet\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .tablet\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .tablet\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .tablet\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .tablet\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .tablet\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .tablet\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .tablet\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .tablet\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .tablet\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .tablet\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .tablet\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .tablet\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .tablet\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .tablet\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .tablet\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .tablet\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .tablet\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .tablet\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .tablet\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .tablet\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .tablet\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .tablet\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .tablet\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .tablet\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .tablet\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .tablet\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .tablet\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .tablet\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .tablet\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .tablet\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .tablet\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .tablet\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .tablet\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .tablet\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .tablet\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .tablet\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .tablet\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .tablet\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .tablet\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .tablet\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .tablet\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .tablet\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .tablet\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .tablet\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .tablet\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .tablet\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .tablet\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .tablet\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .tablet\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .tablet\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .tablet\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .tablet\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .tablet\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .tablet\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .tablet\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .tablet\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .tablet\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .tablet\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .tablet\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .tablet\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .tablet\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .tablet\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .tablet\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .tablet\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .tablet\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .tablet\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .tablet\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .tablet\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .tablet\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .tablet\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .tablet\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .tablet\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .tablet\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .tablet\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .tablet\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .tablet\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .tablet\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .tablet\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .tablet\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .tablet\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .tablet\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .tablet\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .tablet\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .tablet\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .tablet\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .tablet\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .tablet\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .tablet\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .tablet\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .tablet\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .tablet\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .tablet\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .tablet\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .tablet\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .tablet\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .tablet\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .tablet\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .tablet\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .tablet\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .tablet\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .tablet\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .tablet\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .tablet\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .tablet\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .tablet\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .tablet\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .tablet\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .tablet\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .tablet\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .tablet\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .tablet\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .tablet\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .tablet\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .tablet\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .tablet\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .tablet\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .tablet\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .tablet\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .tablet\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .tablet\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .tablet\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .tablet\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .tablet\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .tablet\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .tablet\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .tablet\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .tablet\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .tablet\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .tablet\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .tablet\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .tablet\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .tablet\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .tablet\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .tablet\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .tablet\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .tablet\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .tablet\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .tablet\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .tablet\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .tablet\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .tablet\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .tablet\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .tablet\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .tablet\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .tablet\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .tablet\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .tablet\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .tablet\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .tablet\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .tablet\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .tablet\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .tablet\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .tablet\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .tablet\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .tablet\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .tablet\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .tablet\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .tablet\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .tablet\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .tablet\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .tablet\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .tablet\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .tablet\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .tablet\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .tablet\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .tablet\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .tablet\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .tablet\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .tablet\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .tablet\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .tablet\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .tablet\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .tablet\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .tablet\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .tablet\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .tablet\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .tablet\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .tablet\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .tablet\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .tablet\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .tablet\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .tablet\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .tablet\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .tablet\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .tablet\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .tablet\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .tablet\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .tablet\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .tablet\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .tablet\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .tablet\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .tablet\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .tablet\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .tablet\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .tablet\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .tablet\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .tablet\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .tablet\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .tablet\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .tablet\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .tablet\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .tablet\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .tablet\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .tablet\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .tablet\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .tablet\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .tablet\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .tablet\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .tablet\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .tablet\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .tablet\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .tablet\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .tablet\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .tablet\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .tablet\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .tablet\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .tablet\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .tablet\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .tablet\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .tablet\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .tablet\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .tablet\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .tablet\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .tablet\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .tablet\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .tablet\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .tablet\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .tablet\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .tablet\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .tablet\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .tablet\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .tablet\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .tablet\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .tablet\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .tablet\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .tablet\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .tablet\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .tablet\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .tablet\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .tablet\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .tablet\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .tablet\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .tablet\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .tablet\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .tablet\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .tablet\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .tablet\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .tablet\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .tablet\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .tablet\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .tablet\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .tablet\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .tablet\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .tablet\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .tablet\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .tablet\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .tablet\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .tablet\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .tablet\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .tablet\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .tablet\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .tablet\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .tablet\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .tablet\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .tablet\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .tablet\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .tablet\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .tablet\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .tablet\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .tablet\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .tablet\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .tablet\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .tablet\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .tablet\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .tablet\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .tablet\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .tablet\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .tablet\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .tablet\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .tablet\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .tablet\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .tablet\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .tablet\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .tablet\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .tablet\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .tablet\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .tablet\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .tablet\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .tablet\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .tablet\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .tablet\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .tablet\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .tablet\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .tablet\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .tablet\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .tablet\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .tablet\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .tablet\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .tablet\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .tablet\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .tablet\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .tablet\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .tablet\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .tablet\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .tablet\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .tablet\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .tablet\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .tablet\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .tablet\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .tablet\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .tablet\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .tablet\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .tablet\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .tablet\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .tablet\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .tablet\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .tablet\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .tablet\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .tablet\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .tablet\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .tablet\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .tablet\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .tablet\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .tablet\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .tablet\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .tablet\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .tablet\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .tablet\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .tablet\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .tablet\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .tablet\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .tablet\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .tablet\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .tablet\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .tablet\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .tablet\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .tablet\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .tablet\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .tablet\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .tablet\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .tablet\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .tablet\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .tablet\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .tablet\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .tablet\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .tablet\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .tablet\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .tablet\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .tablet\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .tablet\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .tablet\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .tablet\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .tablet\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .tablet\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .tablet\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .tablet\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .tablet\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .tablet\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .tablet\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .tablet\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .tablet\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .tablet\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .tablet\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .tablet\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .tablet\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .tablet\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .tablet\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .tablet\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .tablet\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .tablet\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .tablet\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .tablet\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .tablet\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .tablet\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .tablet\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .tablet\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .tablet\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .tablet\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .tablet\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .tablet\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .tablet\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .tablet\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .tablet\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .tablet\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .tablet\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .tablet\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .tablet\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .tablet\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .tablet\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .tablet\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .tablet\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .tablet\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .tablet\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .tablet\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .tablet\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .tablet\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .tablet\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .tablet\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .tablet\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .tablet\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .tablet\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .tablet\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .tablet\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .tablet\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .tablet\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .tablet\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .tablet\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .tablet\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .tablet\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .tablet\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .tablet\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .tablet\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .tablet\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .tablet\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .tablet\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .tablet\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .tablet\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .tablet\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .tablet\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .tablet\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .tablet\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .tablet\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .tablet\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .tablet\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .tablet\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .tablet\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .tablet\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .tablet\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .tablet\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .tablet\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .tablet\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .tablet\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .tablet\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .tablet\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .tablet\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .tablet\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .tablet\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .tablet\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .tablet\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .tablet\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .tablet\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .tablet\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .tablet\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .tablet\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .tablet\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .tablet\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .tablet\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .tablet\:max-h-400 {
    max-height: 400px;
  }

  .tablet\:max-h-full {
    max-height: 100%;
  }

  .tablet\:max-h-screen {
    max-height: 100vh;
  }

  .tablet\:max-w-60 {
    max-width: 60%;
  }

  .tablet\:max-w-170 {
    max-width: 170px;
  }

  .tablet\:max-w-200 {
    max-width: 200px;
  }

  .tablet\:max-w-300 {
    max-width: 300px;
  }

  .tablet\:max-w-none {
    max-width: none;
  }

  .tablet\:max-w-xs {
    max-width: 20rem;
  }

  .tablet\:max-w-sm {
    max-width: 24rem;
  }

  .tablet\:max-w-md {
    max-width: 28rem;
  }

  .tablet\:max-w-lg {
    max-width: 32rem;
  }

  .tablet\:max-w-xl {
    max-width: 36rem;
  }

  .tablet\:max-w-2xl {
    max-width: 42rem;
  }

  .tablet\:max-w-3xl {
    max-width: 48rem;
  }

  .tablet\:max-w-4xl {
    max-width: 56rem;
  }

  .tablet\:max-w-5xl {
    max-width: 64rem;
  }

  .tablet\:max-w-6xl {
    max-width: 72rem;
  }

  .tablet\:max-w-full {
    max-width: 100%;
  }

  .tablet\:max-w-screen-xxs {
    max-width: 400px;
  }

  .tablet\:max-w-screen-xs {
    max-width: 480px;
  }

  .tablet\:max-w-screen-sm {
    max-width: 640px;
  }

  .tablet\:max-w-screen-md {
    max-width: 768px;
  }

  .tablet\:max-w-screen-tablet {
    max-width: 900px;
  }

  .tablet\:max-w-screen-lg {
    max-width: 1024px;
  }

  .tablet\:max-w-screen-xl {
    max-width: 1280px;
  }

  .tablet\:min-h-0 {
    min-height: 0;
  }

  .tablet\:min-h-full {
    min-height: 100%;
  }

  .tablet\:min-h-screen {
    min-height: 100vh;
  }

  .tablet\:min-w-0 {
    min-width: 0;
  }

  .tablet\:min-w-full {
    min-width: 100%;
  }

  .tablet\:object-contain {
    object-fit: contain;
  }

  .tablet\:object-cover {
    object-fit: cover;
  }

  .tablet\:object-fill {
    object-fit: fill;
  }

  .tablet\:object-none {
    object-fit: none;
  }

  .tablet\:object-scale-down {
    object-fit: scale-down;
  }

  .tablet\:object-bottom {
    object-position: bottom;
  }

  .tablet\:object-center {
    object-position: center;
  }

  .tablet\:object-left {
    object-position: left;
  }

  .tablet\:object-left-bottom {
    object-position: left bottom;
  }

  .tablet\:object-left-top {
    object-position: left top;
  }

  .tablet\:object-right {
    object-position: right;
  }

  .tablet\:object-right-bottom {
    object-position: right bottom;
  }

  .tablet\:object-right-top {
    object-position: right top;
  }

  .tablet\:object-top {
    object-position: top;
  }

  .tablet\:opacity-0 {
    opacity: 0;
  }

  .tablet\:opacity-10 {
    opacity: 0.10;
  }

  .tablet\:opacity-25 {
    opacity: 0.25;
  }

  .tablet\:opacity-50 {
    opacity: 0.5;
  }

  .tablet\:opacity-75 {
    opacity: 0.75;
  }

  .tablet\:opacity-100 {
    opacity: 1;
  }

  .tablet\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .tablet\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .tablet\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .tablet\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .tablet\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .tablet\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .tablet\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .tablet\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .tablet\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .tablet\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .tablet\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .tablet\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .tablet\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:overflow-auto {
    overflow: auto;
  }

  .tablet\:overflow-hidden {
    overflow: hidden;
  }

  .tablet\:overflow-visible {
    overflow: visible;
  }

  .tablet\:overflow-scroll {
    overflow: scroll;
  }

  .tablet\:overflow-x-auto {
    overflow-x: auto;
  }

  .tablet\:overflow-y-auto {
    overflow-y: auto;
  }

  .tablet\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .tablet\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .tablet\:overflow-x-visible {
    overflow-x: visible;
  }

  .tablet\:overflow-y-visible {
    overflow-y: visible;
  }

  .tablet\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .tablet\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .tablet\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .tablet\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .tablet\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .tablet\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .tablet\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .tablet\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .tablet\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .tablet\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .tablet\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .tablet\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .tablet\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .tablet\:p-0 {
    padding: 0;
  }

  .tablet\:p-1 {
    padding: 0.25rem;
  }

  .tablet\:p-2 {
    padding: 0.5rem;
  }

  .tablet\:p-3 {
    padding: 0.75rem;
  }

  .tablet\:p-4 {
    padding: 1rem;
  }

  .tablet\:p-5 {
    padding: 1.25rem;
  }

  .tablet\:p-6 {
    padding: 1.5rem;
  }

  .tablet\:p-8 {
    padding: 2rem;
  }

  .tablet\:p-10 {
    padding: 2.5rem;
  }

  .tablet\:p-12 {
    padding: 3rem;
  }

  .tablet\:p-14 {
    padding: 3.5rem;
  }

  .tablet\:p-15 {
    padding: 3.75rem;
  }

  .tablet\:p-16 {
    padding: 4rem;
  }

  .tablet\:p-20 {
    padding: 5rem;
  }

  .tablet\:p-24 {
    padding: 6rem;
  }

  .tablet\:p-26 {
    padding: 7rem;
  }

  .tablet\:p-32 {
    padding: 8rem;
  }

  .tablet\:p-36 {
    padding: 9rem;
  }

  .tablet\:p-40 {
    padding: 10rem;
  }

  .tablet\:p-48 {
    padding: 12rem;
  }

  .tablet\:p-56 {
    padding: 14rem;
  }

  .tablet\:p-64 {
    padding: 16rem;
  }

  .tablet\:p-px {
    padding: 1px;
  }

  .tablet\:p-2px {
    padding: 2px;
  }

  .tablet\:p-1\/2 {
    padding: 50%;
  }

  .tablet\:p-1\/3 {
    padding: 33.333333%;
  }

  .tablet\:p-2\/3 {
    padding: 66.666667%;
  }

  .tablet\:p-1\/4 {
    padding: 25%;
  }

  .tablet\:p-2\/4 {
    padding: 50%;
  }

  .tablet\:p-3\/4 {
    padding: 75%;
  }

  .tablet\:p-1\/5 {
    padding: 20%;
  }

  .tablet\:p-2\/5 {
    padding: 40%;
  }

  .tablet\:p-3\/5 {
    padding: 60%;
  }

  .tablet\:p-4\/5 {
    padding: 80%;
  }

  .tablet\:p-1\/6 {
    padding: 16.666667%;
  }

  .tablet\:p-2\/6 {
    padding: 33.333333%;
  }

  .tablet\:p-3\/6 {
    padding: 50%;
  }

  .tablet\:p-4\/6 {
    padding: 66.666667%;
  }

  .tablet\:p-5\/6 {
    padding: 83.333333%;
  }

  .tablet\:p-1\/12 {
    padding: 8.333333%;
  }

  .tablet\:p-2\/12 {
    padding: 16.666667%;
  }

  .tablet\:p-3\/12 {
    padding: 25%;
  }

  .tablet\:p-4\/12 {
    padding: 33.333333%;
  }

  .tablet\:p-5\/12 {
    padding: 41.666667%;
  }

  .tablet\:p-6\/12 {
    padding: 50%;
  }

  .tablet\:p-7\/12 {
    padding: 58.333333%;
  }

  .tablet\:p-8\/12 {
    padding: 66.666667%;
  }

  .tablet\:p-9\/12 {
    padding: 75%;
  }

  .tablet\:p-10\/12 {
    padding: 83.333333%;
  }

  .tablet\:p-11\/12 {
    padding: 91.666667%;
  }

  .tablet\:p-full {
    padding: 100%;
  }

  .tablet\:p-screen {
    padding: 100vw;
  }

  .tablet\:p-10px {
    padding: 0.625rem;
  }

  .tablet\:p-20px {
    padding: 20px;
  }

  .tablet\:p-30px {
    padding: 30px;
  }

  .tablet\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tablet\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tablet\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .tablet\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .tablet\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .tablet\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tablet\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tablet\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .tablet\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .tablet\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tablet\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .tablet\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .tablet\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .tablet\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tablet\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .tablet\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .tablet\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .tablet\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .tablet\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .tablet\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .tablet\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tablet\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tablet\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .tablet\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .tablet\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .tablet\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .tablet\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .tablet\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .tablet\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .tablet\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .tablet\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .tablet\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .tablet\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .tablet\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .tablet\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .tablet\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .tablet\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .tablet\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .tablet\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .tablet\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .tablet\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .tablet\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .tablet\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .tablet\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .tablet\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .tablet\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .tablet\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .tablet\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .tablet\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .tablet\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .tablet\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .tablet\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .tablet\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .tablet\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .tablet\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .tablet\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .tablet\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .tablet\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .tablet\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .tablet\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .tablet\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .tablet\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .tablet\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .tablet\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .tablet\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .tablet\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .tablet\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .tablet\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .tablet\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .tablet\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .tablet\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .tablet\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .tablet\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .tablet\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .tablet\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .tablet\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .tablet\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .tablet\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .tablet\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .tablet\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .tablet\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tablet\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tablet\:pt-0 {
    padding-top: 0;
  }

  .tablet\:pr-0 {
    padding-right: 0;
  }

  .tablet\:pb-0 {
    padding-bottom: 0;
  }

  .tablet\:pl-0 {
    padding-left: 0;
  }

  .tablet\:pt-1 {
    padding-top: 0.25rem;
  }

  .tablet\:pr-1 {
    padding-right: 0.25rem;
  }

  .tablet\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .tablet\:pl-1 {
    padding-left: 0.25rem;
  }

  .tablet\:pt-2 {
    padding-top: 0.5rem;
  }

  .tablet\:pr-2 {
    padding-right: 0.5rem;
  }

  .tablet\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .tablet\:pl-2 {
    padding-left: 0.5rem;
  }

  .tablet\:pt-3 {
    padding-top: 0.75rem;
  }

  .tablet\:pr-3 {
    padding-right: 0.75rem;
  }

  .tablet\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .tablet\:pl-3 {
    padding-left: 0.75rem;
  }

  .tablet\:pt-4 {
    padding-top: 1rem;
  }

  .tablet\:pr-4 {
    padding-right: 1rem;
  }

  .tablet\:pb-4 {
    padding-bottom: 1rem;
  }

  .tablet\:pl-4 {
    padding-left: 1rem;
  }

  .tablet\:pt-5 {
    padding-top: 1.25rem;
  }

  .tablet\:pr-5 {
    padding-right: 1.25rem;
  }

  .tablet\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .tablet\:pl-5 {
    padding-left: 1.25rem;
  }

  .tablet\:pt-6 {
    padding-top: 1.5rem;
  }

  .tablet\:pr-6 {
    padding-right: 1.5rem;
  }

  .tablet\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .tablet\:pl-6 {
    padding-left: 1.5rem;
  }

  .tablet\:pt-8 {
    padding-top: 2rem;
  }

  .tablet\:pr-8 {
    padding-right: 2rem;
  }

  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:pl-8 {
    padding-left: 2rem;
  }

  .tablet\:pt-10 {
    padding-top: 2.5rem;
  }

  .tablet\:pr-10 {
    padding-right: 2.5rem;
  }

  .tablet\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .tablet\:pl-10 {
    padding-left: 2.5rem;
  }

  .tablet\:pt-12 {
    padding-top: 3rem;
  }

  .tablet\:pr-12 {
    padding-right: 3rem;
  }

  .tablet\:pb-12 {
    padding-bottom: 3rem;
  }

  .tablet\:pl-12 {
    padding-left: 3rem;
  }

  .tablet\:pt-14 {
    padding-top: 3.5rem;
  }

  .tablet\:pr-14 {
    padding-right: 3.5rem;
  }

  .tablet\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .tablet\:pl-14 {
    padding-left: 3.5rem;
  }

  .tablet\:pt-15 {
    padding-top: 3.75rem;
  }

  .tablet\:pr-15 {
    padding-right: 3.75rem;
  }

  .tablet\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .tablet\:pl-15 {
    padding-left: 3.75rem;
  }

  .tablet\:pt-16 {
    padding-top: 4rem;
  }

  .tablet\:pr-16 {
    padding-right: 4rem;
  }

  .tablet\:pb-16 {
    padding-bottom: 4rem;
  }

  .tablet\:pl-16 {
    padding-left: 4rem;
  }

  .tablet\:pt-20 {
    padding-top: 5rem;
  }

  .tablet\:pr-20 {
    padding-right: 5rem;
  }

  .tablet\:pb-20 {
    padding-bottom: 5rem;
  }

  .tablet\:pl-20 {
    padding-left: 5rem;
  }

  .tablet\:pt-24 {
    padding-top: 6rem;
  }

  .tablet\:pr-24 {
    padding-right: 6rem;
  }

  .tablet\:pb-24 {
    padding-bottom: 6rem;
  }

  .tablet\:pl-24 {
    padding-left: 6rem;
  }

  .tablet\:pt-26 {
    padding-top: 7rem;
  }

  .tablet\:pr-26 {
    padding-right: 7rem;
  }

  .tablet\:pb-26 {
    padding-bottom: 7rem;
  }

  .tablet\:pl-26 {
    padding-left: 7rem;
  }

  .tablet\:pt-32 {
    padding-top: 8rem;
  }

  .tablet\:pr-32 {
    padding-right: 8rem;
  }

  .tablet\:pb-32 {
    padding-bottom: 8rem;
  }

  .tablet\:pl-32 {
    padding-left: 8rem;
  }

  .tablet\:pt-36 {
    padding-top: 9rem;
  }

  .tablet\:pr-36 {
    padding-right: 9rem;
  }

  .tablet\:pb-36 {
    padding-bottom: 9rem;
  }

  .tablet\:pl-36 {
    padding-left: 9rem;
  }

  .tablet\:pt-40 {
    padding-top: 10rem;
  }

  .tablet\:pr-40 {
    padding-right: 10rem;
  }

  .tablet\:pb-40 {
    padding-bottom: 10rem;
  }

  .tablet\:pl-40 {
    padding-left: 10rem;
  }

  .tablet\:pt-48 {
    padding-top: 12rem;
  }

  .tablet\:pr-48 {
    padding-right: 12rem;
  }

  .tablet\:pb-48 {
    padding-bottom: 12rem;
  }

  .tablet\:pl-48 {
    padding-left: 12rem;
  }

  .tablet\:pt-56 {
    padding-top: 14rem;
  }

  .tablet\:pr-56 {
    padding-right: 14rem;
  }

  .tablet\:pb-56 {
    padding-bottom: 14rem;
  }

  .tablet\:pl-56 {
    padding-left: 14rem;
  }

  .tablet\:pt-64 {
    padding-top: 16rem;
  }

  .tablet\:pr-64 {
    padding-right: 16rem;
  }

  .tablet\:pb-64 {
    padding-bottom: 16rem;
  }

  .tablet\:pl-64 {
    padding-left: 16rem;
  }

  .tablet\:pt-px {
    padding-top: 1px;
  }

  .tablet\:pr-px {
    padding-right: 1px;
  }

  .tablet\:pb-px {
    padding-bottom: 1px;
  }

  .tablet\:pl-px {
    padding-left: 1px;
  }

  .tablet\:pt-2px {
    padding-top: 2px;
  }

  .tablet\:pr-2px {
    padding-right: 2px;
  }

  .tablet\:pb-2px {
    padding-bottom: 2px;
  }

  .tablet\:pl-2px {
    padding-left: 2px;
  }

  .tablet\:pt-1\/2 {
    padding-top: 50%;
  }

  .tablet\:pr-1\/2 {
    padding-right: 50%;
  }

  .tablet\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .tablet\:pl-1\/2 {
    padding-left: 50%;
  }

  .tablet\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .tablet\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .tablet\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .tablet\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .tablet\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .tablet\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .tablet\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .tablet\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .tablet\:pt-1\/4 {
    padding-top: 25%;
  }

  .tablet\:pr-1\/4 {
    padding-right: 25%;
  }

  .tablet\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .tablet\:pl-1\/4 {
    padding-left: 25%;
  }

  .tablet\:pt-2\/4 {
    padding-top: 50%;
  }

  .tablet\:pr-2\/4 {
    padding-right: 50%;
  }

  .tablet\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .tablet\:pl-2\/4 {
    padding-left: 50%;
  }

  .tablet\:pt-3\/4 {
    padding-top: 75%;
  }

  .tablet\:pr-3\/4 {
    padding-right: 75%;
  }

  .tablet\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .tablet\:pl-3\/4 {
    padding-left: 75%;
  }

  .tablet\:pt-1\/5 {
    padding-top: 20%;
  }

  .tablet\:pr-1\/5 {
    padding-right: 20%;
  }

  .tablet\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .tablet\:pl-1\/5 {
    padding-left: 20%;
  }

  .tablet\:pt-2\/5 {
    padding-top: 40%;
  }

  .tablet\:pr-2\/5 {
    padding-right: 40%;
  }

  .tablet\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .tablet\:pl-2\/5 {
    padding-left: 40%;
  }

  .tablet\:pt-3\/5 {
    padding-top: 60%;
  }

  .tablet\:pr-3\/5 {
    padding-right: 60%;
  }

  .tablet\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .tablet\:pl-3\/5 {
    padding-left: 60%;
  }

  .tablet\:pt-4\/5 {
    padding-top: 80%;
  }

  .tablet\:pr-4\/5 {
    padding-right: 80%;
  }

  .tablet\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .tablet\:pl-4\/5 {
    padding-left: 80%;
  }

  .tablet\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .tablet\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .tablet\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .tablet\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .tablet\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .tablet\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .tablet\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .tablet\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .tablet\:pt-3\/6 {
    padding-top: 50%;
  }

  .tablet\:pr-3\/6 {
    padding-right: 50%;
  }

  .tablet\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .tablet\:pl-3\/6 {
    padding-left: 50%;
  }

  .tablet\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .tablet\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .tablet\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .tablet\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .tablet\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .tablet\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .tablet\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .tablet\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .tablet\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .tablet\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .tablet\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .tablet\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .tablet\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .tablet\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .tablet\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .tablet\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .tablet\:pt-3\/12 {
    padding-top: 25%;
  }

  .tablet\:pr-3\/12 {
    padding-right: 25%;
  }

  .tablet\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .tablet\:pl-3\/12 {
    padding-left: 25%;
  }

  .tablet\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .tablet\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .tablet\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .tablet\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .tablet\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .tablet\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .tablet\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .tablet\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .tablet\:pt-6\/12 {
    padding-top: 50%;
  }

  .tablet\:pr-6\/12 {
    padding-right: 50%;
  }

  .tablet\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .tablet\:pl-6\/12 {
    padding-left: 50%;
  }

  .tablet\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .tablet\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .tablet\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .tablet\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .tablet\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .tablet\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .tablet\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .tablet\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .tablet\:pt-9\/12 {
    padding-top: 75%;
  }

  .tablet\:pr-9\/12 {
    padding-right: 75%;
  }

  .tablet\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .tablet\:pl-9\/12 {
    padding-left: 75%;
  }

  .tablet\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .tablet\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .tablet\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .tablet\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .tablet\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .tablet\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .tablet\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .tablet\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .tablet\:pt-full {
    padding-top: 100%;
  }

  .tablet\:pr-full {
    padding-right: 100%;
  }

  .tablet\:pb-full {
    padding-bottom: 100%;
  }

  .tablet\:pl-full {
    padding-left: 100%;
  }

  .tablet\:pt-screen {
    padding-top: 100vw;
  }

  .tablet\:pr-screen {
    padding-right: 100vw;
  }

  .tablet\:pb-screen {
    padding-bottom: 100vw;
  }

  .tablet\:pl-screen {
    padding-left: 100vw;
  }

  .tablet\:pt-10px {
    padding-top: 0.625rem;
  }

  .tablet\:pr-10px {
    padding-right: 0.625rem;
  }

  .tablet\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .tablet\:pl-10px {
    padding-left: 0.625rem;
  }

  .tablet\:pt-20px {
    padding-top: 20px;
  }

  .tablet\:pr-20px {
    padding-right: 20px;
  }

  .tablet\:pb-20px {
    padding-bottom: 20px;
  }

  .tablet\:pl-20px {
    padding-left: 20px;
  }

  .tablet\:pt-30px {
    padding-top: 30px;
  }

  .tablet\:pr-30px {
    padding-right: 30px;
  }

  .tablet\:pb-30px {
    padding-bottom: 30px;
  }

  .tablet\:pl-30px {
    padding-left: 30px;
  }

  .tablet\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .tablet\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .tablet\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .tablet\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .tablet\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .tablet\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .tablet\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tablet\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tablet\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tablet\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tablet\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tablet\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tablet\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tablet\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .tablet\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .tablet\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .tablet\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .tablet\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .tablet\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tablet\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tablet\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tablet\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tablet\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .tablet\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .tablet\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tablet\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tablet\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .tablet\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .tablet\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .tablet\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .tablet\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .tablet\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .tablet\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .tablet\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .tablet\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .tablet\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .tablet\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .tablet\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .tablet\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .tablet\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .tablet\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .tablet\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .tablet\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .tablet\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .tablet\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .tablet\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .tablet\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .tablet\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .tablet\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .tablet\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .tablet\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .tablet\:pointer-events-none {
    pointer-events: none;
  }

  .tablet\:pointer-events-auto {
    pointer-events: auto;
  }

  .tablet\:static {
    position: static;
  }

  .tablet\:fixed {
    position: fixed;
  }

  .tablet\:absolute {
    position: absolute;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tablet\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tablet\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .tablet\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tablet\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tablet\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .tablet\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tablet\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .tablet\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .tablet\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .tablet\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .tablet\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .tablet\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .tablet\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .tablet\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .tablet\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .tablet\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .tablet\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tablet\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .tablet\:top-0 {
    top: 0;
  }

  .tablet\:right-0 {
    right: 0;
  }

  .tablet\:bottom-0 {
    bottom: 0;
  }

  .tablet\:left-0 {
    left: 0;
  }

  .tablet\:top-8 {
    top: 2rem;
  }

  .tablet\:right-8 {
    right: 2rem;
  }

  .tablet\:bottom-8 {
    bottom: 2rem;
  }

  .tablet\:left-8 {
    left: 2rem;
  }

  .tablet\:top-100 {
    top: 100%;
  }

  .tablet\:right-100 {
    right: 100%;
  }

  .tablet\:bottom-100 {
    bottom: 100%;
  }

  .tablet\:left-100 {
    left: 100%;
  }

  .tablet\:-top-1 {
    top: -1px;
  }

  .tablet\:-right-1 {
    right: -1px;
  }

  .tablet\:-bottom-1 {
    bottom: -1px;
  }

  .tablet\:-left-1 {
    left: -1px;
  }

  .tablet\:-top-2 {
    top: -2px;
  }

  .tablet\:-right-2 {
    right: -2px;
  }

  .tablet\:-bottom-2 {
    bottom: -2px;
  }

  .tablet\:-left-2 {
    left: -2px;
  }

  .tablet\:top-auto {
    top: auto;
  }

  .tablet\:right-auto {
    right: auto;
  }

  .tablet\:bottom-auto {
    bottom: auto;
  }

  .tablet\:left-auto {
    left: auto;
  }

  .tablet\:resize-none {
    resize: none;
  }

  .tablet\:resize-y {
    resize: vertical;
  }

  .tablet\:resize-x {
    resize: horizontal;
  }

  .tablet\:resize {
    resize: both;
  }

  .tablet\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .tablet\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .tablet\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .tablet\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tablet\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .tablet\:shadow-none {
    box-shadow: none;
  }

  .tablet\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .tablet\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .tablet\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .tablet\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .tablet\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .tablet\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .tablet\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .tablet\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tablet\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .tablet\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .tablet\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .tablet\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .tablet\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .tablet\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .tablet\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .tablet\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .tablet\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .tablet\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tablet\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .tablet\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .tablet\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .tablet\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .tablet\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .tablet\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .tablet\:fill-current {
    fill: currentColor;
  }

  .tablet\:stroke-current {
    stroke: currentColor;
  }

  .tablet\:stroke-0 {
    stroke-width: 0;
  }

  .tablet\:stroke-1 {
    stroke-width: 1;
  }

  .tablet\:stroke-2 {
    stroke-width: 2;
  }

  .tablet\:table-auto {
    table-layout: auto;
  }

  .tablet\:table-fixed {
    table-layout: fixed;
  }

  .tablet\:text-left {
    text-align: left;
  }

  .tablet\:text-center {
    text-align: center;
  }

  .tablet\:text-right {
    text-align: right;
  }

  .tablet\:text-justify {
    text-align: justify;
  }

  .tablet\:text-transparent {
    color: transparent;
  }

  .tablet\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .tablet\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .tablet\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tablet\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .tablet\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .tablet\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .tablet\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .tablet\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .tablet\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .tablet\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .tablet\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .tablet\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .tablet\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .tablet\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .tablet\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .tablet\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .tablet\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .tablet\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .tablet\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .tablet\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .tablet\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .tablet\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .tablet\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .tablet\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .tablet\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .tablet\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .tablet\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .tablet\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .tablet\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .tablet\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .tablet\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .tablet\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .tablet\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .tablet\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .tablet\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .tablet\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .tablet\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .tablet\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .tablet\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .tablet\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .tablet\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .tablet\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .tablet\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .tablet\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .tablet\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .tablet\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .tablet\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .tablet\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .tablet\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .tablet\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .tablet\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .tablet\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .tablet\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .tablet\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .tablet\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .tablet\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .tablet\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .tablet\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .tablet\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .tablet\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .tablet\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .tablet\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .tablet\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .tablet\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .tablet\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .tablet\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .tablet\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .tablet\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .tablet\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .tablet\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .tablet\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .tablet\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .tablet\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .tablet\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .tablet\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .tablet\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .tablet\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .tablet\:hover\:text-transparent:hover {
    color: transparent;
  }

  .tablet\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .tablet\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .tablet\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .tablet\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .tablet\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .tablet\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .tablet\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .tablet\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .tablet\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .tablet\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .tablet\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .tablet\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .tablet\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .tablet\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .tablet\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .tablet\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .tablet\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .tablet\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .tablet\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .tablet\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .tablet\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .tablet\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .tablet\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .tablet\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .tablet\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .tablet\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .tablet\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .tablet\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .tablet\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .tablet\:focus\:text-transparent:focus {
    color: transparent;
  }

  .tablet\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .tablet\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .tablet\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .tablet\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .tablet\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .tablet\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .tablet\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .tablet\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .tablet\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .tablet\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .tablet\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .tablet\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .tablet\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .tablet\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .tablet\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .tablet\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .tablet\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .tablet\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .tablet\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .tablet\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .tablet\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .tablet\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .tablet\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .tablet\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .tablet\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .tablet\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .tablet\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .tablet\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .tablet\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .tablet\:text-opacity-0 {
    --text-opacity: 0;
  }

  .tablet\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .tablet\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .tablet\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .tablet\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .tablet\:text-opacity-100 {
    --text-opacity: 1;
  }

  .tablet\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .tablet\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .tablet\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .tablet\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .tablet\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .tablet\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .tablet\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .tablet\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .tablet\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .tablet\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .tablet\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .tablet\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .tablet\:italic {
    font-style: italic;
  }

  .tablet\:not-italic {
    font-style: normal;
  }

  .tablet\:uppercase {
    text-transform: uppercase;
  }

  .tablet\:lowercase {
    text-transform: lowercase;
  }

  .tablet\:capitalize {
    text-transform: capitalize;
  }

  .tablet\:normal-case {
    text-transform: none;
  }

  .tablet\:underline {
    text-decoration: underline;
  }

  .tablet\:line-through {
    text-decoration: line-through;
  }

  .tablet\:no-underline {
    text-decoration: none;
  }

  .tablet\:hover\:underline:hover {
    text-decoration: underline;
  }

  .tablet\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .tablet\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .tablet\:focus\:underline:focus {
    text-decoration: underline;
  }

  .tablet\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .tablet\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .tablet\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:ordinal, .tablet\:slashed-zero, .tablet\:lining-nums, .tablet\:oldstyle-nums, .tablet\:proportional-nums, .tablet\:tabular-nums, .tablet\:diagonal-fractions, .tablet\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .tablet\:normal-nums {
    font-variant-numeric: normal;
  }

  .tablet\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .tablet\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .tablet\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .tablet\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .tablet\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .tablet\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .tablet\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .tablet\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .tablet\:tracking-1 {
    letter-spacing: 1px;
  }

  .tablet\:tracking-2 {
    letter-spacing: 2px;
  }

  .tablet\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .tablet\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .tablet\:tracking-normal {
    letter-spacing: 0;
  }

  .tablet\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .tablet\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .tablet\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .tablet\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .tablet\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .tablet\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .tablet\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .tablet\:align-baseline {
    vertical-align: baseline;
  }

  .tablet\:align-top {
    vertical-align: top;
  }

  .tablet\:align-middle {
    vertical-align: middle;
  }

  .tablet\:align-bottom {
    vertical-align: bottom;
  }

  .tablet\:align-text-top {
    vertical-align: text-top;
  }

  .tablet\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .tablet\:visible {
    visibility: visible;
  }

  .tablet\:invisible {
    visibility: hidden;
  }

  .tablet\:whitespace-normal {
    white-space: normal;
  }

  .tablet\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .tablet\:whitespace-pre {
    white-space: pre;
  }

  .tablet\:whitespace-pre-line {
    white-space: pre-line;
  }

  .tablet\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .tablet\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .tablet\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .tablet\:break-all {
    word-break: break-all;
  }

  .tablet\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tablet\:w-0 {
    width: 0;
  }

  .tablet\:w-1 {
    width: 0.25rem;
  }

  .tablet\:w-2 {
    width: 0.5rem;
  }

  .tablet\:w-3 {
    width: 0.75rem;
  }

  .tablet\:w-4 {
    width: 1rem;
  }

  .tablet\:w-5 {
    width: 1.25rem;
  }

  .tablet\:w-6 {
    width: 1.5rem;
  }

  .tablet\:w-8 {
    width: 2rem;
  }

  .tablet\:w-10 {
    width: 2.5rem;
  }

  .tablet\:w-12 {
    width: 3rem;
  }

  .tablet\:w-14 {
    width: 3.5rem;
  }

  .tablet\:w-15 {
    width: 3.75rem;
  }

  .tablet\:w-16 {
    width: 4rem;
  }

  .tablet\:w-20 {
    width: 5rem;
  }

  .tablet\:w-24 {
    width: 6rem;
  }

  .tablet\:w-26 {
    width: 7rem;
  }

  .tablet\:w-32 {
    width: 8rem;
  }

  .tablet\:w-36 {
    width: 9rem;
  }

  .tablet\:w-40 {
    width: 10rem;
  }

  .tablet\:w-48 {
    width: 12rem;
  }

  .tablet\:w-56 {
    width: 14rem;
  }

  .tablet\:w-64 {
    width: 16rem;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:w-px {
    width: 1px;
  }

  .tablet\:w-2px {
    width: 2px;
  }

  .tablet\:w-1\/2 {
    width: 50%;
  }

  .tablet\:w-1\/3 {
    width: 33.333333%;
  }

  .tablet\:w-2\/3 {
    width: 66.666667%;
  }

  .tablet\:w-1\/4 {
    width: 25%;
  }

  .tablet\:w-2\/4 {
    width: 50%;
  }

  .tablet\:w-3\/4 {
    width: 75%;
  }

  .tablet\:w-1\/5 {
    width: 20%;
  }

  .tablet\:w-2\/5 {
    width: 40%;
  }

  .tablet\:w-3\/5 {
    width: 60%;
  }

  .tablet\:w-4\/5 {
    width: 80%;
  }

  .tablet\:w-1\/6 {
    width: 16.666667%;
  }

  .tablet\:w-2\/6 {
    width: 33.333333%;
  }

  .tablet\:w-3\/6 {
    width: 50%;
  }

  .tablet\:w-4\/6 {
    width: 66.666667%;
  }

  .tablet\:w-5\/6 {
    width: 83.333333%;
  }

  .tablet\:w-1\/12 {
    width: 8.333333%;
  }

  .tablet\:w-2\/12 {
    width: 16.666667%;
  }

  .tablet\:w-3\/12 {
    width: 25%;
  }

  .tablet\:w-4\/12 {
    width: 33.333333%;
  }

  .tablet\:w-5\/12 {
    width: 41.666667%;
  }

  .tablet\:w-6\/12 {
    width: 50%;
  }

  .tablet\:w-7\/12 {
    width: 58.333333%;
  }

  .tablet\:w-8\/12 {
    width: 66.666667%;
  }

  .tablet\:w-9\/12 {
    width: 75%;
  }

  .tablet\:w-10\/12 {
    width: 83.333333%;
  }

  .tablet\:w-11\/12 {
    width: 91.666667%;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:w-screen {
    width: 100vw;
  }

  .tablet\:w-10px {
    width: 0.625rem;
  }

  .tablet\:w-20px {
    width: 20px;
  }

  .tablet\:w-30px {
    width: 30px;
  }

  .tablet\:z-0 {
    z-index: 0;
  }

  .tablet\:z-1 {
    z-index: 1;
  }

  .tablet\:z-10 {
    z-index: 10;
  }

  .tablet\:z-20 {
    z-index: 20;
  }

  .tablet\:z-30 {
    z-index: 30;
  }

  .tablet\:z-40 {
    z-index: 40;
  }

  .tablet\:z-50 {
    z-index: 50;
  }

  .tablet\:z-auto {
    z-index: auto;
  }

  .tablet\:-z-1 {
    z-index: -1;
  }

  .tablet\:-z-2 {
    z-index: -2;
  }

  .tablet\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .tablet\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .tablet\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .tablet\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .tablet\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .tablet\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .tablet\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .tablet\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .tablet\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .tablet\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .tablet\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .tablet\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .tablet\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .tablet\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .tablet\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .tablet\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .tablet\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .tablet\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .tablet\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .tablet\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .tablet\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .tablet\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .tablet\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .tablet\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .tablet\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .tablet\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .tablet\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .tablet\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .tablet\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .tablet\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .tablet\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .tablet\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .tablet\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .tablet\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .tablet\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .tablet\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .tablet\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .tablet\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .tablet\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .tablet\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .tablet\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .tablet\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .tablet\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .tablet\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .tablet\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .tablet\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .tablet\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .tablet\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .tablet\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .tablet\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .tablet\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .tablet\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .tablet\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .tablet\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .tablet\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .tablet\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .tablet\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .tablet\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tablet\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tablet\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .tablet\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .tablet\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .tablet\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .tablet\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .tablet\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .tablet\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .tablet\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .tablet\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .tablet\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .tablet\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .tablet\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .tablet\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .tablet\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .tablet\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .tablet\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .tablet\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .tablet\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .tablet\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tablet\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .tablet\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .tablet\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .tablet\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .tablet\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .tablet\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .tablet\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .tablet\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .tablet\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .tablet\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .tablet\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .tablet\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .tablet\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .tablet\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .tablet\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .tablet\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .tablet\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .tablet\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .tablet\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .tablet\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .tablet\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .tablet\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .tablet\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .tablet\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .tablet\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .tablet\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .tablet\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tablet\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tablet\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .tablet\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .tablet\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tablet\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tablet\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .tablet\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .tablet\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .tablet\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .tablet\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .tablet\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .tablet\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .tablet\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .tablet\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .tablet\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .tablet\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .tablet\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .tablet\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .tablet\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .tablet\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .tablet\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .tablet\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .tablet\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .tablet\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tablet\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .tablet\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .tablet\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .tablet\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .tablet\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .tablet\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .tablet\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .tablet\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .tablet\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .tablet\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .tablet\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .tablet\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .tablet\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .tablet\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .tablet\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .tablet\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .tablet\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .tablet\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .tablet\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .tablet\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .tablet\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .tablet\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .tablet\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .tablet\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .tablet\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .tablet\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .tablet\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .tablet\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .tablet\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .tablet\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .tablet\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .tablet\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .tablet\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .tablet\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .tablet\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .tablet\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .tablet\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .tablet\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .tablet\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .tablet\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .tablet\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .tablet\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .tablet\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .tablet\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .tablet\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .tablet\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .tablet\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .tablet\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .tablet\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .tablet\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .tablet\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .tablet\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .tablet\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .tablet\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .tablet\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .tablet\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .tablet\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .tablet\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .tablet\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .tablet\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .tablet\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .tablet\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .tablet\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .tablet\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .tablet\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .tablet\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .tablet\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .tablet\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .tablet\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .tablet\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .tablet\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .tablet\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .tablet\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .tablet\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .tablet\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .tablet\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .tablet\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .tablet\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .tablet\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .tablet\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .tablet\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .tablet\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .tablet\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .tablet\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .tablet\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .tablet\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .tablet\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .tablet\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .tablet\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .tablet\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .tablet\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .tablet\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .tablet\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .tablet\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .tablet\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .tablet\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .tablet\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .tablet\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .tablet\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .tablet\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .tablet\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .tablet\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .tablet\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .tablet\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .tablet\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .tablet\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .tablet\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .tablet\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .tablet\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .tablet\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .tablet\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .tablet\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .tablet\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .tablet\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .tablet\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .tablet\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .tablet\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .tablet\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .tablet\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .tablet\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .tablet\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .tablet\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .tablet\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .tablet\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .tablet\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .tablet\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .tablet\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .tablet\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .tablet\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .tablet\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .tablet\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .tablet\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .tablet\:grid-flow-row {
    grid-auto-flow: row;
  }

  .tablet\:grid-flow-col {
    grid-auto-flow: column;
  }

  .tablet\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .tablet\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tablet\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tablet\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tablet\:grid-cols-none {
    grid-template-columns: none;
  }

  .tablet\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .tablet\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .tablet\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .tablet\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .tablet\:col-auto {
    grid-column: auto;
  }

  .tablet\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .tablet\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .tablet\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .tablet\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .tablet\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .tablet\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .tablet\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .tablet\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .tablet\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .tablet\:col-start-1 {
    grid-column-start: 1;
  }

  .tablet\:col-start-2 {
    grid-column-start: 2;
  }

  .tablet\:col-start-3 {
    grid-column-start: 3;
  }

  .tablet\:col-start-4 {
    grid-column-start: 4;
  }

  .tablet\:col-start-5 {
    grid-column-start: 5;
  }

  .tablet\:col-start-6 {
    grid-column-start: 6;
  }

  .tablet\:col-start-7 {
    grid-column-start: 7;
  }

  .tablet\:col-start-8 {
    grid-column-start: 8;
  }

  .tablet\:col-start-9 {
    grid-column-start: 9;
  }

  .tablet\:col-start-10 {
    grid-column-start: 10;
  }

  .tablet\:col-start-11 {
    grid-column-start: 11;
  }

  .tablet\:col-start-12 {
    grid-column-start: 12;
  }

  .tablet\:col-start-13 {
    grid-column-start: 13;
  }

  .tablet\:col-start-auto {
    grid-column-start: auto;
  }

  .tablet\:col-end-1 {
    grid-column-end: 1;
  }

  .tablet\:col-end-2 {
    grid-column-end: 2;
  }

  .tablet\:col-end-3 {
    grid-column-end: 3;
  }

  .tablet\:col-end-4 {
    grid-column-end: 4;
  }

  .tablet\:col-end-5 {
    grid-column-end: 5;
  }

  .tablet\:col-end-6 {
    grid-column-end: 6;
  }

  .tablet\:col-end-7 {
    grid-column-end: 7;
  }

  .tablet\:col-end-8 {
    grid-column-end: 8;
  }

  .tablet\:col-end-9 {
    grid-column-end: 9;
  }

  .tablet\:col-end-10 {
    grid-column-end: 10;
  }

  .tablet\:col-end-11 {
    grid-column-end: 11;
  }

  .tablet\:col-end-12 {
    grid-column-end: 12;
  }

  .tablet\:col-end-13 {
    grid-column-end: 13;
  }

  .tablet\:col-end-auto {
    grid-column-end: auto;
  }

  .tablet\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tablet\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tablet\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tablet\:grid-rows-none {
    grid-template-rows: none;
  }

  .tablet\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .tablet\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .tablet\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .tablet\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .tablet\:row-auto {
    grid-row: auto;
  }

  .tablet\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .tablet\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .tablet\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .tablet\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .tablet\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .tablet\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .tablet\:row-start-1 {
    grid-row-start: 1;
  }

  .tablet\:row-start-2 {
    grid-row-start: 2;
  }

  .tablet\:row-start-3 {
    grid-row-start: 3;
  }

  .tablet\:row-start-4 {
    grid-row-start: 4;
  }

  .tablet\:row-start-5 {
    grid-row-start: 5;
  }

  .tablet\:row-start-6 {
    grid-row-start: 6;
  }

  .tablet\:row-start-7 {
    grid-row-start: 7;
  }

  .tablet\:row-start-auto {
    grid-row-start: auto;
  }

  .tablet\:row-end-1 {
    grid-row-end: 1;
  }

  .tablet\:row-end-2 {
    grid-row-end: 2;
  }

  .tablet\:row-end-3 {
    grid-row-end: 3;
  }

  .tablet\:row-end-4 {
    grid-row-end: 4;
  }

  .tablet\:row-end-5 {
    grid-row-end: 5;
  }

  .tablet\:row-end-6 {
    grid-row-end: 6;
  }

  .tablet\:row-end-7 {
    grid-row-end: 7;
  }

  .tablet\:row-end-auto {
    grid-row-end: auto;
  }

  .tablet\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .tablet\:transform-none {
    transform: none;
  }

  .tablet\:origin-center {
    transform-origin: center;
  }

  .tablet\:origin-top {
    transform-origin: top;
  }

  .tablet\:origin-top-right {
    transform-origin: top right;
  }

  .tablet\:origin-right {
    transform-origin: right;
  }

  .tablet\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .tablet\:origin-bottom {
    transform-origin: bottom;
  }

  .tablet\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .tablet\:origin-left {
    transform-origin: left;
  }

  .tablet\:origin-top-left {
    transform-origin: top left;
  }

  .tablet\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .tablet\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .tablet\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .tablet\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .tablet\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .tablet\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .tablet\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .tablet\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .tablet\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .tablet\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .tablet\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .tablet\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .tablet\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .tablet\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .tablet\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .tablet\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .tablet\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .tablet\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .tablet\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .tablet\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .tablet\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .tablet\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .tablet\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .tablet\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .tablet\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .tablet\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .tablet\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .tablet\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .tablet\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .tablet\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .tablet\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .tablet\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .tablet\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .tablet\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .tablet\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .tablet\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .tablet\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .tablet\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .tablet\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .tablet\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .tablet\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .tablet\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .tablet\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .tablet\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .tablet\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .tablet\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .tablet\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .tablet\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .tablet\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .tablet\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .tablet\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .tablet\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .tablet\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .tablet\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .tablet\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .tablet\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .tablet\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .tablet\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .tablet\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .tablet\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .tablet\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .tablet\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .tablet\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .tablet\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .tablet\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .tablet\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .tablet\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .tablet\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .tablet\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .tablet\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .tablet\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .tablet\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .tablet\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .tablet\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .tablet\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .tablet\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .tablet\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .tablet\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .tablet\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .tablet\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .tablet\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .tablet\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .tablet\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .tablet\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .tablet\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .tablet\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .tablet\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .tablet\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .tablet\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .tablet\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .tablet\:rotate-0 {
    --transform-rotate: 0;
  }

  .tablet\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .tablet\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .tablet\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .tablet\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .tablet\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .tablet\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .tablet\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .tablet\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .tablet\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .tablet\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .tablet\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .tablet\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .tablet\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .tablet\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .tablet\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .tablet\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .tablet\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .tablet\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .tablet\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .tablet\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .tablet\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .tablet\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .tablet\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .tablet\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .tablet\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .tablet\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .tablet\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .tablet\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .tablet\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .tablet\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .tablet\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .tablet\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .tablet\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .tablet\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .tablet\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .tablet\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .tablet\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .tablet\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .tablet\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .tablet\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .tablet\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .tablet\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .tablet\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .tablet\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .tablet\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .tablet\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .tablet\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .tablet\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .tablet\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .tablet\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .tablet\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .tablet\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .tablet\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .tablet\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .tablet\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .tablet\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .tablet\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .tablet\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .tablet\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .tablet\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .tablet\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .tablet\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .tablet\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .tablet\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .tablet\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .tablet\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .tablet\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .tablet\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .tablet\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .tablet\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .tablet\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .tablet\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .tablet\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .tablet\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .tablet\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .tablet\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .tablet\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .tablet\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .tablet\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .tablet\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .tablet\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .tablet\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .tablet\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .tablet\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .tablet\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .tablet\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .tablet\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .tablet\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .tablet\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .tablet\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .tablet\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .tablet\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .tablet\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .tablet\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .tablet\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .tablet\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .tablet\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .tablet\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .tablet\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .tablet\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .tablet\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .tablet\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .tablet\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .tablet\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .tablet\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .tablet\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .tablet\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .tablet\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .tablet\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .tablet\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .tablet\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .tablet\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .tablet\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .tablet\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .tablet\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .tablet\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .tablet\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .tablet\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .tablet\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .tablet\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .tablet\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .tablet\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .tablet\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .tablet\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .tablet\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .tablet\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .tablet\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .tablet\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .tablet\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .tablet\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .tablet\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .tablet\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .tablet\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .tablet\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .tablet\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .tablet\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .tablet\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .tablet\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .tablet\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .tablet\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .tablet\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .tablet\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .tablet\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .tablet\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .tablet\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .tablet\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .tablet\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .tablet\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .tablet\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .tablet\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .tablet\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .tablet\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .tablet\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .tablet\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .tablet\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .tablet\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .tablet\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .tablet\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .tablet\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .tablet\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .tablet\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .tablet\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .tablet\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .tablet\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .tablet\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .tablet\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .tablet\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .tablet\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .tablet\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .tablet\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .tablet\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .tablet\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .tablet\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .tablet\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .tablet\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .tablet\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .tablet\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .tablet\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .tablet\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .tablet\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .tablet\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .tablet\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .tablet\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .tablet\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .tablet\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .tablet\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .tablet\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .tablet\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .tablet\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .tablet\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .tablet\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .tablet\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .tablet\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .tablet\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .tablet\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .tablet\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .tablet\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .tablet\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .tablet\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .tablet\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .tablet\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .tablet\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .tablet\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .tablet\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .tablet\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .tablet\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .tablet\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .tablet\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .tablet\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .tablet\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .tablet\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .tablet\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .tablet\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .tablet\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .tablet\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .tablet\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .tablet\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .tablet\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .tablet\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .tablet\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .tablet\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .tablet\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .tablet\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .tablet\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .tablet\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .tablet\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .tablet\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .tablet\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .tablet\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .tablet\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .tablet\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .tablet\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .tablet\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .tablet\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .tablet\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .tablet\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .tablet\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .tablet\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .tablet\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .tablet\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .tablet\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .tablet\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .tablet\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .tablet\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .tablet\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .tablet\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .tablet\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .tablet\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .tablet\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .tablet\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .tablet\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .tablet\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .tablet\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .tablet\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .tablet\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .tablet\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .tablet\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .tablet\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .tablet\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .tablet\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .tablet\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .tablet\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .tablet\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .tablet\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .tablet\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .tablet\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .tablet\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .tablet\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .tablet\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .tablet\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .tablet\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .tablet\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .tablet\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .tablet\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .tablet\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .tablet\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .tablet\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .tablet\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .tablet\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .tablet\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .tablet\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .tablet\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .tablet\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .tablet\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .tablet\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .tablet\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .tablet\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .tablet\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .tablet\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .tablet\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .tablet\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .tablet\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .tablet\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .tablet\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .tablet\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .tablet\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .tablet\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .tablet\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .tablet\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .tablet\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .tablet\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .tablet\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .tablet\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .tablet\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .tablet\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .tablet\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .tablet\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .tablet\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .tablet\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .tablet\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .tablet\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .tablet\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .tablet\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .tablet\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .tablet\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .tablet\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .tablet\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .tablet\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .tablet\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .tablet\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .tablet\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .tablet\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .tablet\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .tablet\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .tablet\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .tablet\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .tablet\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .tablet\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .tablet\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .tablet\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .tablet\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .tablet\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .tablet\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .tablet\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .tablet\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .tablet\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .tablet\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .tablet\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .tablet\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .tablet\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .tablet\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .tablet\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .tablet\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .tablet\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .tablet\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .tablet\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .tablet\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .tablet\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .tablet\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .tablet\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .tablet\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .tablet\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .tablet\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .tablet\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .tablet\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .tablet\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .tablet\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .tablet\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .tablet\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .tablet\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .tablet\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .tablet\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .tablet\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .tablet\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .tablet\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .tablet\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .tablet\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .tablet\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .tablet\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .tablet\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .tablet\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .tablet\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .tablet\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .tablet\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .tablet\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .tablet\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .tablet\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .tablet\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .tablet\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .tablet\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .tablet\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .tablet\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .tablet\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .tablet\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .tablet\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .tablet\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .tablet\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .tablet\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .tablet\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .tablet\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .tablet\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .tablet\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .tablet\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .tablet\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .tablet\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .tablet\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .tablet\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .tablet\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .tablet\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .tablet\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .tablet\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .tablet\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .tablet\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .tablet\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .tablet\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .tablet\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .tablet\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .tablet\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .tablet\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .tablet\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .tablet\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .tablet\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .tablet\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .tablet\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .tablet\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .tablet\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .tablet\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .tablet\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .tablet\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .tablet\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .tablet\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .tablet\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .tablet\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .tablet\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .tablet\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .tablet\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .tablet\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .tablet\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .tablet\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .tablet\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .tablet\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .tablet\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .tablet\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .tablet\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .tablet\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .tablet\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .tablet\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .tablet\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .tablet\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .tablet\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .tablet\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .tablet\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .tablet\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .tablet\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .tablet\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .tablet\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .tablet\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .tablet\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .tablet\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .tablet\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .tablet\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .tablet\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .tablet\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .tablet\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .tablet\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .tablet\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .tablet\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .tablet\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .tablet\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .tablet\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .tablet\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .tablet\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .tablet\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .tablet\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .tablet\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .tablet\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .tablet\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .tablet\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .tablet\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .tablet\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .tablet\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .tablet\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .tablet\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .tablet\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .tablet\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .tablet\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .tablet\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .tablet\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .tablet\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .tablet\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .tablet\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .tablet\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .tablet\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .tablet\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .tablet\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .tablet\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .tablet\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .tablet\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .tablet\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .tablet\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .tablet\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .tablet\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .tablet\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .tablet\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .tablet\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .tablet\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .tablet\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .tablet\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .tablet\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .tablet\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .tablet\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .tablet\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .tablet\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .tablet\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .tablet\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .tablet\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .tablet\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .tablet\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .tablet\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .tablet\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .tablet\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .tablet\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .tablet\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .tablet\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .tablet\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .tablet\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .tablet\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .tablet\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .tablet\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .tablet\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .tablet\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .tablet\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .tablet\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .tablet\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .tablet\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .tablet\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .tablet\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .tablet\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .tablet\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .tablet\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .tablet\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .tablet\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .tablet\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .tablet\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .tablet\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .tablet\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .tablet\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .tablet\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .tablet\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .tablet\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .tablet\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .tablet\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .tablet\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .tablet\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .tablet\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .tablet\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .tablet\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .tablet\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .tablet\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .tablet\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .tablet\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .tablet\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .tablet\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .tablet\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .tablet\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .tablet\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .tablet\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .tablet\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .tablet\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .tablet\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .tablet\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .tablet\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .tablet\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .tablet\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .tablet\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .tablet\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .tablet\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .tablet\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .tablet\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .tablet\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .tablet\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .tablet\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .tablet\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .tablet\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .tablet\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .tablet\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .tablet\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .tablet\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .tablet\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .tablet\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .tablet\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .tablet\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .tablet\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .tablet\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .tablet\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .tablet\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .tablet\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .tablet\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .tablet\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .tablet\:skew-x-8 {
    --transform-skew-x: 8deg;
  }

  .tablet\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .tablet\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .tablet\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .tablet\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .tablet\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .tablet\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .tablet\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .tablet\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .tablet\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .tablet\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .tablet\:skew-y-8 {
    --transform-skew-y: 8deg;
  }

  .tablet\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .tablet\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .tablet\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .tablet\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .tablet\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .tablet\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .tablet\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .tablet\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .tablet\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .tablet\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .tablet\:hover\:skew-x-8:hover {
    --transform-skew-x: 8deg;
  }

  .tablet\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .tablet\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .tablet\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .tablet\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .tablet\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .tablet\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .tablet\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .tablet\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .tablet\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .tablet\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .tablet\:hover\:skew-y-8:hover {
    --transform-skew-y: 8deg;
  }

  .tablet\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .tablet\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .tablet\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .tablet\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .tablet\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .tablet\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .tablet\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .tablet\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .tablet\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .tablet\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .tablet\:focus\:skew-x-8:focus {
    --transform-skew-x: 8deg;
  }

  .tablet\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .tablet\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .tablet\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .tablet\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .tablet\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .tablet\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .tablet\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .tablet\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .tablet\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .tablet\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .tablet\:focus\:skew-y-8:focus {
    --transform-skew-y: 8deg;
  }

  .tablet\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .tablet\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .tablet\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .tablet\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .tablet\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .tablet\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .tablet\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .tablet\:transition-none {
    transition-property: none;
  }

  .tablet\:transition-all {
    transition-property: all;
  }

  .tablet\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .tablet\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .tablet\:transition-opacity {
    transition-property: opacity;
  }

  .tablet\:transition-shadow {
    transition-property: box-shadow;
  }

  .tablet\:transition-transform {
    transition-property: transform;
  }

  .tablet\:ease-linear {
    transition-timing-function: linear;
  }

  .tablet\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tablet\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tablet\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .tablet\:duration-75 {
    transition-duration: 75ms;
  }

  .tablet\:duration-100 {
    transition-duration: 100ms;
  }

  .tablet\:duration-150 {
    transition-duration: 150ms;
  }

  .tablet\:duration-200 {
    transition-duration: 200ms;
  }

  .tablet\:duration-300 {
    transition-duration: 300ms;
  }

  .tablet\:duration-500 {
    transition-duration: 500ms;
  }

  .tablet\:duration-700 {
    transition-duration: 700ms;
  }

  .tablet\:duration-1000 {
    transition-duration: 1000ms;
  }

  .tablet\:delay-75 {
    transition-delay: 75ms;
  }

  .tablet\:delay-100 {
    transition-delay: 100ms;
  }

  .tablet\:delay-150 {
    transition-delay: 150ms;
  }

  .tablet\:delay-200 {
    transition-delay: 200ms;
  }

  .tablet\:delay-300 {
    transition-delay: 300ms;
  }

  .tablet\:delay-500 {
    transition-delay: 500ms;
  }

  .tablet\:delay-700 {
    transition-delay: 700ms;
  }

  .tablet\:delay-1000 {
    transition-delay: 1000ms;
  }

  .tablet\:animate-none {
    animation: none;
  }

  .tablet\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .tablet\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tablet\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tablet\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .lg\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .lg\:col {
      padding-left: 30px
  }
    }

  .lg\:sp-t--sm {
    margin-top: 2.5rem
  }

  .lg\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .lg\:sp-t {
      margin-top: 3.75rem
  }
    }

  .lg\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .lg\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:-order-1 {
    order: -1;
  }

  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .lg\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .lg\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .lg\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .lg\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .lg\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .lg\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .lg\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .lg\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .lg\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .lg\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .lg\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .lg\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .lg\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .lg\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .lg\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .lg\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .lg\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .lg\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .lg\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .lg\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .lg\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .lg\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .lg\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .lg\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .lg\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .lg\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .lg\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .lg\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .lg\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .lg\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .lg\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .lg\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .lg\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .lg\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .lg\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .lg\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .lg\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .lg\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .lg\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .lg\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .lg\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .lg\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .lg\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .lg\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .lg\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .lg\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .lg\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .lg\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .lg\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .lg\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .lg\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .lg\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .lg\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .lg\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .lg\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .lg\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .lg\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .lg\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .lg\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .lg\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .lg\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .lg\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .lg\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .lg\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .lg\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .lg\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .lg\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .lg\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .lg\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .lg\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .lg\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .lg\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .lg\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .lg\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .lg\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .lg\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .lg\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .lg\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .lg\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .lg\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .lg\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .lg\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .lg\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .lg\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .lg\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .lg\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .lg\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .lg\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .lg\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .lg\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .lg\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .lg\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .lg\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .lg\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .lg\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .lg\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .lg\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .lg\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .lg\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .lg\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .lg\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .lg\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .lg\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .lg\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .lg\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .lg\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .lg\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .lg\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .lg\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .lg\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .lg\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .lg\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .lg\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .lg\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .lg\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .lg\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .lg\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .lg\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .lg\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .lg\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .lg\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .lg\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .lg\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .lg\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .lg\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .lg\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .lg\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .lg\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .lg\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .lg\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .lg\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .lg\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .lg\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .lg\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .lg\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .lg\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .lg\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .lg\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .lg\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .lg\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .lg\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .lg\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .lg\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .lg\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .lg\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .lg\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .lg\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .lg\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .lg\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .lg\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .lg\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .lg\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .lg\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .lg\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .lg\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .lg\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .lg\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .lg\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .lg\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .lg\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .lg\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .lg\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .lg\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .lg\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .lg\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .lg\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .lg\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .lg\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .lg\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .lg\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .lg\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .lg\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .lg\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .lg\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .lg\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .lg\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .lg\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .lg\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .lg\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .lg\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .lg\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .lg\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .lg\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .lg\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .lg\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .lg\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .lg\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .lg\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .lg\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .lg\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .lg\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .lg\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .lg\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .lg\:to-transparent {
    --gradient-to-color: transparent;
  }

  .lg\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .lg\:to-black {
    --gradient-to-color: #000;
  }

  .lg\:to-white {
    --gradient-to-color: #fff;
  }

  .lg\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .lg\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .lg\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .lg\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .lg\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .lg\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .lg\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .lg\:to-red {
    --gradient-to-color: #e94848;
  }

  .lg\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .lg\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .lg\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .lg\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .lg\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .lg\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .lg\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .lg\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .lg\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .lg\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .lg\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .lg\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .lg\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .lg\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .lg\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .lg\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .lg\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .lg\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .lg\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .lg\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .lg\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .lg\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .lg\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .lg\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .lg\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .lg\:to-purple {
    --gradient-to-color: #615287;
  }

  .lg\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .lg\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .lg\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .lg\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .lg\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .lg\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .lg\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .lg\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .lg\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .lg\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .lg\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .lg\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .lg\:to-lime {
    --gradient-to-color: #bad067;
  }

  .lg\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .lg\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .lg\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .lg\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .lg\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .lg\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .lg\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .lg\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .lg\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .lg\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .lg\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .lg\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .lg\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .lg\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .lg\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .lg\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .lg\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .lg\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .lg\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .lg\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .lg\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .lg\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .lg\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .lg\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .lg\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .lg\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .lg\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .lg\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .lg\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .lg\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .lg\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .lg\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .lg\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .lg\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .lg\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .lg\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .lg\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .lg\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .lg\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .lg\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .lg\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .lg\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .lg\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .lg\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .lg\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .lg\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .lg\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .lg\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .lg\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .lg\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .lg\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .lg\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .lg\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .lg\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .lg\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .lg\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .lg\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .lg\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .lg\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .lg\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .lg\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .lg\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .lg\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .lg\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .lg\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .lg\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .lg\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .lg\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .lg\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .lg\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .lg\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .lg\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .lg\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .lg\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .lg\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .lg\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .lg\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .lg\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .lg\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .lg\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .lg\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .lg\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .lg\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .lg\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .lg\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .lg\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .lg\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .lg\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .lg\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .lg\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .lg\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .lg\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .lg\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .lg\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .lg\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .lg\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .lg\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .lg\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .lg\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .lg\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .lg\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .lg\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .lg\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .lg\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .lg\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .lg\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .lg\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .lg\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .lg\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .lg\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .lg\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .lg\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .lg\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .lg\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .lg\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .lg\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .lg\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .lg\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .lg\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .lg\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .lg\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .lg\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .lg\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .lg\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .lg\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .lg\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .lg\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .lg\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .lg\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .lg\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .lg\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .lg\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .lg\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .lg\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .lg\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .lg\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .lg\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .lg\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .lg\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .lg\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .lg\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .lg\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .lg\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .lg\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .lg\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .lg\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .lg\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .lg\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .lg\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .lg\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .lg\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .lg\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .lg\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .lg\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .lg\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .lg\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .lg\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .lg\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .lg\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .lg\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .lg\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .lg\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .lg\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .lg\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .lg\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .lg\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .lg\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .lg\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .lg\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .lg\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .lg\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .lg\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .lg\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .lg\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .lg\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .lg\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .lg\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .lg\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .lg\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .lg\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .lg\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .lg\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .lg\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .lg\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .lg\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .lg\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .lg\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .lg\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .lg\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .lg\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .lg\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .lg\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .lg\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .lg\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .lg\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .lg\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .lg\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .lg\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .lg\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .lg\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .lg\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .lg\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .lg\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .lg\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .lg\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .lg\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .lg\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .lg\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .lg\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .lg\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .lg\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .lg\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .lg\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .lg\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .lg\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .lg\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .lg\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .lg\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .lg\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .lg\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .lg\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .lg\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .lg\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .lg\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .lg\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .lg\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .lg\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .lg\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .lg\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .lg\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .lg\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .lg\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .lg\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .lg\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .lg\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .lg\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .lg\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .lg\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .lg\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .lg\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .lg\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .lg\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .lg\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .lg\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .lg\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .lg\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .lg\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .lg\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .lg\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .lg\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .lg\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .lg\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .lg\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .lg\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .lg\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .lg\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .lg\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .lg\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .lg\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .lg\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .lg\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .lg\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .lg\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .lg\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .lg\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .lg\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .lg\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .lg\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .lg\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .lg\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .lg\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .lg\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .lg\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .lg\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .lg\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .lg\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .lg\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .lg\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .lg\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .lg\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .lg\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .lg\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .lg\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .lg\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .lg\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .lg\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .lg\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .lg\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .lg\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .lg\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .lg\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .lg\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .lg\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .lg\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .lg\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .lg\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .lg\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .lg\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .lg\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .lg\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .lg\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .lg\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .lg\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .lg\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .lg\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .lg\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .lg\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .lg\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .lg\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .lg\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .lg\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .lg\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .lg\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .lg\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .lg\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .lg\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .lg\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .lg\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .lg\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .lg\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .lg\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .lg\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .lg\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .lg\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .lg\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .lg\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .lg\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .lg\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .lg\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .lg\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .lg\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .lg\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .lg\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .lg\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .lg\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .lg\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .lg\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .lg\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .lg\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .lg\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .lg\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .lg\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .lg\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .lg\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .lg\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .lg\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .lg\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .lg\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .lg\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .lg\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .lg\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .lg\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .lg\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .lg\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .lg\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .lg\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .lg\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .lg\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .lg\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .lg\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .lg\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0;
  }

  .lg\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .lg\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .lg\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .lg\:rounded-12 {
    border-radius: 12px;
  }

  .lg\:rounded-14 {
    border-radius: 56px;
  }

  .lg\:rounded-20 {
    border-radius: 20px;
  }

  .lg\:rounded-30 {
    border-radius: 30px;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 1.875rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .lg\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .lg\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .lg\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .lg\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .lg\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .lg\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .lg\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .lg\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lg\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .lg\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .lg\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .lg\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .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-12 {
    border-top-left-radius: 12px;
  }

  .lg\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .lg\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .lg\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .lg\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .lg\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .lg\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .lg\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .lg\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .lg\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .lg\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .lg\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .lg\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .lg\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-6 {
    border-width: 6px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-6 {
    border-top-width: 6px;
  }

  .lg\:border-r-6 {
    border-right-width: 6px;
  }

  .lg\:border-b-6 {
    border-bottom-width: 6px;
  }

  .lg\:border-l-6 {
    border-left-width: 6px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:hover\:border-0:hover {
    border-width: 0;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px;
  }

  .lg\:hover\:border-3:hover {
    border-width: 3px;
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px;
  }

  .lg\:hover\:border-6:hover {
    border-width: 6px;
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px;
  }

  .lg\:hover\:border:hover {
    border-width: 1px;
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .lg\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .lg\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .lg\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .lg\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .lg\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .lg\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .lg\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .lg\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .lg\:first\:border-0:first-child {
    border-width: 0;
  }

  .lg\:first\:border-2:first-child {
    border-width: 2px;
  }

  .lg\:first\:border-3:first-child {
    border-width: 3px;
  }

  .lg\:first\:border-4:first-child {
    border-width: 4px;
  }

  .lg\:first\:border-6:first-child {
    border-width: 6px;
  }

  .lg\:first\:border-8:first-child {
    border-width: 8px;
  }

  .lg\:first\:border:first-child {
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .lg\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .lg\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .lg\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .lg\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .lg\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .lg\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .lg\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .lg\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .lg\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .lg\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .lg\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .lg\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .lg\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .lg\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .lg\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .lg\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .lg\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .lg\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .lg\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .lg\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .lg\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .lg\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .lg\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .lg\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child {
    border-width: 0;
  }

  .lg\:last\:border-2:last-child {
    border-width: 2px;
  }

  .lg\:last\:border-3:last-child {
    border-width: 3px;
  }

  .lg\:last\:border-4:last-child {
    border-width: 4px;
  }

  .lg\:last\:border-6:last-child {
    border-width: 6px;
  }

  .lg\:last\:border-8:last-child {
    border-width: 8px;
  }

  .lg\:last\:border:last-child {
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .lg\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .lg\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .lg\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .lg\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .lg\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .lg\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .lg\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .lg\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .lg\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .lg\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .lg\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .lg\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\: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\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:place-items-auto {
    place-items: auto;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-auto {
    justify-items: auto;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .lg\:font-cerapro {
    font-family: CeraPRO;
  }

  .lg\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .lg\:font-dinround {
    font-family: DINRound;
  }

  .lg\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .lg\:font-vibur {
    font-family: Vibur;
  }

  .lg\:font-clash {
    font-family: ClashDisplay;
  }

  .lg\:font-europa {
    font-family: europa;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-26 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-2px {
    height: 2px;
  }

  .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\:h-10px {
    height: 0.625rem;
  }

  .lg\:h-20px {
    height: 20px;
  }

  .lg\:h-30px {
    height: 30px;
  }

  .lg\:text-xs {
    font-size: 0.875rem;
  }

  .lg\:text-sm {
    font-size: 1rem;
  }

  .lg\:text-base {
    font-size: 1.125rem;
  }

  .lg\:text-lg {
    font-size: 1.3125rem;
  }

  .lg\:text-xl {
    font-size: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 2rem;
  }

  .lg\:text-3xl {
    font-size: 3.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-3xs {
    font-size: 0.6875rem;
  }

  .lg\:text-2xs {
    font-size: 0.75rem;
  }

  .lg\:text-lsm {
    font-size: 1.0625rem;
  }

  .lg\:text-xlg {
    font-size: 1.625rem;
  }

  .lg\:text-2-25xl {
    font-size: 2.25rem;
  }

  .lg\:text-2-5xl {
    font-size: 2.375rem;
  }

  .lg\:text-2-6xl {
    font-size: 2.5rem;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-15 {
    margin: 3.75rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-26 {
    margin: 7rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-2px {
    margin: 2px;
  }

  .lg\:m-1\/2 {
    margin: 50%;
  }

  .lg\:m-1\/3 {
    margin: 33.333333%;
  }

  .lg\:m-2\/3 {
    margin: 66.666667%;
  }

  .lg\:m-1\/4 {
    margin: 25%;
  }

  .lg\:m-2\/4 {
    margin: 50%;
  }

  .lg\:m-3\/4 {
    margin: 75%;
  }

  .lg\:m-1\/5 {
    margin: 20%;
  }

  .lg\:m-2\/5 {
    margin: 40%;
  }

  .lg\:m-3\/5 {
    margin: 60%;
  }

  .lg\:m-4\/5 {
    margin: 80%;
  }

  .lg\:m-1\/6 {
    margin: 16.666667%;
  }

  .lg\:m-2\/6 {
    margin: 33.333333%;
  }

  .lg\:m-3\/6 {
    margin: 50%;
  }

  .lg\:m-4\/6 {
    margin: 66.666667%;
  }

  .lg\:m-5\/6 {
    margin: 83.333333%;
  }

  .lg\:m-1\/12 {
    margin: 8.333333%;
  }

  .lg\:m-2\/12 {
    margin: 16.666667%;
  }

  .lg\:m-3\/12 {
    margin: 25%;
  }

  .lg\:m-4\/12 {
    margin: 33.333333%;
  }

  .lg\:m-5\/12 {
    margin: 41.666667%;
  }

  .lg\:m-6\/12 {
    margin: 50%;
  }

  .lg\:m-7\/12 {
    margin: 58.333333%;
  }

  .lg\:m-8\/12 {
    margin: 66.666667%;
  }

  .lg\:m-9\/12 {
    margin: 75%;
  }

  .lg\:m-10\/12 {
    margin: 83.333333%;
  }

  .lg\:m-11\/12 {
    margin: 91.666667%;
  }

  .lg\:m-full {
    margin: 100%;
  }

  .lg\:m-screen {
    margin: 100vw;
  }

  .lg\:m-10px {
    margin: 0.625rem;
  }

  .lg\:m-20px {
    margin: 20px;
  }

  .lg\:m-30px {
    margin: 30px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-15 {
    margin: -3.75rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-26 {
    margin: -7rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-2px {
    margin: -2px;
  }

  .lg\:-m-1\/2 {
    margin: -50%;
  }

  .lg\:-m-1\/3 {
    margin: -33.33333%;
  }

  .lg\:-m-2\/3 {
    margin: -66.66667%;
  }

  .lg\:-m-1\/4 {
    margin: -25%;
  }

  .lg\:-m-2\/4 {
    margin: -50%;
  }

  .lg\:-m-3\/4 {
    margin: -75%;
  }

  .lg\:-m-1\/5 {
    margin: -20%;
  }

  .lg\:-m-2\/5 {
    margin: -40%;
  }

  .lg\:-m-3\/5 {
    margin: -60%;
  }

  .lg\:-m-4\/5 {
    margin: -80%;
  }

  .lg\:-m-1\/6 {
    margin: -16.66667%;
  }

  .lg\:-m-2\/6 {
    margin: -33.33333%;
  }

  .lg\:-m-3\/6 {
    margin: -50%;
  }

  .lg\:-m-4\/6 {
    margin: -66.66667%;
  }

  .lg\:-m-5\/6 {
    margin: -83.33333%;
  }

  .lg\:-m-1\/12 {
    margin: -8.33333%;
  }

  .lg\:-m-2\/12 {
    margin: -16.66667%;
  }

  .lg\:-m-3\/12 {
    margin: -25%;
  }

  .lg\:-m-4\/12 {
    margin: -33.33333%;
  }

  .lg\:-m-5\/12 {
    margin: -41.66667%;
  }

  .lg\:-m-6\/12 {
    margin: -50%;
  }

  .lg\:-m-7\/12 {
    margin: -58.33333%;
  }

  .lg\:-m-8\/12 {
    margin: -66.66667%;
  }

  .lg\:-m-9\/12 {
    margin: -75%;
  }

  .lg\:-m-10\/12 {
    margin: -83.33333%;
  }

  .lg\:-m-11\/12 {
    margin: -91.66667%;
  }

  .lg\:-m-full {
    margin: -100%;
  }

  .lg\:-m-screen {
    margin: -100vw;
  }

  .lg\:-m-10px {
    margin: -0.625rem;
  }

  .lg\:-m-20px {
    margin: -20px;
  }

  .lg\:-m-30px {
    margin: -30px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .lg\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .lg\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .lg\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .lg\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .lg\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .lg\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .lg\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .lg\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .lg\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .lg\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .lg\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .lg\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .lg\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .lg\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .lg\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .lg\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .lg\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .lg\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-15 {
    margin-top: 3.75rem;
  }

  .lg\:mr-15 {
    margin-right: 3.75rem;
  }

  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .lg\:ml-15 {
    margin-left: 3.75rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-26 {
    margin-top: 7rem;
  }

  .lg\:mr-26 {
    margin-right: 7rem;
  }

  .lg\:mb-26 {
    margin-bottom: 7rem;
  }

  .lg\:ml-26 {
    margin-left: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mt-2px {
    margin-top: 2px;
  }

  .lg\:mr-2px {
    margin-right: 2px;
  }

  .lg\:mb-2px {
    margin-bottom: 2px;
  }

  .lg\:ml-2px {
    margin-left: 2px;
  }

  .lg\:mt-1\/2 {
    margin-top: 50%;
  }

  .lg\:mr-1\/2 {
    margin-right: 50%;
  }

  .lg\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .lg\:ml-1\/2 {
    margin-left: 50%;
  }

  .lg\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .lg\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .lg\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .lg\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .lg\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .lg\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .lg\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .lg\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .lg\:mt-1\/4 {
    margin-top: 25%;
  }

  .lg\:mr-1\/4 {
    margin-right: 25%;
  }

  .lg\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .lg\:ml-1\/4 {
    margin-left: 25%;
  }

  .lg\:mt-2\/4 {
    margin-top: 50%;
  }

  .lg\:mr-2\/4 {
    margin-right: 50%;
  }

  .lg\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .lg\:ml-2\/4 {
    margin-left: 50%;
  }

  .lg\:mt-3\/4 {
    margin-top: 75%;
  }

  .lg\:mr-3\/4 {
    margin-right: 75%;
  }

  .lg\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .lg\:ml-3\/4 {
    margin-left: 75%;
  }

  .lg\:mt-1\/5 {
    margin-top: 20%;
  }

  .lg\:mr-1\/5 {
    margin-right: 20%;
  }

  .lg\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .lg\:ml-1\/5 {
    margin-left: 20%;
  }

  .lg\:mt-2\/5 {
    margin-top: 40%;
  }

  .lg\:mr-2\/5 {
    margin-right: 40%;
  }

  .lg\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .lg\:ml-2\/5 {
    margin-left: 40%;
  }

  .lg\:mt-3\/5 {
    margin-top: 60%;
  }

  .lg\:mr-3\/5 {
    margin-right: 60%;
  }

  .lg\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .lg\:ml-3\/5 {
    margin-left: 60%;
  }

  .lg\:mt-4\/5 {
    margin-top: 80%;
  }

  .lg\:mr-4\/5 {
    margin-right: 80%;
  }

  .lg\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .lg\:ml-4\/5 {
    margin-left: 80%;
  }

  .lg\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .lg\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .lg\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .lg\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .lg\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .lg\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .lg\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .lg\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .lg\:mt-3\/6 {
    margin-top: 50%;
  }

  .lg\:mr-3\/6 {
    margin-right: 50%;
  }

  .lg\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .lg\:ml-3\/6 {
    margin-left: 50%;
  }

  .lg\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .lg\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .lg\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .lg\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .lg\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .lg\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .lg\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .lg\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .lg\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .lg\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .lg\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .lg\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .lg\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .lg\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .lg\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .lg\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .lg\:mt-3\/12 {
    margin-top: 25%;
  }

  .lg\:mr-3\/12 {
    margin-right: 25%;
  }

  .lg\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .lg\:ml-3\/12 {
    margin-left: 25%;
  }

  .lg\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .lg\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .lg\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .lg\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .lg\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .lg\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .lg\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .lg\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .lg\:mt-6\/12 {
    margin-top: 50%;
  }

  .lg\:mr-6\/12 {
    margin-right: 50%;
  }

  .lg\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .lg\:ml-6\/12 {
    margin-left: 50%;
  }

  .lg\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .lg\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .lg\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .lg\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .lg\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .lg\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .lg\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .lg\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .lg\:mt-9\/12 {
    margin-top: 75%;
  }

  .lg\:mr-9\/12 {
    margin-right: 75%;
  }

  .lg\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .lg\:ml-9\/12 {
    margin-left: 75%;
  }

  .lg\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .lg\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .lg\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .lg\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .lg\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .lg\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .lg\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .lg\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .lg\:mt-full {
    margin-top: 100%;
  }

  .lg\:mr-full {
    margin-right: 100%;
  }

  .lg\:mb-full {
    margin-bottom: 100%;
  }

  .lg\:ml-full {
    margin-left: 100%;
  }

  .lg\:mt-screen {
    margin-top: 100vw;
  }

  .lg\:mr-screen {
    margin-right: 100vw;
  }

  .lg\:mb-screen {
    margin-bottom: 100vw;
  }

  .lg\:ml-screen {
    margin-left: 100vw;
  }

  .lg\:mt-10px {
    margin-top: 0.625rem;
  }

  .lg\:mr-10px {
    margin-right: 0.625rem;
  }

  .lg\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .lg\:ml-10px {
    margin-left: 0.625rem;
  }

  .lg\:mt-20px {
    margin-top: 20px;
  }

  .lg\:mr-20px {
    margin-right: 20px;
  }

  .lg\:mb-20px {
    margin-bottom: 20px;
  }

  .lg\:ml-20px {
    margin-left: 20px;
  }

  .lg\:mt-30px {
    margin-top: 30px;
  }

  .lg\:mr-30px {
    margin-right: 30px;
  }

  .lg\:mb-30px {
    margin-bottom: 30px;
  }

  .lg\:ml-30px {
    margin-left: 30px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-15 {
    margin-top: -3.75rem;
  }

  .lg\:-mr-15 {
    margin-right: -3.75rem;
  }

  .lg\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-15 {
    margin-left: -3.75rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-26 {
    margin-top: -7rem;
  }

  .lg\:-mr-26 {
    margin-right: -7rem;
  }

  .lg\:-mb-26 {
    margin-bottom: -7rem;
  }

  .lg\:-ml-26 {
    margin-left: -7rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mt-2px {
    margin-top: -2px;
  }

  .lg\:-mr-2px {
    margin-right: -2px;
  }

  .lg\:-mb-2px {
    margin-bottom: -2px;
  }

  .lg\:-ml-2px {
    margin-left: -2px;
  }

  .lg\:-mt-1\/2 {
    margin-top: -50%;
  }

  .lg\:-mr-1\/2 {
    margin-right: -50%;
  }

  .lg\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .lg\:-ml-1\/2 {
    margin-left: -50%;
  }

  .lg\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .lg\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .lg\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .lg\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .lg\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .lg\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .lg\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .lg\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .lg\:-mt-1\/4 {
    margin-top: -25%;
  }

  .lg\:-mr-1\/4 {
    margin-right: -25%;
  }

  .lg\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .lg\:-ml-1\/4 {
    margin-left: -25%;
  }

  .lg\:-mt-2\/4 {
    margin-top: -50%;
  }

  .lg\:-mr-2\/4 {
    margin-right: -50%;
  }

  .lg\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .lg\:-ml-2\/4 {
    margin-left: -50%;
  }

  .lg\:-mt-3\/4 {
    margin-top: -75%;
  }

  .lg\:-mr-3\/4 {
    margin-right: -75%;
  }

  .lg\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .lg\:-ml-3\/4 {
    margin-left: -75%;
  }

  .lg\:-mt-1\/5 {
    margin-top: -20%;
  }

  .lg\:-mr-1\/5 {
    margin-right: -20%;
  }

  .lg\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .lg\:-ml-1\/5 {
    margin-left: -20%;
  }

  .lg\:-mt-2\/5 {
    margin-top: -40%;
  }

  .lg\:-mr-2\/5 {
    margin-right: -40%;
  }

  .lg\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .lg\:-ml-2\/5 {
    margin-left: -40%;
  }

  .lg\:-mt-3\/5 {
    margin-top: -60%;
  }

  .lg\:-mr-3\/5 {
    margin-right: -60%;
  }

  .lg\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .lg\:-ml-3\/5 {
    margin-left: -60%;
  }

  .lg\:-mt-4\/5 {
    margin-top: -80%;
  }

  .lg\:-mr-4\/5 {
    margin-right: -80%;
  }

  .lg\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .lg\:-ml-4\/5 {
    margin-left: -80%;
  }

  .lg\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .lg\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .lg\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .lg\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .lg\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .lg\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .lg\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .lg\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .lg\:-mt-3\/6 {
    margin-top: -50%;
  }

  .lg\:-mr-3\/6 {
    margin-right: -50%;
  }

  .lg\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .lg\:-ml-3\/6 {
    margin-left: -50%;
  }

  .lg\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .lg\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .lg\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .lg\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .lg\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .lg\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .lg\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .lg\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .lg\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .lg\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .lg\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .lg\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .lg\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .lg\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .lg\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .lg\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .lg\:-mt-3\/12 {
    margin-top: -25%;
  }

  .lg\:-mr-3\/12 {
    margin-right: -25%;
  }

  .lg\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .lg\:-ml-3\/12 {
    margin-left: -25%;
  }

  .lg\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .lg\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .lg\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .lg\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .lg\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .lg\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .lg\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .lg\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .lg\:-mt-6\/12 {
    margin-top: -50%;
  }

  .lg\:-mr-6\/12 {
    margin-right: -50%;
  }

  .lg\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .lg\:-ml-6\/12 {
    margin-left: -50%;
  }

  .lg\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .lg\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .lg\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .lg\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .lg\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .lg\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .lg\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .lg\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .lg\:-mt-9\/12 {
    margin-top: -75%;
  }

  .lg\:-mr-9\/12 {
    margin-right: -75%;
  }

  .lg\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .lg\:-ml-9\/12 {
    margin-left: -75%;
  }

  .lg\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .lg\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .lg\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .lg\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .lg\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .lg\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .lg\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .lg\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .lg\:-mt-full {
    margin-top: -100%;
  }

  .lg\:-mr-full {
    margin-right: -100%;
  }

  .lg\:-mb-full {
    margin-bottom: -100%;
  }

  .lg\:-ml-full {
    margin-left: -100%;
  }

  .lg\:-mt-screen {
    margin-top: -100vw;
  }

  .lg\:-mr-screen {
    margin-right: -100vw;
  }

  .lg\:-mb-screen {
    margin-bottom: -100vw;
  }

  .lg\:-ml-screen {
    margin-left: -100vw;
  }

  .lg\:-mt-10px {
    margin-top: -0.625rem;
  }

  .lg\:-mr-10px {
    margin-right: -0.625rem;
  }

  .lg\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .lg\:-ml-10px {
    margin-left: -0.625rem;
  }

  .lg\:-mt-20px {
    margin-top: -20px;
  }

  .lg\:-mr-20px {
    margin-right: -20px;
  }

  .lg\:-mb-20px {
    margin-bottom: -20px;
  }

  .lg\:-ml-20px {
    margin-left: -20px;
  }

  .lg\:-mt-30px {
    margin-top: -30px;
  }

  .lg\:-mr-30px {
    margin-right: -30px;
  }

  .lg\:-mb-30px {
    margin-bottom: -30px;
  }

  .lg\:-ml-30px {
    margin-left: -30px;
  }

  .lg\:first\:m-0:first-child {
    margin: 0;
  }

  .lg\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .lg\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .lg\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .lg\:first\:m-4:first-child {
    margin: 1rem;
  }

  .lg\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .lg\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .lg\:first\:m-8:first-child {
    margin: 2rem;
  }

  .lg\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .lg\:first\:m-12:first-child {
    margin: 3rem;
  }

  .lg\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .lg\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .lg\:first\:m-16:first-child {
    margin: 4rem;
  }

  .lg\:first\:m-20:first-child {
    margin: 5rem;
  }

  .lg\:first\:m-24:first-child {
    margin: 6rem;
  }

  .lg\:first\:m-26:first-child {
    margin: 7rem;
  }

  .lg\:first\:m-32:first-child {
    margin: 8rem;
  }

  .lg\:first\:m-36:first-child {
    margin: 9rem;
  }

  .lg\:first\:m-40:first-child {
    margin: 10rem;
  }

  .lg\:first\:m-48:first-child {
    margin: 12rem;
  }

  .lg\:first\:m-56:first-child {
    margin: 14rem;
  }

  .lg\:first\:m-64:first-child {
    margin: 16rem;
  }

  .lg\:first\:m-auto:first-child {
    margin: auto;
  }

  .lg\:first\:m-px:first-child {
    margin: 1px;
  }

  .lg\:first\:m-2px:first-child {
    margin: 2px;
  }

  .lg\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .lg\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .lg\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .lg\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .lg\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .lg\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .lg\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .lg\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .lg\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .lg\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .lg\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .lg\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .lg\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .lg\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .lg\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .lg\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .lg\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .lg\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .lg\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .lg\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .lg\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .lg\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .lg\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .lg\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .lg\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .lg\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .lg\:first\:m-full:first-child {
    margin: 100%;
  }

  .lg\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .lg\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .lg\:first\:m-20px:first-child {
    margin: 20px;
  }

  .lg\:first\:m-30px:first-child {
    margin: 30px;
  }

  .lg\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .lg\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .lg\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .lg\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .lg\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .lg\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .lg\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .lg\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .lg\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .lg\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .lg\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .lg\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .lg\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .lg\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .lg\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .lg\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .lg\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .lg\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .lg\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .lg\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .lg\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .lg\:first\:-m-px:first-child {
    margin: -1px;
  }

  .lg\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .lg\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .lg\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .lg\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .lg\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .lg\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .lg\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .lg\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .lg\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .lg\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .lg\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .lg\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .lg\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .lg\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .lg\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .lg\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .lg\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .lg\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .lg\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .lg\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .lg\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .lg\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .lg\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .lg\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .lg\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .lg\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .lg\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .lg\:first\:-m-full:first-child {
    margin: -100%;
  }

  .lg\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .lg\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .lg\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .lg\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .lg\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .lg\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .lg\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .lg\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .lg\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .lg\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .lg\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .lg\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .lg\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .lg\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .lg\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .lg\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .lg\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .lg\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .lg\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .lg\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .lg\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .lg\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .lg\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .lg\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .lg\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .lg\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .lg\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .lg\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .lg\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .lg\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .lg\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .lg\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .lg\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .lg\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .lg\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .lg\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .lg\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .lg\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .lg\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .lg\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .lg\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .lg\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .lg\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .lg\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .lg\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .lg\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .lg\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .lg\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .lg\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .lg\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .lg\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .lg\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .lg\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .lg\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .lg\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .lg\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .lg\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .lg\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .lg\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .lg\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .lg\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .lg\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .lg\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .lg\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .lg\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .lg\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .lg\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .lg\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .lg\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .lg\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .lg\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .lg\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .lg\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .lg\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .lg\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .lg\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .lg\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .lg\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .lg\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .lg\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .lg\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .lg\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .lg\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .lg\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .lg\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .lg\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .lg\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .lg\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .lg\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .lg\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .lg\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .lg\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .lg\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .lg\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .lg\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .lg\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .lg\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .lg\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .lg\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .lg\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .lg\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .lg\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .lg\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .lg\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .lg\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .lg\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .lg\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .lg\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .lg\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .lg\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .lg\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .lg\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .lg\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .lg\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .lg\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .lg\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .lg\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .lg\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .lg\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .lg\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .lg\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .lg\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .lg\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .lg\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .lg\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .lg\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .lg\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .lg\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .lg\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .lg\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .lg\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .lg\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .lg\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .lg\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .lg\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .lg\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .lg\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .lg\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .lg\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .lg\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .lg\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .lg\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .lg\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .lg\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .lg\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .lg\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .lg\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .lg\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .lg\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .lg\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .lg\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .lg\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .lg\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .lg\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .lg\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .lg\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .lg\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .lg\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .lg\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .lg\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .lg\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .lg\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .lg\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .lg\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .lg\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .lg\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .lg\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .lg\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .lg\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .lg\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .lg\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .lg\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .lg\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .lg\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .lg\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .lg\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .lg\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .lg\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .lg\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .lg\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .lg\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .lg\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .lg\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .lg\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .lg\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .lg\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .lg\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .lg\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .lg\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .lg\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .lg\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .lg\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .lg\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .lg\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .lg\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .lg\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .lg\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .lg\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .lg\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .lg\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .lg\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .lg\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .lg\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .lg\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .lg\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .lg\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .lg\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .lg\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .lg\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .lg\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .lg\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .lg\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .lg\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .lg\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .lg\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .lg\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .lg\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .lg\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .lg\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .lg\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .lg\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .lg\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .lg\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .lg\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .lg\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .lg\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .lg\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .lg\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .lg\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .lg\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .lg\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .lg\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .lg\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .lg\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .lg\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .lg\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .lg\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .lg\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .lg\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .lg\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .lg\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .lg\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .lg\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .lg\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .lg\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .lg\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .lg\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .lg\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .lg\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .lg\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .lg\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .lg\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .lg\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .lg\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .lg\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .lg\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .lg\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .lg\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .lg\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .lg\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .lg\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .lg\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .lg\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .lg\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .lg\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .lg\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .lg\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .lg\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .lg\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .lg\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .lg\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .lg\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .lg\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .lg\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .lg\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .lg\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .lg\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .lg\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .lg\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .lg\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .lg\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .lg\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .lg\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .lg\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .lg\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .lg\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .lg\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .lg\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .lg\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .lg\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .lg\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .lg\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .lg\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .lg\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .lg\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .lg\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .lg\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .lg\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .lg\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .lg\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .lg\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .lg\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .lg\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .lg\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .lg\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .lg\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .lg\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .lg\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .lg\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .lg\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .lg\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .lg\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .lg\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .lg\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .lg\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .lg\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .lg\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .lg\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .lg\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .lg\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .lg\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .lg\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .lg\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .lg\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .lg\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .lg\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .lg\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .lg\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .lg\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .lg\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .lg\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .lg\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .lg\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .lg\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .lg\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .lg\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .lg\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .lg\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .lg\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .lg\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .lg\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .lg\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .lg\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .lg\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .lg\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .lg\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .lg\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .lg\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .lg\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .lg\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .lg\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .lg\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .lg\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .lg\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .lg\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .lg\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .lg\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .lg\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .lg\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .lg\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .lg\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .lg\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .lg\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .lg\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .lg\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .lg\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .lg\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .lg\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .lg\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .lg\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .lg\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .lg\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .lg\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .lg\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .lg\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .lg\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .lg\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .lg\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .lg\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .lg\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .lg\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .lg\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .lg\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .lg\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .lg\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .lg\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .lg\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .lg\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .lg\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .lg\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .lg\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .lg\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .lg\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .lg\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .lg\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .lg\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .lg\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .lg\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .lg\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .lg\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .lg\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .lg\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .lg\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .lg\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .lg\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .lg\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .lg\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .lg\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .lg\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .lg\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .lg\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .lg\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .lg\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .lg\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .lg\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .lg\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .lg\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .lg\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .lg\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .lg\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .lg\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .lg\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .lg\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .lg\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .lg\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .lg\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .lg\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .lg\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .lg\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .lg\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .lg\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .lg\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .lg\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .lg\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .lg\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .lg\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .lg\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .lg\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .lg\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .lg\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .lg\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .lg\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .lg\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .lg\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .lg\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .lg\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .lg\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .lg\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .lg\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .lg\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .lg\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .lg\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .lg\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .lg\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .lg\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .lg\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .lg\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .lg\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .lg\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .lg\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .lg\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .lg\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .lg\:last\:m-0:last-child {
    margin: 0;
  }

  .lg\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .lg\:last\:m-4:last-child {
    margin: 1rem;
  }

  .lg\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .lg\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .lg\:last\:m-8:last-child {
    margin: 2rem;
  }

  .lg\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .lg\:last\:m-12:last-child {
    margin: 3rem;
  }

  .lg\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .lg\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .lg\:last\:m-16:last-child {
    margin: 4rem;
  }

  .lg\:last\:m-20:last-child {
    margin: 5rem;
  }

  .lg\:last\:m-24:last-child {
    margin: 6rem;
  }

  .lg\:last\:m-26:last-child {
    margin: 7rem;
  }

  .lg\:last\:m-32:last-child {
    margin: 8rem;
  }

  .lg\:last\:m-36:last-child {
    margin: 9rem;
  }

  .lg\:last\:m-40:last-child {
    margin: 10rem;
  }

  .lg\:last\:m-48:last-child {
    margin: 12rem;
  }

  .lg\:last\:m-56:last-child {
    margin: 14rem;
  }

  .lg\:last\:m-64:last-child {
    margin: 16rem;
  }

  .lg\:last\:m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:m-2px:last-child {
    margin: 2px;
  }

  .lg\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .lg\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .lg\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .lg\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .lg\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .lg\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .lg\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .lg\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .lg\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .lg\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .lg\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .lg\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .lg\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .lg\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .lg\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .lg\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .lg\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .lg\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .lg\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .lg\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .lg\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .lg\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .lg\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .lg\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .lg\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .lg\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .lg\:last\:m-full:last-child {
    margin: 100%;
  }

  .lg\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .lg\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .lg\:last\:m-20px:last-child {
    margin: 20px;
  }

  .lg\:last\:m-30px:last-child {
    margin: 30px;
  }

  .lg\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .lg\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .lg\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .lg\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .lg\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .lg\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .lg\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .lg\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .lg\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .lg\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .lg\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .lg\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .lg\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .lg\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .lg\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .lg\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .lg\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .lg\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .lg\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .lg\:last\:-m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .lg\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .lg\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .lg\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .lg\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .lg\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .lg\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .lg\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .lg\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .lg\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .lg\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .lg\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .lg\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .lg\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .lg\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .lg\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .lg\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .lg\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .lg\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .lg\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .lg\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .lg\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .lg\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .lg\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .lg\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .lg\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .lg\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .lg\:last\:-m-full:last-child {
    margin: -100%;
  }

  .lg\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .lg\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .lg\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .lg\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .lg\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .lg\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .lg\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .lg\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .lg\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .lg\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .lg\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .lg\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .lg\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .lg\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .lg\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .lg\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .lg\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .lg\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .lg\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .lg\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .lg\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .lg\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .lg\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .lg\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .lg\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .lg\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .lg\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .lg\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .lg\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .lg\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .lg\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .lg\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .lg\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .lg\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .lg\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .lg\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .lg\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .lg\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .lg\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .lg\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .lg\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .lg\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .lg\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .lg\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .lg\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .lg\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .lg\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .lg\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .lg\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .lg\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .lg\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .lg\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .lg\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .lg\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .lg\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .lg\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .lg\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .lg\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .lg\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .lg\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .lg\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .lg\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .lg\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .lg\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .lg\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .lg\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .lg\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .lg\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .lg\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .lg\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .lg\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .lg\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .lg\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .lg\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .lg\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .lg\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .lg\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .lg\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .lg\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .lg\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .lg\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .lg\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .lg\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .lg\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .lg\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .lg\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .lg\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .lg\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .lg\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .lg\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .lg\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .lg\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .lg\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .lg\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .lg\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .lg\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .lg\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .lg\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .lg\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .lg\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .lg\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .lg\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .lg\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .lg\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .lg\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .lg\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .lg\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .lg\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .lg\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .lg\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .lg\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .lg\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .lg\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .lg\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .lg\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .lg\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .lg\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .lg\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .lg\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .lg\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .lg\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .lg\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .lg\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .lg\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .lg\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .lg\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .lg\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .lg\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .lg\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .lg\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .lg\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .lg\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .lg\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .lg\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .lg\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .lg\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .lg\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .lg\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .lg\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .lg\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .lg\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .lg\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .lg\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .lg\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .lg\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .lg\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .lg\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .lg\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .lg\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .lg\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .lg\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .lg\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .lg\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .lg\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .lg\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .lg\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .lg\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .lg\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .lg\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .lg\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .lg\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .lg\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .lg\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .lg\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .lg\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .lg\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .lg\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .lg\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .lg\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .lg\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .lg\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .lg\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .lg\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .lg\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .lg\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .lg\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .lg\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .lg\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .lg\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .lg\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .lg\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .lg\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .lg\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .lg\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .lg\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .lg\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .lg\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .lg\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .lg\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .lg\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .lg\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .lg\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .lg\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .lg\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .lg\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .lg\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .lg\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .lg\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .lg\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .lg\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .lg\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .lg\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .lg\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .lg\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .lg\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .lg\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .lg\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .lg\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .lg\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .lg\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .lg\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .lg\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .lg\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .lg\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .lg\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .lg\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .lg\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .lg\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .lg\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .lg\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .lg\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .lg\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .lg\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .lg\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .lg\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .lg\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .lg\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .lg\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .lg\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .lg\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .lg\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .lg\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .lg\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .lg\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .lg\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .lg\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .lg\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .lg\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .lg\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .lg\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .lg\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .lg\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .lg\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .lg\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .lg\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .lg\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .lg\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .lg\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .lg\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .lg\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .lg\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .lg\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .lg\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .lg\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .lg\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .lg\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .lg\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .lg\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .lg\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .lg\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .lg\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .lg\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .lg\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .lg\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .lg\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .lg\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .lg\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .lg\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .lg\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .lg\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .lg\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .lg\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .lg\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .lg\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .lg\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .lg\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .lg\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .lg\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .lg\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .lg\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .lg\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .lg\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .lg\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .lg\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .lg\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .lg\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .lg\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .lg\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .lg\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .lg\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .lg\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .lg\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .lg\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .lg\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .lg\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .lg\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .lg\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .lg\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .lg\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .lg\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .lg\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .lg\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .lg\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .lg\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .lg\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .lg\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .lg\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .lg\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .lg\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .lg\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .lg\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .lg\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .lg\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .lg\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .lg\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .lg\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .lg\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .lg\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .lg\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .lg\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .lg\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .lg\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .lg\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .lg\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .lg\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .lg\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .lg\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .lg\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .lg\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .lg\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .lg\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .lg\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .lg\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .lg\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .lg\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .lg\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .lg\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .lg\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .lg\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .lg\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .lg\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .lg\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .lg\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .lg\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .lg\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .lg\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .lg\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .lg\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .lg\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .lg\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .lg\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .lg\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .lg\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .lg\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .lg\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .lg\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .lg\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .lg\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .lg\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .lg\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .lg\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .lg\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .lg\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .lg\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .lg\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .lg\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .lg\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .lg\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .lg\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .lg\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .lg\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .lg\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .lg\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .lg\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .lg\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .lg\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .lg\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .lg\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .lg\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .lg\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .lg\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .lg\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .lg\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .lg\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .lg\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .lg\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .lg\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .lg\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .lg\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .lg\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .lg\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .lg\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .lg\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .lg\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .lg\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .lg\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .lg\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .lg\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .lg\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .lg\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .lg\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .lg\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .lg\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .lg\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .lg\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .lg\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .lg\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .lg\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .lg\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .lg\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .lg\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .lg\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .lg\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .lg\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .lg\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .lg\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .lg\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .lg\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .lg\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .lg\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .lg\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .lg\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .lg\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .lg\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .lg\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .lg\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .lg\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .lg\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .lg\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .lg\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .lg\:max-h-400 {
    max-height: 400px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-60 {
    max-width: 60%;
  }

  .lg\:max-w-170 {
    max-width: 170px;
  }

  .lg\:max-w-200 {
    max-width: 200px;
  }

  .lg\:max-w-300 {
    max-width: 300px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen-xxs {
    max-width: 400px;
  }

  .lg\:max-w-screen-xs {
    max-width: 480px;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-tablet {
    max-width: 900px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:object-contain {
    object-fit: contain;
  }

  .lg\:object-cover {
    object-fit: cover;
  }

  .lg\:object-fill {
    object-fit: fill;
  }

  .lg\:object-none {
    object-fit: none;
  }

  .lg\:object-scale-down {
    object-fit: scale-down;
  }

  .lg\:object-bottom {
    object-position: bottom;
  }

  .lg\:object-center {
    object-position: center;
  }

  .lg\:object-left {
    object-position: left;
  }

  .lg\:object-left-bottom {
    object-position: left bottom;
  }

  .lg\:object-left-top {
    object-position: left top;
  }

  .lg\:object-right {
    object-position: right;
  }

  .lg\:object-right-bottom {
    object-position: right bottom;
  }

  .lg\:object-right-top {
    object-position: right top;
  }

  .lg\:object-top {
    object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-10 {
    opacity: 0.10;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-15 {
    padding: 3.75rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-26 {
    padding: 7rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-2px {
    padding: 2px;
  }

  .lg\:p-1\/2 {
    padding: 50%;
  }

  .lg\:p-1\/3 {
    padding: 33.333333%;
  }

  .lg\:p-2\/3 {
    padding: 66.666667%;
  }

  .lg\:p-1\/4 {
    padding: 25%;
  }

  .lg\:p-2\/4 {
    padding: 50%;
  }

  .lg\:p-3\/4 {
    padding: 75%;
  }

  .lg\:p-1\/5 {
    padding: 20%;
  }

  .lg\:p-2\/5 {
    padding: 40%;
  }

  .lg\:p-3\/5 {
    padding: 60%;
  }

  .lg\:p-4\/5 {
    padding: 80%;
  }

  .lg\:p-1\/6 {
    padding: 16.666667%;
  }

  .lg\:p-2\/6 {
    padding: 33.333333%;
  }

  .lg\:p-3\/6 {
    padding: 50%;
  }

  .lg\:p-4\/6 {
    padding: 66.666667%;
  }

  .lg\:p-5\/6 {
    padding: 83.333333%;
  }

  .lg\:p-1\/12 {
    padding: 8.333333%;
  }

  .lg\:p-2\/12 {
    padding: 16.666667%;
  }

  .lg\:p-3\/12 {
    padding: 25%;
  }

  .lg\:p-4\/12 {
    padding: 33.333333%;
  }

  .lg\:p-5\/12 {
    padding: 41.666667%;
  }

  .lg\:p-6\/12 {
    padding: 50%;
  }

  .lg\:p-7\/12 {
    padding: 58.333333%;
  }

  .lg\:p-8\/12 {
    padding: 66.666667%;
  }

  .lg\:p-9\/12 {
    padding: 75%;
  }

  .lg\:p-10\/12 {
    padding: 83.333333%;
  }

  .lg\:p-11\/12 {
    padding: 91.666667%;
  }

  .lg\:p-full {
    padding: 100%;
  }

  .lg\:p-screen {
    padding: 100vw;
  }

  .lg\:p-10px {
    padding: 0.625rem;
  }

  .lg\:p-20px {
    padding: 20px;
  }

  .lg\:p-30px {
    padding: 30px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .lg\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .lg\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .lg\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .lg\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .lg\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .lg\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .lg\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .lg\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .lg\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .lg\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .lg\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .lg\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .lg\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .lg\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .lg\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .lg\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .lg\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .lg\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .lg\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .lg\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .lg\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .lg\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .lg\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .lg\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .lg\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .lg\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-15 {
    padding-top: 3.75rem;
  }

  .lg\:pr-15 {
    padding-right: 3.75rem;
  }

  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .lg\:pl-15 {
    padding-left: 3.75rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-26 {
    padding-top: 7rem;
  }

  .lg\:pr-26 {
    padding-right: 7rem;
  }

  .lg\:pb-26 {
    padding-bottom: 7rem;
  }

  .lg\:pl-26 {
    padding-left: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-2px {
    padding-top: 2px;
  }

  .lg\:pr-2px {
    padding-right: 2px;
  }

  .lg\:pb-2px {
    padding-bottom: 2px;
  }

  .lg\:pl-2px {
    padding-left: 2px;
  }

  .lg\:pt-1\/2 {
    padding-top: 50%;
  }

  .lg\:pr-1\/2 {
    padding-right: 50%;
  }

  .lg\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .lg\:pl-1\/2 {
    padding-left: 50%;
  }

  .lg\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .lg\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .lg\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .lg\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .lg\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .lg\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .lg\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .lg\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .lg\:pt-1\/4 {
    padding-top: 25%;
  }

  .lg\:pr-1\/4 {
    padding-right: 25%;
  }

  .lg\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .lg\:pl-1\/4 {
    padding-left: 25%;
  }

  .lg\:pt-2\/4 {
    padding-top: 50%;
  }

  .lg\:pr-2\/4 {
    padding-right: 50%;
  }

  .lg\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .lg\:pl-2\/4 {
    padding-left: 50%;
  }

  .lg\:pt-3\/4 {
    padding-top: 75%;
  }

  .lg\:pr-3\/4 {
    padding-right: 75%;
  }

  .lg\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .lg\:pl-3\/4 {
    padding-left: 75%;
  }

  .lg\:pt-1\/5 {
    padding-top: 20%;
  }

  .lg\:pr-1\/5 {
    padding-right: 20%;
  }

  .lg\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .lg\:pl-1\/5 {
    padding-left: 20%;
  }

  .lg\:pt-2\/5 {
    padding-top: 40%;
  }

  .lg\:pr-2\/5 {
    padding-right: 40%;
  }

  .lg\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .lg\:pl-2\/5 {
    padding-left: 40%;
  }

  .lg\:pt-3\/5 {
    padding-top: 60%;
  }

  .lg\:pr-3\/5 {
    padding-right: 60%;
  }

  .lg\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .lg\:pl-3\/5 {
    padding-left: 60%;
  }

  .lg\:pt-4\/5 {
    padding-top: 80%;
  }

  .lg\:pr-4\/5 {
    padding-right: 80%;
  }

  .lg\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .lg\:pl-4\/5 {
    padding-left: 80%;
  }

  .lg\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .lg\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .lg\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .lg\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .lg\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .lg\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .lg\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .lg\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .lg\:pt-3\/6 {
    padding-top: 50%;
  }

  .lg\:pr-3\/6 {
    padding-right: 50%;
  }

  .lg\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .lg\:pl-3\/6 {
    padding-left: 50%;
  }

  .lg\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .lg\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .lg\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .lg\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .lg\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .lg\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .lg\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .lg\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .lg\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .lg\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .lg\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .lg\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .lg\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .lg\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .lg\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .lg\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .lg\:pt-3\/12 {
    padding-top: 25%;
  }

  .lg\:pr-3\/12 {
    padding-right: 25%;
  }

  .lg\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .lg\:pl-3\/12 {
    padding-left: 25%;
  }

  .lg\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .lg\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .lg\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .lg\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .lg\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .lg\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .lg\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .lg\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .lg\:pt-6\/12 {
    padding-top: 50%;
  }

  .lg\:pr-6\/12 {
    padding-right: 50%;
  }

  .lg\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .lg\:pl-6\/12 {
    padding-left: 50%;
  }

  .lg\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .lg\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .lg\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .lg\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .lg\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .lg\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .lg\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .lg\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .lg\:pt-9\/12 {
    padding-top: 75%;
  }

  .lg\:pr-9\/12 {
    padding-right: 75%;
  }

  .lg\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .lg\:pl-9\/12 {
    padding-left: 75%;
  }

  .lg\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .lg\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .lg\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .lg\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .lg\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .lg\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .lg\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .lg\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .lg\:pt-full {
    padding-top: 100%;
  }

  .lg\:pr-full {
    padding-right: 100%;
  }

  .lg\:pb-full {
    padding-bottom: 100%;
  }

  .lg\:pl-full {
    padding-left: 100%;
  }

  .lg\:pt-screen {
    padding-top: 100vw;
  }

  .lg\:pr-screen {
    padding-right: 100vw;
  }

  .lg\:pb-screen {
    padding-bottom: 100vw;
  }

  .lg\:pl-screen {
    padding-left: 100vw;
  }

  .lg\:pt-10px {
    padding-top: 0.625rem;
  }

  .lg\:pr-10px {
    padding-right: 0.625rem;
  }

  .lg\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .lg\:pl-10px {
    padding-left: 0.625rem;
  }

  .lg\:pt-20px {
    padding-top: 20px;
  }

  .lg\:pr-20px {
    padding-right: 20px;
  }

  .lg\:pb-20px {
    padding-bottom: 20px;
  }

  .lg\:pl-20px {
    padding-left: 20px;
  }

  .lg\:pt-30px {
    padding-top: 30px;
  }

  .lg\:pr-30px {
    padding-right: 30px;
  }

  .lg\:pb-30px {
    padding-bottom: 30px;
  }

  .lg\:pl-30px {
    padding-left: 30px;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .lg\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .lg\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .lg\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .lg\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .lg\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .lg\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .lg\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .lg\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .lg\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .lg\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .lg\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .lg\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .lg\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .lg\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .lg\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .lg\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .lg\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .lg\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .lg\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:top-100 {
    top: 100%;
  }

  .lg\:right-100 {
    right: 100%;
  }

  .lg\:bottom-100 {
    bottom: 100%;
  }

  .lg\:left-100 {
    left: 100%;
  }

  .lg\:-top-1 {
    top: -1px;
  }

  .lg\:-right-1 {
    right: -1px;
  }

  .lg\:-bottom-1 {
    bottom: -1px;
  }

  .lg\:-left-1 {
    left: -1px;
  }

  .lg\:-top-2 {
    top: -2px;
  }

  .lg\:-right-2 {
    right: -2px;
  }

  .lg\:-bottom-2 {
    bottom: -2px;
  }

  .lg\:-left-2 {
    left: -2px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .lg\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .lg\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .lg\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .lg\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .lg\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .lg\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .lg\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .lg\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .lg\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .lg\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .lg\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .lg\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .lg\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .lg\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .lg\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .lg\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .lg\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .lg\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .lg\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .lg\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .lg\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .lg\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .lg\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .lg\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .lg\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .lg\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .lg\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .lg\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .lg\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .lg\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .lg\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .lg\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .lg\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .lg\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .lg\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .lg\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .lg\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .lg\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .lg\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .lg\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .lg\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .lg\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .lg\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .lg\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .lg\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .lg\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .lg\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .lg\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .lg\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .lg\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .lg\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .lg\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .lg\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .lg\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .lg\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .lg\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .lg\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .lg\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .lg\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .lg\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .lg\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .lg\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .lg\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .lg\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .lg\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .lg\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .lg\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .lg\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .lg\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .lg\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .lg\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .lg\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .lg\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .lg\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .lg\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .lg\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .lg\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .lg\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .lg\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .lg\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .lg\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .lg\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .lg\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .lg\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .lg\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .lg\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0;
  }

  .lg\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .lg\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .lg\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-1 {
    letter-spacing: 1px;
  }

  .lg\:tracking-2 {
    letter-spacing: 2px;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-15 {
    width: 3.75rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-26 {
    width: 7rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-2px {
    width: 2px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-10px {
    width: 0.625rem;
  }

  .lg\:w-20px {
    width: 20px;
  }

  .lg\:w-30px {
    width: 30px;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-1 {
    z-index: 1;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:-z-1 {
    z-index: -1;
  }

  .lg\:-z-2 {
    z-index: -2;
  }

  .lg\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .lg\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .lg\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .lg\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .lg\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .lg\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .lg\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .lg\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .lg\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .lg\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .lg\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .lg\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .lg\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .lg\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .lg\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .lg\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .lg\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .lg\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .lg\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .lg\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .lg\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .lg\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .lg\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .lg\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .lg\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .lg\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .lg\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .lg\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .lg\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .lg\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .lg\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .lg\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .lg\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .lg\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .lg\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .lg\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .lg\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .lg\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .lg\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .lg\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .lg\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .lg\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .lg\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .lg\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .lg\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .lg\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .lg\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .lg\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .lg\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .lg\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .lg\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .lg\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .lg\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .lg\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .lg\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .lg\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .lg\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .lg\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .lg\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .lg\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .lg\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .lg\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .lg\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .lg\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .lg\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .lg\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .lg\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .lg\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .lg\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .lg\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .lg\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .lg\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .lg\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .lg\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .lg\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .lg\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .lg\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .lg\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .lg\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .lg\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .lg\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .lg\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .lg\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .lg\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .lg\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .lg\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .lg\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .lg\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .lg\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .lg\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .lg\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .lg\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .lg\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .lg\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .lg\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .lg\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .lg\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .lg\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .lg\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .lg\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .lg\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .lg\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .lg\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .lg\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .lg\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .lg\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .lg\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .lg\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .lg\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .lg\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .lg\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .lg\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .lg\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .lg\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .lg\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .lg\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .lg\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .lg\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .lg\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .lg\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .lg\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .lg\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .lg\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .lg\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .lg\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .lg\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .lg\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .lg\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .lg\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .lg\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .lg\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .lg\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .lg\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .lg\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .lg\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .lg\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .lg\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .lg\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .lg\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .lg\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .lg\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .lg\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .lg\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .lg\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .lg\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .lg\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .lg\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .lg\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .lg\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .lg\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .lg\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .lg\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .lg\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .lg\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .lg\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .lg\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .lg\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .lg\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .lg\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .lg\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .lg\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .lg\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .lg\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .lg\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .lg\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .lg\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .lg\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .lg\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .lg\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .lg\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .lg\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .lg\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .lg\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .lg\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .lg\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .lg\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .lg\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .lg\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .lg\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .lg\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .lg\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .lg\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .lg\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .lg\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .lg\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .lg\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .lg\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .lg\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .lg\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .lg\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .lg\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .lg\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .lg\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .lg\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .lg\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .lg\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .lg\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .lg\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .lg\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .lg\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .lg\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .lg\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .lg\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .lg\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .lg\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .lg\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .lg\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .lg\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .lg\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .lg\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .lg\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .lg\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .lg\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .lg\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .lg\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .lg\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .lg\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .lg\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .lg\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .lg\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .lg\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .lg\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .lg\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .lg\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .lg\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .lg\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .lg\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .lg\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .lg\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .lg\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .lg\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .lg\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .lg\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .lg\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .lg\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .lg\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .lg\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .lg\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .lg\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .lg\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .lg\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .lg\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .lg\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .lg\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .lg\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .lg\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .lg\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .lg\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .lg\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .lg\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .lg\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .lg\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .lg\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .lg\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .lg\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .lg\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .lg\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .lg\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .lg\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .lg\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .lg\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .lg\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .lg\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .lg\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .lg\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .lg\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .lg\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .lg\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .lg\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .lg\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .lg\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .lg\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .lg\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .lg\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .lg\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .lg\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .lg\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .lg\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .lg\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .lg\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .lg\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .lg\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .lg\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .lg\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .lg\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .lg\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .lg\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .lg\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .lg\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .lg\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .lg\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .lg\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .lg\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .lg\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .lg\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .lg\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .lg\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .lg\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .lg\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .lg\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .lg\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .lg\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .lg\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .lg\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .lg\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .lg\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .lg\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .lg\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .lg\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .lg\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .lg\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .lg\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .lg\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .lg\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .lg\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .lg\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .lg\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .lg\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .lg\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .lg\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .lg\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .lg\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .lg\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .lg\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .lg\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .lg\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .lg\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .lg\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .lg\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .lg\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .lg\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .lg\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .lg\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .lg\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .lg\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .lg\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .lg\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .lg\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .lg\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .lg\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .lg\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .lg\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .lg\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .lg\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .lg\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .lg\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .lg\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .lg\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .lg\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .lg\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .lg\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .lg\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .lg\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .lg\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .lg\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .lg\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .lg\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .lg\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .lg\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .lg\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .lg\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .lg\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .lg\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .lg\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .lg\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .lg\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .lg\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .lg\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .lg\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .lg\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .lg\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .lg\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .lg\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .lg\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .lg\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .lg\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .lg\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .lg\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .lg\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .lg\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .lg\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .lg\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .lg\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .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-8 {
    --transform-skew-x: 8deg;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .lg\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .lg\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .lg\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .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-8 {
    --transform-skew-y: 8deg;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .lg\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .lg\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .lg\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .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-8:hover {
    --transform-skew-x: 8deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .lg\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .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-8:hover {
    --transform-skew-y: 8deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .lg\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .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-8:focus {
    --transform-skew-x: 8deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .lg\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .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-8:focus {
    --transform-skew-y: 8deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .lg\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
  }

  .lg\:transition-transform {
    transition-property: transform;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:animate-none {
    animation: none;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .xl\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .xl\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 900px) {
    .xl\:container {
      max-width: 900px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  .xl\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .xl\:col {
      padding-left: 30px
  }
    }

  .xl\:sp-t--sm {
    margin-top: 2.5rem
  }

  .xl\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .xl\:sp-t {
      margin-top: 3.75rem
  }
    }

  .xl\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .xl\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:-order-1 {
    order: -1;
  }

  .xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .xl\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .xl\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .xl\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .xl\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xl\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xl\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xl\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xl\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xl\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .xl\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .xl\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .xl\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .xl\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .xl\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xl\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xl\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xl\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xl\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .xl\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .xl\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .xl\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .xl\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .xl\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .xl\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .xl\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .xl\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .xl\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .xl\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .xl\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .xl\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .xl\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .xl\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .xl\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xl\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xl\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .xl\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .xl\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .xl\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .xl\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xl\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xl\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xl\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xl\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xl\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .xl\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .xl\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .xl\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .xl\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .xl\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xl\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xl\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xl\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xl\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .xl\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .xl\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .xl\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .xl\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .xl\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .xl\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .xl\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .xl\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .xl\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .xl\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .xl\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .xl\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .xl\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .xl\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .xl\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xl\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xl\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .xl\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .xl\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xl\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .xl\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .xl\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .xl\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .xl\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .xl\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .xl\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .xl\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .xl\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .xl\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .xl\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .xl\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .xl\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .xl\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .xl\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .xl\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .xl\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .xl\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .xl\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .xl\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .xl\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .xl\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .xl\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .xl\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .xl\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .xl\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .xl\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .xl\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xl\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xl\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xl\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xl\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xl\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xl\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xl\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xl\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xl\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xl\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xl\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xl\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xl\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xl\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xl\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xl\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xl\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xl\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xl\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xl\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xl\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xl\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xl\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xl\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xl\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xl\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .xl\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xl\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xl\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xl\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xl\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xl\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xl\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xl\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xl\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xl\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xl\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xl\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xl\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .xl\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .xl\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .xl\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .xl\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .xl\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .xl\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .xl\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .xl\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .xl\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .xl\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .xl\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .xl\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .xl\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .xl\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .xl\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xl\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xl\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xl\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xl\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xl\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xl\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xl\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xl\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xl\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xl\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xl\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xl\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xl\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xl\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xl\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xl\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xl\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xl\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xl\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xl\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xl\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xl\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xl\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xl\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xl\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xl\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xl\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xl\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xl\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xl\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xl\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xl\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xl\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xl\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xl\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xl\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xl\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xl\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xl\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xl\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xl\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xl\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xl\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xl\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xl\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xl\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xl\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xl\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xl\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xl\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xl\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xl\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xl\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xl\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xl\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xl\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xl\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xl\:to-transparent {
    --gradient-to-color: transparent;
  }

  .xl\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xl\:to-black {
    --gradient-to-color: #000;
  }

  .xl\:to-white {
    --gradient-to-color: #fff;
  }

  .xl\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .xl\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .xl\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .xl\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .xl\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .xl\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .xl\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .xl\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .xl\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .xl\:to-red {
    --gradient-to-color: #e94848;
  }

  .xl\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .xl\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .xl\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .xl\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .xl\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .xl\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .xl\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .xl\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .xl\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .xl\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .xl\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .xl\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .xl\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .xl\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .xl\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .xl\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .xl\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .xl\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .xl\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .xl\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .xl\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .xl\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .xl\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .xl\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .xl\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .xl\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .xl\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .xl\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .xl\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .xl\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .xl\:to-purple {
    --gradient-to-color: #615287;
  }

  .xl\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .xl\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .xl\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .xl\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .xl\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .xl\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .xl\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .xl\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .xl\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .xl\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .xl\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .xl\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .xl\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .xl\:to-lime {
    --gradient-to-color: #bad067;
  }

  .xl\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .xl\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .xl\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .xl\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .xl\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .xl\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .xl\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .xl\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .xl\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .xl\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .xl\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .xl\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .xl\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .xl\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .xl\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .xl\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .xl\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .xl\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .xl\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xl\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xl\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xl\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xl\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xl\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xl\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xl\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xl\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xl\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xl\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xl\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xl\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xl\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xl\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xl\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xl\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xl\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xl\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xl\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xl\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xl\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xl\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xl\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xl\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xl\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xl\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xl\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xl\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xl\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xl\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xl\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xl\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xl\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xl\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xl\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xl\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xl\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xl\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xl\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xl\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xl\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xl\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xl\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xl\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xl\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xl\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xl\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xl\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xl\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xl\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xl\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xl\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xl\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xl\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .xl\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xl\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .xl\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .xl\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .xl\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .xl\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .xl\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .xl\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .xl\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .xl\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .xl\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .xl\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .xl\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .xl\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .xl\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .xl\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .xl\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .xl\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .xl\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .xl\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .xl\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .xl\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .xl\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .xl\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .xl\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .xl\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .xl\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .xl\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .xl\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .xl\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .xl\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .xl\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .xl\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .xl\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .xl\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .xl\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .xl\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .xl\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .xl\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .xl\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .xl\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .xl\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .xl\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .xl\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .xl\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .xl\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .xl\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .xl\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .xl\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .xl\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .xl\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .xl\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .xl\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .xl\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .xl\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .xl\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .xl\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .xl\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .xl\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .xl\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .xl\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .xl\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .xl\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .xl\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .xl\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .xl\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .xl\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .xl\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .xl\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .xl\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .xl\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .xl\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .xl\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .xl\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .xl\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .xl\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .xl\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xl\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xl\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xl\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xl\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xl\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xl\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xl\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xl\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xl\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xl\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xl\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xl\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xl\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xl\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xl\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xl\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xl\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xl\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xl\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xl\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xl\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xl\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xl\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xl\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xl\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xl\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xl\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .xl\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .xl\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .xl\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .xl\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .xl\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .xl\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .xl\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .xl\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .xl\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .xl\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .xl\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .xl\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .xl\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .xl\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .xl\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .xl\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .xl\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .xl\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .xl\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .xl\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .xl\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .xl\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .xl\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .xl\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .xl\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .xl\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .xl\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .xl\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .xl\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .xl\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .xl\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .xl\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .xl\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .xl\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .xl\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .xl\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .xl\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .xl\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .xl\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .xl\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .xl\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .xl\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .xl\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .xl\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .xl\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .xl\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .xl\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .xl\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .xl\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .xl\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .xl\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .xl\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .xl\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .xl\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .xl\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .xl\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .xl\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .xl\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .xl\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .xl\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .xl\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .xl\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .xl\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .xl\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .xl\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .xl\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .xl\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .xl\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .xl\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .xl\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .xl\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .xl\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .xl\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .xl\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .xl\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .xl\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .xl\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .xl\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .xl\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .xl\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .xl\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .xl\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .xl\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .xl\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .xl\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .xl\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .xl\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .xl\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .xl\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .xl\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .xl\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .xl\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .xl\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .xl\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .xl\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .xl\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .xl\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .xl\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .xl\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .xl\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .xl\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .xl\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .xl\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .xl\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .xl\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .xl\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .xl\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .xl\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .xl\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .xl\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .xl\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .xl\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .xl\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .xl\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .xl\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .xl\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .xl\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .xl\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .xl\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .xl\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .xl\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .xl\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .xl\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .xl\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .xl\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .xl\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .xl\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .xl\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .xl\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .xl\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .xl\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .xl\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .xl\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .xl\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .xl\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .xl\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .xl\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .xl\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .xl\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .xl\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .xl\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .xl\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .xl\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .xl\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .xl\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .xl\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .xl\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xl\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xl\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .xl\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xl\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xl\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xl\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xl\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xl\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xl\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xl\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xl\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xl\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xl\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xl\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xl\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xl\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xl\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xl\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xl\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xl\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xl\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xl\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xl\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xl\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xl\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xl\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xl\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xl\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xl\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xl\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .xl\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xl\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xl\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xl\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xl\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xl\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xl\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xl\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xl\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xl\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xl\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xl\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xl\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xl\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xl\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xl\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xl\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xl\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xl\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xl\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xl\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xl\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xl\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xl\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xl\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xl\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .xl\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .xl\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .xl\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .xl\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .xl\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .xl\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .xl\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .xl\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .xl\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .xl\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .xl\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .xl\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .xl\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .xl\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .xl\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .xl\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .xl\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .xl\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .xl\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .xl\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .xl\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .xl\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .xl\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .xl\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .xl\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .xl\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .xl\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xl\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .xl\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xl\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xl\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xl\:border-opacity-100 {
    --border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .xl\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .xl\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .xl\:rounded-12 {
    border-radius: 12px;
  }

  .xl\:rounded-14 {
    border-radius: 56px;
  }

  .xl\:rounded-20 {
    border-radius: 20px;
  }

  .xl\:rounded-30 {
    border-radius: 30px;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl {
    border-radius: 1.875rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .xl\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .xl\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xl\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .xl\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .xl\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .xl\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .xl\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .xl\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xl\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .xl\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .xl\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .xl\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .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-12 {
    border-top-left-radius: 12px;
  }

  .xl\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .xl\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .xl\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .xl\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .xl\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .xl\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .xl\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .xl\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .xl\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .xl\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .xl\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .xl\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .xl\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-6 {
    border-width: 6px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-6 {
    border-top-width: 6px;
  }

  .xl\:border-r-6 {
    border-right-width: 6px;
  }

  .xl\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xl\:border-l-6 {
    border-left-width: 6px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:hover\:border-0:hover {
    border-width: 0;
  }

  .xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xl\:hover\:border-3:hover {
    border-width: 3px;
  }

  .xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xl\:hover\:border-6:hover {
    border-width: 6px;
  }

  .xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xl\:hover\:border:hover {
    border-width: 1px;
  }

  .xl\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .xl\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .xl\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .xl\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xl\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .xl\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .xl\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .xl\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

  .xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xl\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .xl\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .xl\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .xl\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

  .xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xl\:first\:border-0:first-child {
    border-width: 0;
  }

  .xl\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xl\:first\:border-3:first-child {
    border-width: 3px;
  }

  .xl\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xl\:first\:border-6:first-child {
    border-width: 6px;
  }

  .xl\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xl\:first\:border:first-child {
    border-width: 1px;
  }

  .xl\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .xl\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .xl\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .xl\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .xl\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xl\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xl\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xl\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xl\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .xl\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .xl\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .xl\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .xl\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xl\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xl\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xl\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xl\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .xl\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .xl\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .xl\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .xl\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xl\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xl\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xl\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xl\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xl\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xl\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xl\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child {
    border-width: 0;
  }

  .xl\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xl\:last\:border-3:last-child {
    border-width: 3px;
  }

  .xl\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xl\:last\:border-6:last-child {
    border-width: 6px;
  }

  .xl\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xl\:last\:border:last-child {
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .xl\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .xl\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .xl\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .xl\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xl\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xl\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xl\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xl\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .xl\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .xl\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .xl\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .xl\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xl\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xl\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xl\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xl\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .xl\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .xl\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .xl\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .xl\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xl\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xl\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xl\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xl\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\: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\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:place-items-auto {
    place-items: auto;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-auto {
    justify-items: auto;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .xl\:font-cerapro {
    font-family: CeraPRO;
  }

  .xl\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .xl\:font-dinround {
    font-family: DINRound;
  }

  .xl\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .xl\:font-vibur {
    font-family: Vibur;
  }

  .xl\:font-clash {
    font-family: ClashDisplay;
  }

  .xl\:font-europa {
    font-family: europa;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-26 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-2px {
    height: 2px;
  }

  .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\:h-10px {
    height: 0.625rem;
  }

  .xl\:h-20px {
    height: 20px;
  }

  .xl\:h-30px {
    height: 30px;
  }

  .xl\:text-xs {
    font-size: 0.875rem;
  }

  .xl\:text-sm {
    font-size: 1rem;
  }

  .xl\:text-base {
    font-size: 1.125rem;
  }

  .xl\:text-lg {
    font-size: 1.3125rem;
  }

  .xl\:text-xl {
    font-size: 1.5rem;
  }

  .xl\:text-2xl {
    font-size: 2rem;
  }

  .xl\:text-3xl {
    font-size: 3.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:text-3xs {
    font-size: 0.6875rem;
  }

  .xl\:text-2xs {
    font-size: 0.75rem;
  }

  .xl\:text-lsm {
    font-size: 1.0625rem;
  }

  .xl\:text-xlg {
    font-size: 1.625rem;
  }

  .xl\:text-2-25xl {
    font-size: 2.25rem;
  }

  .xl\:text-2-5xl {
    font-size: 2.375rem;
  }

  .xl\:text-2-6xl {
    font-size: 2.5rem;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-15 {
    margin: 3.75rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-26 {
    margin: 7rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-2px {
    margin: 2px;
  }

  .xl\:m-1\/2 {
    margin: 50%;
  }

  .xl\:m-1\/3 {
    margin: 33.333333%;
  }

  .xl\:m-2\/3 {
    margin: 66.666667%;
  }

  .xl\:m-1\/4 {
    margin: 25%;
  }

  .xl\:m-2\/4 {
    margin: 50%;
  }

  .xl\:m-3\/4 {
    margin: 75%;
  }

  .xl\:m-1\/5 {
    margin: 20%;
  }

  .xl\:m-2\/5 {
    margin: 40%;
  }

  .xl\:m-3\/5 {
    margin: 60%;
  }

  .xl\:m-4\/5 {
    margin: 80%;
  }

  .xl\:m-1\/6 {
    margin: 16.666667%;
  }

  .xl\:m-2\/6 {
    margin: 33.333333%;
  }

  .xl\:m-3\/6 {
    margin: 50%;
  }

  .xl\:m-4\/6 {
    margin: 66.666667%;
  }

  .xl\:m-5\/6 {
    margin: 83.333333%;
  }

  .xl\:m-1\/12 {
    margin: 8.333333%;
  }

  .xl\:m-2\/12 {
    margin: 16.666667%;
  }

  .xl\:m-3\/12 {
    margin: 25%;
  }

  .xl\:m-4\/12 {
    margin: 33.333333%;
  }

  .xl\:m-5\/12 {
    margin: 41.666667%;
  }

  .xl\:m-6\/12 {
    margin: 50%;
  }

  .xl\:m-7\/12 {
    margin: 58.333333%;
  }

  .xl\:m-8\/12 {
    margin: 66.666667%;
  }

  .xl\:m-9\/12 {
    margin: 75%;
  }

  .xl\:m-10\/12 {
    margin: 83.333333%;
  }

  .xl\:m-11\/12 {
    margin: 91.666667%;
  }

  .xl\:m-full {
    margin: 100%;
  }

  .xl\:m-screen {
    margin: 100vw;
  }

  .xl\:m-10px {
    margin: 0.625rem;
  }

  .xl\:m-20px {
    margin: 20px;
  }

  .xl\:m-30px {
    margin: 30px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-15 {
    margin: -3.75rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-26 {
    margin: -7rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-2px {
    margin: -2px;
  }

  .xl\:-m-1\/2 {
    margin: -50%;
  }

  .xl\:-m-1\/3 {
    margin: -33.33333%;
  }

  .xl\:-m-2\/3 {
    margin: -66.66667%;
  }

  .xl\:-m-1\/4 {
    margin: -25%;
  }

  .xl\:-m-2\/4 {
    margin: -50%;
  }

  .xl\:-m-3\/4 {
    margin: -75%;
  }

  .xl\:-m-1\/5 {
    margin: -20%;
  }

  .xl\:-m-2\/5 {
    margin: -40%;
  }

  .xl\:-m-3\/5 {
    margin: -60%;
  }

  .xl\:-m-4\/5 {
    margin: -80%;
  }

  .xl\:-m-1\/6 {
    margin: -16.66667%;
  }

  .xl\:-m-2\/6 {
    margin: -33.33333%;
  }

  .xl\:-m-3\/6 {
    margin: -50%;
  }

  .xl\:-m-4\/6 {
    margin: -66.66667%;
  }

  .xl\:-m-5\/6 {
    margin: -83.33333%;
  }

  .xl\:-m-1\/12 {
    margin: -8.33333%;
  }

  .xl\:-m-2\/12 {
    margin: -16.66667%;
  }

  .xl\:-m-3\/12 {
    margin: -25%;
  }

  .xl\:-m-4\/12 {
    margin: -33.33333%;
  }

  .xl\:-m-5\/12 {
    margin: -41.66667%;
  }

  .xl\:-m-6\/12 {
    margin: -50%;
  }

  .xl\:-m-7\/12 {
    margin: -58.33333%;
  }

  .xl\:-m-8\/12 {
    margin: -66.66667%;
  }

  .xl\:-m-9\/12 {
    margin: -75%;
  }

  .xl\:-m-10\/12 {
    margin: -83.33333%;
  }

  .xl\:-m-11\/12 {
    margin: -91.66667%;
  }

  .xl\:-m-full {
    margin: -100%;
  }

  .xl\:-m-screen {
    margin: -100vw;
  }

  .xl\:-m-10px {
    margin: -0.625rem;
  }

  .xl\:-m-20px {
    margin: -20px;
  }

  .xl\:-m-30px {
    margin: -30px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xl\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xl\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xl\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xl\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xl\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xl\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xl\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xl\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xl\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xl\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xl\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xl\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xl\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xl\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xl\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xl\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xl\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xl\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-15 {
    margin-top: 3.75rem;
  }

  .xl\:mr-15 {
    margin-right: 3.75rem;
  }

  .xl\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xl\:ml-15 {
    margin-left: 3.75rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-26 {
    margin-top: 7rem;
  }

  .xl\:mr-26 {
    margin-right: 7rem;
  }

  .xl\:mb-26 {
    margin-bottom: 7rem;
  }

  .xl\:ml-26 {
    margin-left: 7rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mt-2px {
    margin-top: 2px;
  }

  .xl\:mr-2px {
    margin-right: 2px;
  }

  .xl\:mb-2px {
    margin-bottom: 2px;
  }

  .xl\:ml-2px {
    margin-left: 2px;
  }

  .xl\:mt-1\/2 {
    margin-top: 50%;
  }

  .xl\:mr-1\/2 {
    margin-right: 50%;
  }

  .xl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xl\:ml-1\/2 {
    margin-left: 50%;
  }

  .xl\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .xl\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .xl\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .xl\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .xl\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .xl\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .xl\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .xl\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .xl\:mt-1\/4 {
    margin-top: 25%;
  }

  .xl\:mr-1\/4 {
    margin-right: 25%;
  }

  .xl\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .xl\:ml-1\/4 {
    margin-left: 25%;
  }

  .xl\:mt-2\/4 {
    margin-top: 50%;
  }

  .xl\:mr-2\/4 {
    margin-right: 50%;
  }

  .xl\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .xl\:ml-2\/4 {
    margin-left: 50%;
  }

  .xl\:mt-3\/4 {
    margin-top: 75%;
  }

  .xl\:mr-3\/4 {
    margin-right: 75%;
  }

  .xl\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .xl\:ml-3\/4 {
    margin-left: 75%;
  }

  .xl\:mt-1\/5 {
    margin-top: 20%;
  }

  .xl\:mr-1\/5 {
    margin-right: 20%;
  }

  .xl\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .xl\:ml-1\/5 {
    margin-left: 20%;
  }

  .xl\:mt-2\/5 {
    margin-top: 40%;
  }

  .xl\:mr-2\/5 {
    margin-right: 40%;
  }

  .xl\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .xl\:ml-2\/5 {
    margin-left: 40%;
  }

  .xl\:mt-3\/5 {
    margin-top: 60%;
  }

  .xl\:mr-3\/5 {
    margin-right: 60%;
  }

  .xl\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .xl\:ml-3\/5 {
    margin-left: 60%;
  }

  .xl\:mt-4\/5 {
    margin-top: 80%;
  }

  .xl\:mr-4\/5 {
    margin-right: 80%;
  }

  .xl\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .xl\:ml-4\/5 {
    margin-left: 80%;
  }

  .xl\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .xl\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .xl\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .xl\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .xl\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .xl\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .xl\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .xl\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .xl\:mt-3\/6 {
    margin-top: 50%;
  }

  .xl\:mr-3\/6 {
    margin-right: 50%;
  }

  .xl\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .xl\:ml-3\/6 {
    margin-left: 50%;
  }

  .xl\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .xl\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .xl\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .xl\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .xl\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .xl\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .xl\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .xl\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .xl\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .xl\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .xl\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .xl\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .xl\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .xl\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .xl\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .xl\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .xl\:mt-3\/12 {
    margin-top: 25%;
  }

  .xl\:mr-3\/12 {
    margin-right: 25%;
  }

  .xl\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .xl\:ml-3\/12 {
    margin-left: 25%;
  }

  .xl\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .xl\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .xl\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .xl\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .xl\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .xl\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .xl\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .xl\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .xl\:mt-6\/12 {
    margin-top: 50%;
  }

  .xl\:mr-6\/12 {
    margin-right: 50%;
  }

  .xl\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .xl\:ml-6\/12 {
    margin-left: 50%;
  }

  .xl\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .xl\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .xl\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .xl\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .xl\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .xl\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .xl\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .xl\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .xl\:mt-9\/12 {
    margin-top: 75%;
  }

  .xl\:mr-9\/12 {
    margin-right: 75%;
  }

  .xl\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .xl\:ml-9\/12 {
    margin-left: 75%;
  }

  .xl\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .xl\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .xl\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .xl\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .xl\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .xl\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .xl\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .xl\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .xl\:mt-full {
    margin-top: 100%;
  }

  .xl\:mr-full {
    margin-right: 100%;
  }

  .xl\:mb-full {
    margin-bottom: 100%;
  }

  .xl\:ml-full {
    margin-left: 100%;
  }

  .xl\:mt-screen {
    margin-top: 100vw;
  }

  .xl\:mr-screen {
    margin-right: 100vw;
  }

  .xl\:mb-screen {
    margin-bottom: 100vw;
  }

  .xl\:ml-screen {
    margin-left: 100vw;
  }

  .xl\:mt-10px {
    margin-top: 0.625rem;
  }

  .xl\:mr-10px {
    margin-right: 0.625rem;
  }

  .xl\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .xl\:ml-10px {
    margin-left: 0.625rem;
  }

  .xl\:mt-20px {
    margin-top: 20px;
  }

  .xl\:mr-20px {
    margin-right: 20px;
  }

  .xl\:mb-20px {
    margin-bottom: 20px;
  }

  .xl\:ml-20px {
    margin-left: 20px;
  }

  .xl\:mt-30px {
    margin-top: 30px;
  }

  .xl\:mr-30px {
    margin-right: 30px;
  }

  .xl\:mb-30px {
    margin-bottom: 30px;
  }

  .xl\:ml-30px {
    margin-left: 30px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xl\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xl\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-26 {
    margin-top: -7rem;
  }

  .xl\:-mr-26 {
    margin-right: -7rem;
  }

  .xl\:-mb-26 {
    margin-bottom: -7rem;
  }

  .xl\:-ml-26 {
    margin-left: -7rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-mt-2px {
    margin-top: -2px;
  }

  .xl\:-mr-2px {
    margin-right: -2px;
  }

  .xl\:-mb-2px {
    margin-bottom: -2px;
  }

  .xl\:-ml-2px {
    margin-left: -2px;
  }

  .xl\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xl\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xl\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xl\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .xl\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .xl\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .xl\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .xl\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .xl\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .xl\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .xl\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .xl\:-mt-1\/4 {
    margin-top: -25%;
  }

  .xl\:-mr-1\/4 {
    margin-right: -25%;
  }

  .xl\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .xl\:-ml-1\/4 {
    margin-left: -25%;
  }

  .xl\:-mt-2\/4 {
    margin-top: -50%;
  }

  .xl\:-mr-2\/4 {
    margin-right: -50%;
  }

  .xl\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .xl\:-ml-2\/4 {
    margin-left: -50%;
  }

  .xl\:-mt-3\/4 {
    margin-top: -75%;
  }

  .xl\:-mr-3\/4 {
    margin-right: -75%;
  }

  .xl\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .xl\:-ml-3\/4 {
    margin-left: -75%;
  }

  .xl\:-mt-1\/5 {
    margin-top: -20%;
  }

  .xl\:-mr-1\/5 {
    margin-right: -20%;
  }

  .xl\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .xl\:-ml-1\/5 {
    margin-left: -20%;
  }

  .xl\:-mt-2\/5 {
    margin-top: -40%;
  }

  .xl\:-mr-2\/5 {
    margin-right: -40%;
  }

  .xl\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .xl\:-ml-2\/5 {
    margin-left: -40%;
  }

  .xl\:-mt-3\/5 {
    margin-top: -60%;
  }

  .xl\:-mr-3\/5 {
    margin-right: -60%;
  }

  .xl\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .xl\:-ml-3\/5 {
    margin-left: -60%;
  }

  .xl\:-mt-4\/5 {
    margin-top: -80%;
  }

  .xl\:-mr-4\/5 {
    margin-right: -80%;
  }

  .xl\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .xl\:-ml-4\/5 {
    margin-left: -80%;
  }

  .xl\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .xl\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .xl\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .xl\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .xl\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .xl\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .xl\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .xl\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .xl\:-mt-3\/6 {
    margin-top: -50%;
  }

  .xl\:-mr-3\/6 {
    margin-right: -50%;
  }

  .xl\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .xl\:-ml-3\/6 {
    margin-left: -50%;
  }

  .xl\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .xl\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .xl\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .xl\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .xl\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .xl\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .xl\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .xl\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .xl\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .xl\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .xl\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .xl\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .xl\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .xl\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .xl\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .xl\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .xl\:-mt-3\/12 {
    margin-top: -25%;
  }

  .xl\:-mr-3\/12 {
    margin-right: -25%;
  }

  .xl\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .xl\:-ml-3\/12 {
    margin-left: -25%;
  }

  .xl\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .xl\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .xl\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .xl\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .xl\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .xl\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .xl\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .xl\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .xl\:-mt-6\/12 {
    margin-top: -50%;
  }

  .xl\:-mr-6\/12 {
    margin-right: -50%;
  }

  .xl\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .xl\:-ml-6\/12 {
    margin-left: -50%;
  }

  .xl\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .xl\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .xl\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .xl\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .xl\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .xl\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .xl\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .xl\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .xl\:-mt-9\/12 {
    margin-top: -75%;
  }

  .xl\:-mr-9\/12 {
    margin-right: -75%;
  }

  .xl\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .xl\:-ml-9\/12 {
    margin-left: -75%;
  }

  .xl\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .xl\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .xl\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .xl\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .xl\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .xl\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .xl\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .xl\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .xl\:-mt-full {
    margin-top: -100%;
  }

  .xl\:-mr-full {
    margin-right: -100%;
  }

  .xl\:-mb-full {
    margin-bottom: -100%;
  }

  .xl\:-ml-full {
    margin-left: -100%;
  }

  .xl\:-mt-screen {
    margin-top: -100vw;
  }

  .xl\:-mr-screen {
    margin-right: -100vw;
  }

  .xl\:-mb-screen {
    margin-bottom: -100vw;
  }

  .xl\:-ml-screen {
    margin-left: -100vw;
  }

  .xl\:-mt-10px {
    margin-top: -0.625rem;
  }

  .xl\:-mr-10px {
    margin-right: -0.625rem;
  }

  .xl\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .xl\:-ml-10px {
    margin-left: -0.625rem;
  }

  .xl\:-mt-20px {
    margin-top: -20px;
  }

  .xl\:-mr-20px {
    margin-right: -20px;
  }

  .xl\:-mb-20px {
    margin-bottom: -20px;
  }

  .xl\:-ml-20px {
    margin-left: -20px;
  }

  .xl\:-mt-30px {
    margin-top: -30px;
  }

  .xl\:-mr-30px {
    margin-right: -30px;
  }

  .xl\:-mb-30px {
    margin-bottom: -30px;
  }

  .xl\:-ml-30px {
    margin-left: -30px;
  }

  .xl\:first\:m-0:first-child {
    margin: 0;
  }

  .xl\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .xl\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .xl\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .xl\:first\:m-4:first-child {
    margin: 1rem;
  }

  .xl\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .xl\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .xl\:first\:m-8:first-child {
    margin: 2rem;
  }

  .xl\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .xl\:first\:m-12:first-child {
    margin: 3rem;
  }

  .xl\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .xl\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .xl\:first\:m-16:first-child {
    margin: 4rem;
  }

  .xl\:first\:m-20:first-child {
    margin: 5rem;
  }

  .xl\:first\:m-24:first-child {
    margin: 6rem;
  }

  .xl\:first\:m-26:first-child {
    margin: 7rem;
  }

  .xl\:first\:m-32:first-child {
    margin: 8rem;
  }

  .xl\:first\:m-36:first-child {
    margin: 9rem;
  }

  .xl\:first\:m-40:first-child {
    margin: 10rem;
  }

  .xl\:first\:m-48:first-child {
    margin: 12rem;
  }

  .xl\:first\:m-56:first-child {
    margin: 14rem;
  }

  .xl\:first\:m-64:first-child {
    margin: 16rem;
  }

  .xl\:first\:m-auto:first-child {
    margin: auto;
  }

  .xl\:first\:m-px:first-child {
    margin: 1px;
  }

  .xl\:first\:m-2px:first-child {
    margin: 2px;
  }

  .xl\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .xl\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .xl\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .xl\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .xl\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .xl\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .xl\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .xl\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .xl\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .xl\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .xl\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .xl\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .xl\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .xl\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .xl\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .xl\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .xl\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .xl\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .xl\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .xl\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .xl\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .xl\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .xl\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .xl\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .xl\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .xl\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .xl\:first\:m-full:first-child {
    margin: 100%;
  }

  .xl\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .xl\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .xl\:first\:m-20px:first-child {
    margin: 20px;
  }

  .xl\:first\:m-30px:first-child {
    margin: 30px;
  }

  .xl\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .xl\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .xl\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .xl\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .xl\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .xl\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .xl\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .xl\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .xl\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .xl\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .xl\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .xl\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .xl\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .xl\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .xl\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .xl\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .xl\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .xl\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .xl\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .xl\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .xl\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .xl\:first\:-m-px:first-child {
    margin: -1px;
  }

  .xl\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .xl\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .xl\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .xl\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .xl\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .xl\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .xl\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .xl\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .xl\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .xl\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .xl\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .xl\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .xl\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .xl\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .xl\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .xl\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .xl\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .xl\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .xl\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .xl\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .xl\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .xl\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .xl\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .xl\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .xl\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .xl\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .xl\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .xl\:first\:-m-full:first-child {
    margin: -100%;
  }

  .xl\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .xl\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .xl\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .xl\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .xl\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xl\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xl\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xl\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xl\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xl\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xl\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xl\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xl\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xl\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xl\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xl\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xl\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xl\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xl\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xl\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xl\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xl\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xl\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .xl\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .xl\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .xl\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .xl\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xl\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xl\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xl\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xl\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xl\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xl\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xl\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xl\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xl\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xl\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xl\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xl\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .xl\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .xl\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xl\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .xl\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xl\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xl\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xl\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xl\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xl\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xl\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xl\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xl\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .xl\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .xl\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xl\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .xl\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xl\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xl\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xl\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xl\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .xl\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .xl\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xl\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .xl\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .xl\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .xl\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .xl\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .xl\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .xl\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .xl\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .xl\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .xl\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .xl\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .xl\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xl\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .xl\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .xl\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .xl\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xl\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .xl\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .xl\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .xl\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xl\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .xl\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .xl\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .xl\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .xl\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .xl\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .xl\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .xl\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xl\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .xl\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .xl\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .xl\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .xl\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .xl\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .xl\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .xl\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xl\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .xl\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .xl\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .xl\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xl\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .xl\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .xl\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .xl\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xl\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .xl\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .xl\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .xl\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xl\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .xl\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .xl\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .xl\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .xl\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .xl\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .xl\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .xl\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .xl\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .xl\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .xl\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .xl\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .xl\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .xl\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .xl\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .xl\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .xl\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .xl\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .xl\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .xl\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .xl\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .xl\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .xl\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .xl\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .xl\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .xl\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .xl\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .xl\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .xl\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .xl\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .xl\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .xl\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .xl\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .xl\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .xl\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .xl\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .xl\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .xl\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .xl\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .xl\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .xl\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .xl\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .xl\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .xl\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .xl\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .xl\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .xl\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .xl\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .xl\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .xl\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .xl\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .xl\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .xl\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .xl\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .xl\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .xl\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .xl\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .xl\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .xl\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .xl\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .xl\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .xl\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .xl\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .xl\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .xl\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .xl\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .xl\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .xl\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .xl\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .xl\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .xl\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .xl\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .xl\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .xl\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .xl\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .xl\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .xl\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .xl\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .xl\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .xl\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .xl\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .xl\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .xl\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .xl\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .xl\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .xl\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .xl\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .xl\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .xl\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .xl\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .xl\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .xl\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .xl\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .xl\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .xl\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .xl\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .xl\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .xl\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .xl\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .xl\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .xl\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .xl\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .xl\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .xl\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .xl\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .xl\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .xl\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .xl\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .xl\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .xl\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .xl\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .xl\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .xl\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .xl\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .xl\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .xl\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .xl\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .xl\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .xl\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .xl\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .xl\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .xl\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .xl\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .xl\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .xl\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .xl\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .xl\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .xl\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .xl\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .xl\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .xl\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .xl\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .xl\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .xl\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .xl\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .xl\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .xl\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .xl\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xl\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xl\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xl\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xl\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xl\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xl\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xl\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xl\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xl\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xl\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xl\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xl\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .xl\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .xl\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xl\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .xl\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xl\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xl\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xl\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xl\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xl\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xl\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xl\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xl\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .xl\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .xl\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xl\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .xl\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xl\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xl\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xl\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xl\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .xl\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .xl\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xl\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .xl\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .xl\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .xl\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .xl\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .xl\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .xl\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .xl\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .xl\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .xl\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .xl\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .xl\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xl\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .xl\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .xl\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .xl\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xl\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .xl\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .xl\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .xl\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xl\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .xl\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .xl\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .xl\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .xl\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .xl\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .xl\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .xl\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xl\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .xl\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .xl\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .xl\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .xl\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .xl\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .xl\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .xl\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xl\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .xl\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .xl\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .xl\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xl\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .xl\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .xl\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .xl\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xl\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .xl\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .xl\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .xl\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xl\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .xl\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .xl\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .xl\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .xl\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .xl\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .xl\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .xl\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .xl\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .xl\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .xl\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .xl\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .xl\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .xl\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .xl\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .xl\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .xl\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .xl\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .xl\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .xl\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .xl\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .xl\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .xl\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .xl\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .xl\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .xl\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .xl\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .xl\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .xl\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .xl\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .xl\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .xl\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .xl\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .xl\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .xl\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .xl\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .xl\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .xl\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .xl\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .xl\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .xl\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .xl\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .xl\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .xl\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .xl\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .xl\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .xl\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .xl\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .xl\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .xl\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .xl\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .xl\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .xl\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .xl\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .xl\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .xl\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .xl\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .xl\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .xl\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .xl\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .xl\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .xl\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .xl\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .xl\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .xl\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .xl\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .xl\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .xl\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .xl\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .xl\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .xl\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .xl\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .xl\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .xl\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .xl\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .xl\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .xl\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .xl\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .xl\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .xl\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .xl\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .xl\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .xl\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .xl\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .xl\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .xl\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .xl\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .xl\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .xl\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .xl\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .xl\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .xl\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .xl\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .xl\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .xl\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .xl\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .xl\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .xl\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .xl\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .xl\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .xl\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .xl\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .xl\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .xl\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .xl\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .xl\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .xl\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .xl\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .xl\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .xl\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .xl\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .xl\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .xl\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .xl\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .xl\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .xl\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .xl\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .xl\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .xl\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .xl\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .xl\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .xl\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .xl\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .xl\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .xl\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .xl\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .xl\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .xl\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .xl\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .xl\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .xl\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .xl\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .xl\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .xl\:last\:m-0:last-child {
    margin: 0;
  }

  .xl\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .xl\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .xl\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .xl\:last\:m-4:last-child {
    margin: 1rem;
  }

  .xl\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .xl\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .xl\:last\:m-8:last-child {
    margin: 2rem;
  }

  .xl\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .xl\:last\:m-12:last-child {
    margin: 3rem;
  }

  .xl\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .xl\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .xl\:last\:m-16:last-child {
    margin: 4rem;
  }

  .xl\:last\:m-20:last-child {
    margin: 5rem;
  }

  .xl\:last\:m-24:last-child {
    margin: 6rem;
  }

  .xl\:last\:m-26:last-child {
    margin: 7rem;
  }

  .xl\:last\:m-32:last-child {
    margin: 8rem;
  }

  .xl\:last\:m-36:last-child {
    margin: 9rem;
  }

  .xl\:last\:m-40:last-child {
    margin: 10rem;
  }

  .xl\:last\:m-48:last-child {
    margin: 12rem;
  }

  .xl\:last\:m-56:last-child {
    margin: 14rem;
  }

  .xl\:last\:m-64:last-child {
    margin: 16rem;
  }

  .xl\:last\:m-auto:last-child {
    margin: auto;
  }

  .xl\:last\:m-px:last-child {
    margin: 1px;
  }

  .xl\:last\:m-2px:last-child {
    margin: 2px;
  }

  .xl\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .xl\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .xl\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .xl\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .xl\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .xl\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .xl\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .xl\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .xl\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .xl\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .xl\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .xl\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .xl\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .xl\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .xl\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .xl\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .xl\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .xl\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .xl\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .xl\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .xl\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .xl\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .xl\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .xl\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .xl\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .xl\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .xl\:last\:m-full:last-child {
    margin: 100%;
  }

  .xl\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .xl\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .xl\:last\:m-20px:last-child {
    margin: 20px;
  }

  .xl\:last\:m-30px:last-child {
    margin: 30px;
  }

  .xl\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .xl\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .xl\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .xl\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .xl\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .xl\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .xl\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .xl\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .xl\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .xl\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .xl\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .xl\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .xl\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .xl\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .xl\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .xl\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .xl\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .xl\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .xl\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .xl\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .xl\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .xl\:last\:-m-px:last-child {
    margin: -1px;
  }

  .xl\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .xl\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .xl\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .xl\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .xl\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .xl\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .xl\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .xl\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .xl\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .xl\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .xl\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .xl\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .xl\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .xl\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .xl\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .xl\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .xl\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .xl\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .xl\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .xl\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .xl\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .xl\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .xl\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .xl\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .xl\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .xl\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .xl\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .xl\:last\:-m-full:last-child {
    margin: -100%;
  }

  .xl\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .xl\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .xl\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .xl\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .xl\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xl\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xl\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xl\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xl\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xl\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xl\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xl\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xl\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .xl\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .xl\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xl\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xl\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xl\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xl\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xl\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xl\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .xl\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .xl\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .xl\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xl\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xl\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xl\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xl\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xl\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xl\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xl\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xl\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xl\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xl\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xl\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xl\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .xl\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .xl\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xl\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .xl\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xl\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xl\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xl\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xl\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xl\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xl\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xl\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xl\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .xl\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .xl\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xl\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .xl\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xl\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xl\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xl\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xl\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .xl\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .xl\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xl\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .xl\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .xl\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .xl\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .xl\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .xl\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .xl\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .xl\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .xl\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .xl\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .xl\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .xl\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xl\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .xl\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .xl\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .xl\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xl\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .xl\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .xl\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .xl\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xl\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .xl\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .xl\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .xl\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .xl\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .xl\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .xl\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .xl\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xl\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .xl\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .xl\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .xl\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .xl\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .xl\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .xl\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .xl\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xl\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .xl\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .xl\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .xl\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xl\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .xl\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .xl\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .xl\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xl\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .xl\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .xl\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .xl\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xl\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .xl\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .xl\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .xl\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .xl\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .xl\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .xl\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .xl\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .xl\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .xl\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .xl\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .xl\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .xl\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .xl\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .xl\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .xl\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .xl\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .xl\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .xl\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .xl\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .xl\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .xl\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .xl\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .xl\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .xl\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .xl\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .xl\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .xl\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .xl\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .xl\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .xl\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .xl\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .xl\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .xl\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .xl\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .xl\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .xl\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .xl\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .xl\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .xl\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .xl\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .xl\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .xl\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .xl\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .xl\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .xl\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .xl\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .xl\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .xl\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .xl\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .xl\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .xl\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .xl\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .xl\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .xl\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .xl\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .xl\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .xl\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .xl\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .xl\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .xl\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .xl\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .xl\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .xl\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .xl\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .xl\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .xl\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .xl\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .xl\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .xl\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .xl\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .xl\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .xl\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .xl\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .xl\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .xl\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .xl\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .xl\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .xl\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .xl\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .xl\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .xl\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .xl\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .xl\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .xl\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .xl\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .xl\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .xl\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .xl\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .xl\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .xl\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .xl\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .xl\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .xl\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .xl\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .xl\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .xl\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .xl\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .xl\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .xl\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .xl\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .xl\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .xl\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .xl\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .xl\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .xl\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .xl\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .xl\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .xl\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .xl\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .xl\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .xl\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .xl\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .xl\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .xl\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .xl\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .xl\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .xl\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .xl\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .xl\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .xl\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .xl\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .xl\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .xl\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .xl\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .xl\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .xl\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .xl\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .xl\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .xl\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .xl\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .xl\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .xl\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .xl\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .xl\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xl\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xl\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xl\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xl\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xl\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xl\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xl\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xl\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xl\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xl\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xl\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xl\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .xl\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .xl\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xl\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .xl\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xl\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xl\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xl\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xl\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xl\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xl\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xl\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xl\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .xl\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .xl\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xl\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .xl\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xl\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xl\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xl\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xl\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .xl\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .xl\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xl\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .xl\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .xl\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .xl\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .xl\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .xl\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .xl\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .xl\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .xl\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .xl\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .xl\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .xl\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xl\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .xl\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .xl\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .xl\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xl\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .xl\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .xl\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .xl\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xl\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .xl\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .xl\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .xl\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .xl\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .xl\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .xl\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .xl\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xl\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .xl\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .xl\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .xl\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .xl\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .xl\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .xl\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .xl\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xl\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .xl\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .xl\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .xl\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xl\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .xl\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .xl\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .xl\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xl\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .xl\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .xl\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .xl\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xl\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .xl\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .xl\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .xl\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .xl\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .xl\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .xl\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .xl\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .xl\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .xl\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .xl\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .xl\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .xl\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .xl\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .xl\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .xl\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .xl\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .xl\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .xl\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .xl\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .xl\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .xl\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .xl\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .xl\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .xl\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .xl\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .xl\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .xl\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .xl\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .xl\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .xl\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .xl\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .xl\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .xl\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .xl\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .xl\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .xl\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .xl\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .xl\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .xl\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .xl\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .xl\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .xl\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .xl\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .xl\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .xl\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .xl\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .xl\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .xl\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .xl\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .xl\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .xl\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .xl\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .xl\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .xl\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .xl\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .xl\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .xl\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .xl\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .xl\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .xl\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .xl\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .xl\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .xl\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .xl\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .xl\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .xl\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .xl\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .xl\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .xl\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .xl\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .xl\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .xl\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .xl\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .xl\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .xl\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .xl\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .xl\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .xl\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .xl\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .xl\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .xl\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .xl\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .xl\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .xl\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .xl\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .xl\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .xl\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .xl\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .xl\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .xl\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .xl\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .xl\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .xl\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .xl\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .xl\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .xl\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .xl\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .xl\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .xl\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .xl\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .xl\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .xl\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .xl\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .xl\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .xl\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .xl\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .xl\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .xl\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .xl\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .xl\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .xl\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .xl\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .xl\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .xl\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .xl\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .xl\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .xl\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .xl\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .xl\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .xl\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .xl\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .xl\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .xl\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .xl\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .xl\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .xl\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .xl\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .xl\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .xl\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .xl\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .xl\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .xl\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .xl\:max-h-400 {
    max-height: 400px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-60 {
    max-width: 60%;
  }

  .xl\:max-w-170 {
    max-width: 170px;
  }

  .xl\:max-w-200 {
    max-width: 200px;
  }

  .xl\:max-w-300 {
    max-width: 300px;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-screen-xxs {
    max-width: 400px;
  }

  .xl\:max-w-screen-xs {
    max-width: 480px;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-tablet {
    max-width: 900px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:object-contain {
    object-fit: contain;
  }

  .xl\:object-cover {
    object-fit: cover;
  }

  .xl\:object-fill {
    object-fit: fill;
  }

  .xl\:object-none {
    object-fit: none;
  }

  .xl\:object-scale-down {
    object-fit: scale-down;
  }

  .xl\:object-bottom {
    object-position: bottom;
  }

  .xl\:object-center {
    object-position: center;
  }

  .xl\:object-left {
    object-position: left;
  }

  .xl\:object-left-bottom {
    object-position: left bottom;
  }

  .xl\:object-left-top {
    object-position: left top;
  }

  .xl\:object-right {
    object-position: right;
  }

  .xl\:object-right-bottom {
    object-position: right bottom;
  }

  .xl\:object-right-top {
    object-position: right top;
  }

  .xl\:object-top {
    object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-10 {
    opacity: 0.10;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-15 {
    padding: 3.75rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-26 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-2px {
    padding: 2px;
  }

  .xl\:p-1\/2 {
    padding: 50%;
  }

  .xl\:p-1\/3 {
    padding: 33.333333%;
  }

  .xl\:p-2\/3 {
    padding: 66.666667%;
  }

  .xl\:p-1\/4 {
    padding: 25%;
  }

  .xl\:p-2\/4 {
    padding: 50%;
  }

  .xl\:p-3\/4 {
    padding: 75%;
  }

  .xl\:p-1\/5 {
    padding: 20%;
  }

  .xl\:p-2\/5 {
    padding: 40%;
  }

  .xl\:p-3\/5 {
    padding: 60%;
  }

  .xl\:p-4\/5 {
    padding: 80%;
  }

  .xl\:p-1\/6 {
    padding: 16.666667%;
  }

  .xl\:p-2\/6 {
    padding: 33.333333%;
  }

  .xl\:p-3\/6 {
    padding: 50%;
  }

  .xl\:p-4\/6 {
    padding: 66.666667%;
  }

  .xl\:p-5\/6 {
    padding: 83.333333%;
  }

  .xl\:p-1\/12 {
    padding: 8.333333%;
  }

  .xl\:p-2\/12 {
    padding: 16.666667%;
  }

  .xl\:p-3\/12 {
    padding: 25%;
  }

  .xl\:p-4\/12 {
    padding: 33.333333%;
  }

  .xl\:p-5\/12 {
    padding: 41.666667%;
  }

  .xl\:p-6\/12 {
    padding: 50%;
  }

  .xl\:p-7\/12 {
    padding: 58.333333%;
  }

  .xl\:p-8\/12 {
    padding: 66.666667%;
  }

  .xl\:p-9\/12 {
    padding: 75%;
  }

  .xl\:p-10\/12 {
    padding: 83.333333%;
  }

  .xl\:p-11\/12 {
    padding: 91.666667%;
  }

  .xl\:p-full {
    padding: 100%;
  }

  .xl\:p-screen {
    padding: 100vw;
  }

  .xl\:p-10px {
    padding: 0.625rem;
  }

  .xl\:p-20px {
    padding: 20px;
  }

  .xl\:p-30px {
    padding: 30px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xl\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xl\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xl\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xl\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .xl\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .xl\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xl\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xl\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .xl\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .xl\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .xl\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .xl\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xl\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xl\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .xl\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .xl\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .xl\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .xl\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .xl\:pr-15 {
    padding-right: 3.75rem;
  }

  .xl\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xl\:pl-15 {
    padding-left: 3.75rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-26 {
    padding-top: 7rem;
  }

  .xl\:pr-26 {
    padding-right: 7rem;
  }

  .xl\:pb-26 {
    padding-bottom: 7rem;
  }

  .xl\:pl-26 {
    padding-left: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-2px {
    padding-top: 2px;
  }

  .xl\:pr-2px {
    padding-right: 2px;
  }

  .xl\:pb-2px {
    padding-bottom: 2px;
  }

  .xl\:pl-2px {
    padding-left: 2px;
  }

  .xl\:pt-1\/2 {
    padding-top: 50%;
  }

  .xl\:pr-1\/2 {
    padding-right: 50%;
  }

  .xl\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xl\:pl-1\/2 {
    padding-left: 50%;
  }

  .xl\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .xl\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .xl\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .xl\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .xl\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .xl\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .xl\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .xl\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .xl\:pt-1\/4 {
    padding-top: 25%;
  }

  .xl\:pr-1\/4 {
    padding-right: 25%;
  }

  .xl\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .xl\:pl-1\/4 {
    padding-left: 25%;
  }

  .xl\:pt-2\/4 {
    padding-top: 50%;
  }

  .xl\:pr-2\/4 {
    padding-right: 50%;
  }

  .xl\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .xl\:pl-2\/4 {
    padding-left: 50%;
  }

  .xl\:pt-3\/4 {
    padding-top: 75%;
  }

  .xl\:pr-3\/4 {
    padding-right: 75%;
  }

  .xl\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .xl\:pl-3\/4 {
    padding-left: 75%;
  }

  .xl\:pt-1\/5 {
    padding-top: 20%;
  }

  .xl\:pr-1\/5 {
    padding-right: 20%;
  }

  .xl\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .xl\:pl-1\/5 {
    padding-left: 20%;
  }

  .xl\:pt-2\/5 {
    padding-top: 40%;
  }

  .xl\:pr-2\/5 {
    padding-right: 40%;
  }

  .xl\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .xl\:pl-2\/5 {
    padding-left: 40%;
  }

  .xl\:pt-3\/5 {
    padding-top: 60%;
  }

  .xl\:pr-3\/5 {
    padding-right: 60%;
  }

  .xl\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .xl\:pl-3\/5 {
    padding-left: 60%;
  }

  .xl\:pt-4\/5 {
    padding-top: 80%;
  }

  .xl\:pr-4\/5 {
    padding-right: 80%;
  }

  .xl\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .xl\:pl-4\/5 {
    padding-left: 80%;
  }

  .xl\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .xl\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .xl\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .xl\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .xl\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .xl\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .xl\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .xl\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .xl\:pt-3\/6 {
    padding-top: 50%;
  }

  .xl\:pr-3\/6 {
    padding-right: 50%;
  }

  .xl\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .xl\:pl-3\/6 {
    padding-left: 50%;
  }

  .xl\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .xl\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .xl\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .xl\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .xl\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .xl\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .xl\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .xl\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .xl\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .xl\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .xl\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .xl\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .xl\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .xl\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .xl\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .xl\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .xl\:pt-3\/12 {
    padding-top: 25%;
  }

  .xl\:pr-3\/12 {
    padding-right: 25%;
  }

  .xl\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .xl\:pl-3\/12 {
    padding-left: 25%;
  }

  .xl\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .xl\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .xl\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .xl\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .xl\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .xl\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .xl\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .xl\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .xl\:pt-6\/12 {
    padding-top: 50%;
  }

  .xl\:pr-6\/12 {
    padding-right: 50%;
  }

  .xl\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .xl\:pl-6\/12 {
    padding-left: 50%;
  }

  .xl\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .xl\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .xl\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .xl\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .xl\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .xl\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .xl\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .xl\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .xl\:pt-9\/12 {
    padding-top: 75%;
  }

  .xl\:pr-9\/12 {
    padding-right: 75%;
  }

  .xl\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .xl\:pl-9\/12 {
    padding-left: 75%;
  }

  .xl\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .xl\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .xl\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .xl\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .xl\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .xl\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .xl\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .xl\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .xl\:pt-full {
    padding-top: 100%;
  }

  .xl\:pr-full {
    padding-right: 100%;
  }

  .xl\:pb-full {
    padding-bottom: 100%;
  }

  .xl\:pl-full {
    padding-left: 100%;
  }

  .xl\:pt-screen {
    padding-top: 100vw;
  }

  .xl\:pr-screen {
    padding-right: 100vw;
  }

  .xl\:pb-screen {
    padding-bottom: 100vw;
  }

  .xl\:pl-screen {
    padding-left: 100vw;
  }

  .xl\:pt-10px {
    padding-top: 0.625rem;
  }

  .xl\:pr-10px {
    padding-right: 0.625rem;
  }

  .xl\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .xl\:pl-10px {
    padding-left: 0.625rem;
  }

  .xl\:pt-20px {
    padding-top: 20px;
  }

  .xl\:pr-20px {
    padding-right: 20px;
  }

  .xl\:pb-20px {
    padding-bottom: 20px;
  }

  .xl\:pl-20px {
    padding-left: 20px;
  }

  .xl\:pt-30px {
    padding-top: 30px;
  }

  .xl\:pr-30px {
    padding-right: 30px;
  }

  .xl\:pb-30px {
    padding-bottom: 30px;
  }

  .xl\:pl-30px {
    padding-left: 30px;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xl\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xl\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xl\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xl\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xl\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xl\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xl\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xl\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xl\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xl\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xl\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xl\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xl\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xl\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .xl\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xl\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xl\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .xl\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .xl\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .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-8 {
    top: 2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:top-100 {
    top: 100%;
  }

  .xl\:right-100 {
    right: 100%;
  }

  .xl\:bottom-100 {
    bottom: 100%;
  }

  .xl\:left-100 {
    left: 100%;
  }

  .xl\:-top-1 {
    top: -1px;
  }

  .xl\:-right-1 {
    right: -1px;
  }

  .xl\:-bottom-1 {
    bottom: -1px;
  }

  .xl\:-left-1 {
    left: -1px;
  }

  .xl\:-top-2 {
    top: -2px;
  }

  .xl\:-right-2 {
    right: -2px;
  }

  .xl\:-bottom-2 {
    bottom: -2px;
  }

  .xl\:-left-2 {
    left: -2px;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .xl\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xl\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xl\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xl\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xl\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xl\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xl\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .xl\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .xl\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .xl\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .xl\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xl\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xl\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xl\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xl\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xl\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xl\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xl\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xl\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xl\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xl\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xl\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xl\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xl\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xl\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xl\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xl\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xl\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xl\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xl\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xl\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xl\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xl\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xl\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xl\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xl\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xl\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xl\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .xl\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xl\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xl\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xl\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xl\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xl\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xl\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xl\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xl\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xl\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xl\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xl\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xl\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xl\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xl\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xl\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xl\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xl\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xl\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xl\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xl\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xl\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xl\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xl\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xl\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xl\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .xl\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .xl\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .xl\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .xl\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .xl\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .xl\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .xl\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .xl\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .xl\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .xl\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .xl\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .xl\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .xl\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .xl\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .xl\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .xl\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .xl\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .xl\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .xl\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .xl\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .xl\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .xl\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .xl\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .xl\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .xl\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .xl\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .xl\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xl\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .xl\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xl\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xl\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xl\:text-opacity-100 {
    --text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .xl\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .xl\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .xl\:tracking-1 {
    letter-spacing: 1px;
  }

  .xl\:tracking-2 {
    letter-spacing: 2px;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-15 {
    width: 3.75rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-26 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-2px {
    width: 2px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-10px {
    width: 0.625rem;
  }

  .xl\:w-20px {
    width: 20px;
  }

  .xl\:w-30px {
    width: 30px;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-1 {
    z-index: 1;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:-z-1 {
    z-index: -1;
  }

  .xl\:-z-2 {
    z-index: -2;
  }

  .xl\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .xl\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .xl\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .xl\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .xl\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .xl\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xl\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xl\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xl\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .xl\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xl\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .xl\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .xl\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .xl\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .xl\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .xl\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xl\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xl\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xl\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xl\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .xl\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .xl\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .xl\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .xl\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .xl\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .xl\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .xl\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .xl\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .xl\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .xl\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .xl\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .xl\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .xl\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .xl\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .xl\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .xl\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xl\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xl\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xl\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xl\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xl\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xl\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xl\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xl\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xl\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xl\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xl\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xl\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xl\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xl\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xl\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xl\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xl\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xl\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .xl\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xl\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xl\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xl\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xl\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xl\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xl\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .xl\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xl\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xl\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xl\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .xl\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xl\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xl\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xl\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xl\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xl\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xl\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xl\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xl\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xl\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xl\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xl\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xl\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xl\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xl\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xl\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xl\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .xl\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xl\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xl\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xl\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xl\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xl\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xl\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .xl\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xl\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xl\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xl\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .xl\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xl\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xl\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xl\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xl\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xl\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xl\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .xl\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xl\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xl\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xl\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xl\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xl\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .xl\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xl\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xl\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xl\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .xl\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .xl\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xl\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xl\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xl\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .xl\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xl\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .xl\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xl\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xl\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xl\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .xl\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .xl\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .xl\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .xl\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .xl\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xl\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xl\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xl\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xl\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .xl\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .xl\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .xl\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .xl\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xl\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xl\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xl\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xl\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .xl\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .xl\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .xl\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .xl\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .xl\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .xl\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .xl\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .xl\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .xl\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .xl\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .xl\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .xl\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .xl\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .xl\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .xl\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --transform-rotate: 0;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .xl\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .xl\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .xl\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .xl\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .xl\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .xl\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .xl\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .xl\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .xl\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .xl\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .xl\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .xl\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .xl\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .xl\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .xl\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .xl\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .xl\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .xl\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .xl\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .xl\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .xl\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .xl\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .xl\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .xl\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .xl\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .xl\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .xl\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .xl\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .xl\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .xl\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .xl\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .xl\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .xl\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .xl\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .xl\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .xl\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .xl\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .xl\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .xl\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .xl\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .xl\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .xl\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .xl\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .xl\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .xl\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .xl\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .xl\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .xl\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .xl\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .xl\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .xl\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .xl\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .xl\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .xl\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .xl\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .xl\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .xl\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .xl\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .xl\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .xl\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .xl\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .xl\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .xl\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .xl\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .xl\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .xl\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .xl\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .xl\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .xl\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .xl\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .xl\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .xl\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .xl\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .xl\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .xl\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .xl\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .xl\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .xl\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .xl\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .xl\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .xl\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .xl\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .xl\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .xl\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .xl\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .xl\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .xl\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .xl\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .xl\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .xl\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .xl\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .xl\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .xl\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .xl\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .xl\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .xl\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .xl\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .xl\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .xl\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .xl\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .xl\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .xl\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .xl\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .xl\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .xl\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .xl\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .xl\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .xl\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .xl\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .xl\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .xl\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .xl\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .xl\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .xl\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .xl\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .xl\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .xl\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .xl\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .xl\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .xl\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .xl\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .xl\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .xl\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .xl\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .xl\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .xl\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .xl\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .xl\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .xl\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .xl\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .xl\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .xl\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .xl\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .xl\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .xl\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .xl\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .xl\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .xl\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .xl\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .xl\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .xl\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .xl\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .xl\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .xl\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .xl\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .xl\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .xl\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .xl\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .xl\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .xl\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .xl\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .xl\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .xl\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .xl\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .xl\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .xl\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .xl\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .xl\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .xl\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .xl\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .xl\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .xl\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .xl\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .xl\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .xl\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .xl\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .xl\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .xl\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .xl\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .xl\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .xl\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .xl\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .xl\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .xl\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .xl\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .xl\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .xl\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .xl\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .xl\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .xl\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .xl\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .xl\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .xl\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .xl\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .xl\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .xl\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .xl\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .xl\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .xl\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .xl\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .xl\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .xl\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .xl\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .xl\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .xl\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .xl\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .xl\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .xl\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .xl\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .xl\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .xl\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .xl\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .xl\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .xl\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .xl\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .xl\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .xl\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .xl\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .xl\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .xl\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .xl\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .xl\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .xl\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .xl\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .xl\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .xl\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .xl\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .xl\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .xl\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .xl\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .xl\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .xl\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .xl\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .xl\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .xl\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .xl\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .xl\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .xl\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .xl\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .xl\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .xl\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .xl\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .xl\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .xl\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .xl\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .xl\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .xl\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .xl\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .xl\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .xl\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .xl\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .xl\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .xl\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .xl\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .xl\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .xl\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .xl\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .xl\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .xl\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .xl\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .xl\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .xl\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .xl\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .xl\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .xl\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .xl\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .xl\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .xl\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .xl\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .xl\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .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-8 {
    --transform-skew-x: 8deg;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .xl\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .xl\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .xl\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .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-8 {
    --transform-skew-y: 8deg;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .xl\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .xl\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .xl\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .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-8:hover {
    --transform-skew-x: 8deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .xl\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .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-8:hover {
    --transform-skew-y: 8deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .xl\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .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-8:focus {
    --transform-skew-x: 8deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .xl\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .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-8:focus {
    --transform-skew-y: 8deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .xl\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
  }

  .xl\:transition-transform {
    transition-property: transform;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:animate-none {
    animation: none;
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media print {
  .print\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .print\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 480px) {
    .print\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .print\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .print\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 900px) {
    .print\:container {
      max-width: 900px;
    }
  }

  @media (min-width: 1024px) {
    .print\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .print\:container {
      max-width: 1280px;
    }
  }

  .print\:col {
    width: 100%;
    padding-left: 20px;
  }
    @media (min-width: 768px) {

  .print\:col {
      padding-left: 30px
  }
    }

  .print\:sp-t--sm {
    margin-top: 2.5rem
  }

  .print\:sp-t {
    margin-top: 2rem;
  }
    @media (min-width: 768px){

  .print\:sp-t {
      margin-top: 3.75rem
  }
    }

  .print\:sp-t--lg {
    margin-top: 2.5rem;
  }
    @media (min-width: 768px){

  .print\:sp-t--lg {
      margin-top: 5rem
  }
    }

  .print\:order-1 {
    order: 1;
  }

  .print\:-order-1 {
    order: -1;
  }

  .print\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .print\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .print\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .print\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .print\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .print\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .print\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .print\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .print\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .print\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .print\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--space-y-reverse));
  }

  .print\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--space-y-reverse));
  }

  .print\:space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .print\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .print\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .print\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7rem * var(--space-y-reverse));
  }

  .print\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(7rem * var(--space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .print\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(9rem * var(--space-y-reverse));
  }

  .print\:space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(9rem * var(--space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .print\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .print\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .print\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .print\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .print\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .print\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .print\:space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .print\:space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .print\:space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .print\:space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .print\:space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .print\:space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20% * var(--space-y-reverse));
  }

  .print\:space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20% * var(--space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40% * var(--space-y-reverse));
  }

  .print\:space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(40% * var(--space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60% * var(--space-y-reverse));
  }

  .print\:space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(60% * var(--space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80% * var(--space-y-reverse));
  }

  .print\:space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(80% * var(--space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .print\:space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .print\:space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .print\:space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .print\:space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .print\:space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--space-y-reverse));
  }

  .print\:space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--space-y-reverse));
  }

  .print\:space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25% * var(--space-y-reverse));
  }

  .print\:space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(25% * var(--space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--space-y-reverse));
  }

  .print\:space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(41.666667% * var(--space-y-reverse));
  }

  .print\:space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(41.666667% * var(--space-x-reverse));
    margin-left: calc(41.666667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50% * var(--space-y-reverse));
  }

  .print\:space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(50% * var(--space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--space-y-reverse));
  }

  .print\:space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--space-y-reverse));
  }

  .print\:space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(75% * var(--space-y-reverse));
  }

  .print\:space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(75% * var(--space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--space-y-reverse));
  }

  .print\:space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--space-y-reverse));
  }

  .print\:space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100% * var(--space-y-reverse));
  }

  .print\:space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100% * var(--space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(100vw * var(--space-y-reverse));
  }

  .print\:space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(100vw * var(--space-x-reverse));
    margin-left: calc(100vw * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--space-y-reverse));
  }

  .print\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .print\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .print\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .print\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .print\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .print\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .print\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .print\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .print\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .print\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .print\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .print\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--space-y-reverse));
  }

  .print\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-15 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--space-y-reverse));
  }

  .print\:-space-x-15 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .print\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .print\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .print\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7rem * var(--space-y-reverse));
  }

  .print\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-7rem * var(--space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .print\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-9rem * var(--space-y-reverse));
  }

  .print\:-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-9rem * var(--space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .print\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .print\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .print\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .print\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .print\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .print\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-1\/2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .print\:-space-x-1\/2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-1\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .print\:-space-x-1\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-2\/3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .print\:-space-x-2\/3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-1\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .print\:-space-x-1\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-2\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .print\:-space-x-2\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-3\/4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .print\:-space-x-3\/4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-1\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20% * var(--space-y-reverse));
  }

  .print\:-space-x-1\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20% * var(--space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-2\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40% * var(--space-y-reverse));
  }

  .print\:-space-x-2\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-40% * var(--space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-3\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60% * var(--space-y-reverse));
  }

  .print\:-space-x-3\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-60% * var(--space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-4\/5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80% * var(--space-y-reverse));
  }

  .print\:-space-x-4\/5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-80% * var(--space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-1\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .print\:-space-x-1\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-2\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .print\:-space-x-2\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-3\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .print\:-space-x-3\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-4\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .print\:-space-x-4\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-5\/6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .print\:-space-x-5\/6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-1\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--space-y-reverse));
  }

  .print\:-space-x-1\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-2\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--space-y-reverse));
  }

  .print\:-space-x-2\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-3\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25% * var(--space-y-reverse));
  }

  .print\:-space-x-3\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-25% * var(--space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-4\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--space-y-reverse));
  }

  .print\:-space-x-4\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-5\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--space-y-reverse));
  }

  .print\:-space-x-5\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-6\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50% * var(--space-y-reverse));
  }

  .print\:-space-x-6\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-50% * var(--space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-7\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--space-y-reverse));
  }

  .print\:-space-x-7\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-8\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--space-y-reverse));
  }

  .print\:-space-x-8\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-9\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-75% * var(--space-y-reverse));
  }

  .print\:-space-x-9\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-75% * var(--space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-10\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--space-y-reverse));
  }

  .print\:-space-x-10\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-11\/12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--space-y-reverse));
  }

  .print\:-space-x-11\/12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-full > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100% * var(--space-y-reverse));
  }

  .print\:-space-x-full > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100% * var(--space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-screen > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-100vw * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-100vw * var(--space-y-reverse));
  }

  .print\:-space-x-screen > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-100vw * var(--space-x-reverse));
    margin-left: calc(-100vw * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--space-y-reverse));
  }

  .print\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .print\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .print\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .print\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .print\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1;
  }

  .print\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1;
  }

  .print\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .print\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .print\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .print\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .print\:divide-y-3 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(3px * var(--divide-y-reverse));
  }

  .print\:divide-x-3 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(3px * var(--divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse)));
  }

  .print\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .print\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .print\:divide-y-6 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(6px * var(--divide-y-reverse));
  }

  .print\:divide-x-6 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(6px * var(--divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--divide-x-reverse)));
  }

  .print\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .print\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .print\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .print\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .print\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1;
  }

  .print\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1;
  }

  .print\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .print\:divide-black-transparent > :not(template) ~ :not(template) {
    border-color: rgba(0,0,0,.15);
  }

  .print\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .print\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .print\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .print\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .print\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .print\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .print\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .print\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .print\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .print\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .print\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .print\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--divide-opacity));
  }

  .print\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--divide-opacity));
  }

  .print\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .print\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .print\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .print\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .print\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .print\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .print\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .print\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .print\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .print\:divide-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--divide-opacity));
  }

  .print\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .print\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .print\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .print\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .print\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .print\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .print\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .print\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .print\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .print\:divide-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--divide-opacity));
  }

  .print\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .print\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .print\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .print\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .print\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .print\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .print\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .print\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .print\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .print\:divide-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--divide-opacity));
  }

  .print\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .print\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .print\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .print\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .print\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .print\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .print\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .print\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .print\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .print\:divide-red-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--divide-opacity));
  }

  .print\:divide-green-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--divide-opacity));
  }

  .print\:divide-green-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--divide-opacity));
  }

  .print\:divide-green-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--divide-opacity));
  }

  .print\:divide-lime > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--divide-opacity));
  }

  .print\:divide-blue-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--divide-opacity));
  }

  .print\:divide-blue-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--divide-opacity));
  }

  .print\:divide-grey > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--divide-opacity));
  }

  .print\:divide-grey-extra-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--divide-opacity));
  }

  .print\:divide-grey-pinch-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--divide-opacity));
  }

  .print\:divide-grey-darker > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--divide-opacity));
  }

  .print\:divide-grey-darkest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .print\:divide-grey-medium > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--divide-opacity));
  }

  .print\:divide-grey-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--divide-opacity));
  }

  .print\:divide-grey-lighter > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--divide-opacity));
  }

  .print\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--divide-opacity));
  }

  .print\:divide-grey-lightest > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--divide-opacity));
  }

  .print\:divide-jobs-purple > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--divide-opacity));
  }

  .print\:divide-jobs-pink > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--divide-opacity));
  }

  .print\:divide-jobs-red > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--divide-opacity));
  }

  .print\:divide-jobs-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--divide-opacity));
  }

  .print\:divide-jobs-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--divide-opacity));
  }

  .print\:divide-jobs-green > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--divide-opacity));
  }

  .print\:divide-jobs-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--divide-opacity));
  }

  .print\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .print\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .print\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .print\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .print\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .print\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0;
  }

  .print\:divide-opacity-10 > :not(template) ~ :not(template) {
    --divide-opacity: 0.10;
  }

  .print\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25;
  }

  .print\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5;
  }

  .print\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75;
  }

  .print\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1;
  }

  .print\: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;
  }

  .print\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .print\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .print\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .print\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .print\:bg-fixed {
    background-attachment: fixed;
  }

  .print\:bg-local {
    background-attachment: local;
  }

  .print\:bg-scroll {
    background-attachment: scroll;
  }

  .print\:bg-clip-border {
    background-clip: border-box;
  }

  .print\:bg-clip-padding {
    background-clip: padding-box;
  }

  .print\:bg-clip-content {
    background-clip: content-box;
  }

  .print\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .print\:bg-transparent {
    background-color: transparent;
  }

  .print\:bg-black-transparent {
    background-color: rgba(0,0,0,.15);
  }

  .print\:bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .print\:bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .print\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .print\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .print\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .print\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .print\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .print\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .print\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .print\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .print\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .print\:bg-red {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .print\:bg-orange {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .print\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .print\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .print\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .print\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .print\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .print\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .print\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .print\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .print\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .print\:bg-green {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .print\:bg-teal-100 {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .print\:bg-teal-200 {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .print\:bg-teal-300 {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .print\:bg-teal-400 {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .print\:bg-teal-500 {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .print\:bg-teal-600 {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .print\:bg-teal-700 {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .print\:bg-teal-800 {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .print\:bg-teal-900 {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .print\:bg-blue {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .print\:bg-indigo-100 {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .print\:bg-indigo-200 {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .print\:bg-indigo-300 {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .print\:bg-indigo-400 {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .print\:bg-indigo-500 {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .print\:bg-indigo-600 {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .print\:bg-indigo-700 {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .print\:bg-indigo-800 {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .print\:bg-indigo-900 {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .print\:bg-purple {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .print\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .print\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .print\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .print\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .print\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .print\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .print\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .print\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .print\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .print\:bg-red-darker {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .print\:bg-green-light {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .print\:bg-green-darker {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .print\:bg-green-dark {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .print\:bg-lime {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .print\:bg-blue-darker {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .print\:bg-blue-darkest {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .print\:bg-grey {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .print\:bg-grey-extra-darker {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .print\:bg-grey-pinch-darker {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .print\:bg-grey-darker {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .print\:bg-grey-darkest {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .print\:bg-grey-medium {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .print\:bg-grey-dark {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .print\:bg-grey-lighter {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .print\:bg-grey-light {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .print\:bg-grey-lightest {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .print\:bg-jobs-purple {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .print\:bg-jobs-pink {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .print\:bg-jobs-red {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .print\:bg-jobs-orange {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .print\:bg-jobs-yellow {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .print\:bg-jobs-green {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .print\:bg-jobs-blue {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .print\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .print\:hover\:bg-black-transparent:hover {
    background-color: rgba(0,0,0,.15);
  }

  .print\:hover\:bg-black:hover {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .print\:hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-200:hover {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-300:hover {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-400:hover {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-500:hover {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-600:hover {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-700:hover {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-800:hover {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .print\:hover\:bg-gray-900:hover {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .print\:hover\:bg-red:hover {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .print\:hover\:bg-orange:hover {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .print\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .print\:hover\:bg-green:hover {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-100:hover {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-200:hover {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-300:hover {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-400:hover {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-500:hover {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-600:hover {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-700:hover {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-800:hover {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .print\:hover\:bg-teal-900:hover {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .print\:hover\:bg-blue:hover {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .print\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .print\:hover\:bg-purple:hover {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-100:hover {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-200:hover {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-300:hover {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-400:hover {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-500:hover {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-600:hover {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-700:hover {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-800:hover {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .print\:hover\:bg-pink-900:hover {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .print\:hover\:bg-red-darker:hover {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .print\:hover\:bg-green-light:hover {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .print\:hover\:bg-green-darker:hover {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .print\:hover\:bg-green-dark:hover {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .print\:hover\:bg-lime:hover {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .print\:hover\:bg-blue-darker:hover {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .print\:hover\:bg-blue-darkest:hover {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .print\:hover\:bg-grey:hover {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-extra-darker:hover {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-pinch-darker:hover {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-darker:hover {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-darkest:hover {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-medium:hover {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-dark:hover {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-lighter:hover {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-light:hover {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .print\:hover\:bg-grey-lightest:hover {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .print\:hover\:bg-jobs-purple:hover {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .print\:hover\:bg-jobs-pink:hover {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .print\:hover\:bg-jobs-red:hover {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .print\:hover\:bg-jobs-orange:hover {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .print\:hover\:bg-jobs-yellow:hover {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .print\:hover\:bg-jobs-green:hover {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .print\:hover\:bg-jobs-blue:hover {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .print\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .print\:focus\:bg-black-transparent:focus {
    background-color: rgba(0,0,0,.15);
  }

  .print\:focus\:bg-black:focus {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .print\:focus\:bg-white:focus {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-100:focus {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-200:focus {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-300:focus {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-400:focus {
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-500:focus {
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-600:focus {
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-700:focus {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-800:focus {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .print\:focus\:bg-gray-900:focus {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .print\:focus\:bg-red:focus {
    --bg-opacity: 1;
    background-color: #e94848;
    background-color: rgba(233, 72, 72, var(--bg-opacity));
  }

  .print\:focus\:bg-orange:focus {
    --bg-opacity: 1;
    background-color: #f4a858;
    background-color: rgba(244, 168, 88, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .print\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .print\:focus\:bg-green:focus {
    --bg-opacity: 1;
    background-color: #4ac16a;
    background-color: rgba(74, 193, 106, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-100:focus {
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-200:focus {
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-300:focus {
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-400:focus {
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-500:focus {
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-600:focus {
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-700:focus {
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-800:focus {
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .print\:focus\:bg-teal-900:focus {
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .print\:focus\:bg-blue:focus {
    --bg-opacity: 1;
    background-color: #027DB1;
    background-color: rgba(2, 125, 177, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .print\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .print\:focus\:bg-purple:focus {
    --bg-opacity: 1;
    background-color: #615287;
    background-color: rgba(97, 82, 135, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-100:focus {
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-200:focus {
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-300:focus {
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-400:focus {
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-500:focus {
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-600:focus {
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-700:focus {
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-800:focus {
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .print\:focus\:bg-pink-900:focus {
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .print\:focus\:bg-red-darker:focus {
    --bg-opacity: 1;
    background-color: #D83B3B;
    background-color: rgba(216, 59, 59, var(--bg-opacity));
  }

  .print\:focus\:bg-green-light:focus {
    --bg-opacity: 1;
    background-color: #5AD37A;
    background-color: rgba(90, 211, 122, var(--bg-opacity));
  }

  .print\:focus\:bg-green-darker:focus {
    --bg-opacity: 1;
    background-color: #3AAE59;
    background-color: rgba(58, 174, 89, var(--bg-opacity));
  }

  .print\:focus\:bg-green-dark:focus {
    --bg-opacity: 1;
    background-color: #3FA45A;
    background-color: rgba(63, 164, 90, var(--bg-opacity));
  }

  .print\:focus\:bg-lime:focus {
    --bg-opacity: 1;
    background-color: #bad067;
    background-color: rgba(186, 208, 103, var(--bg-opacity));
  }

  .print\:focus\:bg-blue-darker:focus {
    --bg-opacity: 1;
    background-color: #0087BF;
    background-color: rgba(0, 135, 191, var(--bg-opacity));
  }

  .print\:focus\:bg-blue-darkest:focus {
    --bg-opacity: 1;
    background-color: #02648E;
    background-color: rgba(2, 100, 142, var(--bg-opacity));
  }

  .print\:focus\:bg-grey:focus {
    --bg-opacity: 1;
    background-color: #b7b7b7;
    background-color: rgba(183, 183, 183, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-extra-darker:focus {
    --bg-opacity: 1;
    background-color: #2C2C2C;
    background-color: rgba(44, 44, 44, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-pinch-darker:focus {
    --bg-opacity: 1;
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-darker:focus {
    --bg-opacity: 1;
    background-color: #6C6C6C;
    background-color: rgba(108, 108, 108, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-darkest:focus {
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-medium:focus {
    --bg-opacity: 1;
    background-color: #606060;
    background-color: rgba(96, 96, 96, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-dark:focus {
    --bg-opacity: 1;
    background-color: #303030;
    background-color: rgba(48, 48, 48, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-lighter:focus {
    --bg-opacity: 1;
    background-color: #d8d8d8;
    background-color: rgba(216, 216, 216, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-light:focus {
    --bg-opacity: 1;
    background-color: #f2f2f2;
    background-color: rgba(242, 242, 242, var(--bg-opacity));
  }

  .print\:focus\:bg-grey-lightest:focus {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity));
  }

  .print\:focus\:bg-jobs-purple:focus {
    --bg-opacity: 1;
    background-color: #4B3E75;
    background-color: rgba(75, 62, 117, var(--bg-opacity));
  }

  .print\:focus\:bg-jobs-pink:focus {
    --bg-opacity: 1;
    background-color: #EF788A;
    background-color: rgba(239, 120, 138, var(--bg-opacity));
  }

  .print\:focus\:bg-jobs-red:focus {
    --bg-opacity: 1;
    background-color: #E3000F;
    background-color: rgba(227, 0, 15, var(--bg-opacity));
  }

  .print\:focus\:bg-jobs-orange:focus {
    --bg-opacity: 1;
    background-color: #F49B04;
    background-color: rgba(244, 155, 4, var(--bg-opacity));
  }

  .print\:focus\:bg-jobs-yellow:focus {
    --bg-opacity: 1;
    background-color: #FC0;
    background-color: rgba(255, 204, 0, var(--bg-opacity));
  }

  .print\:focus\:bg-jobs-green:focus {
    --bg-opacity: 1;
    background-color: #009B9B;
    background-color: rgba(0, 155, 155, var(--bg-opacity));
  }

  .print\:focus\:bg-jobs-blue:focus {
    --bg-opacity: 1;
    background-color: #008BD2;
    background-color: rgba(0, 139, 210, var(--bg-opacity));
  }

  .print\:bg-none {
    background-image: none;
  }

  .print\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops));
  }

  .print\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops));
  }

  .print\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops));
  }

  .print\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops));
  }

  .print\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  }

  .print\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops));
  }

  .print\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops));
  }

  .print\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops));
  }

  .print\:from-transparent {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:from-black-transparent {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:from-black {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:from-white {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .print\:from-gray-100 {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .print\:from-gray-200 {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .print\:from-gray-300 {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .print\:from-gray-400 {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .print\:from-gray-500 {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .print\:from-gray-600 {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .print\:from-gray-700 {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .print\:from-gray-800 {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .print\:from-gray-900 {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .print\:from-red {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .print\:from-orange {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .print\:from-yellow-100 {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .print\:from-yellow-200 {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .print\:from-yellow-300 {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .print\:from-yellow-400 {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .print\:from-yellow-500 {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .print\:from-yellow-600 {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .print\:from-yellow-700 {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .print\:from-yellow-800 {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .print\:from-yellow-900 {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .print\:from-green {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .print\:from-teal-100 {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .print\:from-teal-200 {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .print\:from-teal-300 {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .print\:from-teal-400 {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .print\:from-teal-500 {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .print\:from-teal-600 {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .print\:from-teal-700 {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .print\:from-teal-800 {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .print\:from-teal-900 {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .print\:from-blue {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .print\:from-indigo-100 {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .print\:from-indigo-200 {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .print\:from-indigo-300 {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .print\:from-indigo-400 {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .print\:from-indigo-500 {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .print\:from-indigo-600 {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .print\:from-indigo-700 {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .print\:from-indigo-800 {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .print\:from-indigo-900 {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .print\:from-purple {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .print\:from-pink-100 {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .print\:from-pink-200 {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .print\:from-pink-300 {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .print\:from-pink-400 {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .print\:from-pink-500 {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .print\:from-pink-600 {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .print\:from-pink-700 {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .print\:from-pink-800 {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .print\:from-pink-900 {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .print\:from-red-darker {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .print\:from-green-light {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .print\:from-green-darker {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .print\:from-green-dark {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .print\:from-lime {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .print\:from-blue-darker {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .print\:from-blue-darkest {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .print\:from-grey {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .print\:from-grey-extra-darker {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .print\:from-grey-pinch-darker {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .print\:from-grey-darker {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .print\:from-grey-darkest {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .print\:from-grey-medium {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .print\:from-grey-dark {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .print\:from-grey-lighter {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .print\:from-grey-light {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .print\:from-grey-lightest {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .print\:from-jobs-purple {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .print\:from-jobs-pink {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .print\:from-jobs-red {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .print\:from-jobs-orange {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .print\:from-jobs-yellow {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .print\:from-jobs-green {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .print\:from-jobs-blue {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .print\:via-transparent {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:via-black-transparent {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:via-black {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:via-white {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .print\:via-gray-100 {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .print\:via-gray-200 {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .print\:via-gray-300 {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .print\:via-gray-400 {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .print\:via-gray-500 {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .print\:via-gray-600 {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .print\:via-gray-700 {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .print\:via-gray-800 {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .print\:via-gray-900 {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .print\:via-red {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .print\:via-orange {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .print\:via-yellow-100 {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .print\:via-yellow-200 {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .print\:via-yellow-300 {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .print\:via-yellow-400 {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .print\:via-yellow-500 {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .print\:via-yellow-600 {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .print\:via-yellow-700 {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .print\:via-yellow-800 {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .print\:via-yellow-900 {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .print\:via-green {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .print\:via-teal-100 {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .print\:via-teal-200 {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .print\:via-teal-300 {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .print\:via-teal-400 {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .print\:via-teal-500 {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .print\:via-teal-600 {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .print\:via-teal-700 {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .print\:via-teal-800 {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .print\:via-teal-900 {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .print\:via-blue {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .print\:via-indigo-100 {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .print\:via-indigo-200 {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .print\:via-indigo-300 {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .print\:via-indigo-400 {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .print\:via-indigo-500 {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .print\:via-indigo-600 {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .print\:via-indigo-700 {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .print\:via-indigo-800 {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .print\:via-indigo-900 {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .print\:via-purple {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .print\:via-pink-100 {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .print\:via-pink-200 {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .print\:via-pink-300 {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .print\:via-pink-400 {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .print\:via-pink-500 {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .print\:via-pink-600 {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .print\:via-pink-700 {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .print\:via-pink-800 {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .print\:via-pink-900 {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .print\:via-red-darker {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .print\:via-green-light {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .print\:via-green-darker {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .print\:via-green-dark {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .print\:via-lime {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .print\:via-blue-darker {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .print\:via-blue-darkest {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .print\:via-grey {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .print\:via-grey-extra-darker {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .print\:via-grey-pinch-darker {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .print\:via-grey-darker {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .print\:via-grey-darkest {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .print\:via-grey-medium {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .print\:via-grey-dark {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .print\:via-grey-lighter {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .print\:via-grey-light {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .print\:via-grey-lightest {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .print\:via-jobs-purple {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .print\:via-jobs-pink {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .print\:via-jobs-red {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .print\:via-jobs-orange {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .print\:via-jobs-yellow {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .print\:via-jobs-green {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .print\:via-jobs-blue {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .print\:to-transparent {
    --gradient-to-color: transparent;
  }

  .print\:to-black-transparent {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .print\:to-black {
    --gradient-to-color: #000;
  }

  .print\:to-white {
    --gradient-to-color: #fff;
  }

  .print\:to-gray-100 {
    --gradient-to-color: #f7fafc;
  }

  .print\:to-gray-200 {
    --gradient-to-color: #edf2f7;
  }

  .print\:to-gray-300 {
    --gradient-to-color: #e2e8f0;
  }

  .print\:to-gray-400 {
    --gradient-to-color: #cbd5e0;
  }

  .print\:to-gray-500 {
    --gradient-to-color: #a0aec0;
  }

  .print\:to-gray-600 {
    --gradient-to-color: #718096;
  }

  .print\:to-gray-700 {
    --gradient-to-color: #4a5568;
  }

  .print\:to-gray-800 {
    --gradient-to-color: #2d3748;
  }

  .print\:to-gray-900 {
    --gradient-to-color: #1a202c;
  }

  .print\:to-red {
    --gradient-to-color: #e94848;
  }

  .print\:to-orange {
    --gradient-to-color: #f4a858;
  }

  .print\:to-yellow-100 {
    --gradient-to-color: #fffff0;
  }

  .print\:to-yellow-200 {
    --gradient-to-color: #fefcbf;
  }

  .print\:to-yellow-300 {
    --gradient-to-color: #faf089;
  }

  .print\:to-yellow-400 {
    --gradient-to-color: #f6e05e;
  }

  .print\:to-yellow-500 {
    --gradient-to-color: #ecc94b;
  }

  .print\:to-yellow-600 {
    --gradient-to-color: #d69e2e;
  }

  .print\:to-yellow-700 {
    --gradient-to-color: #b7791f;
  }

  .print\:to-yellow-800 {
    --gradient-to-color: #975a16;
  }

  .print\:to-yellow-900 {
    --gradient-to-color: #744210;
  }

  .print\:to-green {
    --gradient-to-color: #4ac16a;
  }

  .print\:to-teal-100 {
    --gradient-to-color: #e6fffa;
  }

  .print\:to-teal-200 {
    --gradient-to-color: #b2f5ea;
  }

  .print\:to-teal-300 {
    --gradient-to-color: #81e6d9;
  }

  .print\:to-teal-400 {
    --gradient-to-color: #4fd1c5;
  }

  .print\:to-teal-500 {
    --gradient-to-color: #38b2ac;
  }

  .print\:to-teal-600 {
    --gradient-to-color: #319795;
  }

  .print\:to-teal-700 {
    --gradient-to-color: #2c7a7b;
  }

  .print\:to-teal-800 {
    --gradient-to-color: #285e61;
  }

  .print\:to-teal-900 {
    --gradient-to-color: #234e52;
  }

  .print\:to-blue {
    --gradient-to-color: #027DB1;
  }

  .print\:to-indigo-100 {
    --gradient-to-color: #ebf4ff;
  }

  .print\:to-indigo-200 {
    --gradient-to-color: #c3dafe;
  }

  .print\:to-indigo-300 {
    --gradient-to-color: #a3bffa;
  }

  .print\:to-indigo-400 {
    --gradient-to-color: #7f9cf5;
  }

  .print\:to-indigo-500 {
    --gradient-to-color: #667eea;
  }

  .print\:to-indigo-600 {
    --gradient-to-color: #5a67d8;
  }

  .print\:to-indigo-700 {
    --gradient-to-color: #4c51bf;
  }

  .print\:to-indigo-800 {
    --gradient-to-color: #434190;
  }

  .print\:to-indigo-900 {
    --gradient-to-color: #3c366b;
  }

  .print\:to-purple {
    --gradient-to-color: #615287;
  }

  .print\:to-pink-100 {
    --gradient-to-color: #fff5f7;
  }

  .print\:to-pink-200 {
    --gradient-to-color: #fed7e2;
  }

  .print\:to-pink-300 {
    --gradient-to-color: #fbb6ce;
  }

  .print\:to-pink-400 {
    --gradient-to-color: #f687b3;
  }

  .print\:to-pink-500 {
    --gradient-to-color: #ed64a6;
  }

  .print\:to-pink-600 {
    --gradient-to-color: #d53f8c;
  }

  .print\:to-pink-700 {
    --gradient-to-color: #b83280;
  }

  .print\:to-pink-800 {
    --gradient-to-color: #97266d;
  }

  .print\:to-pink-900 {
    --gradient-to-color: #702459;
  }

  .print\:to-red-darker {
    --gradient-to-color: #D83B3B;
  }

  .print\:to-green-light {
    --gradient-to-color: #5AD37A;
  }

  .print\:to-green-darker {
    --gradient-to-color: #3AAE59;
  }

  .print\:to-green-dark {
    --gradient-to-color: #3FA45A;
  }

  .print\:to-lime {
    --gradient-to-color: #bad067;
  }

  .print\:to-blue-darker {
    --gradient-to-color: #0087BF;
  }

  .print\:to-blue-darkest {
    --gradient-to-color: #02648E;
  }

  .print\:to-grey {
    --gradient-to-color: #b7b7b7;
  }

  .print\:to-grey-extra-darker {
    --gradient-to-color: #2C2C2C;
  }

  .print\:to-grey-pinch-darker {
    --gradient-to-color: #6d6d6d;
  }

  .print\:to-grey-darker {
    --gradient-to-color: #6C6C6C;
  }

  .print\:to-grey-darkest {
    --gradient-to-color: #707070;
  }

  .print\:to-grey-medium {
    --gradient-to-color: #606060;
  }

  .print\:to-grey-dark {
    --gradient-to-color: #303030;
  }

  .print\:to-grey-lighter {
    --gradient-to-color: #d8d8d8;
  }

  .print\:to-grey-light {
    --gradient-to-color: #f2f2f2;
  }

  .print\:to-grey-lightest {
    --gradient-to-color: #f9f9f9;
  }

  .print\:to-jobs-purple {
    --gradient-to-color: #4B3E75;
  }

  .print\:to-jobs-pink {
    --gradient-to-color: #EF788A;
  }

  .print\:to-jobs-red {
    --gradient-to-color: #E3000F;
  }

  .print\:to-jobs-orange {
    --gradient-to-color: #F49B04;
  }

  .print\:to-jobs-yellow {
    --gradient-to-color: #FC0;
  }

  .print\:to-jobs-green {
    --gradient-to-color: #009B9B;
  }

  .print\:to-jobs-blue {
    --gradient-to-color: #008BD2;
  }

  .print\:hover\:from-transparent:hover {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:hover\:from-black-transparent:hover {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:hover\:from-black:hover {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:hover\:from-white:hover {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .print\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .print\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .print\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .print\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .print\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .print\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .print\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .print\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .print\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .print\:hover\:from-red:hover {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .print\:hover\:from-orange:hover {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .print\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .print\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .print\:hover\:from-yellow-300:hover {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .print\:hover\:from-yellow-400:hover {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .print\:hover\:from-yellow-500:hover {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .print\:hover\:from-yellow-600:hover {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .print\:hover\:from-yellow-700:hover {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .print\:hover\:from-yellow-800:hover {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .print\:hover\:from-yellow-900:hover {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .print\:hover\:from-green:hover {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .print\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .print\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .print\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .print\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .print\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .print\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .print\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .print\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .print\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .print\:hover\:from-blue:hover {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .print\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .print\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .print\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .print\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .print\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .print\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .print\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .print\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .print\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .print\:hover\:from-purple:hover {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .print\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .print\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .print\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .print\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .print\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .print\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .print\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .print\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .print\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .print\:hover\:from-red-darker:hover {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .print\:hover\:from-green-light:hover {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .print\:hover\:from-green-darker:hover {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .print\:hover\:from-green-dark:hover {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .print\:hover\:from-lime:hover {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .print\:hover\:from-blue-darker:hover {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .print\:hover\:from-blue-darkest:hover {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .print\:hover\:from-grey:hover {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .print\:hover\:from-grey-extra-darker:hover {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .print\:hover\:from-grey-pinch-darker:hover {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .print\:hover\:from-grey-darker:hover {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .print\:hover\:from-grey-darkest:hover {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .print\:hover\:from-grey-medium:hover {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .print\:hover\:from-grey-dark:hover {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .print\:hover\:from-grey-lighter:hover {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .print\:hover\:from-grey-light:hover {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .print\:hover\:from-grey-lightest:hover {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .print\:hover\:from-jobs-purple:hover {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .print\:hover\:from-jobs-pink:hover {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .print\:hover\:from-jobs-red:hover {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .print\:hover\:from-jobs-orange:hover {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .print\:hover\:from-jobs-yellow:hover {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .print\:hover\:from-jobs-green:hover {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .print\:hover\:from-jobs-blue:hover {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .print\:hover\:via-transparent:hover {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:hover\:via-black-transparent:hover {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:hover\:via-black:hover {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:hover\:via-white:hover {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .print\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .print\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .print\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .print\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .print\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .print\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .print\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .print\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .print\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .print\:hover\:via-red:hover {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .print\:hover\:via-orange:hover {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .print\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .print\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .print\:hover\:via-yellow-300:hover {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .print\:hover\:via-yellow-400:hover {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .print\:hover\:via-yellow-500:hover {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .print\:hover\:via-yellow-600:hover {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .print\:hover\:via-yellow-700:hover {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .print\:hover\:via-yellow-800:hover {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .print\:hover\:via-yellow-900:hover {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .print\:hover\:via-green:hover {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .print\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .print\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .print\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .print\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .print\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .print\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .print\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .print\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .print\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .print\:hover\:via-blue:hover {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .print\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .print\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .print\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .print\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .print\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .print\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .print\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .print\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .print\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .print\:hover\:via-purple:hover {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .print\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .print\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .print\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .print\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .print\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .print\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .print\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .print\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .print\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .print\:hover\:via-red-darker:hover {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .print\:hover\:via-green-light:hover {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .print\:hover\:via-green-darker:hover {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .print\:hover\:via-green-dark:hover {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .print\:hover\:via-lime:hover {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .print\:hover\:via-blue-darker:hover {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .print\:hover\:via-blue-darkest:hover {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .print\:hover\:via-grey:hover {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .print\:hover\:via-grey-extra-darker:hover {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .print\:hover\:via-grey-pinch-darker:hover {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .print\:hover\:via-grey-darker:hover {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .print\:hover\:via-grey-darkest:hover {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .print\:hover\:via-grey-medium:hover {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .print\:hover\:via-grey-dark:hover {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .print\:hover\:via-grey-lighter:hover {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .print\:hover\:via-grey-light:hover {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .print\:hover\:via-grey-lightest:hover {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .print\:hover\:via-jobs-purple:hover {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .print\:hover\:via-jobs-pink:hover {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .print\:hover\:via-jobs-red:hover {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .print\:hover\:via-jobs-orange:hover {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .print\:hover\:via-jobs-yellow:hover {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .print\:hover\:via-jobs-green:hover {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .print\:hover\:via-jobs-blue:hover {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .print\:hover\:to-transparent:hover {
    --gradient-to-color: transparent;
  }

  .print\:hover\:to-black-transparent:hover {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .print\:hover\:to-black:hover {
    --gradient-to-color: #000;
  }

  .print\:hover\:to-white:hover {
    --gradient-to-color: #fff;
  }

  .print\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc;
  }

  .print\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7;
  }

  .print\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0;
  }

  .print\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0;
  }

  .print\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0;
  }

  .print\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096;
  }

  .print\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568;
  }

  .print\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748;
  }

  .print\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c;
  }

  .print\:hover\:to-red:hover {
    --gradient-to-color: #e94848;
  }

  .print\:hover\:to-orange:hover {
    --gradient-to-color: #f4a858;
  }

  .print\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fffff0;
  }

  .print\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fefcbf;
  }

  .print\:hover\:to-yellow-300:hover {
    --gradient-to-color: #faf089;
  }

  .print\:hover\:to-yellow-400:hover {
    --gradient-to-color: #f6e05e;
  }

  .print\:hover\:to-yellow-500:hover {
    --gradient-to-color: #ecc94b;
  }

  .print\:hover\:to-yellow-600:hover {
    --gradient-to-color: #d69e2e;
  }

  .print\:hover\:to-yellow-700:hover {
    --gradient-to-color: #b7791f;
  }

  .print\:hover\:to-yellow-800:hover {
    --gradient-to-color: #975a16;
  }

  .print\:hover\:to-yellow-900:hover {
    --gradient-to-color: #744210;
  }

  .print\:hover\:to-green:hover {
    --gradient-to-color: #4ac16a;
  }

  .print\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa;
  }

  .print\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea;
  }

  .print\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9;
  }

  .print\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5;
  }

  .print\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac;
  }

  .print\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795;
  }

  .print\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b;
  }

  .print\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61;
  }

  .print\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52;
  }

  .print\:hover\:to-blue:hover {
    --gradient-to-color: #027DB1;
  }

  .print\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff;
  }

  .print\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe;
  }

  .print\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa;
  }

  .print\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5;
  }

  .print\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea;
  }

  .print\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8;
  }

  .print\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf;
  }

  .print\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190;
  }

  .print\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b;
  }

  .print\:hover\:to-purple:hover {
    --gradient-to-color: #615287;
  }

  .print\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7;
  }

  .print\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2;
  }

  .print\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce;
  }

  .print\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3;
  }

  .print\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6;
  }

  .print\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c;
  }

  .print\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280;
  }

  .print\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d;
  }

  .print\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459;
  }

  .print\:hover\:to-red-darker:hover {
    --gradient-to-color: #D83B3B;
  }

  .print\:hover\:to-green-light:hover {
    --gradient-to-color: #5AD37A;
  }

  .print\:hover\:to-green-darker:hover {
    --gradient-to-color: #3AAE59;
  }

  .print\:hover\:to-green-dark:hover {
    --gradient-to-color: #3FA45A;
  }

  .print\:hover\:to-lime:hover {
    --gradient-to-color: #bad067;
  }

  .print\:hover\:to-blue-darker:hover {
    --gradient-to-color: #0087BF;
  }

  .print\:hover\:to-blue-darkest:hover {
    --gradient-to-color: #02648E;
  }

  .print\:hover\:to-grey:hover {
    --gradient-to-color: #b7b7b7;
  }

  .print\:hover\:to-grey-extra-darker:hover {
    --gradient-to-color: #2C2C2C;
  }

  .print\:hover\:to-grey-pinch-darker:hover {
    --gradient-to-color: #6d6d6d;
  }

  .print\:hover\:to-grey-darker:hover {
    --gradient-to-color: #6C6C6C;
  }

  .print\:hover\:to-grey-darkest:hover {
    --gradient-to-color: #707070;
  }

  .print\:hover\:to-grey-medium:hover {
    --gradient-to-color: #606060;
  }

  .print\:hover\:to-grey-dark:hover {
    --gradient-to-color: #303030;
  }

  .print\:hover\:to-grey-lighter:hover {
    --gradient-to-color: #d8d8d8;
  }

  .print\:hover\:to-grey-light:hover {
    --gradient-to-color: #f2f2f2;
  }

  .print\:hover\:to-grey-lightest:hover {
    --gradient-to-color: #f9f9f9;
  }

  .print\:hover\:to-jobs-purple:hover {
    --gradient-to-color: #4B3E75;
  }

  .print\:hover\:to-jobs-pink:hover {
    --gradient-to-color: #EF788A;
  }

  .print\:hover\:to-jobs-red:hover {
    --gradient-to-color: #E3000F;
  }

  .print\:hover\:to-jobs-orange:hover {
    --gradient-to-color: #F49B04;
  }

  .print\:hover\:to-jobs-yellow:hover {
    --gradient-to-color: #FC0;
  }

  .print\:hover\:to-jobs-green:hover {
    --gradient-to-color: #009B9B;
  }

  .print\:hover\:to-jobs-blue:hover {
    --gradient-to-color: #008BD2;
  }

  .print\:focus\:from-transparent:focus {
    --gradient-from-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:focus\:from-black-transparent:focus {
    --gradient-from-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:focus\:from-black:focus {
    --gradient-from-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:focus\:from-white:focus {
    --gradient-from-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .print\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .print\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .print\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .print\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .print\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .print\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .print\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .print\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .print\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .print\:focus\:from-red:focus {
    --gradient-from-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .print\:focus\:from-orange:focus {
    --gradient-from-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .print\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .print\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .print\:focus\:from-yellow-300:focus {
    --gradient-from-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .print\:focus\:from-yellow-400:focus {
    --gradient-from-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .print\:focus\:from-yellow-500:focus {
    --gradient-from-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .print\:focus\:from-yellow-600:focus {
    --gradient-from-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .print\:focus\:from-yellow-700:focus {
    --gradient-from-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .print\:focus\:from-yellow-800:focus {
    --gradient-from-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .print\:focus\:from-yellow-900:focus {
    --gradient-from-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .print\:focus\:from-green:focus {
    --gradient-from-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .print\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .print\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .print\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .print\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .print\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .print\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .print\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .print\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .print\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .print\:focus\:from-blue:focus {
    --gradient-from-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .print\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .print\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .print\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .print\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .print\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .print\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .print\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .print\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .print\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .print\:focus\:from-purple:focus {
    --gradient-from-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .print\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .print\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .print\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .print\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .print\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .print\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .print\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .print\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .print\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .print\:focus\:from-red-darker:focus {
    --gradient-from-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .print\:focus\:from-green-light:focus {
    --gradient-from-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .print\:focus\:from-green-darker:focus {
    --gradient-from-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .print\:focus\:from-green-dark:focus {
    --gradient-from-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .print\:focus\:from-lime:focus {
    --gradient-from-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .print\:focus\:from-blue-darker:focus {
    --gradient-from-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .print\:focus\:from-blue-darkest:focus {
    --gradient-from-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .print\:focus\:from-grey:focus {
    --gradient-from-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .print\:focus\:from-grey-extra-darker:focus {
    --gradient-from-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .print\:focus\:from-grey-pinch-darker:focus {
    --gradient-from-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .print\:focus\:from-grey-darker:focus {
    --gradient-from-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .print\:focus\:from-grey-darkest:focus {
    --gradient-from-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .print\:focus\:from-grey-medium:focus {
    --gradient-from-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .print\:focus\:from-grey-dark:focus {
    --gradient-from-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .print\:focus\:from-grey-lighter:focus {
    --gradient-from-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .print\:focus\:from-grey-light:focus {
    --gradient-from-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .print\:focus\:from-grey-lightest:focus {
    --gradient-from-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .print\:focus\:from-jobs-purple:focus {
    --gradient-from-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .print\:focus\:from-jobs-pink:focus {
    --gradient-from-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .print\:focus\:from-jobs-red:focus {
    --gradient-from-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .print\:focus\:from-jobs-orange:focus {
    --gradient-from-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .print\:focus\:from-jobs-yellow:focus {
    --gradient-from-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .print\:focus\:from-jobs-green:focus {
    --gradient-from-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .print\:focus\:from-jobs-blue:focus {
    --gradient-from-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .print\:focus\:via-transparent:focus {
    --gradient-via-color: transparent;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:focus\:via-black-transparent:focus {
    --gradient-via-color: rgba(0,0,0,.15);
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:focus\:via-black:focus {
    --gradient-via-color: #000;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  }

  .print\:focus\:via-white:focus {
    --gradient-via-color: #fff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0));
  }

  .print\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0));
  }

  .print\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0));
  }

  .print\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0));
  }

  .print\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0));
  }

  .print\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0));
  }

  .print\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0));
  }

  .print\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0));
  }

  .print\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0));
  }

  .print\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0));
  }

  .print\:focus\:via-red:focus {
    --gradient-via-color: #e94848;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 72, 72, 0));
  }

  .print\:focus\:via-orange:focus {
    --gradient-via-color: #f4a858;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 168, 88, 0));
  }

  .print\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fffff0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0));
  }

  .print\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fefcbf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0));
  }

  .print\:focus\:via-yellow-300:focus {
    --gradient-via-color: #faf089;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0));
  }

  .print\:focus\:via-yellow-400:focus {
    --gradient-via-color: #f6e05e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0));
  }

  .print\:focus\:via-yellow-500:focus {
    --gradient-via-color: #ecc94b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0));
  }

  .print\:focus\:via-yellow-600:focus {
    --gradient-via-color: #d69e2e;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0));
  }

  .print\:focus\:via-yellow-700:focus {
    --gradient-via-color: #b7791f;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0));
  }

  .print\:focus\:via-yellow-800:focus {
    --gradient-via-color: #975a16;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0));
  }

  .print\:focus\:via-yellow-900:focus {
    --gradient-via-color: #744210;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0));
  }

  .print\:focus\:via-green:focus {
    --gradient-via-color: #4ac16a;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 193, 106, 0));
  }

  .print\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0));
  }

  .print\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0));
  }

  .print\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0));
  }

  .print\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0));
  }

  .print\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0));
  }

  .print\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0));
  }

  .print\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0));
  }

  .print\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0));
  }

  .print\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0));
  }

  .print\:focus\:via-blue:focus {
    --gradient-via-color: #027DB1;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 125, 177, 0));
  }

  .print\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0));
  }

  .print\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0));
  }

  .print\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0));
  }

  .print\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0));
  }

  .print\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0));
  }

  .print\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0));
  }

  .print\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0));
  }

  .print\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0));
  }

  .print\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0));
  }

  .print\:focus\:via-purple:focus {
    --gradient-via-color: #615287;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97, 82, 135, 0));
  }

  .print\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0));
  }

  .print\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0));
  }

  .print\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0));
  }

  .print\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0));
  }

  .print\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0));
  }

  .print\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0));
  }

  .print\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0));
  }

  .print\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0));
  }

  .print\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0));
  }

  .print\:focus\:via-red-darker:focus {
    --gradient-via-color: #D83B3B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 59, 59, 0));
  }

  .print\:focus\:via-green-light:focus {
    --gradient-via-color: #5AD37A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 211, 122, 0));
  }

  .print\:focus\:via-green-darker:focus {
    --gradient-via-color: #3AAE59;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 174, 89, 0));
  }

  .print\:focus\:via-green-dark:focus {
    --gradient-via-color: #3FA45A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 164, 90, 0));
  }

  .print\:focus\:via-lime:focus {
    --gradient-via-color: #bad067;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(186, 208, 103, 0));
  }

  .print\:focus\:via-blue-darker:focus {
    --gradient-via-color: #0087BF;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 135, 191, 0));
  }

  .print\:focus\:via-blue-darkest:focus {
    --gradient-via-color: #02648E;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(2, 100, 142, 0));
  }

  .print\:focus\:via-grey:focus {
    --gradient-via-color: #b7b7b7;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 183, 183, 0));
  }

  .print\:focus\:via-grey-extra-darker:focus {
    --gradient-via-color: #2C2C2C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 44, 44, 0));
  }

  .print\:focus\:via-grey-pinch-darker:focus {
    --gradient-via-color: #6d6d6d;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 109, 109, 0));
  }

  .print\:focus\:via-grey-darker:focus {
    --gradient-via-color: #6C6C6C;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(108, 108, 108, 0));
  }

  .print\:focus\:via-grey-darkest:focus {
    --gradient-via-color: #707070;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 112, 112, 0));
  }

  .print\:focus\:via-grey-medium:focus {
    --gradient-via-color: #606060;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 96, 96, 0));
  }

  .print\:focus\:via-grey-dark:focus {
    --gradient-via-color: #303030;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(48, 48, 48, 0));
  }

  .print\:focus\:via-grey-lighter:focus {
    --gradient-via-color: #d8d8d8;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(216, 216, 216, 0));
  }

  .print\:focus\:via-grey-light:focus {
    --gradient-via-color: #f2f2f2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0));
  }

  .print\:focus\:via-grey-lightest:focus {
    --gradient-via-color: #f9f9f9;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 249, 249, 0));
  }

  .print\:focus\:via-jobs-purple:focus {
    --gradient-via-color: #4B3E75;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 62, 117, 0));
  }

  .print\:focus\:via-jobs-pink:focus {
    --gradient-via-color: #EF788A;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 120, 138, 0));
  }

  .print\:focus\:via-jobs-red:focus {
    --gradient-via-color: #E3000F;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(227, 0, 15, 0));
  }

  .print\:focus\:via-jobs-orange:focus {
    --gradient-via-color: #F49B04;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 155, 4, 0));
  }

  .print\:focus\:via-jobs-yellow:focus {
    --gradient-via-color: #FC0;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 204, 0, 0));
  }

  .print\:focus\:via-jobs-green:focus {
    --gradient-via-color: #009B9B;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 155, 155, 0));
  }

  .print\:focus\:via-jobs-blue:focus {
    --gradient-via-color: #008BD2;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 139, 210, 0));
  }

  .print\:focus\:to-transparent:focus {
    --gradient-to-color: transparent;
  }

  .print\:focus\:to-black-transparent:focus {
    --gradient-to-color: rgba(0,0,0,.15);
  }

  .print\:focus\:to-black:focus {
    --gradient-to-color: #000;
  }

  .print\:focus\:to-white:focus {
    --gradient-to-color: #fff;
  }

  .print\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc;
  }

  .print\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7;
  }

  .print\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0;
  }

  .print\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0;
  }

  .print\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0;
  }

  .print\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096;
  }

  .print\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568;
  }

  .print\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748;
  }

  .print\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c;
  }

  .print\:focus\:to-red:focus {
    --gradient-to-color: #e94848;
  }

  .print\:focus\:to-orange:focus {
    --gradient-to-color: #f4a858;
  }

  .print\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fffff0;
  }

  .print\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fefcbf;
  }

  .print\:focus\:to-yellow-300:focus {
    --gradient-to-color: #faf089;
  }

  .print\:focus\:to-yellow-400:focus {
    --gradient-to-color: #f6e05e;
  }

  .print\:focus\:to-yellow-500:focus {
    --gradient-to-color: #ecc94b;
  }

  .print\:focus\:to-yellow-600:focus {
    --gradient-to-color: #d69e2e;
  }

  .print\:focus\:to-yellow-700:focus {
    --gradient-to-color: #b7791f;
  }

  .print\:focus\:to-yellow-800:focus {
    --gradient-to-color: #975a16;
  }

  .print\:focus\:to-yellow-900:focus {
    --gradient-to-color: #744210;
  }

  .print\:focus\:to-green:focus {
    --gradient-to-color: #4ac16a;
  }

  .print\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa;
  }

  .print\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea;
  }

  .print\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9;
  }

  .print\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5;
  }

  .print\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac;
  }

  .print\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795;
  }

  .print\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b;
  }

  .print\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61;
  }

  .print\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52;
  }

  .print\:focus\:to-blue:focus {
    --gradient-to-color: #027DB1;
  }

  .print\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff;
  }

  .print\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe;
  }

  .print\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa;
  }

  .print\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5;
  }

  .print\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea;
  }

  .print\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8;
  }

  .print\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf;
  }

  .print\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190;
  }

  .print\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b;
  }

  .print\:focus\:to-purple:focus {
    --gradient-to-color: #615287;
  }

  .print\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7;
  }

  .print\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2;
  }

  .print\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce;
  }

  .print\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3;
  }

  .print\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6;
  }

  .print\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c;
  }

  .print\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280;
  }

  .print\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d;
  }

  .print\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459;
  }

  .print\:focus\:to-red-darker:focus {
    --gradient-to-color: #D83B3B;
  }

  .print\:focus\:to-green-light:focus {
    --gradient-to-color: #5AD37A;
  }

  .print\:focus\:to-green-darker:focus {
    --gradient-to-color: #3AAE59;
  }

  .print\:focus\:to-green-dark:focus {
    --gradient-to-color: #3FA45A;
  }

  .print\:focus\:to-lime:focus {
    --gradient-to-color: #bad067;
  }

  .print\:focus\:to-blue-darker:focus {
    --gradient-to-color: #0087BF;
  }

  .print\:focus\:to-blue-darkest:focus {
    --gradient-to-color: #02648E;
  }

  .print\:focus\:to-grey:focus {
    --gradient-to-color: #b7b7b7;
  }

  .print\:focus\:to-grey-extra-darker:focus {
    --gradient-to-color: #2C2C2C;
  }

  .print\:focus\:to-grey-pinch-darker:focus {
    --gradient-to-color: #6d6d6d;
  }

  .print\:focus\:to-grey-darker:focus {
    --gradient-to-color: #6C6C6C;
  }

  .print\:focus\:to-grey-darkest:focus {
    --gradient-to-color: #707070;
  }

  .print\:focus\:to-grey-medium:focus {
    --gradient-to-color: #606060;
  }

  .print\:focus\:to-grey-dark:focus {
    --gradient-to-color: #303030;
  }

  .print\:focus\:to-grey-lighter:focus {
    --gradient-to-color: #d8d8d8;
  }

  .print\:focus\:to-grey-light:focus {
    --gradient-to-color: #f2f2f2;
  }

  .print\:focus\:to-grey-lightest:focus {
    --gradient-to-color: #f9f9f9;
  }

  .print\:focus\:to-jobs-purple:focus {
    --gradient-to-color: #4B3E75;
  }

  .print\:focus\:to-jobs-pink:focus {
    --gradient-to-color: #EF788A;
  }

  .print\:focus\:to-jobs-red:focus {
    --gradient-to-color: #E3000F;
  }

  .print\:focus\:to-jobs-orange:focus {
    --gradient-to-color: #F49B04;
  }

  .print\:focus\:to-jobs-yellow:focus {
    --gradient-to-color: #FC0;
  }

  .print\:focus\:to-jobs-green:focus {
    --gradient-to-color: #009B9B;
  }

  .print\:focus\:to-jobs-blue:focus {
    --gradient-to-color: #008BD2;
  }

  .print\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .print\:bg-opacity-10 {
    --bg-opacity: 0.10;
  }

  .print\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .print\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .print\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .print\:bg-opacity-100 {
    --bg-opacity: 1;
  }

  .print\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0;
  }

  .print\:hover\:bg-opacity-10:hover {
    --bg-opacity: 0.10;
  }

  .print\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25;
  }

  .print\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5;
  }

  .print\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75;
  }

  .print\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1;
  }

  .print\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0;
  }

  .print\:focus\:bg-opacity-10:focus {
    --bg-opacity: 0.10;
  }

  .print\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25;
  }

  .print\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5;
  }

  .print\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75;
  }

  .print\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1;
  }

  .print\:bg-bottom {
    background-position: bottom;
  }

  .print\:bg-center {
    background-position: center;
  }

  .print\:bg-left {
    background-position: left;
  }

  .print\:bg-left-bottom {
    background-position: left bottom;
  }

  .print\:bg-left-top {
    background-position: left top;
  }

  .print\:bg-right {
    background-position: right;
  }

  .print\:bg-right-bottom {
    background-position: right bottom;
  }

  .print\:bg-right-top {
    background-position: right top;
  }

  .print\:bg-top {
    background-position: top;
  }

  .print\:bg-repeat {
    background-repeat: repeat;
  }

  .print\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .print\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .print\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .print\:bg-repeat-round {
    background-repeat: round;
  }

  .print\:bg-repeat-space {
    background-repeat: space;
  }

  .print\:bg-auto {
    background-size: auto;
  }

  .print\:bg-cover {
    background-size: cover;
  }

  .print\:bg-contain {
    background-size: contain;
  }

  .print\:border-collapse {
    border-collapse: collapse;
  }

  .print\:border-separate {
    border-collapse: separate;
  }

  .print\:border-transparent {
    border-color: transparent;
  }

  .print\:border-black-transparent {
    border-color: rgba(0,0,0,.15);
  }

  .print\:border-black {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .print\:border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .print\:border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .print\:border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .print\:border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .print\:border-gray-400 {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .print\:border-gray-500 {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .print\:border-gray-600 {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .print\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .print\:border-gray-800 {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .print\:border-gray-900 {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .print\:border-red {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .print\:border-orange {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .print\:border-yellow-100 {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .print\:border-yellow-200 {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .print\:border-yellow-300 {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .print\:border-yellow-400 {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .print\:border-yellow-500 {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .print\:border-yellow-600 {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .print\:border-yellow-700 {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .print\:border-yellow-800 {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .print\:border-yellow-900 {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .print\:border-green {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .print\:border-teal-100 {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .print\:border-teal-200 {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .print\:border-teal-300 {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .print\:border-teal-400 {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .print\:border-teal-500 {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .print\:border-teal-600 {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .print\:border-teal-700 {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .print\:border-teal-800 {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .print\:border-teal-900 {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .print\:border-blue {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .print\:border-indigo-100 {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .print\:border-indigo-200 {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .print\:border-indigo-300 {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .print\:border-indigo-400 {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .print\:border-indigo-500 {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .print\:border-indigo-600 {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .print\:border-indigo-700 {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .print\:border-indigo-800 {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .print\:border-indigo-900 {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .print\:border-purple {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .print\:border-pink-100 {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .print\:border-pink-200 {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .print\:border-pink-300 {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .print\:border-pink-400 {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .print\:border-pink-500 {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .print\:border-pink-600 {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .print\:border-pink-700 {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .print\:border-pink-800 {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .print\:border-pink-900 {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .print\:border-red-darker {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .print\:border-green-light {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .print\:border-green-darker {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .print\:border-green-dark {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .print\:border-lime {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .print\:border-blue-darker {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .print\:border-blue-darkest {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .print\:border-grey {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .print\:border-grey-extra-darker {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .print\:border-grey-pinch-darker {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .print\:border-grey-darker {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .print\:border-grey-darkest {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .print\:border-grey-medium {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .print\:border-grey-dark {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .print\:border-grey-lighter {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .print\:border-grey-light {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .print\:border-grey-lightest {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .print\:border-jobs-purple {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .print\:border-jobs-pink {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .print\:border-jobs-red {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .print\:border-jobs-orange {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .print\:border-jobs-yellow {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .print\:border-jobs-green {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .print\:border-jobs-blue {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .print\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .print\:hover\:border-black-transparent:hover {
    border-color: rgba(0,0,0,.15);
  }

  .print\:hover\:border-black:hover {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .print\:hover\:border-white:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .print\:hover\:border-gray-100:hover {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .print\:hover\:border-gray-200:hover {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .print\:hover\:border-gray-300:hover {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .print\:hover\:border-gray-400:hover {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .print\:hover\:border-gray-500:hover {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .print\:hover\:border-gray-600:hover {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .print\:hover\:border-gray-700:hover {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .print\:hover\:border-gray-800:hover {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .print\:hover\:border-gray-900:hover {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .print\:hover\:border-red:hover {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .print\:hover\:border-orange:hover {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .print\:hover\:border-yellow-100:hover {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .print\:hover\:border-yellow-200:hover {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .print\:hover\:border-yellow-300:hover {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .print\:hover\:border-yellow-400:hover {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .print\:hover\:border-yellow-500:hover {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .print\:hover\:border-yellow-600:hover {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .print\:hover\:border-yellow-700:hover {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .print\:hover\:border-yellow-800:hover {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .print\:hover\:border-yellow-900:hover {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .print\:hover\:border-green:hover {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .print\:hover\:border-teal-100:hover {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .print\:hover\:border-teal-200:hover {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .print\:hover\:border-teal-300:hover {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .print\:hover\:border-teal-400:hover {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .print\:hover\:border-teal-500:hover {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .print\:hover\:border-teal-600:hover {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .print\:hover\:border-teal-700:hover {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .print\:hover\:border-teal-800:hover {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .print\:hover\:border-teal-900:hover {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .print\:hover\:border-blue:hover {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .print\:hover\:border-indigo-100:hover {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .print\:hover\:border-indigo-200:hover {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .print\:hover\:border-indigo-300:hover {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .print\:hover\:border-indigo-400:hover {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .print\:hover\:border-indigo-500:hover {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .print\:hover\:border-indigo-600:hover {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .print\:hover\:border-indigo-700:hover {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .print\:hover\:border-indigo-800:hover {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .print\:hover\:border-indigo-900:hover {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .print\:hover\:border-purple:hover {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .print\:hover\:border-pink-100:hover {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .print\:hover\:border-pink-200:hover {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .print\:hover\:border-pink-300:hover {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .print\:hover\:border-pink-400:hover {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .print\:hover\:border-pink-500:hover {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .print\:hover\:border-pink-600:hover {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .print\:hover\:border-pink-700:hover {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .print\:hover\:border-pink-800:hover {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .print\:hover\:border-pink-900:hover {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .print\:hover\:border-red-darker:hover {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .print\:hover\:border-green-light:hover {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .print\:hover\:border-green-darker:hover {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .print\:hover\:border-green-dark:hover {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .print\:hover\:border-lime:hover {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .print\:hover\:border-blue-darker:hover {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .print\:hover\:border-blue-darkest:hover {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .print\:hover\:border-grey:hover {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .print\:hover\:border-grey-extra-darker:hover {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .print\:hover\:border-grey-pinch-darker:hover {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .print\:hover\:border-grey-darker:hover {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .print\:hover\:border-grey-darkest:hover {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .print\:hover\:border-grey-medium:hover {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .print\:hover\:border-grey-dark:hover {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .print\:hover\:border-grey-lighter:hover {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .print\:hover\:border-grey-light:hover {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .print\:hover\:border-grey-lightest:hover {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .print\:hover\:border-jobs-purple:hover {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .print\:hover\:border-jobs-pink:hover {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .print\:hover\:border-jobs-red:hover {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .print\:hover\:border-jobs-orange:hover {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .print\:hover\:border-jobs-yellow:hover {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .print\:hover\:border-jobs-green:hover {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .print\:hover\:border-jobs-blue:hover {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .print\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .print\:focus\:border-black-transparent:focus {
    border-color: rgba(0,0,0,.15);
  }

  .print\:focus\:border-black:focus {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .print\:focus\:border-white:focus {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .print\:focus\:border-gray-100:focus {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .print\:focus\:border-gray-200:focus {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .print\:focus\:border-gray-300:focus {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .print\:focus\:border-gray-400:focus {
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .print\:focus\:border-gray-500:focus {
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .print\:focus\:border-gray-600:focus {
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .print\:focus\:border-gray-700:focus {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .print\:focus\:border-gray-800:focus {
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .print\:focus\:border-gray-900:focus {
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .print\:focus\:border-red:focus {
    --border-opacity: 1;
    border-color: #e94848;
    border-color: rgba(233, 72, 72, var(--border-opacity));
  }

  .print\:focus\:border-orange:focus {
    --border-opacity: 1;
    border-color: #f4a858;
    border-color: rgba(244, 168, 88, var(--border-opacity));
  }

  .print\:focus\:border-yellow-100:focus {
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .print\:focus\:border-yellow-200:focus {
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .print\:focus\:border-yellow-300:focus {
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .print\:focus\:border-yellow-400:focus {
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .print\:focus\:border-yellow-500:focus {
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .print\:focus\:border-yellow-600:focus {
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .print\:focus\:border-yellow-700:focus {
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .print\:focus\:border-yellow-800:focus {
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .print\:focus\:border-yellow-900:focus {
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .print\:focus\:border-green:focus {
    --border-opacity: 1;
    border-color: #4ac16a;
    border-color: rgba(74, 193, 106, var(--border-opacity));
  }

  .print\:focus\:border-teal-100:focus {
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .print\:focus\:border-teal-200:focus {
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .print\:focus\:border-teal-300:focus {
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .print\:focus\:border-teal-400:focus {
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .print\:focus\:border-teal-500:focus {
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .print\:focus\:border-teal-600:focus {
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .print\:focus\:border-teal-700:focus {
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .print\:focus\:border-teal-800:focus {
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .print\:focus\:border-teal-900:focus {
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .print\:focus\:border-blue:focus {
    --border-opacity: 1;
    border-color: #027DB1;
    border-color: rgba(2, 125, 177, var(--border-opacity));
  }

  .print\:focus\:border-indigo-100:focus {
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .print\:focus\:border-indigo-200:focus {
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .print\:focus\:border-indigo-300:focus {
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .print\:focus\:border-indigo-400:focus {
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .print\:focus\:border-indigo-500:focus {
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .print\:focus\:border-indigo-600:focus {
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .print\:focus\:border-indigo-700:focus {
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .print\:focus\:border-indigo-800:focus {
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .print\:focus\:border-indigo-900:focus {
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .print\:focus\:border-purple:focus {
    --border-opacity: 1;
    border-color: #615287;
    border-color: rgba(97, 82, 135, var(--border-opacity));
  }

  .print\:focus\:border-pink-100:focus {
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .print\:focus\:border-pink-200:focus {
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .print\:focus\:border-pink-300:focus {
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .print\:focus\:border-pink-400:focus {
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .print\:focus\:border-pink-500:focus {
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .print\:focus\:border-pink-600:focus {
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .print\:focus\:border-pink-700:focus {
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .print\:focus\:border-pink-800:focus {
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .print\:focus\:border-pink-900:focus {
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .print\:focus\:border-red-darker:focus {
    --border-opacity: 1;
    border-color: #D83B3B;
    border-color: rgba(216, 59, 59, var(--border-opacity));
  }

  .print\:focus\:border-green-light:focus {
    --border-opacity: 1;
    border-color: #5AD37A;
    border-color: rgba(90, 211, 122, var(--border-opacity));
  }

  .print\:focus\:border-green-darker:focus {
    --border-opacity: 1;
    border-color: #3AAE59;
    border-color: rgba(58, 174, 89, var(--border-opacity));
  }

  .print\:focus\:border-green-dark:focus {
    --border-opacity: 1;
    border-color: #3FA45A;
    border-color: rgba(63, 164, 90, var(--border-opacity));
  }

  .print\:focus\:border-lime:focus {
    --border-opacity: 1;
    border-color: #bad067;
    border-color: rgba(186, 208, 103, var(--border-opacity));
  }

  .print\:focus\:border-blue-darker:focus {
    --border-opacity: 1;
    border-color: #0087BF;
    border-color: rgba(0, 135, 191, var(--border-opacity));
  }

  .print\:focus\:border-blue-darkest:focus {
    --border-opacity: 1;
    border-color: #02648E;
    border-color: rgba(2, 100, 142, var(--border-opacity));
  }

  .print\:focus\:border-grey:focus {
    --border-opacity: 1;
    border-color: #b7b7b7;
    border-color: rgba(183, 183, 183, var(--border-opacity));
  }

  .print\:focus\:border-grey-extra-darker:focus {
    --border-opacity: 1;
    border-color: #2C2C2C;
    border-color: rgba(44, 44, 44, var(--border-opacity));
  }

  .print\:focus\:border-grey-pinch-darker:focus {
    --border-opacity: 1;
    border-color: #6d6d6d;
    border-color: rgba(109, 109, 109, var(--border-opacity));
  }

  .print\:focus\:border-grey-darker:focus {
    --border-opacity: 1;
    border-color: #6C6C6C;
    border-color: rgba(108, 108, 108, var(--border-opacity));
  }

  .print\:focus\:border-grey-darkest:focus {
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .print\:focus\:border-grey-medium:focus {
    --border-opacity: 1;
    border-color: #606060;
    border-color: rgba(96, 96, 96, var(--border-opacity));
  }

  .print\:focus\:border-grey-dark:focus {
    --border-opacity: 1;
    border-color: #303030;
    border-color: rgba(48, 48, 48, var(--border-opacity));
  }

  .print\:focus\:border-grey-lighter:focus {
    --border-opacity: 1;
    border-color: #d8d8d8;
    border-color: rgba(216, 216, 216, var(--border-opacity));
  }

  .print\:focus\:border-grey-light:focus {
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .print\:focus\:border-grey-lightest:focus {
    --border-opacity: 1;
    border-color: #f9f9f9;
    border-color: rgba(249, 249, 249, var(--border-opacity));
  }

  .print\:focus\:border-jobs-purple:focus {
    --border-opacity: 1;
    border-color: #4B3E75;
    border-color: rgba(75, 62, 117, var(--border-opacity));
  }

  .print\:focus\:border-jobs-pink:focus {
    --border-opacity: 1;
    border-color: #EF788A;
    border-color: rgba(239, 120, 138, var(--border-opacity));
  }

  .print\:focus\:border-jobs-red:focus {
    --border-opacity: 1;
    border-color: #E3000F;
    border-color: rgba(227, 0, 15, var(--border-opacity));
  }

  .print\:focus\:border-jobs-orange:focus {
    --border-opacity: 1;
    border-color: #F49B04;
    border-color: rgba(244, 155, 4, var(--border-opacity));
  }

  .print\:focus\:border-jobs-yellow:focus {
    --border-opacity: 1;
    border-color: #FC0;
    border-color: rgba(255, 204, 0, var(--border-opacity));
  }

  .print\:focus\:border-jobs-green:focus {
    --border-opacity: 1;
    border-color: #009B9B;
    border-color: rgba(0, 155, 155, var(--border-opacity));
  }

  .print\:focus\:border-jobs-blue:focus {
    --border-opacity: 1;
    border-color: #008BD2;
    border-color: rgba(0, 139, 210, var(--border-opacity));
  }

  .print\:border-opacity-0 {
    --border-opacity: 0;
  }

  .print\:border-opacity-10 {
    --border-opacity: 0.10;
  }

  .print\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .print\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .print\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .print\:border-opacity-100 {
    --border-opacity: 1;
  }

  .print\:hover\:border-opacity-0:hover {
    --border-opacity: 0;
  }

  .print\:hover\:border-opacity-10:hover {
    --border-opacity: 0.10;
  }

  .print\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25;
  }

  .print\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5;
  }

  .print\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75;
  }

  .print\:hover\:border-opacity-100:hover {
    --border-opacity: 1;
  }

  .print\:focus\:border-opacity-0:focus {
    --border-opacity: 0;
  }

  .print\:focus\:border-opacity-10:focus {
    --border-opacity: 0.10;
  }

  .print\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25;
  }

  .print\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5;
  }

  .print\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75;
  }

  .print\:focus\:border-opacity-100:focus {
    --border-opacity: 1;
  }

  .print\:rounded-12 {
    border-radius: 12px;
  }

  .print\:rounded-14 {
    border-radius: 56px;
  }

  .print\:rounded-20 {
    border-radius: 20px;
  }

  .print\:rounded-30 {
    border-radius: 30px;
  }

  .print\:rounded-none {
    border-radius: 0;
  }

  .print\:rounded-sm {
    border-radius: 0.125rem;
  }

  .print\:rounded {
    border-radius: 0.25rem;
  }

  .print\:rounded-md {
    border-radius: 0.375rem;
  }

  .print\:rounded-lg {
    border-radius: 0.5rem;
  }

  .print\:rounded-xl {
    border-radius: 1.875rem;
  }

  .print\:rounded-full {
    border-radius: 9999px;
  }

  .print\:rounded-t-12 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .print\:rounded-r-12 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .print\:rounded-b-12 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .print\:rounded-l-12 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .print\:rounded-t-14 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }

  .print\:rounded-r-14 {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }

  .print\:rounded-b-14 {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .print\:rounded-l-14 {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }

  .print\:rounded-t-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .print\:rounded-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .print\:rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .print\:rounded-l-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .print\:rounded-t-30 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .print\:rounded-r-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .print\:rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .print\:rounded-l-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .print\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .print\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .print\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .print\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .print\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .print\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .print\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .print\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .print\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .print\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .print\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .print\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .print\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .print\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .print\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-t-xl {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .print\:rounded-r-xl {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .print\:rounded-b-xl {
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .print\:rounded-l-xl {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .print\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .print\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .print\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .print\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .print\:rounded-tl-12 {
    border-top-left-radius: 12px;
  }

  .print\:rounded-tr-12 {
    border-top-right-radius: 12px;
  }

  .print\:rounded-br-12 {
    border-bottom-right-radius: 12px;
  }

  .print\:rounded-bl-12 {
    border-bottom-left-radius: 12px;
  }

  .print\:rounded-tl-14 {
    border-top-left-radius: 56px;
  }

  .print\:rounded-tr-14 {
    border-top-right-radius: 56px;
  }

  .print\:rounded-br-14 {
    border-bottom-right-radius: 56px;
  }

  .print\:rounded-bl-14 {
    border-bottom-left-radius: 56px;
  }

  .print\:rounded-tl-20 {
    border-top-left-radius: 20px;
  }

  .print\:rounded-tr-20 {
    border-top-right-radius: 20px;
  }

  .print\:rounded-br-20 {
    border-bottom-right-radius: 20px;
  }

  .print\:rounded-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .print\:rounded-tl-30 {
    border-top-left-radius: 30px;
  }

  .print\:rounded-tr-30 {
    border-top-right-radius: 30px;
  }

  .print\:rounded-br-30 {
    border-bottom-right-radius: 30px;
  }

  .print\:rounded-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .print\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .print\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .print\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .print\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .print\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .print\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .print\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .print\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .print\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .print\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .print\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .print\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .print\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .print\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .print\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .print\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .print\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .print\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-tl-xl {
    border-top-left-radius: 1.875rem;
  }

  .print\:rounded-tr-xl {
    border-top-right-radius: 1.875rem;
  }

  .print\:rounded-br-xl {
    border-bottom-right-radius: 1.875rem;
  }

  .print\:rounded-bl-xl {
    border-bottom-left-radius: 1.875rem;
  }

  .print\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .print\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .print\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .print\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .print\:border-solid {
    border-style: solid;
  }

  .print\:border-dashed {
    border-style: dashed;
  }

  .print\:border-dotted {
    border-style: dotted;
  }

  .print\:border-double {
    border-style: double;
  }

  .print\:border-none {
    border-style: none;
  }

  .print\:border-0 {
    border-width: 0;
  }

  .print\:border-2 {
    border-width: 2px;
  }

  .print\:border-3 {
    border-width: 3px;
  }

  .print\:border-4 {
    border-width: 4px;
  }

  .print\:border-6 {
    border-width: 6px;
  }

  .print\:border-8 {
    border-width: 8px;
  }

  .print\:border {
    border-width: 1px;
  }

  .print\:border-t-0 {
    border-top-width: 0;
  }

  .print\:border-r-0 {
    border-right-width: 0;
  }

  .print\:border-b-0 {
    border-bottom-width: 0;
  }

  .print\:border-l-0 {
    border-left-width: 0;
  }

  .print\:border-t-2 {
    border-top-width: 2px;
  }

  .print\:border-r-2 {
    border-right-width: 2px;
  }

  .print\:border-b-2 {
    border-bottom-width: 2px;
  }

  .print\:border-l-2 {
    border-left-width: 2px;
  }

  .print\:border-t-3 {
    border-top-width: 3px;
  }

  .print\:border-r-3 {
    border-right-width: 3px;
  }

  .print\:border-b-3 {
    border-bottom-width: 3px;
  }

  .print\:border-l-3 {
    border-left-width: 3px;
  }

  .print\:border-t-4 {
    border-top-width: 4px;
  }

  .print\:border-r-4 {
    border-right-width: 4px;
  }

  .print\:border-b-4 {
    border-bottom-width: 4px;
  }

  .print\:border-l-4 {
    border-left-width: 4px;
  }

  .print\:border-t-6 {
    border-top-width: 6px;
  }

  .print\:border-r-6 {
    border-right-width: 6px;
  }

  .print\:border-b-6 {
    border-bottom-width: 6px;
  }

  .print\:border-l-6 {
    border-left-width: 6px;
  }

  .print\:border-t-8 {
    border-top-width: 8px;
  }

  .print\:border-r-8 {
    border-right-width: 8px;
  }

  .print\:border-b-8 {
    border-bottom-width: 8px;
  }

  .print\:border-l-8 {
    border-left-width: 8px;
  }

  .print\:border-t {
    border-top-width: 1px;
  }

  .print\:border-r {
    border-right-width: 1px;
  }

  .print\:border-b {
    border-bottom-width: 1px;
  }

  .print\:border-l {
    border-left-width: 1px;
  }

  .print\:hover\:border-0:hover {
    border-width: 0;
  }

  .print\:hover\:border-2:hover {
    border-width: 2px;
  }

  .print\:hover\:border-3:hover {
    border-width: 3px;
  }

  .print\:hover\:border-4:hover {
    border-width: 4px;
  }

  .print\:hover\:border-6:hover {
    border-width: 6px;
  }

  .print\:hover\:border-8:hover {
    border-width: 8px;
  }

  .print\:hover\:border:hover {
    border-width: 1px;
  }

  .print\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .print\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .print\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .print\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .print\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .print\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .print\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .print\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .print\:hover\:border-t-3:hover {
    border-top-width: 3px;
  }

  .print\:hover\:border-r-3:hover {
    border-right-width: 3px;
  }

  .print\:hover\:border-b-3:hover {
    border-bottom-width: 3px;
  }

  .print\:hover\:border-l-3:hover {
    border-left-width: 3px;
  }

  .print\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .print\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .print\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .print\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .print\:hover\:border-t-6:hover {
    border-top-width: 6px;
  }

  .print\:hover\:border-r-6:hover {
    border-right-width: 6px;
  }

  .print\:hover\:border-b-6:hover {
    border-bottom-width: 6px;
  }

  .print\:hover\:border-l-6:hover {
    border-left-width: 6px;
  }

  .print\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .print\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .print\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .print\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .print\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .print\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .print\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .print\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .print\:first\:border-0:first-child {
    border-width: 0;
  }

  .print\:first\:border-2:first-child {
    border-width: 2px;
  }

  .print\:first\:border-3:first-child {
    border-width: 3px;
  }

  .print\:first\:border-4:first-child {
    border-width: 4px;
  }

  .print\:first\:border-6:first-child {
    border-width: 6px;
  }

  .print\:first\:border-8:first-child {
    border-width: 8px;
  }

  .print\:first\:border:first-child {
    border-width: 1px;
  }

  .print\:first\:border-t-0:first-child {
    border-top-width: 0;
  }

  .print\:first\:border-r-0:first-child {
    border-right-width: 0;
  }

  .print\:first\:border-b-0:first-child {
    border-bottom-width: 0;
  }

  .print\:first\:border-l-0:first-child {
    border-left-width: 0;
  }

  .print\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .print\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .print\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .print\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .print\:first\:border-t-3:first-child {
    border-top-width: 3px;
  }

  .print\:first\:border-r-3:first-child {
    border-right-width: 3px;
  }

  .print\:first\:border-b-3:first-child {
    border-bottom-width: 3px;
  }

  .print\:first\:border-l-3:first-child {
    border-left-width: 3px;
  }

  .print\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .print\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .print\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .print\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .print\:first\:border-t-6:first-child {
    border-top-width: 6px;
  }

  .print\:first\:border-r-6:first-child {
    border-right-width: 6px;
  }

  .print\:first\:border-b-6:first-child {
    border-bottom-width: 6px;
  }

  .print\:first\:border-l-6:first-child {
    border-left-width: 6px;
  }

  .print\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .print\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .print\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .print\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .print\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .print\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .print\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .print\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .print\:last\:border-0:last-child {
    border-width: 0;
  }

  .print\:last\:border-2:last-child {
    border-width: 2px;
  }

  .print\:last\:border-3:last-child {
    border-width: 3px;
  }

  .print\:last\:border-4:last-child {
    border-width: 4px;
  }

  .print\:last\:border-6:last-child {
    border-width: 6px;
  }

  .print\:last\:border-8:last-child {
    border-width: 8px;
  }

  .print\:last\:border:last-child {
    border-width: 1px;
  }

  .print\:last\:border-t-0:last-child {
    border-top-width: 0;
  }

  .print\:last\:border-r-0:last-child {
    border-right-width: 0;
  }

  .print\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }

  .print\:last\:border-l-0:last-child {
    border-left-width: 0;
  }

  .print\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .print\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .print\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .print\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .print\:last\:border-t-3:last-child {
    border-top-width: 3px;
  }

  .print\:last\:border-r-3:last-child {
    border-right-width: 3px;
  }

  .print\:last\:border-b-3:last-child {
    border-bottom-width: 3px;
  }

  .print\:last\:border-l-3:last-child {
    border-left-width: 3px;
  }

  .print\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .print\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .print\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .print\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .print\:last\:border-t-6:last-child {
    border-top-width: 6px;
  }

  .print\:last\:border-r-6:last-child {
    border-right-width: 6px;
  }

  .print\:last\:border-b-6:last-child {
    border-bottom-width: 6px;
  }

  .print\:last\:border-l-6:last-child {
    border-left-width: 6px;
  }

  .print\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .print\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .print\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .print\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .print\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .print\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .print\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .print\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .print\:box-border {
    box-sizing: border-box;
  }

  .print\:box-content {
    box-sizing: content-box;
  }

  .print\:cursor-auto {
    cursor: auto;
  }

  .print\:cursor-default {
    cursor: default;
  }

  .print\:cursor-pointer {
    cursor: pointer;
  }

  .print\:cursor-wait {
    cursor: wait;
  }

  .print\:cursor-text {
    cursor: text;
  }

  .print\:cursor-move {
    cursor: move;
  }

  .print\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .print\:block {
    display: block;
  }

  .print\:inline-block {
    display: inline-block;
  }

  .print\:inline {
    display: inline;
  }

  .print\:flex {
    display: flex;
  }

  .print\:inline-flex {
    display: inline-flex;
  }

  .print\:table {
    display: table;
  }

  .print\:table-caption {
    display: table-caption;
  }

  .print\:table-cell {
    display: table-cell;
  }

  .print\:table-column {
    display: table-column;
  }

  .print\:table-column-group {
    display: table-column-group;
  }

  .print\:table-footer-group {
    display: table-footer-group;
  }

  .print\:table-header-group {
    display: table-header-group;
  }

  .print\:table-row-group {
    display: table-row-group;
  }

  .print\:table-row {
    display: table-row;
  }

  .print\:flow-root {
    display: flow-root;
  }

  .print\:grid {
    display: grid;
  }

  .print\:inline-grid {
    display: inline-grid;
  }

  .print\:contents {
    display: contents;
  }

  .print\:hidden {
    display: none;
  }

  .print\:flex-row {
    flex-direction: row;
  }

  .print\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .print\:flex-col {
    flex-direction: column;
  }

  .print\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .print\:flex-wrap {
    flex-wrap: wrap;
  }

  .print\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .print\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .print\:place-items-auto {
    place-items: auto;
  }

  .print\:place-items-start {
    place-items: start;
  }

  .print\:place-items-end {
    place-items: end;
  }

  .print\:place-items-center {
    place-items: center;
  }

  .print\:place-items-stretch {
    place-items: stretch;
  }

  .print\:place-content-center {
    place-content: center;
  }

  .print\:place-content-start {
    place-content: start;
  }

  .print\:place-content-end {
    place-content: end;
  }

  .print\:place-content-between {
    place-content: space-between;
  }

  .print\:place-content-around {
    place-content: space-around;
  }

  .print\:place-content-evenly {
    place-content: space-evenly;
  }

  .print\:place-content-stretch {
    place-content: stretch;
  }

  .print\:place-self-auto {
    place-self: auto;
  }

  .print\:place-self-start {
    place-self: start;
  }

  .print\:place-self-end {
    place-self: end;
  }

  .print\:place-self-center {
    place-self: center;
  }

  .print\:place-self-stretch {
    place-self: stretch;
  }

  .print\:items-start {
    align-items: flex-start;
  }

  .print\:items-end {
    align-items: flex-end;
  }

  .print\:items-center {
    align-items: center;
  }

  .print\:items-baseline {
    align-items: baseline;
  }

  .print\:items-stretch {
    align-items: stretch;
  }

  .print\:content-center {
    align-content: center;
  }

  .print\:content-start {
    align-content: flex-start;
  }

  .print\:content-end {
    align-content: flex-end;
  }

  .print\:content-between {
    align-content: space-between;
  }

  .print\:content-around {
    align-content: space-around;
  }

  .print\:content-evenly {
    align-content: space-evenly;
  }

  .print\:self-auto {
    align-self: auto;
  }

  .print\:self-start {
    align-self: flex-start;
  }

  .print\:self-end {
    align-self: flex-end;
  }

  .print\:self-center {
    align-self: center;
  }

  .print\:self-stretch {
    align-self: stretch;
  }

  .print\:justify-items-auto {
    justify-items: auto;
  }

  .print\:justify-items-start {
    justify-items: start;
  }

  .print\:justify-items-end {
    justify-items: end;
  }

  .print\:justify-items-center {
    justify-items: center;
  }

  .print\:justify-items-stretch {
    justify-items: stretch;
  }

  .print\:justify-start {
    justify-content: flex-start;
  }

  .print\:justify-end {
    justify-content: flex-end;
  }

  .print\:justify-center {
    justify-content: center;
  }

  .print\:justify-between {
    justify-content: space-between;
  }

  .print\:justify-around {
    justify-content: space-around;
  }

  .print\:justify-evenly {
    justify-content: space-evenly;
  }

  .print\:justify-self-auto {
    justify-self: auto;
  }

  .print\:justify-self-start {
    justify-self: start;
  }

  .print\:justify-self-end {
    justify-self: end;
  }

  .print\:justify-self-center {
    justify-self: center;
  }

  .print\:justify-self-stretch {
    justify-self: stretch;
  }

  .print\:flex-1 {
    flex: 1 1 0%;
  }

  .print\:flex-auto {
    flex: 1 1 auto;
  }

  .print\:flex-initial {
    flex: 0 1 auto;
  }

  .print\:flex-none {
    flex: none;
  }

  .print\:flex-grow-0 {
    flex-grow: 0;
  }

  .print\:flex-grow {
    flex-grow: 1;
  }

  .print\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .print\:flex-shrink {
    flex-shrink: 1;
  }

  .print\:order-1 {
    order: 1;
  }

  .print\:order-2 {
    order: 2;
  }

  .print\:order-3 {
    order: 3;
  }

  .print\:order-4 {
    order: 4;
  }

  .print\:order-5 {
    order: 5;
  }

  .print\:order-6 {
    order: 6;
  }

  .print\:order-7 {
    order: 7;
  }

  .print\:order-8 {
    order: 8;
  }

  .print\:order-9 {
    order: 9;
  }

  .print\:order-10 {
    order: 10;
  }

  .print\:order-11 {
    order: 11;
  }

  .print\:order-12 {
    order: 12;
  }

  .print\:order-first {
    order: -9999;
  }

  .print\:order-last {
    order: 9999;
  }

  .print\:order-none {
    order: 0;
  }

  .print\:float-right {
    float: right;
  }

  .print\:float-left {
    float: left;
  }

  .print\:float-none {
    float: none;
  }

  .print\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .print\:clear-left {
    clear: left;
  }

  .print\:clear-right {
    clear: right;
  }

  .print\:clear-both {
    clear: both;
  }

  .print\:clear-none {
    clear: none;
  }

  .print\:font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .print\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .print\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .print\:font-cerapro {
    font-family: ;
  }

  .fonts-loaded .print\:font-cerapro {
    font-family: CeraPRO;
  }

  .print\:font-dinround {
    font-family: ;
  }

  .fonts-loaded .print\:font-dinround {
    font-family: DINRound;
  }

  .print\:font-vibur {
    font-family: ;
  }

  .fonts-loaded .print\:font-vibur {
    font-family: Vibur;
  }

  .print\:font-clash {
    font-family: ClashDisplay;
  }

  .print\:font-europa {
    font-family: europa;
  }

  .print\:font-hairline {
    font-weight: 100;
  }

  .print\:font-thin {
    font-weight: 200;
  }

  .print\:font-light {
    font-weight: 300;
  }

  .print\:font-normal {
    font-weight: 400;
  }

  .print\:font-medium {
    font-weight: 500;
  }

  .print\:font-semibold {
    font-weight: 600;
  }

  .print\:font-bold {
    font-weight: 700;
  }

  .print\:font-extrabold {
    font-weight: 800;
  }

  .print\:font-black {
    font-weight: 900;
  }

  .print\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .print\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .print\:hover\:font-light:hover {
    font-weight: 300;
  }

  .print\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .print\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .print\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .print\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .print\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .print\:hover\:font-black:hover {
    font-weight: 900;
  }

  .print\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .print\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .print\:focus\:font-light:focus {
    font-weight: 300;
  }

  .print\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .print\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .print\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .print\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .print\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .print\:focus\:font-black:focus {
    font-weight: 900;
  }

  .print\:h-0 {
    height: 0;
  }

  .print\:h-1 {
    height: 0.25rem;
  }

  .print\:h-2 {
    height: 0.5rem;
  }

  .print\:h-3 {
    height: 0.75rem;
  }

  .print\:h-4 {
    height: 1rem;
  }

  .print\:h-5 {
    height: 1.25rem;
  }

  .print\:h-6 {
    height: 1.5rem;
  }

  .print\:h-8 {
    height: 2rem;
  }

  .print\:h-10 {
    height: 2.5rem;
  }

  .print\:h-12 {
    height: 3rem;
  }

  .print\:h-14 {
    height: 3.5rem;
  }

  .print\:h-15 {
    height: 3.75rem;
  }

  .print\:h-16 {
    height: 4rem;
  }

  .print\:h-20 {
    height: 5rem;
  }

  .print\:h-24 {
    height: 6rem;
  }

  .print\:h-26 {
    height: 7rem;
  }

  .print\:h-32 {
    height: 8rem;
  }

  .print\:h-36 {
    height: 9rem;
  }

  .print\:h-40 {
    height: 10rem;
  }

  .print\:h-48 {
    height: 12rem;
  }

  .print\:h-56 {
    height: 14rem;
  }

  .print\:h-64 {
    height: 16rem;
  }

  .print\:h-auto {
    height: auto;
  }

  .print\:h-px {
    height: 1px;
  }

  .print\:h-2px {
    height: 2px;
  }

  .print\:h-1\/2 {
    height: 50%;
  }

  .print\:h-1\/3 {
    height: 33.333333%;
  }

  .print\:h-2\/3 {
    height: 66.666667%;
  }

  .print\:h-1\/4 {
    height: 25%;
  }

  .print\:h-2\/4 {
    height: 50%;
  }

  .print\:h-3\/4 {
    height: 75%;
  }

  .print\:h-1\/5 {
    height: 20%;
  }

  .print\:h-2\/5 {
    height: 40%;
  }

  .print\:h-3\/5 {
    height: 60%;
  }

  .print\:h-4\/5 {
    height: 80%;
  }

  .print\:h-1\/6 {
    height: 16.666667%;
  }

  .print\:h-2\/6 {
    height: 33.333333%;
  }

  .print\:h-3\/6 {
    height: 50%;
  }

  .print\:h-4\/6 {
    height: 66.666667%;
  }

  .print\:h-5\/6 {
    height: 83.333333%;
  }

  .print\:h-1\/12 {
    height: 8.333333%;
  }

  .print\:h-2\/12 {
    height: 16.666667%;
  }

  .print\:h-3\/12 {
    height: 25%;
  }

  .print\:h-4\/12 {
    height: 33.333333%;
  }

  .print\:h-5\/12 {
    height: 41.666667%;
  }

  .print\:h-6\/12 {
    height: 50%;
  }

  .print\:h-7\/12 {
    height: 58.333333%;
  }

  .print\:h-8\/12 {
    height: 66.666667%;
  }

  .print\:h-9\/12 {
    height: 75%;
  }

  .print\:h-10\/12 {
    height: 83.333333%;
  }

  .print\:h-11\/12 {
    height: 91.666667%;
  }

  .print\:h-full {
    height: 100%;
  }

  .print\:h-screen {
    height: 100vh;
  }

  .print\:h-10px {
    height: 0.625rem;
  }

  .print\:h-20px {
    height: 20px;
  }

  .print\:h-30px {
    height: 30px;
  }

  .print\:text-xs {
    font-size: 0.875rem;
  }

  .print\:text-sm {
    font-size: 1rem;
  }

  .print\:text-base {
    font-size: 1.125rem;
  }

  .print\:text-lg {
    font-size: 1.3125rem;
  }

  .print\:text-xl {
    font-size: 1.5rem;
  }

  .print\:text-2xl {
    font-size: 2rem;
  }

  .print\:text-3xl {
    font-size: 3.25rem;
  }

  .print\:text-4xl {
    font-size: 2.25rem;
  }

  .print\:text-5xl {
    font-size: 3rem;
  }

  .print\:text-6xl {
    font-size: 4rem;
  }

  .print\:text-3xs {
    font-size: 0.6875rem;
  }

  .print\:text-2xs {
    font-size: 0.75rem;
  }

  .print\:text-lsm {
    font-size: 1.0625rem;
  }

  .print\:text-xlg {
    font-size: 1.625rem;
  }

  .print\:text-2-25xl {
    font-size: 2.25rem;
  }

  .print\:text-2-5xl {
    font-size: 2.375rem;
  }

  .print\:text-2-6xl {
    font-size: 2.5rem;
  }

  .print\:leading-3 {
    line-height: .75rem;
  }

  .print\:leading-4 {
    line-height: 1rem;
  }

  .print\:leading-5 {
    line-height: 1.25rem;
  }

  .print\:leading-6 {
    line-height: 1.5rem;
  }

  .print\:leading-7 {
    line-height: 1.75rem;
  }

  .print\:leading-8 {
    line-height: 2rem;
  }

  .print\:leading-9 {
    line-height: 2.25rem;
  }

  .print\:leading-10 {
    line-height: 2.5rem;
  }

  .print\:leading-none {
    line-height: 1;
  }

  .print\:leading-tight {
    line-height: 1.25;
  }

  .print\:leading-snug {
    line-height: 1.375;
  }

  .print\:leading-normal {
    line-height: 1.5;
  }

  .print\:leading-relaxed {
    line-height: 1.625;
  }

  .print\:leading-loose {
    line-height: 2;
  }

  .print\:list-inside {
    list-style-position: inside;
  }

  .print\:list-outside {
    list-style-position: outside;
  }

  .print\:list-none {
    list-style-type: none;
  }

  .print\:list-disc {
    list-style-type: disc;
  }

  .print\:list-decimal {
    list-style-type: decimal;
  }

  .print\:m-0 {
    margin: 0;
  }

  .print\:m-1 {
    margin: 0.25rem;
  }

  .print\:m-2 {
    margin: 0.5rem;
  }

  .print\:m-3 {
    margin: 0.75rem;
  }

  .print\:m-4 {
    margin: 1rem;
  }

  .print\:m-5 {
    margin: 1.25rem;
  }

  .print\:m-6 {
    margin: 1.5rem;
  }

  .print\:m-8 {
    margin: 2rem;
  }

  .print\:m-10 {
    margin: 2.5rem;
  }

  .print\:m-12 {
    margin: 3rem;
  }

  .print\:m-14 {
    margin: 3.5rem;
  }

  .print\:m-15 {
    margin: 3.75rem;
  }

  .print\:m-16 {
    margin: 4rem;
  }

  .print\:m-20 {
    margin: 5rem;
  }

  .print\:m-24 {
    margin: 6rem;
  }

  .print\:m-26 {
    margin: 7rem;
  }

  .print\:m-32 {
    margin: 8rem;
  }

  .print\:m-36 {
    margin: 9rem;
  }

  .print\:m-40 {
    margin: 10rem;
  }

  .print\:m-48 {
    margin: 12rem;
  }

  .print\:m-56 {
    margin: 14rem;
  }

  .print\:m-64 {
    margin: 16rem;
  }

  .print\:m-auto {
    margin: auto;
  }

  .print\:m-px {
    margin: 1px;
  }

  .print\:m-2px {
    margin: 2px;
  }

  .print\:m-1\/2 {
    margin: 50%;
  }

  .print\:m-1\/3 {
    margin: 33.333333%;
  }

  .print\:m-2\/3 {
    margin: 66.666667%;
  }

  .print\:m-1\/4 {
    margin: 25%;
  }

  .print\:m-2\/4 {
    margin: 50%;
  }

  .print\:m-3\/4 {
    margin: 75%;
  }

  .print\:m-1\/5 {
    margin: 20%;
  }

  .print\:m-2\/5 {
    margin: 40%;
  }

  .print\:m-3\/5 {
    margin: 60%;
  }

  .print\:m-4\/5 {
    margin: 80%;
  }

  .print\:m-1\/6 {
    margin: 16.666667%;
  }

  .print\:m-2\/6 {
    margin: 33.333333%;
  }

  .print\:m-3\/6 {
    margin: 50%;
  }

  .print\:m-4\/6 {
    margin: 66.666667%;
  }

  .print\:m-5\/6 {
    margin: 83.333333%;
  }

  .print\:m-1\/12 {
    margin: 8.333333%;
  }

  .print\:m-2\/12 {
    margin: 16.666667%;
  }

  .print\:m-3\/12 {
    margin: 25%;
  }

  .print\:m-4\/12 {
    margin: 33.333333%;
  }

  .print\:m-5\/12 {
    margin: 41.666667%;
  }

  .print\:m-6\/12 {
    margin: 50%;
  }

  .print\:m-7\/12 {
    margin: 58.333333%;
  }

  .print\:m-8\/12 {
    margin: 66.666667%;
  }

  .print\:m-9\/12 {
    margin: 75%;
  }

  .print\:m-10\/12 {
    margin: 83.333333%;
  }

  .print\:m-11\/12 {
    margin: 91.666667%;
  }

  .print\:m-full {
    margin: 100%;
  }

  .print\:m-screen {
    margin: 100vw;
  }

  .print\:m-10px {
    margin: 0.625rem;
  }

  .print\:m-20px {
    margin: 20px;
  }

  .print\:m-30px {
    margin: 30px;
  }

  .print\:-m-1 {
    margin: -0.25rem;
  }

  .print\:-m-2 {
    margin: -0.5rem;
  }

  .print\:-m-3 {
    margin: -0.75rem;
  }

  .print\:-m-4 {
    margin: -1rem;
  }

  .print\:-m-5 {
    margin: -1.25rem;
  }

  .print\:-m-6 {
    margin: -1.5rem;
  }

  .print\:-m-8 {
    margin: -2rem;
  }

  .print\:-m-10 {
    margin: -2.5rem;
  }

  .print\:-m-12 {
    margin: -3rem;
  }

  .print\:-m-14 {
    margin: -3.5rem;
  }

  .print\:-m-15 {
    margin: -3.75rem;
  }

  .print\:-m-16 {
    margin: -4rem;
  }

  .print\:-m-20 {
    margin: -5rem;
  }

  .print\:-m-24 {
    margin: -6rem;
  }

  .print\:-m-26 {
    margin: -7rem;
  }

  .print\:-m-32 {
    margin: -8rem;
  }

  .print\:-m-36 {
    margin: -9rem;
  }

  .print\:-m-40 {
    margin: -10rem;
  }

  .print\:-m-48 {
    margin: -12rem;
  }

  .print\:-m-56 {
    margin: -14rem;
  }

  .print\:-m-64 {
    margin: -16rem;
  }

  .print\:-m-px {
    margin: -1px;
  }

  .print\:-m-2px {
    margin: -2px;
  }

  .print\:-m-1\/2 {
    margin: -50%;
  }

  .print\:-m-1\/3 {
    margin: -33.33333%;
  }

  .print\:-m-2\/3 {
    margin: -66.66667%;
  }

  .print\:-m-1\/4 {
    margin: -25%;
  }

  .print\:-m-2\/4 {
    margin: -50%;
  }

  .print\:-m-3\/4 {
    margin: -75%;
  }

  .print\:-m-1\/5 {
    margin: -20%;
  }

  .print\:-m-2\/5 {
    margin: -40%;
  }

  .print\:-m-3\/5 {
    margin: -60%;
  }

  .print\:-m-4\/5 {
    margin: -80%;
  }

  .print\:-m-1\/6 {
    margin: -16.66667%;
  }

  .print\:-m-2\/6 {
    margin: -33.33333%;
  }

  .print\:-m-3\/6 {
    margin: -50%;
  }

  .print\:-m-4\/6 {
    margin: -66.66667%;
  }

  .print\:-m-5\/6 {
    margin: -83.33333%;
  }

  .print\:-m-1\/12 {
    margin: -8.33333%;
  }

  .print\:-m-2\/12 {
    margin: -16.66667%;
  }

  .print\:-m-3\/12 {
    margin: -25%;
  }

  .print\:-m-4\/12 {
    margin: -33.33333%;
  }

  .print\:-m-5\/12 {
    margin: -41.66667%;
  }

  .print\:-m-6\/12 {
    margin: -50%;
  }

  .print\:-m-7\/12 {
    margin: -58.33333%;
  }

  .print\:-m-8\/12 {
    margin: -66.66667%;
  }

  .print\:-m-9\/12 {
    margin: -75%;
  }

  .print\:-m-10\/12 {
    margin: -83.33333%;
  }

  .print\:-m-11\/12 {
    margin: -91.66667%;
  }

  .print\:-m-full {
    margin: -100%;
  }

  .print\:-m-screen {
    margin: -100vw;
  }

  .print\:-m-10px {
    margin: -0.625rem;
  }

  .print\:-m-20px {
    margin: -20px;
  }

  .print\:-m-30px {
    margin: -30px;
  }

  .print\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .print\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .print\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .print\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .print\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .print\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .print\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .print\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .print\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .print\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .print\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .print\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .print\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .print\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .print\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .print\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .print\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .print\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .print\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .print\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .print\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .print\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .print\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .print\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .print\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .print\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .print\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .print\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .print\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .print\:my-26 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .print\:mx-26 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .print\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .print\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .print\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .print\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .print\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .print\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .print\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .print\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .print\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .print\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .print\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .print\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .print\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .print\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .print\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .print\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .print\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .print\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .print\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .print\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .print\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .print\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .print\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .print\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .print\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .print\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .print\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .print\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .print\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .print\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .print\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .print\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .print\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .print\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .print\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .print\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .print\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .print\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .print\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .print\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .print\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .print\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .print\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .print\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .print\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .print\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .print\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .print\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .print\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .print\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .print\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .print\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .print\:my-screen {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .print\:mx-screen {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .print\:my-10px {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .print\:mx-10px {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .print\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .print\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .print\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .print\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .print\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .print\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .print\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .print\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .print\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .print\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .print\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .print\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .print\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .print\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .print\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .print\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .print\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .print\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .print\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .print\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .print\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .print\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .print\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .print\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .print\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .print\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .print\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .print\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .print\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .print\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .print\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .print\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .print\:-my-26 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .print\:-mx-26 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .print\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .print\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .print\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .print\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .print\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .print\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .print\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .print\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .print\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .print\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .print\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .print\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .print\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .print\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .print\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .print\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .print\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .print\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .print\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .print\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .print\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .print\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .print\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .print\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .print\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .print\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .print\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .print\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .print\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .print\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .print\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .print\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .print\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .print\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .print\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .print\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .print\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .print\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .print\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .print\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .print\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .print\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .print\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .print\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .print\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .print\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .print\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .print\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .print\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .print\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .print\:-my-screen {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .print\:-mx-screen {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .print\:-my-10px {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .print\:-mx-10px {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .print\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .print\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .print\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .print\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .print\:mt-0 {
    margin-top: 0;
  }

  .print\:mr-0 {
    margin-right: 0;
  }

  .print\:mb-0 {
    margin-bottom: 0;
  }

  .print\:ml-0 {
    margin-left: 0;
  }

  .print\:mt-1 {
    margin-top: 0.25rem;
  }

  .print\:mr-1 {
    margin-right: 0.25rem;
  }

  .print\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .print\:ml-1 {
    margin-left: 0.25rem;
  }

  .print\:mt-2 {
    margin-top: 0.5rem;
  }

  .print\:mr-2 {
    margin-right: 0.5rem;
  }

  .print\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .print\:ml-2 {
    margin-left: 0.5rem;
  }

  .print\:mt-3 {
    margin-top: 0.75rem;
  }

  .print\:mr-3 {
    margin-right: 0.75rem;
  }

  .print\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .print\:ml-3 {
    margin-left: 0.75rem;
  }

  .print\:mt-4 {
    margin-top: 1rem;
  }

  .print\:mr-4 {
    margin-right: 1rem;
  }

  .print\:mb-4 {
    margin-bottom: 1rem;
  }

  .print\:ml-4 {
    margin-left: 1rem;
  }

  .print\:mt-5 {
    margin-top: 1.25rem;
  }

  .print\:mr-5 {
    margin-right: 1.25rem;
  }

  .print\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .print\:ml-5 {
    margin-left: 1.25rem;
  }

  .print\:mt-6 {
    margin-top: 1.5rem;
  }

  .print\:mr-6 {
    margin-right: 1.5rem;
  }

  .print\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .print\:ml-6 {
    margin-left: 1.5rem;
  }

  .print\:mt-8 {
    margin-top: 2rem;
  }

  .print\:mr-8 {
    margin-right: 2rem;
  }

  .print\:mb-8 {
    margin-bottom: 2rem;
  }

  .print\:ml-8 {
    margin-left: 2rem;
  }

  .print\:mt-10 {
    margin-top: 2.5rem;
  }

  .print\:mr-10 {
    margin-right: 2.5rem;
  }

  .print\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .print\:ml-10 {
    margin-left: 2.5rem;
  }

  .print\:mt-12 {
    margin-top: 3rem;
  }

  .print\:mr-12 {
    margin-right: 3rem;
  }

  .print\:mb-12 {
    margin-bottom: 3rem;
  }

  .print\:ml-12 {
    margin-left: 3rem;
  }

  .print\:mt-14 {
    margin-top: 3.5rem;
  }

  .print\:mr-14 {
    margin-right: 3.5rem;
  }

  .print\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .print\:ml-14 {
    margin-left: 3.5rem;
  }

  .print\:mt-15 {
    margin-top: 3.75rem;
  }

  .print\:mr-15 {
    margin-right: 3.75rem;
  }

  .print\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .print\:ml-15 {
    margin-left: 3.75rem;
  }

  .print\:mt-16 {
    margin-top: 4rem;
  }

  .print\:mr-16 {
    margin-right: 4rem;
  }

  .print\:mb-16 {
    margin-bottom: 4rem;
  }

  .print\:ml-16 {
    margin-left: 4rem;
  }

  .print\:mt-20 {
    margin-top: 5rem;
  }

  .print\:mr-20 {
    margin-right: 5rem;
  }

  .print\:mb-20 {
    margin-bottom: 5rem;
  }

  .print\:ml-20 {
    margin-left: 5rem;
  }

  .print\:mt-24 {
    margin-top: 6rem;
  }

  .print\:mr-24 {
    margin-right: 6rem;
  }

  .print\:mb-24 {
    margin-bottom: 6rem;
  }

  .print\:ml-24 {
    margin-left: 6rem;
  }

  .print\:mt-26 {
    margin-top: 7rem;
  }

  .print\:mr-26 {
    margin-right: 7rem;
  }

  .print\:mb-26 {
    margin-bottom: 7rem;
  }

  .print\:ml-26 {
    margin-left: 7rem;
  }

  .print\:mt-32 {
    margin-top: 8rem;
  }

  .print\:mr-32 {
    margin-right: 8rem;
  }

  .print\:mb-32 {
    margin-bottom: 8rem;
  }

  .print\:ml-32 {
    margin-left: 8rem;
  }

  .print\:mt-36 {
    margin-top: 9rem;
  }

  .print\:mr-36 {
    margin-right: 9rem;
  }

  .print\:mb-36 {
    margin-bottom: 9rem;
  }

  .print\:ml-36 {
    margin-left: 9rem;
  }

  .print\:mt-40 {
    margin-top: 10rem;
  }

  .print\:mr-40 {
    margin-right: 10rem;
  }

  .print\:mb-40 {
    margin-bottom: 10rem;
  }

  .print\:ml-40 {
    margin-left: 10rem;
  }

  .print\:mt-48 {
    margin-top: 12rem;
  }

  .print\:mr-48 {
    margin-right: 12rem;
  }

  .print\:mb-48 {
    margin-bottom: 12rem;
  }

  .print\:ml-48 {
    margin-left: 12rem;
  }

  .print\:mt-56 {
    margin-top: 14rem;
  }

  .print\:mr-56 {
    margin-right: 14rem;
  }

  .print\:mb-56 {
    margin-bottom: 14rem;
  }

  .print\:ml-56 {
    margin-left: 14rem;
  }

  .print\:mt-64 {
    margin-top: 16rem;
  }

  .print\:mr-64 {
    margin-right: 16rem;
  }

  .print\:mb-64 {
    margin-bottom: 16rem;
  }

  .print\:ml-64 {
    margin-left: 16rem;
  }

  .print\:mt-auto {
    margin-top: auto;
  }

  .print\:mr-auto {
    margin-right: auto;
  }

  .print\:mb-auto {
    margin-bottom: auto;
  }

  .print\:ml-auto {
    margin-left: auto;
  }

  .print\:mt-px {
    margin-top: 1px;
  }

  .print\:mr-px {
    margin-right: 1px;
  }

  .print\:mb-px {
    margin-bottom: 1px;
  }

  .print\:ml-px {
    margin-left: 1px;
  }

  .print\:mt-2px {
    margin-top: 2px;
  }

  .print\:mr-2px {
    margin-right: 2px;
  }

  .print\:mb-2px {
    margin-bottom: 2px;
  }

  .print\:ml-2px {
    margin-left: 2px;
  }

  .print\:mt-1\/2 {
    margin-top: 50%;
  }

  .print\:mr-1\/2 {
    margin-right: 50%;
  }

  .print\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .print\:ml-1\/2 {
    margin-left: 50%;
  }

  .print\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .print\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .print\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .print\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .print\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .print\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .print\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .print\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .print\:mt-1\/4 {
    margin-top: 25%;
  }

  .print\:mr-1\/4 {
    margin-right: 25%;
  }

  .print\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .print\:ml-1\/4 {
    margin-left: 25%;
  }

  .print\:mt-2\/4 {
    margin-top: 50%;
  }

  .print\:mr-2\/4 {
    margin-right: 50%;
  }

  .print\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .print\:ml-2\/4 {
    margin-left: 50%;
  }

  .print\:mt-3\/4 {
    margin-top: 75%;
  }

  .print\:mr-3\/4 {
    margin-right: 75%;
  }

  .print\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .print\:ml-3\/4 {
    margin-left: 75%;
  }

  .print\:mt-1\/5 {
    margin-top: 20%;
  }

  .print\:mr-1\/5 {
    margin-right: 20%;
  }

  .print\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .print\:ml-1\/5 {
    margin-left: 20%;
  }

  .print\:mt-2\/5 {
    margin-top: 40%;
  }

  .print\:mr-2\/5 {
    margin-right: 40%;
  }

  .print\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .print\:ml-2\/5 {
    margin-left: 40%;
  }

  .print\:mt-3\/5 {
    margin-top: 60%;
  }

  .print\:mr-3\/5 {
    margin-right: 60%;
  }

  .print\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .print\:ml-3\/5 {
    margin-left: 60%;
  }

  .print\:mt-4\/5 {
    margin-top: 80%;
  }

  .print\:mr-4\/5 {
    margin-right: 80%;
  }

  .print\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .print\:ml-4\/5 {
    margin-left: 80%;
  }

  .print\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .print\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .print\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .print\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .print\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .print\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .print\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .print\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .print\:mt-3\/6 {
    margin-top: 50%;
  }

  .print\:mr-3\/6 {
    margin-right: 50%;
  }

  .print\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .print\:ml-3\/6 {
    margin-left: 50%;
  }

  .print\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .print\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .print\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .print\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .print\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .print\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .print\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .print\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .print\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .print\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .print\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .print\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .print\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .print\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .print\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .print\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .print\:mt-3\/12 {
    margin-top: 25%;
  }

  .print\:mr-3\/12 {
    margin-right: 25%;
  }

  .print\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .print\:ml-3\/12 {
    margin-left: 25%;
  }

  .print\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .print\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .print\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .print\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .print\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .print\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .print\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .print\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .print\:mt-6\/12 {
    margin-top: 50%;
  }

  .print\:mr-6\/12 {
    margin-right: 50%;
  }

  .print\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .print\:ml-6\/12 {
    margin-left: 50%;
  }

  .print\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .print\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .print\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .print\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .print\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .print\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .print\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .print\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .print\:mt-9\/12 {
    margin-top: 75%;
  }

  .print\:mr-9\/12 {
    margin-right: 75%;
  }

  .print\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .print\:ml-9\/12 {
    margin-left: 75%;
  }

  .print\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .print\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .print\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .print\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .print\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .print\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .print\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .print\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .print\:mt-full {
    margin-top: 100%;
  }

  .print\:mr-full {
    margin-right: 100%;
  }

  .print\:mb-full {
    margin-bottom: 100%;
  }

  .print\:ml-full {
    margin-left: 100%;
  }

  .print\:mt-screen {
    margin-top: 100vw;
  }

  .print\:mr-screen {
    margin-right: 100vw;
  }

  .print\:mb-screen {
    margin-bottom: 100vw;
  }

  .print\:ml-screen {
    margin-left: 100vw;
  }

  .print\:mt-10px {
    margin-top: 0.625rem;
  }

  .print\:mr-10px {
    margin-right: 0.625rem;
  }

  .print\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .print\:ml-10px {
    margin-left: 0.625rem;
  }

  .print\:mt-20px {
    margin-top: 20px;
  }

  .print\:mr-20px {
    margin-right: 20px;
  }

  .print\:mb-20px {
    margin-bottom: 20px;
  }

  .print\:ml-20px {
    margin-left: 20px;
  }

  .print\:mt-30px {
    margin-top: 30px;
  }

  .print\:mr-30px {
    margin-right: 30px;
  }

  .print\:mb-30px {
    margin-bottom: 30px;
  }

  .print\:ml-30px {
    margin-left: 30px;
  }

  .print\:-mt-1 {
    margin-top: -0.25rem;
  }

  .print\:-mr-1 {
    margin-right: -0.25rem;
  }

  .print\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .print\:-ml-1 {
    margin-left: -0.25rem;
  }

  .print\:-mt-2 {
    margin-top: -0.5rem;
  }

  .print\:-mr-2 {
    margin-right: -0.5rem;
  }

  .print\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .print\:-ml-2 {
    margin-left: -0.5rem;
  }

  .print\:-mt-3 {
    margin-top: -0.75rem;
  }

  .print\:-mr-3 {
    margin-right: -0.75rem;
  }

  .print\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .print\:-ml-3 {
    margin-left: -0.75rem;
  }

  .print\:-mt-4 {
    margin-top: -1rem;
  }

  .print\:-mr-4 {
    margin-right: -1rem;
  }

  .print\:-mb-4 {
    margin-bottom: -1rem;
  }

  .print\:-ml-4 {
    margin-left: -1rem;
  }

  .print\:-mt-5 {
    margin-top: -1.25rem;
  }

  .print\:-mr-5 {
    margin-right: -1.25rem;
  }

  .print\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .print\:-ml-5 {
    margin-left: -1.25rem;
  }

  .print\:-mt-6 {
    margin-top: -1.5rem;
  }

  .print\:-mr-6 {
    margin-right: -1.5rem;
  }

  .print\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .print\:-ml-6 {
    margin-left: -1.5rem;
  }

  .print\:-mt-8 {
    margin-top: -2rem;
  }

  .print\:-mr-8 {
    margin-right: -2rem;
  }

  .print\:-mb-8 {
    margin-bottom: -2rem;
  }

  .print\:-ml-8 {
    margin-left: -2rem;
  }

  .print\:-mt-10 {
    margin-top: -2.5rem;
  }

  .print\:-mr-10 {
    margin-right: -2.5rem;
  }

  .print\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .print\:-ml-10 {
    margin-left: -2.5rem;
  }

  .print\:-mt-12 {
    margin-top: -3rem;
  }

  .print\:-mr-12 {
    margin-right: -3rem;
  }

  .print\:-mb-12 {
    margin-bottom: -3rem;
  }

  .print\:-ml-12 {
    margin-left: -3rem;
  }

  .print\:-mt-14 {
    margin-top: -3.5rem;
  }

  .print\:-mr-14 {
    margin-right: -3.5rem;
  }

  .print\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .print\:-ml-14 {
    margin-left: -3.5rem;
  }

  .print\:-mt-15 {
    margin-top: -3.75rem;
  }

  .print\:-mr-15 {
    margin-right: -3.75rem;
  }

  .print\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .print\:-ml-15 {
    margin-left: -3.75rem;
  }

  .print\:-mt-16 {
    margin-top: -4rem;
  }

  .print\:-mr-16 {
    margin-right: -4rem;
  }

  .print\:-mb-16 {
    margin-bottom: -4rem;
  }

  .print\:-ml-16 {
    margin-left: -4rem;
  }

  .print\:-mt-20 {
    margin-top: -5rem;
  }

  .print\:-mr-20 {
    margin-right: -5rem;
  }

  .print\:-mb-20 {
    margin-bottom: -5rem;
  }

  .print\:-ml-20 {
    margin-left: -5rem;
  }

  .print\:-mt-24 {
    margin-top: -6rem;
  }

  .print\:-mr-24 {
    margin-right: -6rem;
  }

  .print\:-mb-24 {
    margin-bottom: -6rem;
  }

  .print\:-ml-24 {
    margin-left: -6rem;
  }

  .print\:-mt-26 {
    margin-top: -7rem;
  }

  .print\:-mr-26 {
    margin-right: -7rem;
  }

  .print\:-mb-26 {
    margin-bottom: -7rem;
  }

  .print\:-ml-26 {
    margin-left: -7rem;
  }

  .print\:-mt-32 {
    margin-top: -8rem;
  }

  .print\:-mr-32 {
    margin-right: -8rem;
  }

  .print\:-mb-32 {
    margin-bottom: -8rem;
  }

  .print\:-ml-32 {
    margin-left: -8rem;
  }

  .print\:-mt-36 {
    margin-top: -9rem;
  }

  .print\:-mr-36 {
    margin-right: -9rem;
  }

  .print\:-mb-36 {
    margin-bottom: -9rem;
  }

  .print\:-ml-36 {
    margin-left: -9rem;
  }

  .print\:-mt-40 {
    margin-top: -10rem;
  }

  .print\:-mr-40 {
    margin-right: -10rem;
  }

  .print\:-mb-40 {
    margin-bottom: -10rem;
  }

  .print\:-ml-40 {
    margin-left: -10rem;
  }

  .print\:-mt-48 {
    margin-top: -12rem;
  }

  .print\:-mr-48 {
    margin-right: -12rem;
  }

  .print\:-mb-48 {
    margin-bottom: -12rem;
  }

  .print\:-ml-48 {
    margin-left: -12rem;
  }

  .print\:-mt-56 {
    margin-top: -14rem;
  }

  .print\:-mr-56 {
    margin-right: -14rem;
  }

  .print\:-mb-56 {
    margin-bottom: -14rem;
  }

  .print\:-ml-56 {
    margin-left: -14rem;
  }

  .print\:-mt-64 {
    margin-top: -16rem;
  }

  .print\:-mr-64 {
    margin-right: -16rem;
  }

  .print\:-mb-64 {
    margin-bottom: -16rem;
  }

  .print\:-ml-64 {
    margin-left: -16rem;
  }

  .print\:-mt-px {
    margin-top: -1px;
  }

  .print\:-mr-px {
    margin-right: -1px;
  }

  .print\:-mb-px {
    margin-bottom: -1px;
  }

  .print\:-ml-px {
    margin-left: -1px;
  }

  .print\:-mt-2px {
    margin-top: -2px;
  }

  .print\:-mr-2px {
    margin-right: -2px;
  }

  .print\:-mb-2px {
    margin-bottom: -2px;
  }

  .print\:-ml-2px {
    margin-left: -2px;
  }

  .print\:-mt-1\/2 {
    margin-top: -50%;
  }

  .print\:-mr-1\/2 {
    margin-right: -50%;
  }

  .print\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .print\:-ml-1\/2 {
    margin-left: -50%;
  }

  .print\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .print\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .print\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .print\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .print\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .print\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .print\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .print\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .print\:-mt-1\/4 {
    margin-top: -25%;
  }

  .print\:-mr-1\/4 {
    margin-right: -25%;
  }

  .print\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .print\:-ml-1\/4 {
    margin-left: -25%;
  }

  .print\:-mt-2\/4 {
    margin-top: -50%;
  }

  .print\:-mr-2\/4 {
    margin-right: -50%;
  }

  .print\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .print\:-ml-2\/4 {
    margin-left: -50%;
  }

  .print\:-mt-3\/4 {
    margin-top: -75%;
  }

  .print\:-mr-3\/4 {
    margin-right: -75%;
  }

  .print\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .print\:-ml-3\/4 {
    margin-left: -75%;
  }

  .print\:-mt-1\/5 {
    margin-top: -20%;
  }

  .print\:-mr-1\/5 {
    margin-right: -20%;
  }

  .print\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .print\:-ml-1\/5 {
    margin-left: -20%;
  }

  .print\:-mt-2\/5 {
    margin-top: -40%;
  }

  .print\:-mr-2\/5 {
    margin-right: -40%;
  }

  .print\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .print\:-ml-2\/5 {
    margin-left: -40%;
  }

  .print\:-mt-3\/5 {
    margin-top: -60%;
  }

  .print\:-mr-3\/5 {
    margin-right: -60%;
  }

  .print\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .print\:-ml-3\/5 {
    margin-left: -60%;
  }

  .print\:-mt-4\/5 {
    margin-top: -80%;
  }

  .print\:-mr-4\/5 {
    margin-right: -80%;
  }

  .print\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .print\:-ml-4\/5 {
    margin-left: -80%;
  }

  .print\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .print\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .print\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .print\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .print\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .print\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .print\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .print\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .print\:-mt-3\/6 {
    margin-top: -50%;
  }

  .print\:-mr-3\/6 {
    margin-right: -50%;
  }

  .print\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .print\:-ml-3\/6 {
    margin-left: -50%;
  }

  .print\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .print\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .print\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .print\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .print\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .print\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .print\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .print\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .print\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .print\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .print\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .print\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .print\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .print\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .print\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .print\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .print\:-mt-3\/12 {
    margin-top: -25%;
  }

  .print\:-mr-3\/12 {
    margin-right: -25%;
  }

  .print\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .print\:-ml-3\/12 {
    margin-left: -25%;
  }

  .print\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .print\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .print\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .print\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .print\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .print\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .print\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .print\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .print\:-mt-6\/12 {
    margin-top: -50%;
  }

  .print\:-mr-6\/12 {
    margin-right: -50%;
  }

  .print\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .print\:-ml-6\/12 {
    margin-left: -50%;
  }

  .print\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .print\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .print\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .print\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .print\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .print\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .print\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .print\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .print\:-mt-9\/12 {
    margin-top: -75%;
  }

  .print\:-mr-9\/12 {
    margin-right: -75%;
  }

  .print\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .print\:-ml-9\/12 {
    margin-left: -75%;
  }

  .print\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .print\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .print\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .print\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .print\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .print\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .print\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .print\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .print\:-mt-full {
    margin-top: -100%;
  }

  .print\:-mr-full {
    margin-right: -100%;
  }

  .print\:-mb-full {
    margin-bottom: -100%;
  }

  .print\:-ml-full {
    margin-left: -100%;
  }

  .print\:-mt-screen {
    margin-top: -100vw;
  }

  .print\:-mr-screen {
    margin-right: -100vw;
  }

  .print\:-mb-screen {
    margin-bottom: -100vw;
  }

  .print\:-ml-screen {
    margin-left: -100vw;
  }

  .print\:-mt-10px {
    margin-top: -0.625rem;
  }

  .print\:-mr-10px {
    margin-right: -0.625rem;
  }

  .print\:-mb-10px {
    margin-bottom: -0.625rem;
  }

  .print\:-ml-10px {
    margin-left: -0.625rem;
  }

  .print\:-mt-20px {
    margin-top: -20px;
  }

  .print\:-mr-20px {
    margin-right: -20px;
  }

  .print\:-mb-20px {
    margin-bottom: -20px;
  }

  .print\:-ml-20px {
    margin-left: -20px;
  }

  .print\:-mt-30px {
    margin-top: -30px;
  }

  .print\:-mr-30px {
    margin-right: -30px;
  }

  .print\:-mb-30px {
    margin-bottom: -30px;
  }

  .print\:-ml-30px {
    margin-left: -30px;
  }

  .print\:first\:m-0:first-child {
    margin: 0;
  }

  .print\:first\:m-1:first-child {
    margin: 0.25rem;
  }

  .print\:first\:m-2:first-child {
    margin: 0.5rem;
  }

  .print\:first\:m-3:first-child {
    margin: 0.75rem;
  }

  .print\:first\:m-4:first-child {
    margin: 1rem;
  }

  .print\:first\:m-5:first-child {
    margin: 1.25rem;
  }

  .print\:first\:m-6:first-child {
    margin: 1.5rem;
  }

  .print\:first\:m-8:first-child {
    margin: 2rem;
  }

  .print\:first\:m-10:first-child {
    margin: 2.5rem;
  }

  .print\:first\:m-12:first-child {
    margin: 3rem;
  }

  .print\:first\:m-14:first-child {
    margin: 3.5rem;
  }

  .print\:first\:m-15:first-child {
    margin: 3.75rem;
  }

  .print\:first\:m-16:first-child {
    margin: 4rem;
  }

  .print\:first\:m-20:first-child {
    margin: 5rem;
  }

  .print\:first\:m-24:first-child {
    margin: 6rem;
  }

  .print\:first\:m-26:first-child {
    margin: 7rem;
  }

  .print\:first\:m-32:first-child {
    margin: 8rem;
  }

  .print\:first\:m-36:first-child {
    margin: 9rem;
  }

  .print\:first\:m-40:first-child {
    margin: 10rem;
  }

  .print\:first\:m-48:first-child {
    margin: 12rem;
  }

  .print\:first\:m-56:first-child {
    margin: 14rem;
  }

  .print\:first\:m-64:first-child {
    margin: 16rem;
  }

  .print\:first\:m-auto:first-child {
    margin: auto;
  }

  .print\:first\:m-px:first-child {
    margin: 1px;
  }

  .print\:first\:m-2px:first-child {
    margin: 2px;
  }

  .print\:first\:m-1\/2:first-child {
    margin: 50%;
  }

  .print\:first\:m-1\/3:first-child {
    margin: 33.333333%;
  }

  .print\:first\:m-2\/3:first-child {
    margin: 66.666667%;
  }

  .print\:first\:m-1\/4:first-child {
    margin: 25%;
  }

  .print\:first\:m-2\/4:first-child {
    margin: 50%;
  }

  .print\:first\:m-3\/4:first-child {
    margin: 75%;
  }

  .print\:first\:m-1\/5:first-child {
    margin: 20%;
  }

  .print\:first\:m-2\/5:first-child {
    margin: 40%;
  }

  .print\:first\:m-3\/5:first-child {
    margin: 60%;
  }

  .print\:first\:m-4\/5:first-child {
    margin: 80%;
  }

  .print\:first\:m-1\/6:first-child {
    margin: 16.666667%;
  }

  .print\:first\:m-2\/6:first-child {
    margin: 33.333333%;
  }

  .print\:first\:m-3\/6:first-child {
    margin: 50%;
  }

  .print\:first\:m-4\/6:first-child {
    margin: 66.666667%;
  }

  .print\:first\:m-5\/6:first-child {
    margin: 83.333333%;
  }

  .print\:first\:m-1\/12:first-child {
    margin: 8.333333%;
  }

  .print\:first\:m-2\/12:first-child {
    margin: 16.666667%;
  }

  .print\:first\:m-3\/12:first-child {
    margin: 25%;
  }

  .print\:first\:m-4\/12:first-child {
    margin: 33.333333%;
  }

  .print\:first\:m-5\/12:first-child {
    margin: 41.666667%;
  }

  .print\:first\:m-6\/12:first-child {
    margin: 50%;
  }

  .print\:first\:m-7\/12:first-child {
    margin: 58.333333%;
  }

  .print\:first\:m-8\/12:first-child {
    margin: 66.666667%;
  }

  .print\:first\:m-9\/12:first-child {
    margin: 75%;
  }

  .print\:first\:m-10\/12:first-child {
    margin: 83.333333%;
  }

  .print\:first\:m-11\/12:first-child {
    margin: 91.666667%;
  }

  .print\:first\:m-full:first-child {
    margin: 100%;
  }

  .print\:first\:m-screen:first-child {
    margin: 100vw;
  }

  .print\:first\:m-10px:first-child {
    margin: 0.625rem;
  }

  .print\:first\:m-20px:first-child {
    margin: 20px;
  }

  .print\:first\:m-30px:first-child {
    margin: 30px;
  }

  .print\:first\:-m-1:first-child {
    margin: -0.25rem;
  }

  .print\:first\:-m-2:first-child {
    margin: -0.5rem;
  }

  .print\:first\:-m-3:first-child {
    margin: -0.75rem;
  }

  .print\:first\:-m-4:first-child {
    margin: -1rem;
  }

  .print\:first\:-m-5:first-child {
    margin: -1.25rem;
  }

  .print\:first\:-m-6:first-child {
    margin: -1.5rem;
  }

  .print\:first\:-m-8:first-child {
    margin: -2rem;
  }

  .print\:first\:-m-10:first-child {
    margin: -2.5rem;
  }

  .print\:first\:-m-12:first-child {
    margin: -3rem;
  }

  .print\:first\:-m-14:first-child {
    margin: -3.5rem;
  }

  .print\:first\:-m-15:first-child {
    margin: -3.75rem;
  }

  .print\:first\:-m-16:first-child {
    margin: -4rem;
  }

  .print\:first\:-m-20:first-child {
    margin: -5rem;
  }

  .print\:first\:-m-24:first-child {
    margin: -6rem;
  }

  .print\:first\:-m-26:first-child {
    margin: -7rem;
  }

  .print\:first\:-m-32:first-child {
    margin: -8rem;
  }

  .print\:first\:-m-36:first-child {
    margin: -9rem;
  }

  .print\:first\:-m-40:first-child {
    margin: -10rem;
  }

  .print\:first\:-m-48:first-child {
    margin: -12rem;
  }

  .print\:first\:-m-56:first-child {
    margin: -14rem;
  }

  .print\:first\:-m-64:first-child {
    margin: -16rem;
  }

  .print\:first\:-m-px:first-child {
    margin: -1px;
  }

  .print\:first\:-m-2px:first-child {
    margin: -2px;
  }

  .print\:first\:-m-1\/2:first-child {
    margin: -50%;
  }

  .print\:first\:-m-1\/3:first-child {
    margin: -33.33333%;
  }

  .print\:first\:-m-2\/3:first-child {
    margin: -66.66667%;
  }

  .print\:first\:-m-1\/4:first-child {
    margin: -25%;
  }

  .print\:first\:-m-2\/4:first-child {
    margin: -50%;
  }

  .print\:first\:-m-3\/4:first-child {
    margin: -75%;
  }

  .print\:first\:-m-1\/5:first-child {
    margin: -20%;
  }

  .print\:first\:-m-2\/5:first-child {
    margin: -40%;
  }

  .print\:first\:-m-3\/5:first-child {
    margin: -60%;
  }

  .print\:first\:-m-4\/5:first-child {
    margin: -80%;
  }

  .print\:first\:-m-1\/6:first-child {
    margin: -16.66667%;
  }

  .print\:first\:-m-2\/6:first-child {
    margin: -33.33333%;
  }

  .print\:first\:-m-3\/6:first-child {
    margin: -50%;
  }

  .print\:first\:-m-4\/6:first-child {
    margin: -66.66667%;
  }

  .print\:first\:-m-5\/6:first-child {
    margin: -83.33333%;
  }

  .print\:first\:-m-1\/12:first-child {
    margin: -8.33333%;
  }

  .print\:first\:-m-2\/12:first-child {
    margin: -16.66667%;
  }

  .print\:first\:-m-3\/12:first-child {
    margin: -25%;
  }

  .print\:first\:-m-4\/12:first-child {
    margin: -33.33333%;
  }

  .print\:first\:-m-5\/12:first-child {
    margin: -41.66667%;
  }

  .print\:first\:-m-6\/12:first-child {
    margin: -50%;
  }

  .print\:first\:-m-7\/12:first-child {
    margin: -58.33333%;
  }

  .print\:first\:-m-8\/12:first-child {
    margin: -66.66667%;
  }

  .print\:first\:-m-9\/12:first-child {
    margin: -75%;
  }

  .print\:first\:-m-10\/12:first-child {
    margin: -83.33333%;
  }

  .print\:first\:-m-11\/12:first-child {
    margin: -91.66667%;
  }

  .print\:first\:-m-full:first-child {
    margin: -100%;
  }

  .print\:first\:-m-screen:first-child {
    margin: -100vw;
  }

  .print\:first\:-m-10px:first-child {
    margin: -0.625rem;
  }

  .print\:first\:-m-20px:first-child {
    margin: -20px;
  }

  .print\:first\:-m-30px:first-child {
    margin: -30px;
  }

  .print\:first\:my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:first\:mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .print\:first\:my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .print\:first\:mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .print\:first\:my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .print\:first\:mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .print\:first\:my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .print\:first\:mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .print\:first\:my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .print\:first\:mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .print\:first\:my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .print\:first\:mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .print\:first\:my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .print\:first\:mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .print\:first\:my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .print\:first\:mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .print\:first\:my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .print\:first\:mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .print\:first\:my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .print\:first\:mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .print\:first\:my-14:first-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .print\:first\:mx-14:first-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .print\:first\:my-15:first-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .print\:first\:mx-15:first-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .print\:first\:my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .print\:first\:mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .print\:first\:my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .print\:first\:mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .print\:first\:my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .print\:first\:mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .print\:first\:my-26:first-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .print\:first\:mx-26:first-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .print\:first\:my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .print\:first\:mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .print\:first\:my-36:first-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .print\:first\:mx-36:first-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .print\:first\:my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .print\:first\:mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .print\:first\:my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .print\:first\:mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .print\:first\:my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .print\:first\:mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .print\:first\:my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .print\:first\:mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .print\:first\:my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .print\:first\:mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .print\:first\:my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .print\:first\:mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .print\:first\:my-2px:first-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .print\:first\:mx-2px:first-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .print\:first\:my-1\/2:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:first\:mx-1\/2:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:first\:my-1\/3:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:first\:mx-1\/3:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:first\:my-2\/3:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:first\:mx-2\/3:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:first\:my-1\/4:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .print\:first\:mx-1\/4:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .print\:first\:my-2\/4:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:first\:mx-2\/4:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:first\:my-3\/4:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .print\:first\:mx-3\/4:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .print\:first\:my-1\/5:first-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .print\:first\:mx-1\/5:first-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .print\:first\:my-2\/5:first-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .print\:first\:mx-2\/5:first-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .print\:first\:my-3\/5:first-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .print\:first\:mx-3\/5:first-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .print\:first\:my-4\/5:first-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .print\:first\:mx-4\/5:first-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .print\:first\:my-1\/6:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .print\:first\:mx-1\/6:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .print\:first\:my-2\/6:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:first\:mx-2\/6:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:first\:my-3\/6:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:first\:mx-3\/6:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:first\:my-4\/6:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:first\:mx-4\/6:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:first\:my-5\/6:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .print\:first\:mx-5\/6:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .print\:first\:my-1\/12:first-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .print\:first\:mx-1\/12:first-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .print\:first\:my-2\/12:first-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .print\:first\:mx-2\/12:first-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .print\:first\:my-3\/12:first-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .print\:first\:mx-3\/12:first-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .print\:first\:my-4\/12:first-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:first\:mx-4\/12:first-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:first\:my-5\/12:first-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .print\:first\:mx-5\/12:first-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .print\:first\:my-6\/12:first-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:first\:mx-6\/12:first-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:first\:my-7\/12:first-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .print\:first\:mx-7\/12:first-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .print\:first\:my-8\/12:first-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:first\:mx-8\/12:first-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:first\:my-9\/12:first-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .print\:first\:mx-9\/12:first-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .print\:first\:my-10\/12:first-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .print\:first\:mx-10\/12:first-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .print\:first\:my-11\/12:first-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .print\:first\:mx-11\/12:first-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .print\:first\:my-full:first-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .print\:first\:mx-full:first-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .print\:first\:my-screen:first-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .print\:first\:mx-screen:first-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .print\:first\:my-10px:first-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .print\:first\:mx-10px:first-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .print\:first\:my-20px:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .print\:first\:mx-20px:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .print\:first\:my-30px:first-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .print\:first\:mx-30px:first-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .print\:first\:-my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .print\:first\:-mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .print\:first\:-my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .print\:first\:-mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .print\:first\:-my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .print\:first\:-mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .print\:first\:-my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .print\:first\:-mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .print\:first\:-my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .print\:first\:-mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .print\:first\:-my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .print\:first\:-mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .print\:first\:-my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .print\:first\:-mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .print\:first\:-my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .print\:first\:-mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .print\:first\:-my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .print\:first\:-mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .print\:first\:-my-14:first-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .print\:first\:-mx-14:first-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .print\:first\:-my-15:first-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .print\:first\:-mx-15:first-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .print\:first\:-my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .print\:first\:-mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .print\:first\:-my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .print\:first\:-mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .print\:first\:-my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .print\:first\:-mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .print\:first\:-my-26:first-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .print\:first\:-mx-26:first-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .print\:first\:-my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .print\:first\:-mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .print\:first\:-my-36:first-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .print\:first\:-mx-36:first-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .print\:first\:-my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .print\:first\:-mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .print\:first\:-my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .print\:first\:-mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .print\:first\:-my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .print\:first\:-mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .print\:first\:-my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .print\:first\:-mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .print\:first\:-my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .print\:first\:-mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .print\:first\:-my-2px:first-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .print\:first\:-mx-2px:first-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .print\:first\:-my-1\/2:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:first\:-mx-1\/2:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:first\:-my-1\/3:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:first\:-mx-1\/3:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:first\:-my-2\/3:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:first\:-mx-2\/3:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:first\:-my-1\/4:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .print\:first\:-mx-1\/4:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .print\:first\:-my-2\/4:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:first\:-mx-2\/4:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:first\:-my-3\/4:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .print\:first\:-mx-3\/4:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .print\:first\:-my-1\/5:first-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .print\:first\:-mx-1\/5:first-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .print\:first\:-my-2\/5:first-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .print\:first\:-mx-2\/5:first-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .print\:first\:-my-3\/5:first-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .print\:first\:-mx-3\/5:first-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .print\:first\:-my-4\/5:first-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .print\:first\:-mx-4\/5:first-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .print\:first\:-my-1\/6:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .print\:first\:-mx-1\/6:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .print\:first\:-my-2\/6:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:first\:-mx-2\/6:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:first\:-my-3\/6:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:first\:-mx-3\/6:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:first\:-my-4\/6:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:first\:-mx-4\/6:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:first\:-my-5\/6:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .print\:first\:-mx-5\/6:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .print\:first\:-my-1\/12:first-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .print\:first\:-mx-1\/12:first-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .print\:first\:-my-2\/12:first-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .print\:first\:-mx-2\/12:first-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .print\:first\:-my-3\/12:first-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .print\:first\:-mx-3\/12:first-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .print\:first\:-my-4\/12:first-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:first\:-mx-4\/12:first-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:first\:-my-5\/12:first-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .print\:first\:-mx-5\/12:first-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .print\:first\:-my-6\/12:first-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:first\:-mx-6\/12:first-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:first\:-my-7\/12:first-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .print\:first\:-mx-7\/12:first-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .print\:first\:-my-8\/12:first-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:first\:-mx-8\/12:first-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:first\:-my-9\/12:first-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .print\:first\:-mx-9\/12:first-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .print\:first\:-my-10\/12:first-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .print\:first\:-mx-10\/12:first-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .print\:first\:-my-11\/12:first-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .print\:first\:-mx-11\/12:first-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .print\:first\:-my-full:first-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .print\:first\:-mx-full:first-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .print\:first\:-my-screen:first-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .print\:first\:-mx-screen:first-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .print\:first\:-my-10px:first-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .print\:first\:-mx-10px:first-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .print\:first\:-my-20px:first-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .print\:first\:-mx-20px:first-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .print\:first\:-my-30px:first-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .print\:first\:-mx-30px:first-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .print\:first\:mt-0:first-child {
    margin-top: 0;
  }

  .print\:first\:mr-0:first-child {
    margin-right: 0;
  }

  .print\:first\:mb-0:first-child {
    margin-bottom: 0;
  }

  .print\:first\:ml-0:first-child {
    margin-left: 0;
  }

  .print\:first\:mt-1:first-child {
    margin-top: 0.25rem;
  }

  .print\:first\:mr-1:first-child {
    margin-right: 0.25rem;
  }

  .print\:first\:mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .print\:first\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .print\:first\:mt-2:first-child {
    margin-top: 0.5rem;
  }

  .print\:first\:mr-2:first-child {
    margin-right: 0.5rem;
  }

  .print\:first\:mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .print\:first\:ml-2:first-child {
    margin-left: 0.5rem;
  }

  .print\:first\:mt-3:first-child {
    margin-top: 0.75rem;
  }

  .print\:first\:mr-3:first-child {
    margin-right: 0.75rem;
  }

  .print\:first\:mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .print\:first\:ml-3:first-child {
    margin-left: 0.75rem;
  }

  .print\:first\:mt-4:first-child {
    margin-top: 1rem;
  }

  .print\:first\:mr-4:first-child {
    margin-right: 1rem;
  }

  .print\:first\:mb-4:first-child {
    margin-bottom: 1rem;
  }

  .print\:first\:ml-4:first-child {
    margin-left: 1rem;
  }

  .print\:first\:mt-5:first-child {
    margin-top: 1.25rem;
  }

  .print\:first\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .print\:first\:mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .print\:first\:ml-5:first-child {
    margin-left: 1.25rem;
  }

  .print\:first\:mt-6:first-child {
    margin-top: 1.5rem;
  }

  .print\:first\:mr-6:first-child {
    margin-right: 1.5rem;
  }

  .print\:first\:mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .print\:first\:ml-6:first-child {
    margin-left: 1.5rem;
  }

  .print\:first\:mt-8:first-child {
    margin-top: 2rem;
  }

  .print\:first\:mr-8:first-child {
    margin-right: 2rem;
  }

  .print\:first\:mb-8:first-child {
    margin-bottom: 2rem;
  }

  .print\:first\:ml-8:first-child {
    margin-left: 2rem;
  }

  .print\:first\:mt-10:first-child {
    margin-top: 2.5rem;
  }

  .print\:first\:mr-10:first-child {
    margin-right: 2.5rem;
  }

  .print\:first\:mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .print\:first\:ml-10:first-child {
    margin-left: 2.5rem;
  }

  .print\:first\:mt-12:first-child {
    margin-top: 3rem;
  }

  .print\:first\:mr-12:first-child {
    margin-right: 3rem;
  }

  .print\:first\:mb-12:first-child {
    margin-bottom: 3rem;
  }

  .print\:first\:ml-12:first-child {
    margin-left: 3rem;
  }

  .print\:first\:mt-14:first-child {
    margin-top: 3.5rem;
  }

  .print\:first\:mr-14:first-child {
    margin-right: 3.5rem;
  }

  .print\:first\:mb-14:first-child {
    margin-bottom: 3.5rem;
  }

  .print\:first\:ml-14:first-child {
    margin-left: 3.5rem;
  }

  .print\:first\:mt-15:first-child {
    margin-top: 3.75rem;
  }

  .print\:first\:mr-15:first-child {
    margin-right: 3.75rem;
  }

  .print\:first\:mb-15:first-child {
    margin-bottom: 3.75rem;
  }

  .print\:first\:ml-15:first-child {
    margin-left: 3.75rem;
  }

  .print\:first\:mt-16:first-child {
    margin-top: 4rem;
  }

  .print\:first\:mr-16:first-child {
    margin-right: 4rem;
  }

  .print\:first\:mb-16:first-child {
    margin-bottom: 4rem;
  }

  .print\:first\:ml-16:first-child {
    margin-left: 4rem;
  }

  .print\:first\:mt-20:first-child {
    margin-top: 5rem;
  }

  .print\:first\:mr-20:first-child {
    margin-right: 5rem;
  }

  .print\:first\:mb-20:first-child {
    margin-bottom: 5rem;
  }

  .print\:first\:ml-20:first-child {
    margin-left: 5rem;
  }

  .print\:first\:mt-24:first-child {
    margin-top: 6rem;
  }

  .print\:first\:mr-24:first-child {
    margin-right: 6rem;
  }

  .print\:first\:mb-24:first-child {
    margin-bottom: 6rem;
  }

  .print\:first\:ml-24:first-child {
    margin-left: 6rem;
  }

  .print\:first\:mt-26:first-child {
    margin-top: 7rem;
  }

  .print\:first\:mr-26:first-child {
    margin-right: 7rem;
  }

  .print\:first\:mb-26:first-child {
    margin-bottom: 7rem;
  }

  .print\:first\:ml-26:first-child {
    margin-left: 7rem;
  }

  .print\:first\:mt-32:first-child {
    margin-top: 8rem;
  }

  .print\:first\:mr-32:first-child {
    margin-right: 8rem;
  }

  .print\:first\:mb-32:first-child {
    margin-bottom: 8rem;
  }

  .print\:first\:ml-32:first-child {
    margin-left: 8rem;
  }

  .print\:first\:mt-36:first-child {
    margin-top: 9rem;
  }

  .print\:first\:mr-36:first-child {
    margin-right: 9rem;
  }

  .print\:first\:mb-36:first-child {
    margin-bottom: 9rem;
  }

  .print\:first\:ml-36:first-child {
    margin-left: 9rem;
  }

  .print\:first\:mt-40:first-child {
    margin-top: 10rem;
  }

  .print\:first\:mr-40:first-child {
    margin-right: 10rem;
  }

  .print\:first\:mb-40:first-child {
    margin-bottom: 10rem;
  }

  .print\:first\:ml-40:first-child {
    margin-left: 10rem;
  }

  .print\:first\:mt-48:first-child {
    margin-top: 12rem;
  }

  .print\:first\:mr-48:first-child {
    margin-right: 12rem;
  }

  .print\:first\:mb-48:first-child {
    margin-bottom: 12rem;
  }

  .print\:first\:ml-48:first-child {
    margin-left: 12rem;
  }

  .print\:first\:mt-56:first-child {
    margin-top: 14rem;
  }

  .print\:first\:mr-56:first-child {
    margin-right: 14rem;
  }

  .print\:first\:mb-56:first-child {
    margin-bottom: 14rem;
  }

  .print\:first\:ml-56:first-child {
    margin-left: 14rem;
  }

  .print\:first\:mt-64:first-child {
    margin-top: 16rem;
  }

  .print\:first\:mr-64:first-child {
    margin-right: 16rem;
  }

  .print\:first\:mb-64:first-child {
    margin-bottom: 16rem;
  }

  .print\:first\:ml-64:first-child {
    margin-left: 16rem;
  }

  .print\:first\:mt-auto:first-child {
    margin-top: auto;
  }

  .print\:first\:mr-auto:first-child {
    margin-right: auto;
  }

  .print\:first\:mb-auto:first-child {
    margin-bottom: auto;
  }

  .print\:first\:ml-auto:first-child {
    margin-left: auto;
  }

  .print\:first\:mt-px:first-child {
    margin-top: 1px;
  }

  .print\:first\:mr-px:first-child {
    margin-right: 1px;
  }

  .print\:first\:mb-px:first-child {
    margin-bottom: 1px;
  }

  .print\:first\:ml-px:first-child {
    margin-left: 1px;
  }

  .print\:first\:mt-2px:first-child {
    margin-top: 2px;
  }

  .print\:first\:mr-2px:first-child {
    margin-right: 2px;
  }

  .print\:first\:mb-2px:first-child {
    margin-bottom: 2px;
  }

  .print\:first\:ml-2px:first-child {
    margin-left: 2px;
  }

  .print\:first\:mt-1\/2:first-child {
    margin-top: 50%;
  }

  .print\:first\:mr-1\/2:first-child {
    margin-right: 50%;
  }

  .print\:first\:mb-1\/2:first-child {
    margin-bottom: 50%;
  }

  .print\:first\:ml-1\/2:first-child {
    margin-left: 50%;
  }

  .print\:first\:mt-1\/3:first-child {
    margin-top: 33.333333%;
  }

  .print\:first\:mr-1\/3:first-child {
    margin-right: 33.333333%;
  }

  .print\:first\:mb-1\/3:first-child {
    margin-bottom: 33.333333%;
  }

  .print\:first\:ml-1\/3:first-child {
    margin-left: 33.333333%;
  }

  .print\:first\:mt-2\/3:first-child {
    margin-top: 66.666667%;
  }

  .print\:first\:mr-2\/3:first-child {
    margin-right: 66.666667%;
  }

  .print\:first\:mb-2\/3:first-child {
    margin-bottom: 66.666667%;
  }

  .print\:first\:ml-2\/3:first-child {
    margin-left: 66.666667%;
  }

  .print\:first\:mt-1\/4:first-child {
    margin-top: 25%;
  }

  .print\:first\:mr-1\/4:first-child {
    margin-right: 25%;
  }

  .print\:first\:mb-1\/4:first-child {
    margin-bottom: 25%;
  }

  .print\:first\:ml-1\/4:first-child {
    margin-left: 25%;
  }

  .print\:first\:mt-2\/4:first-child {
    margin-top: 50%;
  }

  .print\:first\:mr-2\/4:first-child {
    margin-right: 50%;
  }

  .print\:first\:mb-2\/4:first-child {
    margin-bottom: 50%;
  }

  .print\:first\:ml-2\/4:first-child {
    margin-left: 50%;
  }

  .print\:first\:mt-3\/4:first-child {
    margin-top: 75%;
  }

  .print\:first\:mr-3\/4:first-child {
    margin-right: 75%;
  }

  .print\:first\:mb-3\/4:first-child {
    margin-bottom: 75%;
  }

  .print\:first\:ml-3\/4:first-child {
    margin-left: 75%;
  }

  .print\:first\:mt-1\/5:first-child {
    margin-top: 20%;
  }

  .print\:first\:mr-1\/5:first-child {
    margin-right: 20%;
  }

  .print\:first\:mb-1\/5:first-child {
    margin-bottom: 20%;
  }

  .print\:first\:ml-1\/5:first-child {
    margin-left: 20%;
  }

  .print\:first\:mt-2\/5:first-child {
    margin-top: 40%;
  }

  .print\:first\:mr-2\/5:first-child {
    margin-right: 40%;
  }

  .print\:first\:mb-2\/5:first-child {
    margin-bottom: 40%;
  }

  .print\:first\:ml-2\/5:first-child {
    margin-left: 40%;
  }

  .print\:first\:mt-3\/5:first-child {
    margin-top: 60%;
  }

  .print\:first\:mr-3\/5:first-child {
    margin-right: 60%;
  }

  .print\:first\:mb-3\/5:first-child {
    margin-bottom: 60%;
  }

  .print\:first\:ml-3\/5:first-child {
    margin-left: 60%;
  }

  .print\:first\:mt-4\/5:first-child {
    margin-top: 80%;
  }

  .print\:first\:mr-4\/5:first-child {
    margin-right: 80%;
  }

  .print\:first\:mb-4\/5:first-child {
    margin-bottom: 80%;
  }

  .print\:first\:ml-4\/5:first-child {
    margin-left: 80%;
  }

  .print\:first\:mt-1\/6:first-child {
    margin-top: 16.666667%;
  }

  .print\:first\:mr-1\/6:first-child {
    margin-right: 16.666667%;
  }

  .print\:first\:mb-1\/6:first-child {
    margin-bottom: 16.666667%;
  }

  .print\:first\:ml-1\/6:first-child {
    margin-left: 16.666667%;
  }

  .print\:first\:mt-2\/6:first-child {
    margin-top: 33.333333%;
  }

  .print\:first\:mr-2\/6:first-child {
    margin-right: 33.333333%;
  }

  .print\:first\:mb-2\/6:first-child {
    margin-bottom: 33.333333%;
  }

  .print\:first\:ml-2\/6:first-child {
    margin-left: 33.333333%;
  }

  .print\:first\:mt-3\/6:first-child {
    margin-top: 50%;
  }

  .print\:first\:mr-3\/6:first-child {
    margin-right: 50%;
  }

  .print\:first\:mb-3\/6:first-child {
    margin-bottom: 50%;
  }

  .print\:first\:ml-3\/6:first-child {
    margin-left: 50%;
  }

  .print\:first\:mt-4\/6:first-child {
    margin-top: 66.666667%;
  }

  .print\:first\:mr-4\/6:first-child {
    margin-right: 66.666667%;
  }

  .print\:first\:mb-4\/6:first-child {
    margin-bottom: 66.666667%;
  }

  .print\:first\:ml-4\/6:first-child {
    margin-left: 66.666667%;
  }

  .print\:first\:mt-5\/6:first-child {
    margin-top: 83.333333%;
  }

  .print\:first\:mr-5\/6:first-child {
    margin-right: 83.333333%;
  }

  .print\:first\:mb-5\/6:first-child {
    margin-bottom: 83.333333%;
  }

  .print\:first\:ml-5\/6:first-child {
    margin-left: 83.333333%;
  }

  .print\:first\:mt-1\/12:first-child {
    margin-top: 8.333333%;
  }

  .print\:first\:mr-1\/12:first-child {
    margin-right: 8.333333%;
  }

  .print\:first\:mb-1\/12:first-child {
    margin-bottom: 8.333333%;
  }

  .print\:first\:ml-1\/12:first-child {
    margin-left: 8.333333%;
  }

  .print\:first\:mt-2\/12:first-child {
    margin-top: 16.666667%;
  }

  .print\:first\:mr-2\/12:first-child {
    margin-right: 16.666667%;
  }

  .print\:first\:mb-2\/12:first-child {
    margin-bottom: 16.666667%;
  }

  .print\:first\:ml-2\/12:first-child {
    margin-left: 16.666667%;
  }

  .print\:first\:mt-3\/12:first-child {
    margin-top: 25%;
  }

  .print\:first\:mr-3\/12:first-child {
    margin-right: 25%;
  }

  .print\:first\:mb-3\/12:first-child {
    margin-bottom: 25%;
  }

  .print\:first\:ml-3\/12:first-child {
    margin-left: 25%;
  }

  .print\:first\:mt-4\/12:first-child {
    margin-top: 33.333333%;
  }

  .print\:first\:mr-4\/12:first-child {
    margin-right: 33.333333%;
  }

  .print\:first\:mb-4\/12:first-child {
    margin-bottom: 33.333333%;
  }

  .print\:first\:ml-4\/12:first-child {
    margin-left: 33.333333%;
  }

  .print\:first\:mt-5\/12:first-child {
    margin-top: 41.666667%;
  }

  .print\:first\:mr-5\/12:first-child {
    margin-right: 41.666667%;
  }

  .print\:first\:mb-5\/12:first-child {
    margin-bottom: 41.666667%;
  }

  .print\:first\:ml-5\/12:first-child {
    margin-left: 41.666667%;
  }

  .print\:first\:mt-6\/12:first-child {
    margin-top: 50%;
  }

  .print\:first\:mr-6\/12:first-child {
    margin-right: 50%;
  }

  .print\:first\:mb-6\/12:first-child {
    margin-bottom: 50%;
  }

  .print\:first\:ml-6\/12:first-child {
    margin-left: 50%;
  }

  .print\:first\:mt-7\/12:first-child {
    margin-top: 58.333333%;
  }

  .print\:first\:mr-7\/12:first-child {
    margin-right: 58.333333%;
  }

  .print\:first\:mb-7\/12:first-child {
    margin-bottom: 58.333333%;
  }

  .print\:first\:ml-7\/12:first-child {
    margin-left: 58.333333%;
  }

  .print\:first\:mt-8\/12:first-child {
    margin-top: 66.666667%;
  }

  .print\:first\:mr-8\/12:first-child {
    margin-right: 66.666667%;
  }

  .print\:first\:mb-8\/12:first-child {
    margin-bottom: 66.666667%;
  }

  .print\:first\:ml-8\/12:first-child {
    margin-left: 66.666667%;
  }

  .print\:first\:mt-9\/12:first-child {
    margin-top: 75%;
  }

  .print\:first\:mr-9\/12:first-child {
    margin-right: 75%;
  }

  .print\:first\:mb-9\/12:first-child {
    margin-bottom: 75%;
  }

  .print\:first\:ml-9\/12:first-child {
    margin-left: 75%;
  }

  .print\:first\:mt-10\/12:first-child {
    margin-top: 83.333333%;
  }

  .print\:first\:mr-10\/12:first-child {
    margin-right: 83.333333%;
  }

  .print\:first\:mb-10\/12:first-child {
    margin-bottom: 83.333333%;
  }

  .print\:first\:ml-10\/12:first-child {
    margin-left: 83.333333%;
  }

  .print\:first\:mt-11\/12:first-child {
    margin-top: 91.666667%;
  }

  .print\:first\:mr-11\/12:first-child {
    margin-right: 91.666667%;
  }

  .print\:first\:mb-11\/12:first-child {
    margin-bottom: 91.666667%;
  }

  .print\:first\:ml-11\/12:first-child {
    margin-left: 91.666667%;
  }

  .print\:first\:mt-full:first-child {
    margin-top: 100%;
  }

  .print\:first\:mr-full:first-child {
    margin-right: 100%;
  }

  .print\:first\:mb-full:first-child {
    margin-bottom: 100%;
  }

  .print\:first\:ml-full:first-child {
    margin-left: 100%;
  }

  .print\:first\:mt-screen:first-child {
    margin-top: 100vw;
  }

  .print\:first\:mr-screen:first-child {
    margin-right: 100vw;
  }

  .print\:first\:mb-screen:first-child {
    margin-bottom: 100vw;
  }

  .print\:first\:ml-screen:first-child {
    margin-left: 100vw;
  }

  .print\:first\:mt-10px:first-child {
    margin-top: 0.625rem;
  }

  .print\:first\:mr-10px:first-child {
    margin-right: 0.625rem;
  }

  .print\:first\:mb-10px:first-child {
    margin-bottom: 0.625rem;
  }

  .print\:first\:ml-10px:first-child {
    margin-left: 0.625rem;
  }

  .print\:first\:mt-20px:first-child {
    margin-top: 20px;
  }

  .print\:first\:mr-20px:first-child {
    margin-right: 20px;
  }

  .print\:first\:mb-20px:first-child {
    margin-bottom: 20px;
  }

  .print\:first\:ml-20px:first-child {
    margin-left: 20px;
  }

  .print\:first\:mt-30px:first-child {
    margin-top: 30px;
  }

  .print\:first\:mr-30px:first-child {
    margin-right: 30px;
  }

  .print\:first\:mb-30px:first-child {
    margin-bottom: 30px;
  }

  .print\:first\:ml-30px:first-child {
    margin-left: 30px;
  }

  .print\:first\:-mt-1:first-child {
    margin-top: -0.25rem;
  }

  .print\:first\:-mr-1:first-child {
    margin-right: -0.25rem;
  }

  .print\:first\:-mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .print\:first\:-ml-1:first-child {
    margin-left: -0.25rem;
  }

  .print\:first\:-mt-2:first-child {
    margin-top: -0.5rem;
  }

  .print\:first\:-mr-2:first-child {
    margin-right: -0.5rem;
  }

  .print\:first\:-mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .print\:first\:-ml-2:first-child {
    margin-left: -0.5rem;
  }

  .print\:first\:-mt-3:first-child {
    margin-top: -0.75rem;
  }

  .print\:first\:-mr-3:first-child {
    margin-right: -0.75rem;
  }

  .print\:first\:-mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .print\:first\:-ml-3:first-child {
    margin-left: -0.75rem;
  }

  .print\:first\:-mt-4:first-child {
    margin-top: -1rem;
  }

  .print\:first\:-mr-4:first-child {
    margin-right: -1rem;
  }

  .print\:first\:-mb-4:first-child {
    margin-bottom: -1rem;
  }

  .print\:first\:-ml-4:first-child {
    margin-left: -1rem;
  }

  .print\:first\:-mt-5:first-child {
    margin-top: -1.25rem;
  }

  .print\:first\:-mr-5:first-child {
    margin-right: -1.25rem;
  }

  .print\:first\:-mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .print\:first\:-ml-5:first-child {
    margin-left: -1.25rem;
  }

  .print\:first\:-mt-6:first-child {
    margin-top: -1.5rem;
  }

  .print\:first\:-mr-6:first-child {
    margin-right: -1.5rem;
  }

  .print\:first\:-mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .print\:first\:-ml-6:first-child {
    margin-left: -1.5rem;
  }

  .print\:first\:-mt-8:first-child {
    margin-top: -2rem;
  }

  .print\:first\:-mr-8:first-child {
    margin-right: -2rem;
  }

  .print\:first\:-mb-8:first-child {
    margin-bottom: -2rem;
  }

  .print\:first\:-ml-8:first-child {
    margin-left: -2rem;
  }

  .print\:first\:-mt-10:first-child {
    margin-top: -2.5rem;
  }

  .print\:first\:-mr-10:first-child {
    margin-right: -2.5rem;
  }

  .print\:first\:-mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .print\:first\:-ml-10:first-child {
    margin-left: -2.5rem;
  }

  .print\:first\:-mt-12:first-child {
    margin-top: -3rem;
  }

  .print\:first\:-mr-12:first-child {
    margin-right: -3rem;
  }

  .print\:first\:-mb-12:first-child {
    margin-bottom: -3rem;
  }

  .print\:first\:-ml-12:first-child {
    margin-left: -3rem;
  }

  .print\:first\:-mt-14:first-child {
    margin-top: -3.5rem;
  }

  .print\:first\:-mr-14:first-child {
    margin-right: -3.5rem;
  }

  .print\:first\:-mb-14:first-child {
    margin-bottom: -3.5rem;
  }

  .print\:first\:-ml-14:first-child {
    margin-left: -3.5rem;
  }

  .print\:first\:-mt-15:first-child {
    margin-top: -3.75rem;
  }

  .print\:first\:-mr-15:first-child {
    margin-right: -3.75rem;
  }

  .print\:first\:-mb-15:first-child {
    margin-bottom: -3.75rem;
  }

  .print\:first\:-ml-15:first-child {
    margin-left: -3.75rem;
  }

  .print\:first\:-mt-16:first-child {
    margin-top: -4rem;
  }

  .print\:first\:-mr-16:first-child {
    margin-right: -4rem;
  }

  .print\:first\:-mb-16:first-child {
    margin-bottom: -4rem;
  }

  .print\:first\:-ml-16:first-child {
    margin-left: -4rem;
  }

  .print\:first\:-mt-20:first-child {
    margin-top: -5rem;
  }

  .print\:first\:-mr-20:first-child {
    margin-right: -5rem;
  }

  .print\:first\:-mb-20:first-child {
    margin-bottom: -5rem;
  }

  .print\:first\:-ml-20:first-child {
    margin-left: -5rem;
  }

  .print\:first\:-mt-24:first-child {
    margin-top: -6rem;
  }

  .print\:first\:-mr-24:first-child {
    margin-right: -6rem;
  }

  .print\:first\:-mb-24:first-child {
    margin-bottom: -6rem;
  }

  .print\:first\:-ml-24:first-child {
    margin-left: -6rem;
  }

  .print\:first\:-mt-26:first-child {
    margin-top: -7rem;
  }

  .print\:first\:-mr-26:first-child {
    margin-right: -7rem;
  }

  .print\:first\:-mb-26:first-child {
    margin-bottom: -7rem;
  }

  .print\:first\:-ml-26:first-child {
    margin-left: -7rem;
  }

  .print\:first\:-mt-32:first-child {
    margin-top: -8rem;
  }

  .print\:first\:-mr-32:first-child {
    margin-right: -8rem;
  }

  .print\:first\:-mb-32:first-child {
    margin-bottom: -8rem;
  }

  .print\:first\:-ml-32:first-child {
    margin-left: -8rem;
  }

  .print\:first\:-mt-36:first-child {
    margin-top: -9rem;
  }

  .print\:first\:-mr-36:first-child {
    margin-right: -9rem;
  }

  .print\:first\:-mb-36:first-child {
    margin-bottom: -9rem;
  }

  .print\:first\:-ml-36:first-child {
    margin-left: -9rem;
  }

  .print\:first\:-mt-40:first-child {
    margin-top: -10rem;
  }

  .print\:first\:-mr-40:first-child {
    margin-right: -10rem;
  }

  .print\:first\:-mb-40:first-child {
    margin-bottom: -10rem;
  }

  .print\:first\:-ml-40:first-child {
    margin-left: -10rem;
  }

  .print\:first\:-mt-48:first-child {
    margin-top: -12rem;
  }

  .print\:first\:-mr-48:first-child {
    margin-right: -12rem;
  }

  .print\:first\:-mb-48:first-child {
    margin-bottom: -12rem;
  }

  .print\:first\:-ml-48:first-child {
    margin-left: -12rem;
  }

  .print\:first\:-mt-56:first-child {
    margin-top: -14rem;
  }

  .print\:first\:-mr-56:first-child {
    margin-right: -14rem;
  }

  .print\:first\:-mb-56:first-child {
    margin-bottom: -14rem;
  }

  .print\:first\:-ml-56:first-child {
    margin-left: -14rem;
  }

  .print\:first\:-mt-64:first-child {
    margin-top: -16rem;
  }

  .print\:first\:-mr-64:first-child {
    margin-right: -16rem;
  }

  .print\:first\:-mb-64:first-child {
    margin-bottom: -16rem;
  }

  .print\:first\:-ml-64:first-child {
    margin-left: -16rem;
  }

  .print\:first\:-mt-px:first-child {
    margin-top: -1px;
  }

  .print\:first\:-mr-px:first-child {
    margin-right: -1px;
  }

  .print\:first\:-mb-px:first-child {
    margin-bottom: -1px;
  }

  .print\:first\:-ml-px:first-child {
    margin-left: -1px;
  }

  .print\:first\:-mt-2px:first-child {
    margin-top: -2px;
  }

  .print\:first\:-mr-2px:first-child {
    margin-right: -2px;
  }

  .print\:first\:-mb-2px:first-child {
    margin-bottom: -2px;
  }

  .print\:first\:-ml-2px:first-child {
    margin-left: -2px;
  }

  .print\:first\:-mt-1\/2:first-child {
    margin-top: -50%;
  }

  .print\:first\:-mr-1\/2:first-child {
    margin-right: -50%;
  }

  .print\:first\:-mb-1\/2:first-child {
    margin-bottom: -50%;
  }

  .print\:first\:-ml-1\/2:first-child {
    margin-left: -50%;
  }

  .print\:first\:-mt-1\/3:first-child {
    margin-top: -33.33333%;
  }

  .print\:first\:-mr-1\/3:first-child {
    margin-right: -33.33333%;
  }

  .print\:first\:-mb-1\/3:first-child {
    margin-bottom: -33.33333%;
  }

  .print\:first\:-ml-1\/3:first-child {
    margin-left: -33.33333%;
  }

  .print\:first\:-mt-2\/3:first-child {
    margin-top: -66.66667%;
  }

  .print\:first\:-mr-2\/3:first-child {
    margin-right: -66.66667%;
  }

  .print\:first\:-mb-2\/3:first-child {
    margin-bottom: -66.66667%;
  }

  .print\:first\:-ml-2\/3:first-child {
    margin-left: -66.66667%;
  }

  .print\:first\:-mt-1\/4:first-child {
    margin-top: -25%;
  }

  .print\:first\:-mr-1\/4:first-child {
    margin-right: -25%;
  }

  .print\:first\:-mb-1\/4:first-child {
    margin-bottom: -25%;
  }

  .print\:first\:-ml-1\/4:first-child {
    margin-left: -25%;
  }

  .print\:first\:-mt-2\/4:first-child {
    margin-top: -50%;
  }

  .print\:first\:-mr-2\/4:first-child {
    margin-right: -50%;
  }

  .print\:first\:-mb-2\/4:first-child {
    margin-bottom: -50%;
  }

  .print\:first\:-ml-2\/4:first-child {
    margin-left: -50%;
  }

  .print\:first\:-mt-3\/4:first-child {
    margin-top: -75%;
  }

  .print\:first\:-mr-3\/4:first-child {
    margin-right: -75%;
  }

  .print\:first\:-mb-3\/4:first-child {
    margin-bottom: -75%;
  }

  .print\:first\:-ml-3\/4:first-child {
    margin-left: -75%;
  }

  .print\:first\:-mt-1\/5:first-child {
    margin-top: -20%;
  }

  .print\:first\:-mr-1\/5:first-child {
    margin-right: -20%;
  }

  .print\:first\:-mb-1\/5:first-child {
    margin-bottom: -20%;
  }

  .print\:first\:-ml-1\/5:first-child {
    margin-left: -20%;
  }

  .print\:first\:-mt-2\/5:first-child {
    margin-top: -40%;
  }

  .print\:first\:-mr-2\/5:first-child {
    margin-right: -40%;
  }

  .print\:first\:-mb-2\/5:first-child {
    margin-bottom: -40%;
  }

  .print\:first\:-ml-2\/5:first-child {
    margin-left: -40%;
  }

  .print\:first\:-mt-3\/5:first-child {
    margin-top: -60%;
  }

  .print\:first\:-mr-3\/5:first-child {
    margin-right: -60%;
  }

  .print\:first\:-mb-3\/5:first-child {
    margin-bottom: -60%;
  }

  .print\:first\:-ml-3\/5:first-child {
    margin-left: -60%;
  }

  .print\:first\:-mt-4\/5:first-child {
    margin-top: -80%;
  }

  .print\:first\:-mr-4\/5:first-child {
    margin-right: -80%;
  }

  .print\:first\:-mb-4\/5:first-child {
    margin-bottom: -80%;
  }

  .print\:first\:-ml-4\/5:first-child {
    margin-left: -80%;
  }

  .print\:first\:-mt-1\/6:first-child {
    margin-top: -16.66667%;
  }

  .print\:first\:-mr-1\/6:first-child {
    margin-right: -16.66667%;
  }

  .print\:first\:-mb-1\/6:first-child {
    margin-bottom: -16.66667%;
  }

  .print\:first\:-ml-1\/6:first-child {
    margin-left: -16.66667%;
  }

  .print\:first\:-mt-2\/6:first-child {
    margin-top: -33.33333%;
  }

  .print\:first\:-mr-2\/6:first-child {
    margin-right: -33.33333%;
  }

  .print\:first\:-mb-2\/6:first-child {
    margin-bottom: -33.33333%;
  }

  .print\:first\:-ml-2\/6:first-child {
    margin-left: -33.33333%;
  }

  .print\:first\:-mt-3\/6:first-child {
    margin-top: -50%;
  }

  .print\:first\:-mr-3\/6:first-child {
    margin-right: -50%;
  }

  .print\:first\:-mb-3\/6:first-child {
    margin-bottom: -50%;
  }

  .print\:first\:-ml-3\/6:first-child {
    margin-left: -50%;
  }

  .print\:first\:-mt-4\/6:first-child {
    margin-top: -66.66667%;
  }

  .print\:first\:-mr-4\/6:first-child {
    margin-right: -66.66667%;
  }

  .print\:first\:-mb-4\/6:first-child {
    margin-bottom: -66.66667%;
  }

  .print\:first\:-ml-4\/6:first-child {
    margin-left: -66.66667%;
  }

  .print\:first\:-mt-5\/6:first-child {
    margin-top: -83.33333%;
  }

  .print\:first\:-mr-5\/6:first-child {
    margin-right: -83.33333%;
  }

  .print\:first\:-mb-5\/6:first-child {
    margin-bottom: -83.33333%;
  }

  .print\:first\:-ml-5\/6:first-child {
    margin-left: -83.33333%;
  }

  .print\:first\:-mt-1\/12:first-child {
    margin-top: -8.33333%;
  }

  .print\:first\:-mr-1\/12:first-child {
    margin-right: -8.33333%;
  }

  .print\:first\:-mb-1\/12:first-child {
    margin-bottom: -8.33333%;
  }

  .print\:first\:-ml-1\/12:first-child {
    margin-left: -8.33333%;
  }

  .print\:first\:-mt-2\/12:first-child {
    margin-top: -16.66667%;
  }

  .print\:first\:-mr-2\/12:first-child {
    margin-right: -16.66667%;
  }

  .print\:first\:-mb-2\/12:first-child {
    margin-bottom: -16.66667%;
  }

  .print\:first\:-ml-2\/12:first-child {
    margin-left: -16.66667%;
  }

  .print\:first\:-mt-3\/12:first-child {
    margin-top: -25%;
  }

  .print\:first\:-mr-3\/12:first-child {
    margin-right: -25%;
  }

  .print\:first\:-mb-3\/12:first-child {
    margin-bottom: -25%;
  }

  .print\:first\:-ml-3\/12:first-child {
    margin-left: -25%;
  }

  .print\:first\:-mt-4\/12:first-child {
    margin-top: -33.33333%;
  }

  .print\:first\:-mr-4\/12:first-child {
    margin-right: -33.33333%;
  }

  .print\:first\:-mb-4\/12:first-child {
    margin-bottom: -33.33333%;
  }

  .print\:first\:-ml-4\/12:first-child {
    margin-left: -33.33333%;
  }

  .print\:first\:-mt-5\/12:first-child {
    margin-top: -41.66667%;
  }

  .print\:first\:-mr-5\/12:first-child {
    margin-right: -41.66667%;
  }

  .print\:first\:-mb-5\/12:first-child {
    margin-bottom: -41.66667%;
  }

  .print\:first\:-ml-5\/12:first-child {
    margin-left: -41.66667%;
  }

  .print\:first\:-mt-6\/12:first-child {
    margin-top: -50%;
  }

  .print\:first\:-mr-6\/12:first-child {
    margin-right: -50%;
  }

  .print\:first\:-mb-6\/12:first-child {
    margin-bottom: -50%;
  }

  .print\:first\:-ml-6\/12:first-child {
    margin-left: -50%;
  }

  .print\:first\:-mt-7\/12:first-child {
    margin-top: -58.33333%;
  }

  .print\:first\:-mr-7\/12:first-child {
    margin-right: -58.33333%;
  }

  .print\:first\:-mb-7\/12:first-child {
    margin-bottom: -58.33333%;
  }

  .print\:first\:-ml-7\/12:first-child {
    margin-left: -58.33333%;
  }

  .print\:first\:-mt-8\/12:first-child {
    margin-top: -66.66667%;
  }

  .print\:first\:-mr-8\/12:first-child {
    margin-right: -66.66667%;
  }

  .print\:first\:-mb-8\/12:first-child {
    margin-bottom: -66.66667%;
  }

  .print\:first\:-ml-8\/12:first-child {
    margin-left: -66.66667%;
  }

  .print\:first\:-mt-9\/12:first-child {
    margin-top: -75%;
  }

  .print\:first\:-mr-9\/12:first-child {
    margin-right: -75%;
  }

  .print\:first\:-mb-9\/12:first-child {
    margin-bottom: -75%;
  }

  .print\:first\:-ml-9\/12:first-child {
    margin-left: -75%;
  }

  .print\:first\:-mt-10\/12:first-child {
    margin-top: -83.33333%;
  }

  .print\:first\:-mr-10\/12:first-child {
    margin-right: -83.33333%;
  }

  .print\:first\:-mb-10\/12:first-child {
    margin-bottom: -83.33333%;
  }

  .print\:first\:-ml-10\/12:first-child {
    margin-left: -83.33333%;
  }

  .print\:first\:-mt-11\/12:first-child {
    margin-top: -91.66667%;
  }

  .print\:first\:-mr-11\/12:first-child {
    margin-right: -91.66667%;
  }

  .print\:first\:-mb-11\/12:first-child {
    margin-bottom: -91.66667%;
  }

  .print\:first\:-ml-11\/12:first-child {
    margin-left: -91.66667%;
  }

  .print\:first\:-mt-full:first-child {
    margin-top: -100%;
  }

  .print\:first\:-mr-full:first-child {
    margin-right: -100%;
  }

  .print\:first\:-mb-full:first-child {
    margin-bottom: -100%;
  }

  .print\:first\:-ml-full:first-child {
    margin-left: -100%;
  }

  .print\:first\:-mt-screen:first-child {
    margin-top: -100vw;
  }

  .print\:first\:-mr-screen:first-child {
    margin-right: -100vw;
  }

  .print\:first\:-mb-screen:first-child {
    margin-bottom: -100vw;
  }

  .print\:first\:-ml-screen:first-child {
    margin-left: -100vw;
  }

  .print\:first\:-mt-10px:first-child {
    margin-top: -0.625rem;
  }

  .print\:first\:-mr-10px:first-child {
    margin-right: -0.625rem;
  }

  .print\:first\:-mb-10px:first-child {
    margin-bottom: -0.625rem;
  }

  .print\:first\:-ml-10px:first-child {
    margin-left: -0.625rem;
  }

  .print\:first\:-mt-20px:first-child {
    margin-top: -20px;
  }

  .print\:first\:-mr-20px:first-child {
    margin-right: -20px;
  }

  .print\:first\:-mb-20px:first-child {
    margin-bottom: -20px;
  }

  .print\:first\:-ml-20px:first-child {
    margin-left: -20px;
  }

  .print\:first\:-mt-30px:first-child {
    margin-top: -30px;
  }

  .print\:first\:-mr-30px:first-child {
    margin-right: -30px;
  }

  .print\:first\:-mb-30px:first-child {
    margin-bottom: -30px;
  }

  .print\:first\:-ml-30px:first-child {
    margin-left: -30px;
  }

  .print\:last\:m-0:last-child {
    margin: 0;
  }

  .print\:last\:m-1:last-child {
    margin: 0.25rem;
  }

  .print\:last\:m-2:last-child {
    margin: 0.5rem;
  }

  .print\:last\:m-3:last-child {
    margin: 0.75rem;
  }

  .print\:last\:m-4:last-child {
    margin: 1rem;
  }

  .print\:last\:m-5:last-child {
    margin: 1.25rem;
  }

  .print\:last\:m-6:last-child {
    margin: 1.5rem;
  }

  .print\:last\:m-8:last-child {
    margin: 2rem;
  }

  .print\:last\:m-10:last-child {
    margin: 2.5rem;
  }

  .print\:last\:m-12:last-child {
    margin: 3rem;
  }

  .print\:last\:m-14:last-child {
    margin: 3.5rem;
  }

  .print\:last\:m-15:last-child {
    margin: 3.75rem;
  }

  .print\:last\:m-16:last-child {
    margin: 4rem;
  }

  .print\:last\:m-20:last-child {
    margin: 5rem;
  }

  .print\:last\:m-24:last-child {
    margin: 6rem;
  }

  .print\:last\:m-26:last-child {
    margin: 7rem;
  }

  .print\:last\:m-32:last-child {
    margin: 8rem;
  }

  .print\:last\:m-36:last-child {
    margin: 9rem;
  }

  .print\:last\:m-40:last-child {
    margin: 10rem;
  }

  .print\:last\:m-48:last-child {
    margin: 12rem;
  }

  .print\:last\:m-56:last-child {
    margin: 14rem;
  }

  .print\:last\:m-64:last-child {
    margin: 16rem;
  }

  .print\:last\:m-auto:last-child {
    margin: auto;
  }

  .print\:last\:m-px:last-child {
    margin: 1px;
  }

  .print\:last\:m-2px:last-child {
    margin: 2px;
  }

  .print\:last\:m-1\/2:last-child {
    margin: 50%;
  }

  .print\:last\:m-1\/3:last-child {
    margin: 33.333333%;
  }

  .print\:last\:m-2\/3:last-child {
    margin: 66.666667%;
  }

  .print\:last\:m-1\/4:last-child {
    margin: 25%;
  }

  .print\:last\:m-2\/4:last-child {
    margin: 50%;
  }

  .print\:last\:m-3\/4:last-child {
    margin: 75%;
  }

  .print\:last\:m-1\/5:last-child {
    margin: 20%;
  }

  .print\:last\:m-2\/5:last-child {
    margin: 40%;
  }

  .print\:last\:m-3\/5:last-child {
    margin: 60%;
  }

  .print\:last\:m-4\/5:last-child {
    margin: 80%;
  }

  .print\:last\:m-1\/6:last-child {
    margin: 16.666667%;
  }

  .print\:last\:m-2\/6:last-child {
    margin: 33.333333%;
  }

  .print\:last\:m-3\/6:last-child {
    margin: 50%;
  }

  .print\:last\:m-4\/6:last-child {
    margin: 66.666667%;
  }

  .print\:last\:m-5\/6:last-child {
    margin: 83.333333%;
  }

  .print\:last\:m-1\/12:last-child {
    margin: 8.333333%;
  }

  .print\:last\:m-2\/12:last-child {
    margin: 16.666667%;
  }

  .print\:last\:m-3\/12:last-child {
    margin: 25%;
  }

  .print\:last\:m-4\/12:last-child {
    margin: 33.333333%;
  }

  .print\:last\:m-5\/12:last-child {
    margin: 41.666667%;
  }

  .print\:last\:m-6\/12:last-child {
    margin: 50%;
  }

  .print\:last\:m-7\/12:last-child {
    margin: 58.333333%;
  }

  .print\:last\:m-8\/12:last-child {
    margin: 66.666667%;
  }

  .print\:last\:m-9\/12:last-child {
    margin: 75%;
  }

  .print\:last\:m-10\/12:last-child {
    margin: 83.333333%;
  }

  .print\:last\:m-11\/12:last-child {
    margin: 91.666667%;
  }

  .print\:last\:m-full:last-child {
    margin: 100%;
  }

  .print\:last\:m-screen:last-child {
    margin: 100vw;
  }

  .print\:last\:m-10px:last-child {
    margin: 0.625rem;
  }

  .print\:last\:m-20px:last-child {
    margin: 20px;
  }

  .print\:last\:m-30px:last-child {
    margin: 30px;
  }

  .print\:last\:-m-1:last-child {
    margin: -0.25rem;
  }

  .print\:last\:-m-2:last-child {
    margin: -0.5rem;
  }

  .print\:last\:-m-3:last-child {
    margin: -0.75rem;
  }

  .print\:last\:-m-4:last-child {
    margin: -1rem;
  }

  .print\:last\:-m-5:last-child {
    margin: -1.25rem;
  }

  .print\:last\:-m-6:last-child {
    margin: -1.5rem;
  }

  .print\:last\:-m-8:last-child {
    margin: -2rem;
  }

  .print\:last\:-m-10:last-child {
    margin: -2.5rem;
  }

  .print\:last\:-m-12:last-child {
    margin: -3rem;
  }

  .print\:last\:-m-14:last-child {
    margin: -3.5rem;
  }

  .print\:last\:-m-15:last-child {
    margin: -3.75rem;
  }

  .print\:last\:-m-16:last-child {
    margin: -4rem;
  }

  .print\:last\:-m-20:last-child {
    margin: -5rem;
  }

  .print\:last\:-m-24:last-child {
    margin: -6rem;
  }

  .print\:last\:-m-26:last-child {
    margin: -7rem;
  }

  .print\:last\:-m-32:last-child {
    margin: -8rem;
  }

  .print\:last\:-m-36:last-child {
    margin: -9rem;
  }

  .print\:last\:-m-40:last-child {
    margin: -10rem;
  }

  .print\:last\:-m-48:last-child {
    margin: -12rem;
  }

  .print\:last\:-m-56:last-child {
    margin: -14rem;
  }

  .print\:last\:-m-64:last-child {
    margin: -16rem;
  }

  .print\:last\:-m-px:last-child {
    margin: -1px;
  }

  .print\:last\:-m-2px:last-child {
    margin: -2px;
  }

  .print\:last\:-m-1\/2:last-child {
    margin: -50%;
  }

  .print\:last\:-m-1\/3:last-child {
    margin: -33.33333%;
  }

  .print\:last\:-m-2\/3:last-child {
    margin: -66.66667%;
  }

  .print\:last\:-m-1\/4:last-child {
    margin: -25%;
  }

  .print\:last\:-m-2\/4:last-child {
    margin: -50%;
  }

  .print\:last\:-m-3\/4:last-child {
    margin: -75%;
  }

  .print\:last\:-m-1\/5:last-child {
    margin: -20%;
  }

  .print\:last\:-m-2\/5:last-child {
    margin: -40%;
  }

  .print\:last\:-m-3\/5:last-child {
    margin: -60%;
  }

  .print\:last\:-m-4\/5:last-child {
    margin: -80%;
  }

  .print\:last\:-m-1\/6:last-child {
    margin: -16.66667%;
  }

  .print\:last\:-m-2\/6:last-child {
    margin: -33.33333%;
  }

  .print\:last\:-m-3\/6:last-child {
    margin: -50%;
  }

  .print\:last\:-m-4\/6:last-child {
    margin: -66.66667%;
  }

  .print\:last\:-m-5\/6:last-child {
    margin: -83.33333%;
  }

  .print\:last\:-m-1\/12:last-child {
    margin: -8.33333%;
  }

  .print\:last\:-m-2\/12:last-child {
    margin: -16.66667%;
  }

  .print\:last\:-m-3\/12:last-child {
    margin: -25%;
  }

  .print\:last\:-m-4\/12:last-child {
    margin: -33.33333%;
  }

  .print\:last\:-m-5\/12:last-child {
    margin: -41.66667%;
  }

  .print\:last\:-m-6\/12:last-child {
    margin: -50%;
  }

  .print\:last\:-m-7\/12:last-child {
    margin: -58.33333%;
  }

  .print\:last\:-m-8\/12:last-child {
    margin: -66.66667%;
  }

  .print\:last\:-m-9\/12:last-child {
    margin: -75%;
  }

  .print\:last\:-m-10\/12:last-child {
    margin: -83.33333%;
  }

  .print\:last\:-m-11\/12:last-child {
    margin: -91.66667%;
  }

  .print\:last\:-m-full:last-child {
    margin: -100%;
  }

  .print\:last\:-m-screen:last-child {
    margin: -100vw;
  }

  .print\:last\:-m-10px:last-child {
    margin: -0.625rem;
  }

  .print\:last\:-m-20px:last-child {
    margin: -20px;
  }

  .print\:last\:-m-30px:last-child {
    margin: -30px;
  }

  .print\:last\:my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .print\:last\:mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .print\:last\:my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .print\:last\:mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .print\:last\:my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .print\:last\:mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .print\:last\:my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .print\:last\:mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .print\:last\:my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .print\:last\:mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .print\:last\:my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .print\:last\:mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .print\:last\:my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .print\:last\:mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .print\:last\:my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .print\:last\:mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .print\:last\:my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .print\:last\:mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .print\:last\:my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .print\:last\:mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .print\:last\:my-14:last-child {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .print\:last\:mx-14:last-child {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .print\:last\:my-15:last-child {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .print\:last\:mx-15:last-child {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .print\:last\:my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .print\:last\:mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .print\:last\:my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .print\:last\:mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .print\:last\:my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .print\:last\:mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .print\:last\:my-26:last-child {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .print\:last\:mx-26:last-child {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .print\:last\:my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .print\:last\:mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .print\:last\:my-36:last-child {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .print\:last\:mx-36:last-child {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .print\:last\:my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .print\:last\:mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .print\:last\:my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .print\:last\:mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .print\:last\:my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .print\:last\:mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .print\:last\:my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .print\:last\:mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .print\:last\:my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .print\:last\:mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .print\:last\:my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .print\:last\:mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .print\:last\:my-2px:last-child {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .print\:last\:mx-2px:last-child {
    margin-left: 2px;
    margin-right: 2px;
  }

  .print\:last\:my-1\/2:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:last\:mx-1\/2:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:last\:my-1\/3:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:last\:mx-1\/3:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:last\:my-2\/3:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:last\:mx-2\/3:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:last\:my-1\/4:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .print\:last\:mx-1\/4:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .print\:last\:my-2\/4:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:last\:mx-2\/4:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:last\:my-3\/4:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .print\:last\:mx-3\/4:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .print\:last\:my-1\/5:last-child {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .print\:last\:mx-1\/5:last-child {
    margin-left: 20%;
    margin-right: 20%;
  }

  .print\:last\:my-2\/5:last-child {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .print\:last\:mx-2\/5:last-child {
    margin-left: 40%;
    margin-right: 40%;
  }

  .print\:last\:my-3\/5:last-child {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .print\:last\:mx-3\/5:last-child {
    margin-left: 60%;
    margin-right: 60%;
  }

  .print\:last\:my-4\/5:last-child {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .print\:last\:mx-4\/5:last-child {
    margin-left: 80%;
    margin-right: 80%;
  }

  .print\:last\:my-1\/6:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .print\:last\:mx-1\/6:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .print\:last\:my-2\/6:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:last\:mx-2\/6:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:last\:my-3\/6:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:last\:mx-3\/6:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:last\:my-4\/6:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:last\:mx-4\/6:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:last\:my-5\/6:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .print\:last\:mx-5\/6:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .print\:last\:my-1\/12:last-child {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .print\:last\:mx-1\/12:last-child {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .print\:last\:my-2\/12:last-child {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .print\:last\:mx-2\/12:last-child {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .print\:last\:my-3\/12:last-child {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .print\:last\:mx-3\/12:last-child {
    margin-left: 25%;
    margin-right: 25%;
  }

  .print\:last\:my-4\/12:last-child {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .print\:last\:mx-4\/12:last-child {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .print\:last\:my-5\/12:last-child {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .print\:last\:mx-5\/12:last-child {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .print\:last\:my-6\/12:last-child {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .print\:last\:mx-6\/12:last-child {
    margin-left: 50%;
    margin-right: 50%;
  }

  .print\:last\:my-7\/12:last-child {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .print\:last\:mx-7\/12:last-child {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .print\:last\:my-8\/12:last-child {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .print\:last\:mx-8\/12:last-child {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .print\:last\:my-9\/12:last-child {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .print\:last\:mx-9\/12:last-child {
    margin-left: 75%;
    margin-right: 75%;
  }

  .print\:last\:my-10\/12:last-child {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .print\:last\:mx-10\/12:last-child {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .print\:last\:my-11\/12:last-child {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .print\:last\:mx-11\/12:last-child {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .print\:last\:my-full:last-child {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .print\:last\:mx-full:last-child {
    margin-left: 100%;
    margin-right: 100%;
  }

  .print\:last\:my-screen:last-child {
    margin-top: 100vw;
    margin-bottom: 100vw;
  }

  .print\:last\:mx-screen:last-child {
    margin-left: 100vw;
    margin-right: 100vw;
  }

  .print\:last\:my-10px:last-child {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .print\:last\:mx-10px:last-child {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .print\:last\:my-20px:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .print\:last\:mx-20px:last-child {
    margin-left: 20px;
    margin-right: 20px;
  }

  .print\:last\:my-30px:last-child {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .print\:last\:mx-30px:last-child {
    margin-left: 30px;
    margin-right: 30px;
  }

  .print\:last\:-my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .print\:last\:-mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .print\:last\:-my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .print\:last\:-mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .print\:last\:-my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .print\:last\:-mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .print\:last\:-my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .print\:last\:-mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .print\:last\:-my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .print\:last\:-mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .print\:last\:-my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .print\:last\:-mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .print\:last\:-my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .print\:last\:-mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .print\:last\:-my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .print\:last\:-mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .print\:last\:-my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .print\:last\:-mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .print\:last\:-my-14:last-child {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .print\:last\:-mx-14:last-child {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .print\:last\:-my-15:last-child {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .print\:last\:-mx-15:last-child {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .print\:last\:-my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .print\:last\:-mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .print\:last\:-my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .print\:last\:-mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .print\:last\:-my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .print\:last\:-mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .print\:last\:-my-26:last-child {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .print\:last\:-mx-26:last-child {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .print\:last\:-my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .print\:last\:-mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .print\:last\:-my-36:last-child {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .print\:last\:-mx-36:last-child {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .print\:last\:-my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .print\:last\:-mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .print\:last\:-my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .print\:last\:-mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .print\:last\:-my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .print\:last\:-mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .print\:last\:-my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .print\:last\:-mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .print\:last\:-my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .print\:last\:-mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .print\:last\:-my-2px:last-child {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .print\:last\:-mx-2px:last-child {
    margin-left: -2px;
    margin-right: -2px;
  }

  .print\:last\:-my-1\/2:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:last\:-mx-1\/2:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:last\:-my-1\/3:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:last\:-mx-1\/3:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:last\:-my-2\/3:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:last\:-mx-2\/3:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:last\:-my-1\/4:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .print\:last\:-mx-1\/4:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .print\:last\:-my-2\/4:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:last\:-mx-2\/4:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:last\:-my-3\/4:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .print\:last\:-mx-3\/4:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .print\:last\:-my-1\/5:last-child {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .print\:last\:-mx-1\/5:last-child {
    margin-left: -20%;
    margin-right: -20%;
  }

  .print\:last\:-my-2\/5:last-child {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .print\:last\:-mx-2\/5:last-child {
    margin-left: -40%;
    margin-right: -40%;
  }

  .print\:last\:-my-3\/5:last-child {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .print\:last\:-mx-3\/5:last-child {
    margin-left: -60%;
    margin-right: -60%;
  }

  .print\:last\:-my-4\/5:last-child {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .print\:last\:-mx-4\/5:last-child {
    margin-left: -80%;
    margin-right: -80%;
  }

  .print\:last\:-my-1\/6:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .print\:last\:-mx-1\/6:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .print\:last\:-my-2\/6:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:last\:-mx-2\/6:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:last\:-my-3\/6:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:last\:-mx-3\/6:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:last\:-my-4\/6:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:last\:-mx-4\/6:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:last\:-my-5\/6:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .print\:last\:-mx-5\/6:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .print\:last\:-my-1\/12:last-child {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .print\:last\:-mx-1\/12:last-child {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .print\:last\:-my-2\/12:last-child {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .print\:last\:-mx-2\/12:last-child {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .print\:last\:-my-3\/12:last-child {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .print\:last\:-mx-3\/12:last-child {
    margin-left: -25%;
    margin-right: -25%;
  }

  .print\:last\:-my-4\/12:last-child {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .print\:last\:-mx-4\/12:last-child {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .print\:last\:-my-5\/12:last-child {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .print\:last\:-mx-5\/12:last-child {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .print\:last\:-my-6\/12:last-child {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .print\:last\:-mx-6\/12:last-child {
    margin-left: -50%;
    margin-right: -50%;
  }

  .print\:last\:-my-7\/12:last-child {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .print\:last\:-mx-7\/12:last-child {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .print\:last\:-my-8\/12:last-child {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .print\:last\:-mx-8\/12:last-child {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .print\:last\:-my-9\/12:last-child {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .print\:last\:-mx-9\/12:last-child {
    margin-left: -75%;
    margin-right: -75%;
  }

  .print\:last\:-my-10\/12:last-child {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .print\:last\:-mx-10\/12:last-child {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .print\:last\:-my-11\/12:last-child {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .print\:last\:-mx-11\/12:last-child {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .print\:last\:-my-full:last-child {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .print\:last\:-mx-full:last-child {
    margin-left: -100%;
    margin-right: -100%;
  }

  .print\:last\:-my-screen:last-child {
    margin-top: -100vw;
    margin-bottom: -100vw;
  }

  .print\:last\:-mx-screen:last-child {
    margin-left: -100vw;
    margin-right: -100vw;
  }

  .print\:last\:-my-10px:last-child {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .print\:last\:-mx-10px:last-child {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .print\:last\:-my-20px:last-child {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .print\:last\:-mx-20px:last-child {
    margin-left: -20px;
    margin-right: -20px;
  }

  .print\:last\:-my-30px:last-child {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .print\:last\:-mx-30px:last-child {
    margin-left: -30px;
    margin-right: -30px;
  }

  .print\:last\:mt-0:last-child {
    margin-top: 0;
  }

  .print\:last\:mr-0:last-child {
    margin-right: 0;
  }

  .print\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .print\:last\:ml-0:last-child {
    margin-left: 0;
  }

  .print\:last\:mt-1:last-child {
    margin-top: 0.25rem;
  }

  .print\:last\:mr-1:last-child {
    margin-right: 0.25rem;
  }

  .print\:last\:mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .print\:last\:ml-1:last-child {
    margin-left: 0.25rem;
  }

  .print\:last\:mt-2:last-child {
    margin-top: 0.5rem;
  }

  .print\:last\:mr-2:last-child {
    margin-right: 0.5rem;
  }

  .print\:last\:mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .print\:last\:ml-2:last-child {
    margin-left: 0.5rem;
  }

  .print\:last\:mt-3:last-child {
    margin-top: 0.75rem;
  }

  .print\:last\:mr-3:last-child {
    margin-right: 0.75rem;
  }

  .print\:last\:mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .print\:last\:ml-3:last-child {
    margin-left: 0.75rem;
  }

  .print\:last\:mt-4:last-child {
    margin-top: 1rem;
  }

  .print\:last\:mr-4:last-child {
    margin-right: 1rem;
  }

  .print\:last\:mb-4:last-child {
    margin-bottom: 1rem;
  }

  .print\:last\:ml-4:last-child {
    margin-left: 1rem;
  }

  .print\:last\:mt-5:last-child {
    margin-top: 1.25rem;
  }

  .print\:last\:mr-5:last-child {
    margin-right: 1.25rem;
  }

  .print\:last\:mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .print\:last\:ml-5:last-child {
    margin-left: 1.25rem;
  }

  .print\:last\:mt-6:last-child {
    margin-top: 1.5rem;
  }

  .print\:last\:mr-6:last-child {
    margin-right: 1.5rem;
  }

  .print\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .print\:last\:ml-6:last-child {
    margin-left: 1.5rem;
  }

  .print\:last\:mt-8:last-child {
    margin-top: 2rem;
  }

  .print\:last\:mr-8:last-child {
    margin-right: 2rem;
  }

  .print\:last\:mb-8:last-child {
    margin-bottom: 2rem;
  }

  .print\:last\:ml-8:last-child {
    margin-left: 2rem;
  }

  .print\:last\:mt-10:last-child {
    margin-top: 2.5rem;
  }

  .print\:last\:mr-10:last-child {
    margin-right: 2.5rem;
  }

  .print\:last\:mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .print\:last\:ml-10:last-child {
    margin-left: 2.5rem;
  }

  .print\:last\:mt-12:last-child {
    margin-top: 3rem;
  }

  .print\:last\:mr-12:last-child {
    margin-right: 3rem;
  }

  .print\:last\:mb-12:last-child {
    margin-bottom: 3rem;
  }

  .print\:last\:ml-12:last-child {
    margin-left: 3rem;
  }

  .print\:last\:mt-14:last-child {
    margin-top: 3.5rem;
  }

  .print\:last\:mr-14:last-child {
    margin-right: 3.5rem;
  }

  .print\:last\:mb-14:last-child {
    margin-bottom: 3.5rem;
  }

  .print\:last\:ml-14:last-child {
    margin-left: 3.5rem;
  }

  .print\:last\:mt-15:last-child {
    margin-top: 3.75rem;
  }

  .print\:last\:mr-15:last-child {
    margin-right: 3.75rem;
  }

  .print\:last\:mb-15:last-child {
    margin-bottom: 3.75rem;
  }

  .print\:last\:ml-15:last-child {
    margin-left: 3.75rem;
  }

  .print\:last\:mt-16:last-child {
    margin-top: 4rem;
  }

  .print\:last\:mr-16:last-child {
    margin-right: 4rem;
  }

  .print\:last\:mb-16:last-child {
    margin-bottom: 4rem;
  }

  .print\:last\:ml-16:last-child {
    margin-left: 4rem;
  }

  .print\:last\:mt-20:last-child {
    margin-top: 5rem;
  }

  .print\:last\:mr-20:last-child {
    margin-right: 5rem;
  }

  .print\:last\:mb-20:last-child {
    margin-bottom: 5rem;
  }

  .print\:last\:ml-20:last-child {
    margin-left: 5rem;
  }

  .print\:last\:mt-24:last-child {
    margin-top: 6rem;
  }

  .print\:last\:mr-24:last-child {
    margin-right: 6rem;
  }

  .print\:last\:mb-24:last-child {
    margin-bottom: 6rem;
  }

  .print\:last\:ml-24:last-child {
    margin-left: 6rem;
  }

  .print\:last\:mt-26:last-child {
    margin-top: 7rem;
  }

  .print\:last\:mr-26:last-child {
    margin-right: 7rem;
  }

  .print\:last\:mb-26:last-child {
    margin-bottom: 7rem;
  }

  .print\:last\:ml-26:last-child {
    margin-left: 7rem;
  }

  .print\:last\:mt-32:last-child {
    margin-top: 8rem;
  }

  .print\:last\:mr-32:last-child {
    margin-right: 8rem;
  }

  .print\:last\:mb-32:last-child {
    margin-bottom: 8rem;
  }

  .print\:last\:ml-32:last-child {
    margin-left: 8rem;
  }

  .print\:last\:mt-36:last-child {
    margin-top: 9rem;
  }

  .print\:last\:mr-36:last-child {
    margin-right: 9rem;
  }

  .print\:last\:mb-36:last-child {
    margin-bottom: 9rem;
  }

  .print\:last\:ml-36:last-child {
    margin-left: 9rem;
  }

  .print\:last\:mt-40:last-child {
    margin-top: 10rem;
  }

  .print\:last\:mr-40:last-child {
    margin-right: 10rem;
  }

  .print\:last\:mb-40:last-child {
    margin-bottom: 10rem;
  }

  .print\:last\:ml-40:last-child {
    margin-left: 10rem;
  }

  .print\:last\:mt-48:last-child {
    margin-top: 12rem;
  }

  .print\:last\:mr-48:last-child {
    margin-right: 12rem;
  }

  .print\:last\:mb-48:last-child {
    margin-bottom: 12rem;
  }

  .print\:last\:ml-48:last-child {
    margin-left: 12rem;
  }

  .print\:last\:mt-56:last-child {
    margin-top: 14rem;
  }

  .print\:last\:mr-56:last-child {
    margin-right: 14rem;
  }

  .print\:last\:mb-56:last-child {
    margin-bottom: 14rem;
  }

  .print\:last\:ml-56:last-child {
    margin-left: 14rem;
  }

  .print\:last\:mt-64:last-child {
    margin-top: 16rem;
  }

  .print\:last\:mr-64:last-child {
    margin-right: 16rem;
  }

  .print\:last\:mb-64:last-child {
    margin-bottom: 16rem;
  }

  .print\:last\:ml-64:last-child {
    margin-left: 16rem;
  }

  .print\:last\:mt-auto:last-child {
    margin-top: auto;
  }

  .print\:last\:mr-auto:last-child {
    margin-right: auto;
  }

  .print\:last\:mb-auto:last-child {
    margin-bottom: auto;
  }

  .print\:last\:ml-auto:last-child {
    margin-left: auto;
  }

  .print\:last\:mt-px:last-child {
    margin-top: 1px;
  }

  .print\:last\:mr-px:last-child {
    margin-right: 1px;
  }

  .print\:last\:mb-px:last-child {
    margin-bottom: 1px;
  }

  .print\:last\:ml-px:last-child {
    margin-left: 1px;
  }

  .print\:last\:mt-2px:last-child {
    margin-top: 2px;
  }

  .print\:last\:mr-2px:last-child {
    margin-right: 2px;
  }

  .print\:last\:mb-2px:last-child {
    margin-bottom: 2px;
  }

  .print\:last\:ml-2px:last-child {
    margin-left: 2px;
  }

  .print\:last\:mt-1\/2:last-child {
    margin-top: 50%;
  }

  .print\:last\:mr-1\/2:last-child {
    margin-right: 50%;
  }

  .print\:last\:mb-1\/2:last-child {
    margin-bottom: 50%;
  }

  .print\:last\:ml-1\/2:last-child {
    margin-left: 50%;
  }

  .print\:last\:mt-1\/3:last-child {
    margin-top: 33.333333%;
  }

  .print\:last\:mr-1\/3:last-child {
    margin-right: 33.333333%;
  }

  .print\:last\:mb-1\/3:last-child {
    margin-bottom: 33.333333%;
  }

  .print\:last\:ml-1\/3:last-child {
    margin-left: 33.333333%;
  }

  .print\:last\:mt-2\/3:last-child {
    margin-top: 66.666667%;
  }

  .print\:last\:mr-2\/3:last-child {
    margin-right: 66.666667%;
  }

  .print\:last\:mb-2\/3:last-child {
    margin-bottom: 66.666667%;
  }

  .print\:last\:ml-2\/3:last-child {
    margin-left: 66.666667%;
  }

  .print\:last\:mt-1\/4:last-child {
    margin-top: 25%;
  }

  .print\:last\:mr-1\/4:last-child {
    margin-right: 25%;
  }

  .print\:last\:mb-1\/4:last-child {
    margin-bottom: 25%;
  }

  .print\:last\:ml-1\/4:last-child {
    margin-left: 25%;
  }

  .print\:last\:mt-2\/4:last-child {
    margin-top: 50%;
  }

  .print\:last\:mr-2\/4:last-child {
    margin-right: 50%;
  }

  .print\:last\:mb-2\/4:last-child {
    margin-bottom: 50%;
  }

  .print\:last\:ml-2\/4:last-child {
    margin-left: 50%;
  }

  .print\:last\:mt-3\/4:last-child {
    margin-top: 75%;
  }

  .print\:last\:mr-3\/4:last-child {
    margin-right: 75%;
  }

  .print\:last\:mb-3\/4:last-child {
    margin-bottom: 75%;
  }

  .print\:last\:ml-3\/4:last-child {
    margin-left: 75%;
  }

  .print\:last\:mt-1\/5:last-child {
    margin-top: 20%;
  }

  .print\:last\:mr-1\/5:last-child {
    margin-right: 20%;
  }

  .print\:last\:mb-1\/5:last-child {
    margin-bottom: 20%;
  }

  .print\:last\:ml-1\/5:last-child {
    margin-left: 20%;
  }

  .print\:last\:mt-2\/5:last-child {
    margin-top: 40%;
  }

  .print\:last\:mr-2\/5:last-child {
    margin-right: 40%;
  }

  .print\:last\:mb-2\/5:last-child {
    margin-bottom: 40%;
  }

  .print\:last\:ml-2\/5:last-child {
    margin-left: 40%;
  }

  .print\:last\:mt-3\/5:last-child {
    margin-top: 60%;
  }

  .print\:last\:mr-3\/5:last-child {
    margin-right: 60%;
  }

  .print\:last\:mb-3\/5:last-child {
    margin-bottom: 60%;
  }

  .print\:last\:ml-3\/5:last-child {
    margin-left: 60%;
  }

  .print\:last\:mt-4\/5:last-child {
    margin-top: 80%;
  }

  .print\:last\:mr-4\/5:last-child {
    margin-right: 80%;
  }

  .print\:last\:mb-4\/5:last-child {
    margin-bottom: 80%;
  }

  .print\:last\:ml-4\/5:last-child {
    margin-left: 80%;
  }

  .print\:last\:mt-1\/6:last-child {
    margin-top: 16.666667%;
  }

  .print\:last\:mr-1\/6:last-child {
    margin-right: 16.666667%;
  }

  .print\:last\:mb-1\/6:last-child {
    margin-bottom: 16.666667%;
  }

  .print\:last\:ml-1\/6:last-child {
    margin-left: 16.666667%;
  }

  .print\:last\:mt-2\/6:last-child {
    margin-top: 33.333333%;
  }

  .print\:last\:mr-2\/6:last-child {
    margin-right: 33.333333%;
  }

  .print\:last\:mb-2\/6:last-child {
    margin-bottom: 33.333333%;
  }

  .print\:last\:ml-2\/6:last-child {
    margin-left: 33.333333%;
  }

  .print\:last\:mt-3\/6:last-child {
    margin-top: 50%;
  }

  .print\:last\:mr-3\/6:last-child {
    margin-right: 50%;
  }

  .print\:last\:mb-3\/6:last-child {
    margin-bottom: 50%;
  }

  .print\:last\:ml-3\/6:last-child {
    margin-left: 50%;
  }

  .print\:last\:mt-4\/6:last-child {
    margin-top: 66.666667%;
  }

  .print\:last\:mr-4\/6:last-child {
    margin-right: 66.666667%;
  }

  .print\:last\:mb-4\/6:last-child {
    margin-bottom: 66.666667%;
  }

  .print\:last\:ml-4\/6:last-child {
    margin-left: 66.666667%;
  }

  .print\:last\:mt-5\/6:last-child {
    margin-top: 83.333333%;
  }

  .print\:last\:mr-5\/6:last-child {
    margin-right: 83.333333%;
  }

  .print\:last\:mb-5\/6:last-child {
    margin-bottom: 83.333333%;
  }

  .print\:last\:ml-5\/6:last-child {
    margin-left: 83.333333%;
  }

  .print\:last\:mt-1\/12:last-child {
    margin-top: 8.333333%;
  }

  .print\:last\:mr-1\/12:last-child {
    margin-right: 8.333333%;
  }

  .print\:last\:mb-1\/12:last-child {
    margin-bottom: 8.333333%;
  }

  .print\:last\:ml-1\/12:last-child {
    margin-left: 8.333333%;
  }

  .print\:last\:mt-2\/12:last-child {
    margin-top: 16.666667%;
  }

  .print\:last\:mr-2\/12:last-child {
    margin-right: 16.666667%;
  }

  .print\:last\:mb-2\/12:last-child {
    margin-bottom: 16.666667%;
  }

  .print\:last\:ml-2\/12:last-child {
    margin-left: 16.666667%;
  }

  .print\:last\:mt-3\/12:last-child {
    margin-top: 25%;
  }

  .print\:last\:mr-3\/12:last-child {
    margin-right: 25%;
  }

  .print\:last\:mb-3\/12:last-child {
    margin-bottom: 25%;
  }

  .print\:last\:ml-3\/12:last-child {
    margin-left: 25%;
  }

  .print\:last\:mt-4\/12:last-child {
    margin-top: 33.333333%;
  }

  .print\:last\:mr-4\/12:last-child {
    margin-right: 33.333333%;
  }

  .print\:last\:mb-4\/12:last-child {
    margin-bottom: 33.333333%;
  }

  .print\:last\:ml-4\/12:last-child {
    margin-left: 33.333333%;
  }

  .print\:last\:mt-5\/12:last-child {
    margin-top: 41.666667%;
  }

  .print\:last\:mr-5\/12:last-child {
    margin-right: 41.666667%;
  }

  .print\:last\:mb-5\/12:last-child {
    margin-bottom: 41.666667%;
  }

  .print\:last\:ml-5\/12:last-child {
    margin-left: 41.666667%;
  }

  .print\:last\:mt-6\/12:last-child {
    margin-top: 50%;
  }

  .print\:last\:mr-6\/12:last-child {
    margin-right: 50%;
  }

  .print\:last\:mb-6\/12:last-child {
    margin-bottom: 50%;
  }

  .print\:last\:ml-6\/12:last-child {
    margin-left: 50%;
  }

  .print\:last\:mt-7\/12:last-child {
    margin-top: 58.333333%;
  }

  .print\:last\:mr-7\/12:last-child {
    margin-right: 58.333333%;
  }

  .print\:last\:mb-7\/12:last-child {
    margin-bottom: 58.333333%;
  }

  .print\:last\:ml-7\/12:last-child {
    margin-left: 58.333333%;
  }

  .print\:last\:mt-8\/12:last-child {
    margin-top: 66.666667%;
  }

  .print\:last\:mr-8\/12:last-child {
    margin-right: 66.666667%;
  }

  .print\:last\:mb-8\/12:last-child {
    margin-bottom: 66.666667%;
  }

  .print\:last\:ml-8\/12:last-child {
    margin-left: 66.666667%;
  }

  .print\:last\:mt-9\/12:last-child {
    margin-top: 75%;
  }

  .print\:last\:mr-9\/12:last-child {
    margin-right: 75%;
  }

  .print\:last\:mb-9\/12:last-child {
    margin-bottom: 75%;
  }

  .print\:last\:ml-9\/12:last-child {
    margin-left: 75%;
  }

  .print\:last\:mt-10\/12:last-child {
    margin-top: 83.333333%;
  }

  .print\:last\:mr-10\/12:last-child {
    margin-right: 83.333333%;
  }

  .print\:last\:mb-10\/12:last-child {
    margin-bottom: 83.333333%;
  }

  .print\:last\:ml-10\/12:last-child {
    margin-left: 83.333333%;
  }

  .print\:last\:mt-11\/12:last-child {
    margin-top: 91.666667%;
  }

  .print\:last\:mr-11\/12:last-child {
    margin-right: 91.666667%;
  }

  .print\:last\:mb-11\/12:last-child {
    margin-bottom: 91.666667%;
  }

  .print\:last\:ml-11\/12:last-child {
    margin-left: 91.666667%;
  }

  .print\:last\:mt-full:last-child {
    margin-top: 100%;
  }

  .print\:last\:mr-full:last-child {
    margin-right: 100%;
  }

  .print\:last\:mb-full:last-child {
    margin-bottom: 100%;
  }

  .print\:last\:ml-full:last-child {
    margin-left: 100%;
  }

  .print\:last\:mt-screen:last-child {
    margin-top: 100vw;
  }

  .print\:last\:mr-screen:last-child {
    margin-right: 100vw;
  }

  .print\:last\:mb-screen:last-child {
    margin-bottom: 100vw;
  }

  .print\:last\:ml-screen:last-child {
    margin-left: 100vw;
  }

  .print\:last\:mt-10px:last-child {
    margin-top: 0.625rem;
  }

  .print\:last\:mr-10px:last-child {
    margin-right: 0.625rem;
  }

  .print\:last\:mb-10px:last-child {
    margin-bottom: 0.625rem;
  }

  .print\:last\:ml-10px:last-child {
    margin-left: 0.625rem;
  }

  .print\:last\:mt-20px:last-child {
    margin-top: 20px;
  }

  .print\:last\:mr-20px:last-child {
    margin-right: 20px;
  }

  .print\:last\:mb-20px:last-child {
    margin-bottom: 20px;
  }

  .print\:last\:ml-20px:last-child {
    margin-left: 20px;
  }

  .print\:last\:mt-30px:last-child {
    margin-top: 30px;
  }

  .print\:last\:mr-30px:last-child {
    margin-right: 30px;
  }

  .print\:last\:mb-30px:last-child {
    margin-bottom: 30px;
  }

  .print\:last\:ml-30px:last-child {
    margin-left: 30px;
  }

  .print\:last\:-mt-1:last-child {
    margin-top: -0.25rem;
  }

  .print\:last\:-mr-1:last-child {
    margin-right: -0.25rem;
  }

  .print\:last\:-mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .print\:last\:-ml-1:last-child {
    margin-left: -0.25rem;
  }

  .print\:last\:-mt-2:last-child {
    margin-top: -0.5rem;
  }

  .print\:last\:-mr-2:last-child {
    margin-right: -0.5rem;
  }

  .print\:last\:-mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .print\:last\:-ml-2:last-child {
    margin-left: -0.5rem;
  }

  .print\:last\:-mt-3:last-child {
    margin-top: -0.75rem;
  }

  .print\:last\:-mr-3:last-child {
    margin-right: -0.75rem;
  }

  .print\:last\:-mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .print\:last\:-ml-3:last-child {
    margin-left: -0.75rem;
  }

  .print\:last\:-mt-4:last-child {
    margin-top: -1rem;
  }

  .print\:last\:-mr-4:last-child {
    margin-right: -1rem;
  }

  .print\:last\:-mb-4:last-child {
    margin-bottom: -1rem;
  }

  .print\:last\:-ml-4:last-child {
    margin-left: -1rem;
  }

  .print\:last\:-mt-5:last-child {
    margin-top: -1.25rem;
  }

  .print\:last\:-mr-5:last-child {
    margin-right: -1.25rem;
  }

  .print\:last\:-mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .print\:last\:-ml-5:last-child {
    margin-left: -1.25rem;
  }

  .print\:last\:-mt-6:last-child {
    margin-top: -1.5rem;
  }

  .print\:last\:-mr-6:last-child {
    margin-right: -1.5rem;
  }

  .print\:last\:-mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .print\:last\:-ml-6:last-child {
    margin-left: -1.5rem;
  }

  .print\:last\:-mt-8:last-child {
    margin-top: -2rem;
  }

  .print\:last\:-mr-8:last-child {
    margin-right: -2rem;
  }

  .print\:last\:-mb-8:last-child {
    margin-bottom: -2rem;
  }

  .print\:last\:-ml-8:last-child {
    margin-left: -2rem;
  }

  .print\:last\:-mt-10:last-child {
    margin-top: -2.5rem;
  }

  .print\:last\:-mr-10:last-child {
    margin-right: -2.5rem;
  }

  .print\:last\:-mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .print\:last\:-ml-10:last-child {
    margin-left: -2.5rem;
  }

  .print\:last\:-mt-12:last-child {
    margin-top: -3rem;
  }

  .print\:last\:-mr-12:last-child {
    margin-right: -3rem;
  }

  .print\:last\:-mb-12:last-child {
    margin-bottom: -3rem;
  }

  .print\:last\:-ml-12:last-child {
    margin-left: -3rem;
  }

  .print\:last\:-mt-14:last-child {
    margin-top: -3.5rem;
  }

  .print\:last\:-mr-14:last-child {
    margin-right: -3.5rem;
  }

  .print\:last\:-mb-14:last-child {
    margin-bottom: -3.5rem;
  }

  .print\:last\:-ml-14:last-child {
    margin-left: -3.5rem;
  }

  .print\:last\:-mt-15:last-child {
    margin-top: -3.75rem;
  }

  .print\:last\:-mr-15:last-child {
    margin-right: -3.75rem;
  }

  .print\:last\:-mb-15:last-child {
    margin-bottom: -3.75rem;
  }

  .print\:last\:-ml-15:last-child {
    margin-left: -3.75rem;
  }

  .print\:last\:-mt-16:last-child {
    margin-top: -4rem;
  }

  .print\:last\:-mr-16:last-child {
    margin-right: -4rem;
  }

  .print\:last\:-mb-16:last-child {
    margin-bottom: -4rem;
  }

  .print\:last\:-ml-16:last-child {
    margin-left: -4rem;
  }

  .print\:last\:-mt-20:last-child {
    margin-top: -5rem;
  }

  .print\:last\:-mr-20:last-child {
    margin-right: -5rem;
  }

  .print\:last\:-mb-20:last-child {
    margin-bottom: -5rem;
  }

  .print\:last\:-ml-20:last-child {
    margin-left: -5rem;
  }

  .print\:last\:-mt-24:last-child {
    margin-top: -6rem;
  }

  .print\:last\:-mr-24:last-child {
    margin-right: -6rem;
  }

  .print\:last\:-mb-24:last-child {
    margin-bottom: -6rem;
  }

  .print\:last\:-ml-24:last-child {
    margin-left: -6rem;
  }

  .print\:last\:-mt-26:last-child {
    margin-top: -7rem;
  }

  .print\:last\:-mr-26:last-child {
    margin-right: -7rem;
  }

  .print\:last\:-mb-26:last-child {
    margin-bottom: -7rem;
  }

  .print\:last\:-ml-26:last-child {
    margin-left: -7rem;
  }

  .print\:last\:-mt-32:last-child {
    margin-top: -8rem;
  }

  .print\:last\:-mr-32:last-child {
    margin-right: -8rem;
  }

  .print\:last\:-mb-32:last-child {
    margin-bottom: -8rem;
  }

  .print\:last\:-ml-32:last-child {
    margin-left: -8rem;
  }

  .print\:last\:-mt-36:last-child {
    margin-top: -9rem;
  }

  .print\:last\:-mr-36:last-child {
    margin-right: -9rem;
  }

  .print\:last\:-mb-36:last-child {
    margin-bottom: -9rem;
  }

  .print\:last\:-ml-36:last-child {
    margin-left: -9rem;
  }

  .print\:last\:-mt-40:last-child {
    margin-top: -10rem;
  }

  .print\:last\:-mr-40:last-child {
    margin-right: -10rem;
  }

  .print\:last\:-mb-40:last-child {
    margin-bottom: -10rem;
  }

  .print\:last\:-ml-40:last-child {
    margin-left: -10rem;
  }

  .print\:last\:-mt-48:last-child {
    margin-top: -12rem;
  }

  .print\:last\:-mr-48:last-child {
    margin-right: -12rem;
  }

  .print\:last\:-mb-48:last-child {
    margin-bottom: -12rem;
  }

  .print\:last\:-ml-48:last-child {
    margin-left: -12rem;
  }

  .print\:last\:-mt-56:last-child {
    margin-top: -14rem;
  }

  .print\:last\:-mr-56:last-child {
    margin-right: -14rem;
  }

  .print\:last\:-mb-56:last-child {
    margin-bottom: -14rem;
  }

  .print\:last\:-ml-56:last-child {
    margin-left: -14rem;
  }

  .print\:last\:-mt-64:last-child {
    margin-top: -16rem;
  }

  .print\:last\:-mr-64:last-child {
    margin-right: -16rem;
  }

  .print\:last\:-mb-64:last-child {
    margin-bottom: -16rem;
  }

  .print\:last\:-ml-64:last-child {
    margin-left: -16rem;
  }

  .print\:last\:-mt-px:last-child {
    margin-top: -1px;
  }

  .print\:last\:-mr-px:last-child {
    margin-right: -1px;
  }

  .print\:last\:-mb-px:last-child {
    margin-bottom: -1px;
  }

  .print\:last\:-ml-px:last-child {
    margin-left: -1px;
  }

  .print\:last\:-mt-2px:last-child {
    margin-top: -2px;
  }

  .print\:last\:-mr-2px:last-child {
    margin-right: -2px;
  }

  .print\:last\:-mb-2px:last-child {
    margin-bottom: -2px;
  }

  .print\:last\:-ml-2px:last-child {
    margin-left: -2px;
  }

  .print\:last\:-mt-1\/2:last-child {
    margin-top: -50%;
  }

  .print\:last\:-mr-1\/2:last-child {
    margin-right: -50%;
  }

  .print\:last\:-mb-1\/2:last-child {
    margin-bottom: -50%;
  }

  .print\:last\:-ml-1\/2:last-child {
    margin-left: -50%;
  }

  .print\:last\:-mt-1\/3:last-child {
    margin-top: -33.33333%;
  }

  .print\:last\:-mr-1\/3:last-child {
    margin-right: -33.33333%;
  }

  .print\:last\:-mb-1\/3:last-child {
    margin-bottom: -33.33333%;
  }

  .print\:last\:-ml-1\/3:last-child {
    margin-left: -33.33333%;
  }

  .print\:last\:-mt-2\/3:last-child {
    margin-top: -66.66667%;
  }

  .print\:last\:-mr-2\/3:last-child {
    margin-right: -66.66667%;
  }

  .print\:last\:-mb-2\/3:last-child {
    margin-bottom: -66.66667%;
  }

  .print\:last\:-ml-2\/3:last-child {
    margin-left: -66.66667%;
  }

  .print\:last\:-mt-1\/4:last-child {
    margin-top: -25%;
  }

  .print\:last\:-mr-1\/4:last-child {
    margin-right: -25%;
  }

  .print\:last\:-mb-1\/4:last-child {
    margin-bottom: -25%;
  }

  .print\:last\:-ml-1\/4:last-child {
    margin-left: -25%;
  }

  .print\:last\:-mt-2\/4:last-child {
    margin-top: -50%;
  }

  .print\:last\:-mr-2\/4:last-child {
    margin-right: -50%;
  }

  .print\:last\:-mb-2\/4:last-child {
    margin-bottom: -50%;
  }

  .print\:last\:-ml-2\/4:last-child {
    margin-left: -50%;
  }

  .print\:last\:-mt-3\/4:last-child {
    margin-top: -75%;
  }

  .print\:last\:-mr-3\/4:last-child {
    margin-right: -75%;
  }

  .print\:last\:-mb-3\/4:last-child {
    margin-bottom: -75%;
  }

  .print\:last\:-ml-3\/4:last-child {
    margin-left: -75%;
  }

  .print\:last\:-mt-1\/5:last-child {
    margin-top: -20%;
  }

  .print\:last\:-mr-1\/5:last-child {
    margin-right: -20%;
  }

  .print\:last\:-mb-1\/5:last-child {
    margin-bottom: -20%;
  }

  .print\:last\:-ml-1\/5:last-child {
    margin-left: -20%;
  }

  .print\:last\:-mt-2\/5:last-child {
    margin-top: -40%;
  }

  .print\:last\:-mr-2\/5:last-child {
    margin-right: -40%;
  }

  .print\:last\:-mb-2\/5:last-child {
    margin-bottom: -40%;
  }

  .print\:last\:-ml-2\/5:last-child {
    margin-left: -40%;
  }

  .print\:last\:-mt-3\/5:last-child {
    margin-top: -60%;
  }

  .print\:last\:-mr-3\/5:last-child {
    margin-right: -60%;
  }

  .print\:last\:-mb-3\/5:last-child {
    margin-bottom: -60%;
  }

  .print\:last\:-ml-3\/5:last-child {
    margin-left: -60%;
  }

  .print\:last\:-mt-4\/5:last-child {
    margin-top: -80%;
  }

  .print\:last\:-mr-4\/5:last-child {
    margin-right: -80%;
  }

  .print\:last\:-mb-4\/5:last-child {
    margin-bottom: -80%;
  }

  .print\:last\:-ml-4\/5:last-child {
    margin-left: -80%;
  }

  .print\:last\:-mt-1\/6:last-child {
    margin-top: -16.66667%;
  }

  .print\:last\:-mr-1\/6:last-child {
    margin-right: -16.66667%;
  }

  .print\:last\:-mb-1\/6:last-child {
    margin-bottom: -16.66667%;
  }

  .print\:last\:-ml-1\/6:last-child {
    margin-left: -16.66667%;
  }

  .print\:last\:-mt-2\/6:last-child {
    margin-top: -33.33333%;
  }

  .print\:last\:-mr-2\/6:last-child {
    margin-right: -33.33333%;
  }

  .print\:last\:-mb-2\/6:last-child {
    margin-bottom: -33.33333%;
  }

  .print\:last\:-ml-2\/6:last-child {
    margin-left: -33.33333%;
  }

  .print\:last\:-mt-3\/6:last-child {
    margin-top: -50%;
  }

  .print\:last\:-mr-3\/6:last-child {
    margin-right: -50%;
  }

  .print\:last\:-mb-3\/6:last-child {
    margin-bottom: -50%;
  }

  .print\:last\:-ml-3\/6:last-child {
    margin-left: -50%;
  }

  .print\:last\:-mt-4\/6:last-child {
    margin-top: -66.66667%;
  }

  .print\:last\:-mr-4\/6:last-child {
    margin-right: -66.66667%;
  }

  .print\:last\:-mb-4\/6:last-child {
    margin-bottom: -66.66667%;
  }

  .print\:last\:-ml-4\/6:last-child {
    margin-left: -66.66667%;
  }

  .print\:last\:-mt-5\/6:last-child {
    margin-top: -83.33333%;
  }

  .print\:last\:-mr-5\/6:last-child {
    margin-right: -83.33333%;
  }

  .print\:last\:-mb-5\/6:last-child {
    margin-bottom: -83.33333%;
  }

  .print\:last\:-ml-5\/6:last-child {
    margin-left: -83.33333%;
  }

  .print\:last\:-mt-1\/12:last-child {
    margin-top: -8.33333%;
  }

  .print\:last\:-mr-1\/12:last-child {
    margin-right: -8.33333%;
  }

  .print\:last\:-mb-1\/12:last-child {
    margin-bottom: -8.33333%;
  }

  .print\:last\:-ml-1\/12:last-child {
    margin-left: -8.33333%;
  }

  .print\:last\:-mt-2\/12:last-child {
    margin-top: -16.66667%;
  }

  .print\:last\:-mr-2\/12:last-child {
    margin-right: -16.66667%;
  }

  .print\:last\:-mb-2\/12:last-child {
    margin-bottom: -16.66667%;
  }

  .print\:last\:-ml-2\/12:last-child {
    margin-left: -16.66667%;
  }

  .print\:last\:-mt-3\/12:last-child {
    margin-top: -25%;
  }

  .print\:last\:-mr-3\/12:last-child {
    margin-right: -25%;
  }

  .print\:last\:-mb-3\/12:last-child {
    margin-bottom: -25%;
  }

  .print\:last\:-ml-3\/12:last-child {
    margin-left: -25%;
  }

  .print\:last\:-mt-4\/12:last-child {
    margin-top: -33.33333%;
  }

  .print\:last\:-mr-4\/12:last-child {
    margin-right: -33.33333%;
  }

  .print\:last\:-mb-4\/12:last-child {
    margin-bottom: -33.33333%;
  }

  .print\:last\:-ml-4\/12:last-child {
    margin-left: -33.33333%;
  }

  .print\:last\:-mt-5\/12:last-child {
    margin-top: -41.66667%;
  }

  .print\:last\:-mr-5\/12:last-child {
    margin-right: -41.66667%;
  }

  .print\:last\:-mb-5\/12:last-child {
    margin-bottom: -41.66667%;
  }

  .print\:last\:-ml-5\/12:last-child {
    margin-left: -41.66667%;
  }

  .print\:last\:-mt-6\/12:last-child {
    margin-top: -50%;
  }

  .print\:last\:-mr-6\/12:last-child {
    margin-right: -50%;
  }

  .print\:last\:-mb-6\/12:last-child {
    margin-bottom: -50%;
  }

  .print\:last\:-ml-6\/12:last-child {
    margin-left: -50%;
  }

  .print\:last\:-mt-7\/12:last-child {
    margin-top: -58.33333%;
  }

  .print\:last\:-mr-7\/12:last-child {
    margin-right: -58.33333%;
  }

  .print\:last\:-mb-7\/12:last-child {
    margin-bottom: -58.33333%;
  }

  .print\:last\:-ml-7\/12:last-child {
    margin-left: -58.33333%;
  }

  .print\:last\:-mt-8\/12:last-child {
    margin-top: -66.66667%;
  }

  .print\:last\:-mr-8\/12:last-child {
    margin-right: -66.66667%;
  }

  .print\:last\:-mb-8\/12:last-child {
    margin-bottom: -66.66667%;
  }

  .print\:last\:-ml-8\/12:last-child {
    margin-left: -66.66667%;
  }

  .print\:last\:-mt-9\/12:last-child {
    margin-top: -75%;
  }

  .print\:last\:-mr-9\/12:last-child {
    margin-right: -75%;
  }

  .print\:last\:-mb-9\/12:last-child {
    margin-bottom: -75%;
  }

  .print\:last\:-ml-9\/12:last-child {
    margin-left: -75%;
  }

  .print\:last\:-mt-10\/12:last-child {
    margin-top: -83.33333%;
  }

  .print\:last\:-mr-10\/12:last-child {
    margin-right: -83.33333%;
  }

  .print\:last\:-mb-10\/12:last-child {
    margin-bottom: -83.33333%;
  }

  .print\:last\:-ml-10\/12:last-child {
    margin-left: -83.33333%;
  }

  .print\:last\:-mt-11\/12:last-child {
    margin-top: -91.66667%;
  }

  .print\:last\:-mr-11\/12:last-child {
    margin-right: -91.66667%;
  }

  .print\:last\:-mb-11\/12:last-child {
    margin-bottom: -91.66667%;
  }

  .print\:last\:-ml-11\/12:last-child {
    margin-left: -91.66667%;
  }

  .print\:last\:-mt-full:last-child {
    margin-top: -100%;
  }

  .print\:last\:-mr-full:last-child {
    margin-right: -100%;
  }

  .print\:last\:-mb-full:last-child {
    margin-bottom: -100%;
  }

  .print\:last\:-ml-full:last-child {
    margin-left: -100%;
  }

  .print\:last\:-mt-screen:last-child {
    margin-top: -100vw;
  }

  .print\:last\:-mr-screen:last-child {
    margin-right: -100vw;
  }

  .print\:last\:-mb-screen:last-child {
    margin-bottom: -100vw;
  }

  .print\:last\:-ml-screen:last-child {
    margin-left: -100vw;
  }

  .print\:last\:-mt-10px:last-child {
    margin-top: -0.625rem;
  }

  .print\:last\:-mr-10px:last-child {
    margin-right: -0.625rem;
  }

  .print\:last\:-mb-10px:last-child {
    margin-bottom: -0.625rem;
  }

  .print\:last\:-ml-10px:last-child {
    margin-left: -0.625rem;
  }

  .print\:last\:-mt-20px:last-child {
    margin-top: -20px;
  }

  .print\:last\:-mr-20px:last-child {
    margin-right: -20px;
  }

  .print\:last\:-mb-20px:last-child {
    margin-bottom: -20px;
  }

  .print\:last\:-ml-20px:last-child {
    margin-left: -20px;
  }

  .print\:last\:-mt-30px:last-child {
    margin-top: -30px;
  }

  .print\:last\:-mr-30px:last-child {
    margin-right: -30px;
  }

  .print\:last\:-mb-30px:last-child {
    margin-bottom: -30px;
  }

  .print\:last\:-ml-30px:last-child {
    margin-left: -30px;
  }

  .print\:max-h-400 {
    max-height: 400px;
  }

  .print\:max-h-full {
    max-height: 100%;
  }

  .print\:max-h-screen {
    max-height: 100vh;
  }

  .print\:max-w-60 {
    max-width: 60%;
  }

  .print\:max-w-170 {
    max-width: 170px;
  }

  .print\:max-w-200 {
    max-width: 200px;
  }

  .print\:max-w-300 {
    max-width: 300px;
  }

  .print\:max-w-none {
    max-width: none;
  }

  .print\:max-w-xs {
    max-width: 20rem;
  }

  .print\:max-w-sm {
    max-width: 24rem;
  }

  .print\:max-w-md {
    max-width: 28rem;
  }

  .print\:max-w-lg {
    max-width: 32rem;
  }

  .print\:max-w-xl {
    max-width: 36rem;
  }

  .print\:max-w-2xl {
    max-width: 42rem;
  }

  .print\:max-w-3xl {
    max-width: 48rem;
  }

  .print\:max-w-4xl {
    max-width: 56rem;
  }

  .print\:max-w-5xl {
    max-width: 64rem;
  }

  .print\:max-w-6xl {
    max-width: 72rem;
  }

  .print\:max-w-full {
    max-width: 100%;
  }

  .print\:max-w-screen-xxs {
    max-width: 400px;
  }

  .print\:max-w-screen-xs {
    max-width: 480px;
  }

  .print\:max-w-screen-sm {
    max-width: 640px;
  }

  .print\:max-w-screen-md {
    max-width: 768px;
  }

  .print\:max-w-screen-tablet {
    max-width: 900px;
  }

  .print\:max-w-screen-lg {
    max-width: 1024px;
  }

  .print\:max-w-screen-xl {
    max-width: 1280px;
  }

  .print\:min-h-0 {
    min-height: 0;
  }

  .print\:min-h-full {
    min-height: 100%;
  }

  .print\:min-h-screen {
    min-height: 100vh;
  }

  .print\:min-w-0 {
    min-width: 0;
  }

  .print\:min-w-full {
    min-width: 100%;
  }

  .print\:object-contain {
    object-fit: contain;
  }

  .print\:object-cover {
    object-fit: cover;
  }

  .print\:object-fill {
    object-fit: fill;
  }

  .print\:object-none {
    object-fit: none;
  }

  .print\:object-scale-down {
    object-fit: scale-down;
  }

  .print\:object-bottom {
    object-position: bottom;
  }

  .print\:object-center {
    object-position: center;
  }

  .print\:object-left {
    object-position: left;
  }

  .print\:object-left-bottom {
    object-position: left bottom;
  }

  .print\:object-left-top {
    object-position: left top;
  }

  .print\:object-right {
    object-position: right;
  }

  .print\:object-right-bottom {
    object-position: right bottom;
  }

  .print\:object-right-top {
    object-position: right top;
  }

  .print\:object-top {
    object-position: top;
  }

  .print\:opacity-0 {
    opacity: 0;
  }

  .print\:opacity-10 {
    opacity: 0.10;
  }

  .print\:opacity-25 {
    opacity: 0.25;
  }

  .print\:opacity-50 {
    opacity: 0.5;
  }

  .print\:opacity-75 {
    opacity: 0.75;
  }

  .print\:opacity-100 {
    opacity: 1;
  }

  .print\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .print\:hover\:opacity-10:hover {
    opacity: 0.10;
  }

  .print\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .print\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .print\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .print\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .print\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .print\:focus\:opacity-10:focus {
    opacity: 0.10;
  }

  .print\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .print\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .print\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .print\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .print\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .print\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .print\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .print\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .print\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .print\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .print\:overflow-auto {
    overflow: auto;
  }

  .print\:overflow-hidden {
    overflow: hidden;
  }

  .print\:overflow-visible {
    overflow: visible;
  }

  .print\:overflow-scroll {
    overflow: scroll;
  }

  .print\:overflow-x-auto {
    overflow-x: auto;
  }

  .print\:overflow-y-auto {
    overflow-y: auto;
  }

  .print\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .print\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .print\:overflow-x-visible {
    overflow-x: visible;
  }

  .print\:overflow-y-visible {
    overflow-y: visible;
  }

  .print\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .print\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .print\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .print\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .print\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .print\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .print\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .print\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .print\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .print\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .print\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .print\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .print\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .print\:p-0 {
    padding: 0;
  }

  .print\:p-1 {
    padding: 0.25rem;
  }

  .print\:p-2 {
    padding: 0.5rem;
  }

  .print\:p-3 {
    padding: 0.75rem;
  }

  .print\:p-4 {
    padding: 1rem;
  }

  .print\:p-5 {
    padding: 1.25rem;
  }

  .print\:p-6 {
    padding: 1.5rem;
  }

  .print\:p-8 {
    padding: 2rem;
  }

  .print\:p-10 {
    padding: 2.5rem;
  }

  .print\:p-12 {
    padding: 3rem;
  }

  .print\:p-14 {
    padding: 3.5rem;
  }

  .print\:p-15 {
    padding: 3.75rem;
  }

  .print\:p-16 {
    padding: 4rem;
  }

  .print\:p-20 {
    padding: 5rem;
  }

  .print\:p-24 {
    padding: 6rem;
  }

  .print\:p-26 {
    padding: 7rem;
  }

  .print\:p-32 {
    padding: 8rem;
  }

  .print\:p-36 {
    padding: 9rem;
  }

  .print\:p-40 {
    padding: 10rem;
  }

  .print\:p-48 {
    padding: 12rem;
  }

  .print\:p-56 {
    padding: 14rem;
  }

  .print\:p-64 {
    padding: 16rem;
  }

  .print\:p-px {
    padding: 1px;
  }

  .print\:p-2px {
    padding: 2px;
  }

  .print\:p-1\/2 {
    padding: 50%;
  }

  .print\:p-1\/3 {
    padding: 33.333333%;
  }

  .print\:p-2\/3 {
    padding: 66.666667%;
  }

  .print\:p-1\/4 {
    padding: 25%;
  }

  .print\:p-2\/4 {
    padding: 50%;
  }

  .print\:p-3\/4 {
    padding: 75%;
  }

  .print\:p-1\/5 {
    padding: 20%;
  }

  .print\:p-2\/5 {
    padding: 40%;
  }

  .print\:p-3\/5 {
    padding: 60%;
  }

  .print\:p-4\/5 {
    padding: 80%;
  }

  .print\:p-1\/6 {
    padding: 16.666667%;
  }

  .print\:p-2\/6 {
    padding: 33.333333%;
  }

  .print\:p-3\/6 {
    padding: 50%;
  }

  .print\:p-4\/6 {
    padding: 66.666667%;
  }

  .print\:p-5\/6 {
    padding: 83.333333%;
  }

  .print\:p-1\/12 {
    padding: 8.333333%;
  }

  .print\:p-2\/12 {
    padding: 16.666667%;
  }

  .print\:p-3\/12 {
    padding: 25%;
  }

  .print\:p-4\/12 {
    padding: 33.333333%;
  }

  .print\:p-5\/12 {
    padding: 41.666667%;
  }

  .print\:p-6\/12 {
    padding: 50%;
  }

  .print\:p-7\/12 {
    padding: 58.333333%;
  }

  .print\:p-8\/12 {
    padding: 66.666667%;
  }

  .print\:p-9\/12 {
    padding: 75%;
  }

  .print\:p-10\/12 {
    padding: 83.333333%;
  }

  .print\:p-11\/12 {
    padding: 91.666667%;
  }

  .print\:p-full {
    padding: 100%;
  }

  .print\:p-screen {
    padding: 100vw;
  }

  .print\:p-10px {
    padding: 0.625rem;
  }

  .print\:p-20px {
    padding: 20px;
  }

  .print\:p-30px {
    padding: 30px;
  }

  .print\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .print\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .print\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .print\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .print\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .print\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .print\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .print\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .print\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .print\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .print\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .print\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .print\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .print\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .print\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .print\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .print\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .print\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .print\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .print\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .print\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .print\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .print\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .print\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .print\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .print\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .print\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .print\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .print\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .print\:py-26 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .print\:px-26 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .print\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .print\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .print\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .print\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .print\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .print\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .print\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .print\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .print\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .print\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .print\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .print\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .print\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .print\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .print\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .print\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .print\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .print\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .print\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .print\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .print\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .print\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .print\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .print\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .print\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .print\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .print\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .print\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .print\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .print\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .print\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .print\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .print\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .print\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .print\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .print\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .print\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .print\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .print\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .print\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .print\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .print\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .print\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .print\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .print\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .print\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .print\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .print\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .print\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .print\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .print\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .print\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .print\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .print\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .print\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .print\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .print\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .print\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .print\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .print\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .print\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .print\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .print\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .print\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .print\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .print\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .print\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .print\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .print\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .print\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .print\:py-screen {
    padding-top: 100vw;
    padding-bottom: 100vw;
  }

  .print\:px-screen {
    padding-left: 100vw;
    padding-right: 100vw;
  }

  .print\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .print\:px-10px {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .print\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .print\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .print\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .print\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .print\:pt-0 {
    padding-top: 0;
  }

  .print\:pr-0 {
    padding-right: 0;
  }

  .print\:pb-0 {
    padding-bottom: 0;
  }

  .print\:pl-0 {
    padding-left: 0;
  }

  .print\:pt-1 {
    padding-top: 0.25rem;
  }

  .print\:pr-1 {
    padding-right: 0.25rem;
  }

  .print\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .print\:pl-1 {
    padding-left: 0.25rem;
  }

  .print\:pt-2 {
    padding-top: 0.5rem;
  }

  .print\:pr-2 {
    padding-right: 0.5rem;
  }

  .print\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .print\:pl-2 {
    padding-left: 0.5rem;
  }

  .print\:pt-3 {
    padding-top: 0.75rem;
  }

  .print\:pr-3 {
    padding-right: 0.75rem;
  }

  .print\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .print\:pl-3 {
    padding-left: 0.75rem;
  }

  .print\:pt-4 {
    padding-top: 1rem;
  }

  .print\:pr-4 {
    padding-right: 1rem;
  }

  .print\:pb-4 {
    padding-bottom: 1rem;
  }

  .print\:pl-4 {
    padding-left: 1rem;
  }

  .print\:pt-5 {
    padding-top: 1.25rem;
  }

  .print\:pr-5 {
    padding-right: 1.25rem;
  }

  .print\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .print\:pl-5 {
    padding-left: 1.25rem;
  }

  .print\:pt-6 {
    padding-top: 1.5rem;
  }

  .print\:pr-6 {
    padding-right: 1.5rem;
  }

  .print\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .print\:pl-6 {
    padding-left: 1.5rem;
  }

  .print\:pt-8 {
    padding-top: 2rem;
  }

  .print\:pr-8 {
    padding-right: 2rem;
  }

  .print\:pb-8 {
    padding-bottom: 2rem;
  }

  .print\:pl-8 {
    padding-left: 2rem;
  }

  .print\:pt-10 {
    padding-top: 2.5rem;
  }

  .print\:pr-10 {
    padding-right: 2.5rem;
  }

  .print\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .print\:pl-10 {
    padding-left: 2.5rem;
  }

  .print\:pt-12 {
    padding-top: 3rem;
  }

  .print\:pr-12 {
    padding-right: 3rem;
  }

  .print\:pb-12 {
    padding-bottom: 3rem;
  }

  .print\:pl-12 {
    padding-left: 3rem;
  }

  .print\:pt-14 {
    padding-top: 3.5rem;
  }

  .print\:pr-14 {
    padding-right: 3.5rem;
  }

  .print\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .print\:pl-14 {
    padding-left: 3.5rem;
  }

  .print\:pt-15 {
    padding-top: 3.75rem;
  }

  .print\:pr-15 {
    padding-right: 3.75rem;
  }

  .print\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .print\:pl-15 {
    padding-left: 3.75rem;
  }

  .print\:pt-16 {
    padding-top: 4rem;
  }

  .print\:pr-16 {
    padding-right: 4rem;
  }

  .print\:pb-16 {
    padding-bottom: 4rem;
  }

  .print\:pl-16 {
    padding-left: 4rem;
  }

  .print\:pt-20 {
    padding-top: 5rem;
  }

  .print\:pr-20 {
    padding-right: 5rem;
  }

  .print\:pb-20 {
    padding-bottom: 5rem;
  }

  .print\:pl-20 {
    padding-left: 5rem;
  }

  .print\:pt-24 {
    padding-top: 6rem;
  }

  .print\:pr-24 {
    padding-right: 6rem;
  }

  .print\:pb-24 {
    padding-bottom: 6rem;
  }

  .print\:pl-24 {
    padding-left: 6rem;
  }

  .print\:pt-26 {
    padding-top: 7rem;
  }

  .print\:pr-26 {
    padding-right: 7rem;
  }

  .print\:pb-26 {
    padding-bottom: 7rem;
  }

  .print\:pl-26 {
    padding-left: 7rem;
  }

  .print\:pt-32 {
    padding-top: 8rem;
  }

  .print\:pr-32 {
    padding-right: 8rem;
  }

  .print\:pb-32 {
    padding-bottom: 8rem;
  }

  .print\:pl-32 {
    padding-left: 8rem;
  }

  .print\:pt-36 {
    padding-top: 9rem;
  }

  .print\:pr-36 {
    padding-right: 9rem;
  }

  .print\:pb-36 {
    padding-bottom: 9rem;
  }

  .print\:pl-36 {
    padding-left: 9rem;
  }

  .print\:pt-40 {
    padding-top: 10rem;
  }

  .print\:pr-40 {
    padding-right: 10rem;
  }

  .print\:pb-40 {
    padding-bottom: 10rem;
  }

  .print\:pl-40 {
    padding-left: 10rem;
  }

  .print\:pt-48 {
    padding-top: 12rem;
  }

  .print\:pr-48 {
    padding-right: 12rem;
  }

  .print\:pb-48 {
    padding-bottom: 12rem;
  }

  .print\:pl-48 {
    padding-left: 12rem;
  }

  .print\:pt-56 {
    padding-top: 14rem;
  }

  .print\:pr-56 {
    padding-right: 14rem;
  }

  .print\:pb-56 {
    padding-bottom: 14rem;
  }

  .print\:pl-56 {
    padding-left: 14rem;
  }

  .print\:pt-64 {
    padding-top: 16rem;
  }

  .print\:pr-64 {
    padding-right: 16rem;
  }

  .print\:pb-64 {
    padding-bottom: 16rem;
  }

  .print\:pl-64 {
    padding-left: 16rem;
  }

  .print\:pt-px {
    padding-top: 1px;
  }

  .print\:pr-px {
    padding-right: 1px;
  }

  .print\:pb-px {
    padding-bottom: 1px;
  }

  .print\:pl-px {
    padding-left: 1px;
  }

  .print\:pt-2px {
    padding-top: 2px;
  }

  .print\:pr-2px {
    padding-right: 2px;
  }

  .print\:pb-2px {
    padding-bottom: 2px;
  }

  .print\:pl-2px {
    padding-left: 2px;
  }

  .print\:pt-1\/2 {
    padding-top: 50%;
  }

  .print\:pr-1\/2 {
    padding-right: 50%;
  }

  .print\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .print\:pl-1\/2 {
    padding-left: 50%;
  }

  .print\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .print\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .print\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .print\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .print\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .print\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .print\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .print\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .print\:pt-1\/4 {
    padding-top: 25%;
  }

  .print\:pr-1\/4 {
    padding-right: 25%;
  }

  .print\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .print\:pl-1\/4 {
    padding-left: 25%;
  }

  .print\:pt-2\/4 {
    padding-top: 50%;
  }

  .print\:pr-2\/4 {
    padding-right: 50%;
  }

  .print\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .print\:pl-2\/4 {
    padding-left: 50%;
  }

  .print\:pt-3\/4 {
    padding-top: 75%;
  }

  .print\:pr-3\/4 {
    padding-right: 75%;
  }

  .print\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .print\:pl-3\/4 {
    padding-left: 75%;
  }

  .print\:pt-1\/5 {
    padding-top: 20%;
  }

  .print\:pr-1\/5 {
    padding-right: 20%;
  }

  .print\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .print\:pl-1\/5 {
    padding-left: 20%;
  }

  .print\:pt-2\/5 {
    padding-top: 40%;
  }

  .print\:pr-2\/5 {
    padding-right: 40%;
  }

  .print\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .print\:pl-2\/5 {
    padding-left: 40%;
  }

  .print\:pt-3\/5 {
    padding-top: 60%;
  }

  .print\:pr-3\/5 {
    padding-right: 60%;
  }

  .print\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .print\:pl-3\/5 {
    padding-left: 60%;
  }

  .print\:pt-4\/5 {
    padding-top: 80%;
  }

  .print\:pr-4\/5 {
    padding-right: 80%;
  }

  .print\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .print\:pl-4\/5 {
    padding-left: 80%;
  }

  .print\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .print\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .print\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .print\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .print\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .print\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .print\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .print\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .print\:pt-3\/6 {
    padding-top: 50%;
  }

  .print\:pr-3\/6 {
    padding-right: 50%;
  }

  .print\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .print\:pl-3\/6 {
    padding-left: 50%;
  }

  .print\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .print\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .print\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .print\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .print\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .print\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .print\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .print\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .print\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .print\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .print\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .print\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .print\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .print\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .print\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .print\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .print\:pt-3\/12 {
    padding-top: 25%;
  }

  .print\:pr-3\/12 {
    padding-right: 25%;
  }

  .print\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .print\:pl-3\/12 {
    padding-left: 25%;
  }

  .print\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .print\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .print\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .print\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .print\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .print\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .print\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .print\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .print\:pt-6\/12 {
    padding-top: 50%;
  }

  .print\:pr-6\/12 {
    padding-right: 50%;
  }

  .print\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .print\:pl-6\/12 {
    padding-left: 50%;
  }

  .print\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .print\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .print\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .print\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .print\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .print\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .print\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .print\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .print\:pt-9\/12 {
    padding-top: 75%;
  }

  .print\:pr-9\/12 {
    padding-right: 75%;
  }

  .print\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .print\:pl-9\/12 {
    padding-left: 75%;
  }

  .print\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .print\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .print\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .print\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .print\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .print\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .print\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .print\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .print\:pt-full {
    padding-top: 100%;
  }

  .print\:pr-full {
    padding-right: 100%;
  }

  .print\:pb-full {
    padding-bottom: 100%;
  }

  .print\:pl-full {
    padding-left: 100%;
  }

  .print\:pt-screen {
    padding-top: 100vw;
  }

  .print\:pr-screen {
    padding-right: 100vw;
  }

  .print\:pb-screen {
    padding-bottom: 100vw;
  }

  .print\:pl-screen {
    padding-left: 100vw;
  }

  .print\:pt-10px {
    padding-top: 0.625rem;
  }

  .print\:pr-10px {
    padding-right: 0.625rem;
  }

  .print\:pb-10px {
    padding-bottom: 0.625rem;
  }

  .print\:pl-10px {
    padding-left: 0.625rem;
  }

  .print\:pt-20px {
    padding-top: 20px;
  }

  .print\:pr-20px {
    padding-right: 20px;
  }

  .print\:pb-20px {
    padding-bottom: 20px;
  }

  .print\:pl-20px {
    padding-left: 20px;
  }

  .print\:pt-30px {
    padding-top: 30px;
  }

  .print\:pr-30px {
    padding-right: 30px;
  }

  .print\:pb-30px {
    padding-bottom: 30px;
  }

  .print\:pl-30px {
    padding-left: 30px;
  }

  .print\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .print\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .print\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .print\:placeholder-black-transparent::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .print\:placeholder-black-transparent:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .print\:placeholder-black-transparent::placeholder {
    color: rgba(0,0,0,.15);
  }

  .print\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .print\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .print\:placeholder-black::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .print\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .print\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .print\:placeholder-white::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .print\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .print\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .print\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .print\:placeholder-red::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .print\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .print\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .print\:placeholder-orange::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .print\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .print\:placeholder-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .print\:placeholder-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .print\:placeholder-green::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .print\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .print\:placeholder-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .print\:placeholder-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .print\:placeholder-blue::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .print\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .print\:placeholder-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .print\:placeholder-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .print\:placeholder-purple::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .print\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .print\:placeholder-red-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .print\:placeholder-red-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .print\:placeholder-red-darker::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .print\:placeholder-green-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .print\:placeholder-green-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .print\:placeholder-green-light::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .print\:placeholder-green-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .print\:placeholder-green-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .print\:placeholder-green-darker::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .print\:placeholder-green-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .print\:placeholder-green-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .print\:placeholder-green-dark::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .print\:placeholder-lime::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .print\:placeholder-lime:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .print\:placeholder-lime::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .print\:placeholder-blue-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-blue-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-blue-darker::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .print\:placeholder-blue-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .print\:placeholder-blue-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .print\:placeholder-blue-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .print\:placeholder-grey::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .print\:placeholder-grey:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .print\:placeholder-grey::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-extra-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-extra-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-extra-darker::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-pinch-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-pinch-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-pinch-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-darker::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-darker:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-darker::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-darkest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-darkest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-darkest::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-medium::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-medium:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-medium::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-dark::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-dark:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-dark::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-lighter::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-lighter:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-lighter::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-light:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-lightest::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-lightest:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .print\:placeholder-grey-lightest::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-purple::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-purple:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-purple::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-pink::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-pink:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-pink::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-red::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-red:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-red::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-orange::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-orange:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-orange::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-yellow::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-yellow::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-green::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-green:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-green::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-blue::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-blue:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .print\:placeholder-jobs-blue::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .print\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .print\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .print\:focus\:placeholder-black-transparent:focus::-moz-placeholder {
    color: rgba(0,0,0,.15);
  }

  .print\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.15);
  }

  .print\:focus\:placeholder-black-transparent:focus::placeholder {
    color: rgba(0,0,0,.15);
  }

  .print\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-red-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-red-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-red-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-green-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-lime:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-lime:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-lime:focus::placeholder {
    --placeholder-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-blue-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey:focus::placeholder {
    --placeholder-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-extra-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-extra-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-extra-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-pinch-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-pinch-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-pinch-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-darker:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-darker:focus::placeholder {
    --placeholder-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-darkest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-darkest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-medium:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-medium:focus::placeholder {
    --placeholder-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-dark:focus::placeholder {
    --placeholder-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-lighter:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-lighter:focus::placeholder {
    --placeholder-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-lightest:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-grey-lightest:focus::placeholder {
    --placeholder-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-purple:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-purple:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-purple:focus::placeholder {
    --placeholder-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-pink:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-pink:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-pink:focus::placeholder {
    --placeholder-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-red:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-red:focus::placeholder {
    --placeholder-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-orange:focus::placeholder {
    --placeholder-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-yellow:focus::placeholder {
    --placeholder-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-green:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-green:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-green:focus::placeholder {
    --placeholder-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .print\:focus\:placeholder-jobs-blue:focus::placeholder {
    --placeholder-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--placeholder-opacity));
  }

  .print\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .print\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .print\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0;
  }

  .print\:placeholder-opacity-10::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .print\:placeholder-opacity-10:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .print\:placeholder-opacity-10::placeholder {
    --placeholder-opacity: 0.10;
  }

  .print\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .print\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .print\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25;
  }

  .print\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .print\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .print\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5;
  }

  .print\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .print\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .print\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75;
  }

  .print\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .print\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .print\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1;
  }

  .print\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0;
  }

  .print\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0;
  }

  .print\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0;
  }

  .print\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --placeholder-opacity: 0.10;
  }

  .print\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.10;
  }

  .print\:focus\:placeholder-opacity-10:focus::placeholder {
    --placeholder-opacity: 0.10;
  }

  .print\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25;
  }

  .print\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25;
  }

  .print\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25;
  }

  .print\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5;
  }

  .print\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5;
  }

  .print\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5;
  }

  .print\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75;
  }

  .print\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75;
  }

  .print\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75;
  }

  .print\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1;
  }

  .print\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1;
  }

  .print\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1;
  }

  .print\:pointer-events-none {
    pointer-events: none;
  }

  .print\:pointer-events-auto {
    pointer-events: auto;
  }

  .print\:static {
    position: static;
  }

  .print\:fixed {
    position: fixed;
  }

  .print\:absolute {
    position: absolute;
  }

  .print\:relative {
    position: relative;
  }

  .print\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .print\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .print\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .print\:inset-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .print\:-inset-1 {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .print\:-inset-2 {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .print\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .print\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .print\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .print\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .print\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .print\:inset-y-100 {
    top: 100%;
    bottom: 100%;
  }

  .print\:inset-x-100 {
    right: 100%;
    left: 100%;
  }

  .print\:-inset-y-1 {
    top: -1px;
    bottom: -1px;
  }

  .print\:-inset-x-1 {
    right: -1px;
    left: -1px;
  }

  .print\:-inset-y-2 {
    top: -2px;
    bottom: -2px;
  }

  .print\:-inset-x-2 {
    right: -2px;
    left: -2px;
  }

  .print\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .print\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .print\:top-0 {
    top: 0;
  }

  .print\:right-0 {
    right: 0;
  }

  .print\:bottom-0 {
    bottom: 0;
  }

  .print\:left-0 {
    left: 0;
  }

  .print\:top-8 {
    top: 2rem;
  }

  .print\:right-8 {
    right: 2rem;
  }

  .print\:bottom-8 {
    bottom: 2rem;
  }

  .print\:left-8 {
    left: 2rem;
  }

  .print\:top-100 {
    top: 100%;
  }

  .print\:right-100 {
    right: 100%;
  }

  .print\:bottom-100 {
    bottom: 100%;
  }

  .print\:left-100 {
    left: 100%;
  }

  .print\:-top-1 {
    top: -1px;
  }

  .print\:-right-1 {
    right: -1px;
  }

  .print\:-bottom-1 {
    bottom: -1px;
  }

  .print\:-left-1 {
    left: -1px;
  }

  .print\:-top-2 {
    top: -2px;
  }

  .print\:-right-2 {
    right: -2px;
  }

  .print\:-bottom-2 {
    bottom: -2px;
  }

  .print\:-left-2 {
    left: -2px;
  }

  .print\:top-auto {
    top: auto;
  }

  .print\:right-auto {
    right: auto;
  }

  .print\:bottom-auto {
    bottom: auto;
  }

  .print\:left-auto {
    left: auto;
  }

  .print\:resize-none {
    resize: none;
  }

  .print\:resize-y {
    resize: vertical;
  }

  .print\:resize-x {
    resize: horizontal;
  }

  .print\:resize {
    resize: both;
  }

  .print\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .print\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .print\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .print\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .print\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .print\:shadow-none {
    box-shadow: none;
  }

  .print\:shadow-box {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .print\:shadow-box-big {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .print\:shadow-button {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .print\:shadow-labo-header {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .print\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .print\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .print\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .print\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .print\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .print\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .print\:hover\:shadow-box:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .print\:hover\:shadow-box-big:hover {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .print\:hover\:shadow-button:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .print\:hover\:shadow-labo-header:hover {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .print\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .print\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .print\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .print\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .print\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .print\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .print\:focus\:shadow-box:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
  }

  .print\:focus\:shadow-box-big:focus {
    box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.1);
  }

  .print\:focus\:shadow-button:focus {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15);
  }

  .print\:focus\:shadow-labo-header:focus {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }

  .print\:fill-current {
    fill: currentColor;
  }

  .print\:stroke-current {
    stroke: currentColor;
  }

  .print\:stroke-0 {
    stroke-width: 0;
  }

  .print\:stroke-1 {
    stroke-width: 1;
  }

  .print\:stroke-2 {
    stroke-width: 2;
  }

  .print\:table-auto {
    table-layout: auto;
  }

  .print\:table-fixed {
    table-layout: fixed;
  }

  .print\:text-left {
    text-align: left;
  }

  .print\:text-center {
    text-align: center;
  }

  .print\:text-right {
    text-align: right;
  }

  .print\:text-justify {
    text-align: justify;
  }

  .print\:text-transparent {
    color: transparent;
  }

  .print\:text-black-transparent {
    color: rgba(0,0,0,.15);
  }

  .print\:text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .print\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .print\:text-gray-100 {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .print\:text-gray-200 {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .print\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .print\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .print\:text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .print\:text-gray-600 {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .print\:text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .print\:text-gray-800 {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .print\:text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .print\:text-red {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .print\:text-orange {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .print\:text-yellow-100 {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .print\:text-yellow-200 {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .print\:text-yellow-300 {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .print\:text-yellow-400 {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .print\:text-yellow-500 {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .print\:text-yellow-600 {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .print\:text-yellow-700 {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .print\:text-yellow-800 {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .print\:text-yellow-900 {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .print\:text-green {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .print\:text-teal-100 {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .print\:text-teal-200 {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .print\:text-teal-300 {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .print\:text-teal-400 {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .print\:text-teal-500 {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .print\:text-teal-600 {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .print\:text-teal-700 {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .print\:text-teal-800 {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .print\:text-teal-900 {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .print\:text-blue {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .print\:text-indigo-100 {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .print\:text-indigo-200 {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .print\:text-indigo-300 {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .print\:text-indigo-400 {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .print\:text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .print\:text-indigo-600 {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .print\:text-indigo-700 {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .print\:text-indigo-800 {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .print\:text-indigo-900 {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .print\:text-purple {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .print\:text-pink-100 {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .print\:text-pink-200 {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .print\:text-pink-300 {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .print\:text-pink-400 {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .print\:text-pink-500 {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .print\:text-pink-600 {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .print\:text-pink-700 {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .print\:text-pink-800 {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .print\:text-pink-900 {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .print\:text-red-darker {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .print\:text-green-light {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .print\:text-green-darker {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .print\:text-green-dark {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .print\:text-lime {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .print\:text-blue-darker {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .print\:text-blue-darkest {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .print\:text-grey {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .print\:text-grey-extra-darker {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .print\:text-grey-pinch-darker {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .print\:text-grey-darker {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .print\:text-grey-darkest {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .print\:text-grey-medium {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .print\:text-grey-dark {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .print\:text-grey-lighter {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .print\:text-grey-light {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .print\:text-grey-lightest {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .print\:text-jobs-purple {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .print\:text-jobs-pink {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .print\:text-jobs-red {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .print\:text-jobs-orange {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .print\:text-jobs-yellow {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .print\:text-jobs-green {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .print\:text-jobs-blue {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .print\:hover\:text-transparent:hover {
    color: transparent;
  }

  .print\:hover\:text-black-transparent:hover {
    color: rgba(0,0,0,.15);
  }

  .print\:hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .print\:hover\:text-white:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .print\:hover\:text-gray-100:hover {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .print\:hover\:text-gray-200:hover {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .print\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .print\:hover\:text-gray-400:hover {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .print\:hover\:text-gray-500:hover {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .print\:hover\:text-gray-600:hover {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .print\:hover\:text-gray-700:hover {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .print\:hover\:text-gray-800:hover {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .print\:hover\:text-gray-900:hover {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .print\:hover\:text-red:hover {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .print\:hover\:text-orange:hover {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .print\:hover\:text-yellow-100:hover {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .print\:hover\:text-yellow-200:hover {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .print\:hover\:text-yellow-300:hover {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .print\:hover\:text-yellow-400:hover {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .print\:hover\:text-yellow-500:hover {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .print\:hover\:text-yellow-600:hover {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .print\:hover\:text-yellow-700:hover {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .print\:hover\:text-yellow-800:hover {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .print\:hover\:text-yellow-900:hover {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .print\:hover\:text-green:hover {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .print\:hover\:text-teal-100:hover {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .print\:hover\:text-teal-200:hover {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .print\:hover\:text-teal-300:hover {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .print\:hover\:text-teal-400:hover {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .print\:hover\:text-teal-500:hover {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .print\:hover\:text-teal-600:hover {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .print\:hover\:text-teal-700:hover {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .print\:hover\:text-teal-800:hover {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .print\:hover\:text-teal-900:hover {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .print\:hover\:text-blue:hover {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .print\:hover\:text-indigo-100:hover {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .print\:hover\:text-indigo-200:hover {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .print\:hover\:text-indigo-300:hover {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .print\:hover\:text-indigo-400:hover {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .print\:hover\:text-indigo-500:hover {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .print\:hover\:text-indigo-600:hover {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .print\:hover\:text-indigo-700:hover {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .print\:hover\:text-indigo-800:hover {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .print\:hover\:text-indigo-900:hover {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .print\:hover\:text-purple:hover {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .print\:hover\:text-pink-100:hover {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .print\:hover\:text-pink-200:hover {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .print\:hover\:text-pink-300:hover {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .print\:hover\:text-pink-400:hover {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .print\:hover\:text-pink-500:hover {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .print\:hover\:text-pink-600:hover {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .print\:hover\:text-pink-700:hover {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .print\:hover\:text-pink-800:hover {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .print\:hover\:text-pink-900:hover {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .print\:hover\:text-red-darker:hover {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .print\:hover\:text-green-light:hover {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .print\:hover\:text-green-darker:hover {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .print\:hover\:text-green-dark:hover {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .print\:hover\:text-lime:hover {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .print\:hover\:text-blue-darker:hover {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .print\:hover\:text-blue-darkest:hover {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .print\:hover\:text-grey:hover {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .print\:hover\:text-grey-extra-darker:hover {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .print\:hover\:text-grey-pinch-darker:hover {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .print\:hover\:text-grey-darker:hover {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .print\:hover\:text-grey-darkest:hover {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .print\:hover\:text-grey-medium:hover {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .print\:hover\:text-grey-dark:hover {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .print\:hover\:text-grey-lighter:hover {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .print\:hover\:text-grey-light:hover {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .print\:hover\:text-grey-lightest:hover {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .print\:hover\:text-jobs-purple:hover {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .print\:hover\:text-jobs-pink:hover {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .print\:hover\:text-jobs-red:hover {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .print\:hover\:text-jobs-orange:hover {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .print\:hover\:text-jobs-yellow:hover {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .print\:hover\:text-jobs-green:hover {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .print\:hover\:text-jobs-blue:hover {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .print\:focus\:text-transparent:focus {
    color: transparent;
  }

  .print\:focus\:text-black-transparent:focus {
    color: rgba(0,0,0,.15);
  }

  .print\:focus\:text-black:focus {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .print\:focus\:text-white:focus {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .print\:focus\:text-gray-100:focus {
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .print\:focus\:text-gray-200:focus {
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .print\:focus\:text-gray-300:focus {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .print\:focus\:text-gray-400:focus {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .print\:focus\:text-gray-500:focus {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .print\:focus\:text-gray-600:focus {
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .print\:focus\:text-gray-700:focus {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .print\:focus\:text-gray-800:focus {
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .print\:focus\:text-gray-900:focus {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .print\:focus\:text-red:focus {
    --text-opacity: 1;
    color: #e94848;
    color: rgba(233, 72, 72, var(--text-opacity));
  }

  .print\:focus\:text-orange:focus {
    --text-opacity: 1;
    color: #f4a858;
    color: rgba(244, 168, 88, var(--text-opacity));
  }

  .print\:focus\:text-yellow-100:focus {
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .print\:focus\:text-yellow-200:focus {
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .print\:focus\:text-yellow-300:focus {
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .print\:focus\:text-yellow-400:focus {
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .print\:focus\:text-yellow-500:focus {
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .print\:focus\:text-yellow-600:focus {
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .print\:focus\:text-yellow-700:focus {
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .print\:focus\:text-yellow-800:focus {
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .print\:focus\:text-yellow-900:focus {
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .print\:focus\:text-green:focus {
    --text-opacity: 1;
    color: #4ac16a;
    color: rgba(74, 193, 106, var(--text-opacity));
  }

  .print\:focus\:text-teal-100:focus {
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .print\:focus\:text-teal-200:focus {
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .print\:focus\:text-teal-300:focus {
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .print\:focus\:text-teal-400:focus {
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .print\:focus\:text-teal-500:focus {
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .print\:focus\:text-teal-600:focus {
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .print\:focus\:text-teal-700:focus {
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .print\:focus\:text-teal-800:focus {
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .print\:focus\:text-teal-900:focus {
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .print\:focus\:text-blue:focus {
    --text-opacity: 1;
    color: #027DB1;
    color: rgba(2, 125, 177, var(--text-opacity));
  }

  .print\:focus\:text-indigo-100:focus {
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .print\:focus\:text-indigo-200:focus {
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .print\:focus\:text-indigo-300:focus {
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .print\:focus\:text-indigo-400:focus {
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .print\:focus\:text-indigo-500:focus {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .print\:focus\:text-indigo-600:focus {
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .print\:focus\:text-indigo-700:focus {
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .print\:focus\:text-indigo-800:focus {
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .print\:focus\:text-indigo-900:focus {
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .print\:focus\:text-purple:focus {
    --text-opacity: 1;
    color: #615287;
    color: rgba(97, 82, 135, var(--text-opacity));
  }

  .print\:focus\:text-pink-100:focus {
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .print\:focus\:text-pink-200:focus {
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .print\:focus\:text-pink-300:focus {
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .print\:focus\:text-pink-400:focus {
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .print\:focus\:text-pink-500:focus {
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .print\:focus\:text-pink-600:focus {
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .print\:focus\:text-pink-700:focus {
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .print\:focus\:text-pink-800:focus {
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .print\:focus\:text-pink-900:focus {
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .print\:focus\:text-red-darker:focus {
    --text-opacity: 1;
    color: #D83B3B;
    color: rgba(216, 59, 59, var(--text-opacity));
  }

  .print\:focus\:text-green-light:focus {
    --text-opacity: 1;
    color: #5AD37A;
    color: rgba(90, 211, 122, var(--text-opacity));
  }

  .print\:focus\:text-green-darker:focus {
    --text-opacity: 1;
    color: #3AAE59;
    color: rgba(58, 174, 89, var(--text-opacity));
  }

  .print\:focus\:text-green-dark:focus {
    --text-opacity: 1;
    color: #3FA45A;
    color: rgba(63, 164, 90, var(--text-opacity));
  }

  .print\:focus\:text-lime:focus {
    --text-opacity: 1;
    color: #bad067;
    color: rgba(186, 208, 103, var(--text-opacity));
  }

  .print\:focus\:text-blue-darker:focus {
    --text-opacity: 1;
    color: #0087BF;
    color: rgba(0, 135, 191, var(--text-opacity));
  }

  .print\:focus\:text-blue-darkest:focus {
    --text-opacity: 1;
    color: #02648E;
    color: rgba(2, 100, 142, var(--text-opacity));
  }

  .print\:focus\:text-grey:focus {
    --text-opacity: 1;
    color: #b7b7b7;
    color: rgba(183, 183, 183, var(--text-opacity));
  }

  .print\:focus\:text-grey-extra-darker:focus {
    --text-opacity: 1;
    color: #2C2C2C;
    color: rgba(44, 44, 44, var(--text-opacity));
  }

  .print\:focus\:text-grey-pinch-darker:focus {
    --text-opacity: 1;
    color: #6d6d6d;
    color: rgba(109, 109, 109, var(--text-opacity));
  }

  .print\:focus\:text-grey-darker:focus {
    --text-opacity: 1;
    color: #6C6C6C;
    color: rgba(108, 108, 108, var(--text-opacity));
  }

  .print\:focus\:text-grey-darkest:focus {
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .print\:focus\:text-grey-medium:focus {
    --text-opacity: 1;
    color: #606060;
    color: rgba(96, 96, 96, var(--text-opacity));
  }

  .print\:focus\:text-grey-dark:focus {
    --text-opacity: 1;
    color: #303030;
    color: rgba(48, 48, 48, var(--text-opacity));
  }

  .print\:focus\:text-grey-lighter:focus {
    --text-opacity: 1;
    color: #d8d8d8;
    color: rgba(216, 216, 216, var(--text-opacity));
  }

  .print\:focus\:text-grey-light:focus {
    --text-opacity: 1;
    color: #f2f2f2;
    color: rgba(242, 242, 242, var(--text-opacity));
  }

  .print\:focus\:text-grey-lightest:focus {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249, 249, 249, var(--text-opacity));
  }

  .print\:focus\:text-jobs-purple:focus {
    --text-opacity: 1;
    color: #4B3E75;
    color: rgba(75, 62, 117, var(--text-opacity));
  }

  .print\:focus\:text-jobs-pink:focus {
    --text-opacity: 1;
    color: #EF788A;
    color: rgba(239, 120, 138, var(--text-opacity));
  }

  .print\:focus\:text-jobs-red:focus {
    --text-opacity: 1;
    color: #E3000F;
    color: rgba(227, 0, 15, var(--text-opacity));
  }

  .print\:focus\:text-jobs-orange:focus {
    --text-opacity: 1;
    color: #F49B04;
    color: rgba(244, 155, 4, var(--text-opacity));
  }

  .print\:focus\:text-jobs-yellow:focus {
    --text-opacity: 1;
    color: #FC0;
    color: rgba(255, 204, 0, var(--text-opacity));
  }

  .print\:focus\:text-jobs-green:focus {
    --text-opacity: 1;
    color: #009B9B;
    color: rgba(0, 155, 155, var(--text-opacity));
  }

  .print\:focus\:text-jobs-blue:focus {
    --text-opacity: 1;
    color: #008BD2;
    color: rgba(0, 139, 210, var(--text-opacity));
  }

  .print\:text-opacity-0 {
    --text-opacity: 0;
  }

  .print\:text-opacity-10 {
    --text-opacity: 0.10;
  }

  .print\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .print\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .print\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .print\:text-opacity-100 {
    --text-opacity: 1;
  }

  .print\:hover\:text-opacity-0:hover {
    --text-opacity: 0;
  }

  .print\:hover\:text-opacity-10:hover {
    --text-opacity: 0.10;
  }

  .print\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25;
  }

  .print\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5;
  }

  .print\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75;
  }

  .print\:hover\:text-opacity-100:hover {
    --text-opacity: 1;
  }

  .print\:focus\:text-opacity-0:focus {
    --text-opacity: 0;
  }

  .print\:focus\:text-opacity-10:focus {
    --text-opacity: 0.10;
  }

  .print\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25;
  }

  .print\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5;
  }

  .print\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75;
  }

  .print\:focus\:text-opacity-100:focus {
    --text-opacity: 1;
  }

  .print\:italic {
    font-style: italic;
  }

  .print\:not-italic {
    font-style: normal;
  }

  .print\:uppercase {
    text-transform: uppercase;
  }

  .print\:lowercase {
    text-transform: lowercase;
  }

  .print\:capitalize {
    text-transform: capitalize;
  }

  .print\:normal-case {
    text-transform: none;
  }

  .print\:underline {
    text-decoration: underline;
  }

  .print\:line-through {
    text-decoration: line-through;
  }

  .print\:no-underline {
    text-decoration: none;
  }

  .print\:hover\:underline:hover {
    text-decoration: underline;
  }

  .print\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .print\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .print\:focus\:underline:focus {
    text-decoration: underline;
  }

  .print\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .print\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .print\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .print\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .print\:ordinal, .print\:slashed-zero, .print\:lining-nums, .print\:oldstyle-nums, .print\:proportional-nums, .print\:tabular-nums, .print\:diagonal-fractions, .print\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction);
  }

  .print\:normal-nums {
    font-variant-numeric: normal;
  }

  .print\:ordinal {
    --font-variant-numeric-ordinal: ordinal;
  }

  .print\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero;
  }

  .print\:lining-nums {
    --font-variant-numeric-figure: lining-nums;
  }

  .print\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums;
  }

  .print\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums;
  }

  .print\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums;
  }

  .print\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions;
  }

  .print\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions;
  }

  .print\:tracking-1 {
    letter-spacing: 1px;
  }

  .print\:tracking-2 {
    letter-spacing: 2px;
  }

  .print\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .print\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .print\:tracking-normal {
    letter-spacing: 0;
  }

  .print\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .print\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .print\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .print\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .print\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .print\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .print\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .print\:align-baseline {
    vertical-align: baseline;
  }

  .print\:align-top {
    vertical-align: top;
  }

  .print\:align-middle {
    vertical-align: middle;
  }

  .print\:align-bottom {
    vertical-align: bottom;
  }

  .print\:align-text-top {
    vertical-align: text-top;
  }

  .print\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .print\:visible {
    visibility: visible;
  }

  .print\:invisible {
    visibility: hidden;
  }

  .print\:whitespace-normal {
    white-space: normal;
  }

  .print\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .print\:whitespace-pre {
    white-space: pre;
  }

  .print\:whitespace-pre-line {
    white-space: pre-line;
  }

  .print\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .print\:break-normal {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .print\:break-words {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .print\:break-all {
    word-break: break-all;
  }

  .print\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .print\:w-0 {
    width: 0;
  }

  .print\:w-1 {
    width: 0.25rem;
  }

  .print\:w-2 {
    width: 0.5rem;
  }

  .print\:w-3 {
    width: 0.75rem;
  }

  .print\:w-4 {
    width: 1rem;
  }

  .print\:w-5 {
    width: 1.25rem;
  }

  .print\:w-6 {
    width: 1.5rem;
  }

  .print\:w-8 {
    width: 2rem;
  }

  .print\:w-10 {
    width: 2.5rem;
  }

  .print\:w-12 {
    width: 3rem;
  }

  .print\:w-14 {
    width: 3.5rem;
  }

  .print\:w-15 {
    width: 3.75rem;
  }

  .print\:w-16 {
    width: 4rem;
  }

  .print\:w-20 {
    width: 5rem;
  }

  .print\:w-24 {
    width: 6rem;
  }

  .print\:w-26 {
    width: 7rem;
  }

  .print\:w-32 {
    width: 8rem;
  }

  .print\:w-36 {
    width: 9rem;
  }

  .print\:w-40 {
    width: 10rem;
  }

  .print\:w-48 {
    width: 12rem;
  }

  .print\:w-56 {
    width: 14rem;
  }

  .print\:w-64 {
    width: 16rem;
  }

  .print\:w-auto {
    width: auto;
  }

  .print\:w-px {
    width: 1px;
  }

  .print\:w-2px {
    width: 2px;
  }

  .print\:w-1\/2 {
    width: 50%;
  }

  .print\:w-1\/3 {
    width: 33.333333%;
  }

  .print\:w-2\/3 {
    width: 66.666667%;
  }

  .print\:w-1\/4 {
    width: 25%;
  }

  .print\:w-2\/4 {
    width: 50%;
  }

  .print\:w-3\/4 {
    width: 75%;
  }

  .print\:w-1\/5 {
    width: 20%;
  }

  .print\:w-2\/5 {
    width: 40%;
  }

  .print\:w-3\/5 {
    width: 60%;
  }

  .print\:w-4\/5 {
    width: 80%;
  }

  .print\:w-1\/6 {
    width: 16.666667%;
  }

  .print\:w-2\/6 {
    width: 33.333333%;
  }

  .print\:w-3\/6 {
    width: 50%;
  }

  .print\:w-4\/6 {
    width: 66.666667%;
  }

  .print\:w-5\/6 {
    width: 83.333333%;
  }

  .print\:w-1\/12 {
    width: 8.333333%;
  }

  .print\:w-2\/12 {
    width: 16.666667%;
  }

  .print\:w-3\/12 {
    width: 25%;
  }

  .print\:w-4\/12 {
    width: 33.333333%;
  }

  .print\:w-5\/12 {
    width: 41.666667%;
  }

  .print\:w-6\/12 {
    width: 50%;
  }

  .print\:w-7\/12 {
    width: 58.333333%;
  }

  .print\:w-8\/12 {
    width: 66.666667%;
  }

  .print\:w-9\/12 {
    width: 75%;
  }

  .print\:w-10\/12 {
    width: 83.333333%;
  }

  .print\:w-11\/12 {
    width: 91.666667%;
  }

  .print\:w-full {
    width: 100%;
  }

  .print\:w-screen {
    width: 100vw;
  }

  .print\:w-10px {
    width: 0.625rem;
  }

  .print\:w-20px {
    width: 20px;
  }

  .print\:w-30px {
    width: 30px;
  }

  .print\:z-0 {
    z-index: 0;
  }

  .print\:z-1 {
    z-index: 1;
  }

  .print\:z-10 {
    z-index: 10;
  }

  .print\:z-20 {
    z-index: 20;
  }

  .print\:z-30 {
    z-index: 30;
  }

  .print\:z-40 {
    z-index: 40;
  }

  .print\:z-50 {
    z-index: 50;
  }

  .print\:z-auto {
    z-index: auto;
  }

  .print\:-z-1 {
    z-index: -1;
  }

  .print\:-z-2 {
    z-index: -2;
  }

  .print\:gap-0 {
    grid-gap: 0;
    gap: 0;
  }

  .print\:gap-1 {
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .print\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .print\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .print\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .print\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .print\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .print\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .print\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .print\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .print\:gap-14 {
    grid-gap: 3.5rem;
    gap: 3.5rem;
  }

  .print\:gap-15 {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }

  .print\:gap-16 {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .print\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .print\:gap-24 {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .print\:gap-26 {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .print\:gap-32 {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .print\:gap-36 {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .print\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .print\:gap-48 {
    grid-gap: 12rem;
    gap: 12rem;
  }

  .print\:gap-56 {
    grid-gap: 14rem;
    gap: 14rem;
  }

  .print\:gap-64 {
    grid-gap: 16rem;
    gap: 16rem;
  }

  .print\:gap-px {
    grid-gap: 1px;
    gap: 1px;
  }

  .print\:gap-2px {
    grid-gap: 2px;
    gap: 2px;
  }

  .print\:gap-1\/2 {
    grid-gap: 50%;
    gap: 50%;
  }

  .print\:gap-1\/3 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .print\:gap-2\/3 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .print\:gap-1\/4 {
    grid-gap: 25%;
    gap: 25%;
  }

  .print\:gap-2\/4 {
    grid-gap: 50%;
    gap: 50%;
  }

  .print\:gap-3\/4 {
    grid-gap: 75%;
    gap: 75%;
  }

  .print\:gap-1\/5 {
    grid-gap: 20%;
    gap: 20%;
  }

  .print\:gap-2\/5 {
    grid-gap: 40%;
    gap: 40%;
  }

  .print\:gap-3\/5 {
    grid-gap: 60%;
    gap: 60%;
  }

  .print\:gap-4\/5 {
    grid-gap: 80%;
    gap: 80%;
  }

  .print\:gap-1\/6 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .print\:gap-2\/6 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .print\:gap-3\/6 {
    grid-gap: 50%;
    gap: 50%;
  }

  .print\:gap-4\/6 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .print\:gap-5\/6 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .print\:gap-1\/12 {
    grid-gap: 8.333333%;
    gap: 8.333333%;
  }

  .print\:gap-2\/12 {
    grid-gap: 16.666667%;
    gap: 16.666667%;
  }

  .print\:gap-3\/12 {
    grid-gap: 25%;
    gap: 25%;
  }

  .print\:gap-4\/12 {
    grid-gap: 33.333333%;
    gap: 33.333333%;
  }

  .print\:gap-5\/12 {
    grid-gap: 41.666667%;
    gap: 41.666667%;
  }

  .print\:gap-6\/12 {
    grid-gap: 50%;
    gap: 50%;
  }

  .print\:gap-7\/12 {
    grid-gap: 58.333333%;
    gap: 58.333333%;
  }

  .print\:gap-8\/12 {
    grid-gap: 66.666667%;
    gap: 66.666667%;
  }

  .print\:gap-9\/12 {
    grid-gap: 75%;
    gap: 75%;
  }

  .print\:gap-10\/12 {
    grid-gap: 83.333333%;
    gap: 83.333333%;
  }

  .print\:gap-11\/12 {
    grid-gap: 91.666667%;
    gap: 91.666667%;
  }

  .print\:gap-full {
    grid-gap: 100%;
    gap: 100%;
  }

  .print\:gap-screen {
    grid-gap: 100vw;
    gap: 100vw;
  }

  .print\:gap-10px {
    grid-gap: 0.625rem;
    gap: 0.625rem;
  }

  .print\:gap-20px {
    grid-gap: 20px;
    gap: 20px;
  }

  .print\:gap-30px {
    grid-gap: 30px;
    gap: 30px;
  }

  .print\:col-gap-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .print\:col-gap-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .print\:col-gap-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .print\:col-gap-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .print\:col-gap-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .print\:col-gap-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .print\:col-gap-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .print\:col-gap-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .print\:col-gap-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .print\:col-gap-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .print\:col-gap-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .print\:col-gap-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .print\:col-gap-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .print\:col-gap-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .print\:col-gap-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .print\:col-gap-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .print\:col-gap-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .print\:col-gap-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .print\:col-gap-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .print\:col-gap-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .print\:col-gap-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .print\:col-gap-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .print\:col-gap-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .print\:col-gap-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .print\:col-gap-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:col-gap-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .print\:col-gap-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .print\:col-gap-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .print\:col-gap-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:col-gap-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .print\:col-gap-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .print\:col-gap-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .print\:col-gap-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .print\:col-gap-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .print\:col-gap-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .print\:col-gap-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .print\:col-gap-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:col-gap-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .print\:col-gap-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .print\:col-gap-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .print\:col-gap-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .print\:col-gap-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .print\:col-gap-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .print\:col-gap-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .print\:col-gap-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:col-gap-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .print\:col-gap-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .print\:col-gap-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .print\:col-gap-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .print\:col-gap-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .print\:col-gap-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .print\:col-gap-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .print\:col-gap-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .print\:col-gap-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .print\:col-gap-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .print\:gap-x-0 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .print\:gap-x-1 {
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .print\:gap-x-2 {
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .print\:gap-x-3 {
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .print\:gap-x-4 {
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .print\:gap-x-5 {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .print\:gap-x-6 {
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .print\:gap-x-8 {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .print\:gap-x-10 {
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .print\:gap-x-12 {
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .print\:gap-x-14 {
    grid-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .print\:gap-x-15 {
    grid-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .print\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .print\:gap-x-20 {
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .print\:gap-x-24 {
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .print\:gap-x-26 {
    grid-column-gap: 7rem;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .print\:gap-x-32 {
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .print\:gap-x-36 {
    grid-column-gap: 9rem;
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .print\:gap-x-40 {
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .print\:gap-x-48 {
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .print\:gap-x-56 {
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .print\:gap-x-64 {
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .print\:gap-x-px {
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .print\:gap-x-2px {
    grid-column-gap: 2px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }

  .print\:gap-x-1\/2 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:gap-x-1\/3 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .print\:gap-x-2\/3 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .print\:gap-x-1\/4 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .print\:gap-x-2\/4 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:gap-x-3\/4 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .print\:gap-x-1\/5 {
    grid-column-gap: 20%;
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .print\:gap-x-2\/5 {
    grid-column-gap: 40%;
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .print\:gap-x-3\/5 {
    grid-column-gap: 60%;
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .print\:gap-x-4\/5 {
    grid-column-gap: 80%;
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .print\:gap-x-1\/6 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .print\:gap-x-2\/6 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .print\:gap-x-3\/6 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:gap-x-4\/6 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .print\:gap-x-5\/6 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .print\:gap-x-1\/12 {
    grid-column-gap: 8.333333%;
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .print\:gap-x-2\/12 {
    grid-column-gap: 16.666667%;
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .print\:gap-x-3\/12 {
    grid-column-gap: 25%;
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .print\:gap-x-4\/12 {
    grid-column-gap: 33.333333%;
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .print\:gap-x-5\/12 {
    grid-column-gap: 41.666667%;
    -moz-column-gap: 41.666667%;
         column-gap: 41.666667%;
  }

  .print\:gap-x-6\/12 {
    grid-column-gap: 50%;
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .print\:gap-x-7\/12 {
    grid-column-gap: 58.333333%;
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .print\:gap-x-8\/12 {
    grid-column-gap: 66.666667%;
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .print\:gap-x-9\/12 {
    grid-column-gap: 75%;
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .print\:gap-x-10\/12 {
    grid-column-gap: 83.333333%;
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .print\:gap-x-11\/12 {
    grid-column-gap: 91.666667%;
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .print\:gap-x-full {
    grid-column-gap: 100%;
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .print\:gap-x-screen {
    grid-column-gap: 100vw;
    -moz-column-gap: 100vw;
         column-gap: 100vw;
  }

  .print\:gap-x-10px {
    grid-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .print\:gap-x-20px {
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .print\:gap-x-30px {
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .print\:row-gap-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .print\:row-gap-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .print\:row-gap-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .print\:row-gap-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .print\:row-gap-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .print\:row-gap-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .print\:row-gap-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .print\:row-gap-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .print\:row-gap-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .print\:row-gap-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .print\:row-gap-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .print\:row-gap-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .print\:row-gap-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .print\:row-gap-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .print\:row-gap-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .print\:row-gap-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .print\:row-gap-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .print\:row-gap-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .print\:row-gap-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .print\:row-gap-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .print\:row-gap-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .print\:row-gap-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .print\:row-gap-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .print\:row-gap-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .print\:row-gap-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:row-gap-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .print\:row-gap-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .print\:row-gap-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .print\:row-gap-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:row-gap-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .print\:row-gap-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .print\:row-gap-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .print\:row-gap-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .print\:row-gap-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .print\:row-gap-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .print\:row-gap-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .print\:row-gap-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:row-gap-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .print\:row-gap-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .print\:row-gap-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .print\:row-gap-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .print\:row-gap-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .print\:row-gap-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .print\:row-gap-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .print\:row-gap-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:row-gap-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .print\:row-gap-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .print\:row-gap-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .print\:row-gap-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .print\:row-gap-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .print\:row-gap-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .print\:row-gap-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .print\:row-gap-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .print\:row-gap-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .print\:row-gap-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .print\:gap-y-0 {
    grid-row-gap: 0;
    row-gap: 0;
  }

  .print\:gap-y-1 {
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .print\:gap-y-2 {
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .print\:gap-y-3 {
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .print\:gap-y-4 {
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .print\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .print\:gap-y-6 {
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .print\:gap-y-8 {
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .print\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .print\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .print\:gap-y-14 {
    grid-row-gap: 3.5rem;
    row-gap: 3.5rem;
  }

  .print\:gap-y-15 {
    grid-row-gap: 3.75rem;
    row-gap: 3.75rem;
  }

  .print\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .print\:gap-y-20 {
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .print\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .print\:gap-y-26 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }

  .print\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .print\:gap-y-36 {
    grid-row-gap: 9rem;
    row-gap: 9rem;
  }

  .print\:gap-y-40 {
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .print\:gap-y-48 {
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .print\:gap-y-56 {
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .print\:gap-y-64 {
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .print\:gap-y-px {
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .print\:gap-y-2px {
    grid-row-gap: 2px;
    row-gap: 2px;
  }

  .print\:gap-y-1\/2 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:gap-y-1\/3 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .print\:gap-y-2\/3 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .print\:gap-y-1\/4 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .print\:gap-y-2\/4 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:gap-y-3\/4 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .print\:gap-y-1\/5 {
    grid-row-gap: 20%;
    row-gap: 20%;
  }

  .print\:gap-y-2\/5 {
    grid-row-gap: 40%;
    row-gap: 40%;
  }

  .print\:gap-y-3\/5 {
    grid-row-gap: 60%;
    row-gap: 60%;
  }

  .print\:gap-y-4\/5 {
    grid-row-gap: 80%;
    row-gap: 80%;
  }

  .print\:gap-y-1\/6 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .print\:gap-y-2\/6 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .print\:gap-y-3\/6 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:gap-y-4\/6 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .print\:gap-y-5\/6 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .print\:gap-y-1\/12 {
    grid-row-gap: 8.333333%;
    row-gap: 8.333333%;
  }

  .print\:gap-y-2\/12 {
    grid-row-gap: 16.666667%;
    row-gap: 16.666667%;
  }

  .print\:gap-y-3\/12 {
    grid-row-gap: 25%;
    row-gap: 25%;
  }

  .print\:gap-y-4\/12 {
    grid-row-gap: 33.333333%;
    row-gap: 33.333333%;
  }

  .print\:gap-y-5\/12 {
    grid-row-gap: 41.666667%;
    row-gap: 41.666667%;
  }

  .print\:gap-y-6\/12 {
    grid-row-gap: 50%;
    row-gap: 50%;
  }

  .print\:gap-y-7\/12 {
    grid-row-gap: 58.333333%;
    row-gap: 58.333333%;
  }

  .print\:gap-y-8\/12 {
    grid-row-gap: 66.666667%;
    row-gap: 66.666667%;
  }

  .print\:gap-y-9\/12 {
    grid-row-gap: 75%;
    row-gap: 75%;
  }

  .print\:gap-y-10\/12 {
    grid-row-gap: 83.333333%;
    row-gap: 83.333333%;
  }

  .print\:gap-y-11\/12 {
    grid-row-gap: 91.666667%;
    row-gap: 91.666667%;
  }

  .print\:gap-y-full {
    grid-row-gap: 100%;
    row-gap: 100%;
  }

  .print\:gap-y-screen {
    grid-row-gap: 100vw;
    row-gap: 100vw;
  }

  .print\:gap-y-10px {
    grid-row-gap: 0.625rem;
    row-gap: 0.625rem;
  }

  .print\:gap-y-20px {
    grid-row-gap: 20px;
    row-gap: 20px;
  }

  .print\:gap-y-30px {
    grid-row-gap: 30px;
    row-gap: 30px;
  }

  .print\:grid-flow-row {
    grid-auto-flow: row;
  }

  .print\:grid-flow-col {
    grid-auto-flow: column;
  }

  .print\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .print\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .print\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .print\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .print\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .print\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .print\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .print\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .print\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .print\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .print\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .print\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .print\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .print\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .print\:grid-cols-none {
    grid-template-columns: none;
  }

  .print\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .print\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .print\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .print\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .print\:col-auto {
    grid-column: auto;
  }

  .print\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .print\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .print\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .print\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .print\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .print\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .print\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .print\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .print\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .print\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .print\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .print\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .print\:col-start-1 {
    grid-column-start: 1;
  }

  .print\:col-start-2 {
    grid-column-start: 2;
  }

  .print\:col-start-3 {
    grid-column-start: 3;
  }

  .print\:col-start-4 {
    grid-column-start: 4;
  }

  .print\:col-start-5 {
    grid-column-start: 5;
  }

  .print\:col-start-6 {
    grid-column-start: 6;
  }

  .print\:col-start-7 {
    grid-column-start: 7;
  }

  .print\:col-start-8 {
    grid-column-start: 8;
  }

  .print\:col-start-9 {
    grid-column-start: 9;
  }

  .print\:col-start-10 {
    grid-column-start: 10;
  }

  .print\:col-start-11 {
    grid-column-start: 11;
  }

  .print\:col-start-12 {
    grid-column-start: 12;
  }

  .print\:col-start-13 {
    grid-column-start: 13;
  }

  .print\:col-start-auto {
    grid-column-start: auto;
  }

  .print\:col-end-1 {
    grid-column-end: 1;
  }

  .print\:col-end-2 {
    grid-column-end: 2;
  }

  .print\:col-end-3 {
    grid-column-end: 3;
  }

  .print\:col-end-4 {
    grid-column-end: 4;
  }

  .print\:col-end-5 {
    grid-column-end: 5;
  }

  .print\:col-end-6 {
    grid-column-end: 6;
  }

  .print\:col-end-7 {
    grid-column-end: 7;
  }

  .print\:col-end-8 {
    grid-column-end: 8;
  }

  .print\:col-end-9 {
    grid-column-end: 9;
  }

  .print\:col-end-10 {
    grid-column-end: 10;
  }

  .print\:col-end-11 {
    grid-column-end: 11;
  }

  .print\:col-end-12 {
    grid-column-end: 12;
  }

  .print\:col-end-13 {
    grid-column-end: 13;
  }

  .print\:col-end-auto {
    grid-column-end: auto;
  }

  .print\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .print\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .print\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .print\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .print\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .print\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .print\:grid-rows-none {
    grid-template-rows: none;
  }

  .print\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .print\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .print\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .print\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .print\:row-auto {
    grid-row: auto;
  }

  .print\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .print\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .print\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .print\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .print\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .print\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .print\:row-start-1 {
    grid-row-start: 1;
  }

  .print\:row-start-2 {
    grid-row-start: 2;
  }

  .print\:row-start-3 {
    grid-row-start: 3;
  }

  .print\:row-start-4 {
    grid-row-start: 4;
  }

  .print\:row-start-5 {
    grid-row-start: 5;
  }

  .print\:row-start-6 {
    grid-row-start: 6;
  }

  .print\:row-start-7 {
    grid-row-start: 7;
  }

  .print\:row-start-auto {
    grid-row-start: auto;
  }

  .print\:row-end-1 {
    grid-row-end: 1;
  }

  .print\:row-end-2 {
    grid-row-end: 2;
  }

  .print\:row-end-3 {
    grid-row-end: 3;
  }

  .print\:row-end-4 {
    grid-row-end: 4;
  }

  .print\:row-end-5 {
    grid-row-end: 5;
  }

  .print\:row-end-6 {
    grid-row-end: 6;
  }

  .print\:row-end-7 {
    grid-row-end: 7;
  }

  .print\:row-end-auto {
    grid-row-end: auto;
  }

  .print\:transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .print\:transform-none {
    transform: none;
  }

  .print\:origin-center {
    transform-origin: center;
  }

  .print\:origin-top {
    transform-origin: top;
  }

  .print\:origin-top-right {
    transform-origin: top right;
  }

  .print\:origin-right {
    transform-origin: right;
  }

  .print\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .print\:origin-bottom {
    transform-origin: bottom;
  }

  .print\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .print\:origin-left {
    transform-origin: left;
  }

  .print\:origin-top-left {
    transform-origin: top left;
  }

  .print\:scale-0 {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .print\:scale-50 {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .print\:scale-75 {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .print\:scale-90 {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .print\:scale-95 {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .print\:scale-100 {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .print\:scale-105 {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .print\:scale-110 {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .print\:scale-125 {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .print\:scale-150 {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .print\:scale-x-0 {
    --transform-scale-x: 0;
  }

  .print\:scale-x-50 {
    --transform-scale-x: .5;
  }

  .print\:scale-x-75 {
    --transform-scale-x: .75;
  }

  .print\:scale-x-90 {
    --transform-scale-x: .9;
  }

  .print\:scale-x-95 {
    --transform-scale-x: .95;
  }

  .print\:scale-x-100 {
    --transform-scale-x: 1;
  }

  .print\:scale-x-105 {
    --transform-scale-x: 1.05;
  }

  .print\:scale-x-110 {
    --transform-scale-x: 1.1;
  }

  .print\:scale-x-125 {
    --transform-scale-x: 1.25;
  }

  .print\:scale-x-150 {
    --transform-scale-x: 1.5;
  }

  .print\:scale-y-0 {
    --transform-scale-y: 0;
  }

  .print\:scale-y-50 {
    --transform-scale-y: .5;
  }

  .print\:scale-y-75 {
    --transform-scale-y: .75;
  }

  .print\:scale-y-90 {
    --transform-scale-y: .9;
  }

  .print\:scale-y-95 {
    --transform-scale-y: .95;
  }

  .print\:scale-y-100 {
    --transform-scale-y: 1;
  }

  .print\:scale-y-105 {
    --transform-scale-y: 1.05;
  }

  .print\:scale-y-110 {
    --transform-scale-y: 1.1;
  }

  .print\:scale-y-125 {
    --transform-scale-y: 1.25;
  }

  .print\:scale-y-150 {
    --transform-scale-y: 1.5;
  }

  .print\:hover\:scale-0:hover {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .print\:hover\:scale-50:hover {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .print\:hover\:scale-75:hover {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .print\:hover\:scale-90:hover {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .print\:hover\:scale-95:hover {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .print\:hover\:scale-100:hover {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .print\:hover\:scale-105:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .print\:hover\:scale-110:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .print\:hover\:scale-125:hover {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .print\:hover\:scale-150:hover {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .print\:hover\:scale-x-0:hover {
    --transform-scale-x: 0;
  }

  .print\:hover\:scale-x-50:hover {
    --transform-scale-x: .5;
  }

  .print\:hover\:scale-x-75:hover {
    --transform-scale-x: .75;
  }

  .print\:hover\:scale-x-90:hover {
    --transform-scale-x: .9;
  }

  .print\:hover\:scale-x-95:hover {
    --transform-scale-x: .95;
  }

  .print\:hover\:scale-x-100:hover {
    --transform-scale-x: 1;
  }

  .print\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05;
  }

  .print\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1;
  }

  .print\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25;
  }

  .print\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5;
  }

  .print\:hover\:scale-y-0:hover {
    --transform-scale-y: 0;
  }

  .print\:hover\:scale-y-50:hover {
    --transform-scale-y: .5;
  }

  .print\:hover\:scale-y-75:hover {
    --transform-scale-y: .75;
  }

  .print\:hover\:scale-y-90:hover {
    --transform-scale-y: .9;
  }

  .print\:hover\:scale-y-95:hover {
    --transform-scale-y: .95;
  }

  .print\:hover\:scale-y-100:hover {
    --transform-scale-y: 1;
  }

  .print\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05;
  }

  .print\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1;
  }

  .print\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25;
  }

  .print\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5;
  }

  .print\:focus\:scale-0:focus {
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .print\:focus\:scale-50:focus {
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .print\:focus\:scale-75:focus {
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .print\:focus\:scale-90:focus {
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .print\:focus\:scale-95:focus {
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .print\:focus\:scale-100:focus {
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .print\:focus\:scale-105:focus {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .print\:focus\:scale-110:focus {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .print\:focus\:scale-125:focus {
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .print\:focus\:scale-150:focus {
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .print\:focus\:scale-x-0:focus {
    --transform-scale-x: 0;
  }

  .print\:focus\:scale-x-50:focus {
    --transform-scale-x: .5;
  }

  .print\:focus\:scale-x-75:focus {
    --transform-scale-x: .75;
  }

  .print\:focus\:scale-x-90:focus {
    --transform-scale-x: .9;
  }

  .print\:focus\:scale-x-95:focus {
    --transform-scale-x: .95;
  }

  .print\:focus\:scale-x-100:focus {
    --transform-scale-x: 1;
  }

  .print\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05;
  }

  .print\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1;
  }

  .print\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25;
  }

  .print\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5;
  }

  .print\:focus\:scale-y-0:focus {
    --transform-scale-y: 0;
  }

  .print\:focus\:scale-y-50:focus {
    --transform-scale-y: .5;
  }

  .print\:focus\:scale-y-75:focus {
    --transform-scale-y: .75;
  }

  .print\:focus\:scale-y-90:focus {
    --transform-scale-y: .9;
  }

  .print\:focus\:scale-y-95:focus {
    --transform-scale-y: .95;
  }

  .print\:focus\:scale-y-100:focus {
    --transform-scale-y: 1;
  }

  .print\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05;
  }

  .print\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1;
  }

  .print\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25;
  }

  .print\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5;
  }

  .print\:rotate-0 {
    --transform-rotate: 0;
  }

  .print\:rotate-45 {
    --transform-rotate: 45deg;
  }

  .print\:rotate-90 {
    --transform-rotate: 90deg;
  }

  .print\:rotate-180 {
    --transform-rotate: 180deg;
  }

  .print\:-rotate-180 {
    --transform-rotate: -180deg;
  }

  .print\:-rotate-90 {
    --transform-rotate: -90deg;
  }

  .print\:-rotate-45 {
    --transform-rotate: -45deg;
  }

  .print\:hover\:rotate-0:hover {
    --transform-rotate: 0;
  }

  .print\:hover\:rotate-45:hover {
    --transform-rotate: 45deg;
  }

  .print\:hover\:rotate-90:hover {
    --transform-rotate: 90deg;
  }

  .print\:hover\:rotate-180:hover {
    --transform-rotate: 180deg;
  }

  .print\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg;
  }

  .print\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg;
  }

  .print\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg;
  }

  .print\:focus\:rotate-0:focus {
    --transform-rotate: 0;
  }

  .print\:focus\:rotate-45:focus {
    --transform-rotate: 45deg;
  }

  .print\:focus\:rotate-90:focus {
    --transform-rotate: 90deg;
  }

  .print\:focus\:rotate-180:focus {
    --transform-rotate: 180deg;
  }

  .print\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg;
  }

  .print\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg;
  }

  .print\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg;
  }

  .print\:translate-x-0 {
    --transform-translate-x: 0;
  }

  .print\:translate-x-1 {
    --transform-translate-x: 0.25rem;
  }

  .print\:translate-x-2 {
    --transform-translate-x: 0.5rem;
  }

  .print\:translate-x-3 {
    --transform-translate-x: 0.75rem;
  }

  .print\:translate-x-4 {
    --transform-translate-x: 1rem;
  }

  .print\:translate-x-5 {
    --transform-translate-x: 1.25rem;
  }

  .print\:translate-x-6 {
    --transform-translate-x: 1.5rem;
  }

  .print\:translate-x-8 {
    --transform-translate-x: 2rem;
  }

  .print\:translate-x-10 {
    --transform-translate-x: 2.5rem;
  }

  .print\:translate-x-12 {
    --transform-translate-x: 3rem;
  }

  .print\:translate-x-14 {
    --transform-translate-x: 3.5rem;
  }

  .print\:translate-x-15 {
    --transform-translate-x: 3.75rem;
  }

  .print\:translate-x-16 {
    --transform-translate-x: 4rem;
  }

  .print\:translate-x-20 {
    --transform-translate-x: 5rem;
  }

  .print\:translate-x-24 {
    --transform-translate-x: 6rem;
  }

  .print\:translate-x-26 {
    --transform-translate-x: 7rem;
  }

  .print\:translate-x-32 {
    --transform-translate-x: 8rem;
  }

  .print\:translate-x-36 {
    --transform-translate-x: 9rem;
  }

  .print\:translate-x-40 {
    --transform-translate-x: 10rem;
  }

  .print\:translate-x-48 {
    --transform-translate-x: 12rem;
  }

  .print\:translate-x-56 {
    --transform-translate-x: 14rem;
  }

  .print\:translate-x-64 {
    --transform-translate-x: 16rem;
  }

  .print\:translate-x-px {
    --transform-translate-x: 1px;
  }

  .print\:translate-x-2px {
    --transform-translate-x: 2px;
  }

  .print\:translate-x-1\/2 {
    --transform-translate-x: 50%;
  }

  .print\:translate-x-1\/3 {
    --transform-translate-x: 33.333333%;
  }

  .print\:translate-x-2\/3 {
    --transform-translate-x: 66.666667%;
  }

  .print\:translate-x-1\/4 {
    --transform-translate-x: 25%;
  }

  .print\:translate-x-2\/4 {
    --transform-translate-x: 50%;
  }

  .print\:translate-x-3\/4 {
    --transform-translate-x: 75%;
  }

  .print\:translate-x-1\/5 {
    --transform-translate-x: 20%;
  }

  .print\:translate-x-2\/5 {
    --transform-translate-x: 40%;
  }

  .print\:translate-x-3\/5 {
    --transform-translate-x: 60%;
  }

  .print\:translate-x-4\/5 {
    --transform-translate-x: 80%;
  }

  .print\:translate-x-1\/6 {
    --transform-translate-x: 16.666667%;
  }

  .print\:translate-x-2\/6 {
    --transform-translate-x: 33.333333%;
  }

  .print\:translate-x-3\/6 {
    --transform-translate-x: 50%;
  }

  .print\:translate-x-4\/6 {
    --transform-translate-x: 66.666667%;
  }

  .print\:translate-x-5\/6 {
    --transform-translate-x: 83.333333%;
  }

  .print\:translate-x-1\/12 {
    --transform-translate-x: 8.333333%;
  }

  .print\:translate-x-2\/12 {
    --transform-translate-x: 16.666667%;
  }

  .print\:translate-x-3\/12 {
    --transform-translate-x: 25%;
  }

  .print\:translate-x-4\/12 {
    --transform-translate-x: 33.333333%;
  }

  .print\:translate-x-5\/12 {
    --transform-translate-x: 41.666667%;
  }

  .print\:translate-x-6\/12 {
    --transform-translate-x: 50%;
  }

  .print\:translate-x-7\/12 {
    --transform-translate-x: 58.333333%;
  }

  .print\:translate-x-8\/12 {
    --transform-translate-x: 66.666667%;
  }

  .print\:translate-x-9\/12 {
    --transform-translate-x: 75%;
  }

  .print\:translate-x-10\/12 {
    --transform-translate-x: 83.333333%;
  }

  .print\:translate-x-11\/12 {
    --transform-translate-x: 91.666667%;
  }

  .print\:translate-x-full {
    --transform-translate-x: 100%;
  }

  .print\:translate-x-screen {
    --transform-translate-x: 100vw;
  }

  .print\:translate-x-10px {
    --transform-translate-x: 0.625rem;
  }

  .print\:translate-x-20px {
    --transform-translate-x: 20px;
  }

  .print\:translate-x-30px {
    --transform-translate-x: 30px;
  }

  .print\:-translate-x-1 {
    --transform-translate-x: -0.25rem;
  }

  .print\:-translate-x-2 {
    --transform-translate-x: -0.5rem;
  }

  .print\:-translate-x-3 {
    --transform-translate-x: -0.75rem;
  }

  .print\:-translate-x-4 {
    --transform-translate-x: -1rem;
  }

  .print\:-translate-x-5 {
    --transform-translate-x: -1.25rem;
  }

  .print\:-translate-x-6 {
    --transform-translate-x: -1.5rem;
  }

  .print\:-translate-x-8 {
    --transform-translate-x: -2rem;
  }

  .print\:-translate-x-10 {
    --transform-translate-x: -2.5rem;
  }

  .print\:-translate-x-12 {
    --transform-translate-x: -3rem;
  }

  .print\:-translate-x-14 {
    --transform-translate-x: -3.5rem;
  }

  .print\:-translate-x-15 {
    --transform-translate-x: -3.75rem;
  }

  .print\:-translate-x-16 {
    --transform-translate-x: -4rem;
  }

  .print\:-translate-x-20 {
    --transform-translate-x: -5rem;
  }

  .print\:-translate-x-24 {
    --transform-translate-x: -6rem;
  }

  .print\:-translate-x-26 {
    --transform-translate-x: -7rem;
  }

  .print\:-translate-x-32 {
    --transform-translate-x: -8rem;
  }

  .print\:-translate-x-36 {
    --transform-translate-x: -9rem;
  }

  .print\:-translate-x-40 {
    --transform-translate-x: -10rem;
  }

  .print\:-translate-x-48 {
    --transform-translate-x: -12rem;
  }

  .print\:-translate-x-56 {
    --transform-translate-x: -14rem;
  }

  .print\:-translate-x-64 {
    --transform-translate-x: -16rem;
  }

  .print\:-translate-x-px {
    --transform-translate-x: -1px;
  }

  .print\:-translate-x-2px {
    --transform-translate-x: -2px;
  }

  .print\:-translate-x-1\/2 {
    --transform-translate-x: -50%;
  }

  .print\:-translate-x-1\/3 {
    --transform-translate-x: -33.33333%;
  }

  .print\:-translate-x-2\/3 {
    --transform-translate-x: -66.66667%;
  }

  .print\:-translate-x-1\/4 {
    --transform-translate-x: -25%;
  }

  .print\:-translate-x-2\/4 {
    --transform-translate-x: -50%;
  }

  .print\:-translate-x-3\/4 {
    --transform-translate-x: -75%;
  }

  .print\:-translate-x-1\/5 {
    --transform-translate-x: -20%;
  }

  .print\:-translate-x-2\/5 {
    --transform-translate-x: -40%;
  }

  .print\:-translate-x-3\/5 {
    --transform-translate-x: -60%;
  }

  .print\:-translate-x-4\/5 {
    --transform-translate-x: -80%;
  }

  .print\:-translate-x-1\/6 {
    --transform-translate-x: -16.66667%;
  }

  .print\:-translate-x-2\/6 {
    --transform-translate-x: -33.33333%;
  }

  .print\:-translate-x-3\/6 {
    --transform-translate-x: -50%;
  }

  .print\:-translate-x-4\/6 {
    --transform-translate-x: -66.66667%;
  }

  .print\:-translate-x-5\/6 {
    --transform-translate-x: -83.33333%;
  }

  .print\:-translate-x-1\/12 {
    --transform-translate-x: -8.33333%;
  }

  .print\:-translate-x-2\/12 {
    --transform-translate-x: -16.66667%;
  }

  .print\:-translate-x-3\/12 {
    --transform-translate-x: -25%;
  }

  .print\:-translate-x-4\/12 {
    --transform-translate-x: -33.33333%;
  }

  .print\:-translate-x-5\/12 {
    --transform-translate-x: -41.66667%;
  }

  .print\:-translate-x-6\/12 {
    --transform-translate-x: -50%;
  }

  .print\:-translate-x-7\/12 {
    --transform-translate-x: -58.33333%;
  }

  .print\:-translate-x-8\/12 {
    --transform-translate-x: -66.66667%;
  }

  .print\:-translate-x-9\/12 {
    --transform-translate-x: -75%;
  }

  .print\:-translate-x-10\/12 {
    --transform-translate-x: -83.33333%;
  }

  .print\:-translate-x-11\/12 {
    --transform-translate-x: -91.66667%;
  }

  .print\:-translate-x-full {
    --transform-translate-x: -100%;
  }

  .print\:-translate-x-screen {
    --transform-translate-x: -100vw;
  }

  .print\:-translate-x-10px {
    --transform-translate-x: -0.625rem;
  }

  .print\:-translate-x-20px {
    --transform-translate-x: -20px;
  }

  .print\:-translate-x-30px {
    --transform-translate-x: -30px;
  }

  .print\:translate-y-0 {
    --transform-translate-y: 0;
  }

  .print\:translate-y-1 {
    --transform-translate-y: 0.25rem;
  }

  .print\:translate-y-2 {
    --transform-translate-y: 0.5rem;
  }

  .print\:translate-y-3 {
    --transform-translate-y: 0.75rem;
  }

  .print\:translate-y-4 {
    --transform-translate-y: 1rem;
  }

  .print\:translate-y-5 {
    --transform-translate-y: 1.25rem;
  }

  .print\:translate-y-6 {
    --transform-translate-y: 1.5rem;
  }

  .print\:translate-y-8 {
    --transform-translate-y: 2rem;
  }

  .print\:translate-y-10 {
    --transform-translate-y: 2.5rem;
  }

  .print\:translate-y-12 {
    --transform-translate-y: 3rem;
  }

  .print\:translate-y-14 {
    --transform-translate-y: 3.5rem;
  }

  .print\:translate-y-15 {
    --transform-translate-y: 3.75rem;
  }

  .print\:translate-y-16 {
    --transform-translate-y: 4rem;
  }

  .print\:translate-y-20 {
    --transform-translate-y: 5rem;
  }

  .print\:translate-y-24 {
    --transform-translate-y: 6rem;
  }

  .print\:translate-y-26 {
    --transform-translate-y: 7rem;
  }

  .print\:translate-y-32 {
    --transform-translate-y: 8rem;
  }

  .print\:translate-y-36 {
    --transform-translate-y: 9rem;
  }

  .print\:translate-y-40 {
    --transform-translate-y: 10rem;
  }

  .print\:translate-y-48 {
    --transform-translate-y: 12rem;
  }

  .print\:translate-y-56 {
    --transform-translate-y: 14rem;
  }

  .print\:translate-y-64 {
    --transform-translate-y: 16rem;
  }

  .print\:translate-y-px {
    --transform-translate-y: 1px;
  }

  .print\:translate-y-2px {
    --transform-translate-y: 2px;
  }

  .print\:translate-y-1\/2 {
    --transform-translate-y: 50%;
  }

  .print\:translate-y-1\/3 {
    --transform-translate-y: 33.333333%;
  }

  .print\:translate-y-2\/3 {
    --transform-translate-y: 66.666667%;
  }

  .print\:translate-y-1\/4 {
    --transform-translate-y: 25%;
  }

  .print\:translate-y-2\/4 {
    --transform-translate-y: 50%;
  }

  .print\:translate-y-3\/4 {
    --transform-translate-y: 75%;
  }

  .print\:translate-y-1\/5 {
    --transform-translate-y: 20%;
  }

  .print\:translate-y-2\/5 {
    --transform-translate-y: 40%;
  }

  .print\:translate-y-3\/5 {
    --transform-translate-y: 60%;
  }

  .print\:translate-y-4\/5 {
    --transform-translate-y: 80%;
  }

  .print\:translate-y-1\/6 {
    --transform-translate-y: 16.666667%;
  }

  .print\:translate-y-2\/6 {
    --transform-translate-y: 33.333333%;
  }

  .print\:translate-y-3\/6 {
    --transform-translate-y: 50%;
  }

  .print\:translate-y-4\/6 {
    --transform-translate-y: 66.666667%;
  }

  .print\:translate-y-5\/6 {
    --transform-translate-y: 83.333333%;
  }

  .print\:translate-y-1\/12 {
    --transform-translate-y: 8.333333%;
  }

  .print\:translate-y-2\/12 {
    --transform-translate-y: 16.666667%;
  }

  .print\:translate-y-3\/12 {
    --transform-translate-y: 25%;
  }

  .print\:translate-y-4\/12 {
    --transform-translate-y: 33.333333%;
  }

  .print\:translate-y-5\/12 {
    --transform-translate-y: 41.666667%;
  }

  .print\:translate-y-6\/12 {
    --transform-translate-y: 50%;
  }

  .print\:translate-y-7\/12 {
    --transform-translate-y: 58.333333%;
  }

  .print\:translate-y-8\/12 {
    --transform-translate-y: 66.666667%;
  }

  .print\:translate-y-9\/12 {
    --transform-translate-y: 75%;
  }

  .print\:translate-y-10\/12 {
    --transform-translate-y: 83.333333%;
  }

  .print\:translate-y-11\/12 {
    --transform-translate-y: 91.666667%;
  }

  .print\:translate-y-full {
    --transform-translate-y: 100%;
  }

  .print\:translate-y-screen {
    --transform-translate-y: 100vw;
  }

  .print\:translate-y-10px {
    --transform-translate-y: 0.625rem;
  }

  .print\:translate-y-20px {
    --transform-translate-y: 20px;
  }

  .print\:translate-y-30px {
    --transform-translate-y: 30px;
  }

  .print\:-translate-y-1 {
    --transform-translate-y: -0.25rem;
  }

  .print\:-translate-y-2 {
    --transform-translate-y: -0.5rem;
  }

  .print\:-translate-y-3 {
    --transform-translate-y: -0.75rem;
  }

  .print\:-translate-y-4 {
    --transform-translate-y: -1rem;
  }

  .print\:-translate-y-5 {
    --transform-translate-y: -1.25rem;
  }

  .print\:-translate-y-6 {
    --transform-translate-y: -1.5rem;
  }

  .print\:-translate-y-8 {
    --transform-translate-y: -2rem;
  }

  .print\:-translate-y-10 {
    --transform-translate-y: -2.5rem;
  }

  .print\:-translate-y-12 {
    --transform-translate-y: -3rem;
  }

  .print\:-translate-y-14 {
    --transform-translate-y: -3.5rem;
  }

  .print\:-translate-y-15 {
    --transform-translate-y: -3.75rem;
  }

  .print\:-translate-y-16 {
    --transform-translate-y: -4rem;
  }

  .print\:-translate-y-20 {
    --transform-translate-y: -5rem;
  }

  .print\:-translate-y-24 {
    --transform-translate-y: -6rem;
  }

  .print\:-translate-y-26 {
    --transform-translate-y: -7rem;
  }

  .print\:-translate-y-32 {
    --transform-translate-y: -8rem;
  }

  .print\:-translate-y-36 {
    --transform-translate-y: -9rem;
  }

  .print\:-translate-y-40 {
    --transform-translate-y: -10rem;
  }

  .print\:-translate-y-48 {
    --transform-translate-y: -12rem;
  }

  .print\:-translate-y-56 {
    --transform-translate-y: -14rem;
  }

  .print\:-translate-y-64 {
    --transform-translate-y: -16rem;
  }

  .print\:-translate-y-px {
    --transform-translate-y: -1px;
  }

  .print\:-translate-y-2px {
    --transform-translate-y: -2px;
  }

  .print\:-translate-y-1\/2 {
    --transform-translate-y: -50%;
  }

  .print\:-translate-y-1\/3 {
    --transform-translate-y: -33.33333%;
  }

  .print\:-translate-y-2\/3 {
    --transform-translate-y: -66.66667%;
  }

  .print\:-translate-y-1\/4 {
    --transform-translate-y: -25%;
  }

  .print\:-translate-y-2\/4 {
    --transform-translate-y: -50%;
  }

  .print\:-translate-y-3\/4 {
    --transform-translate-y: -75%;
  }

  .print\:-translate-y-1\/5 {
    --transform-translate-y: -20%;
  }

  .print\:-translate-y-2\/5 {
    --transform-translate-y: -40%;
  }

  .print\:-translate-y-3\/5 {
    --transform-translate-y: -60%;
  }

  .print\:-translate-y-4\/5 {
    --transform-translate-y: -80%;
  }

  .print\:-translate-y-1\/6 {
    --transform-translate-y: -16.66667%;
  }

  .print\:-translate-y-2\/6 {
    --transform-translate-y: -33.33333%;
  }

  .print\:-translate-y-3\/6 {
    --transform-translate-y: -50%;
  }

  .print\:-translate-y-4\/6 {
    --transform-translate-y: -66.66667%;
  }

  .print\:-translate-y-5\/6 {
    --transform-translate-y: -83.33333%;
  }

  .print\:-translate-y-1\/12 {
    --transform-translate-y: -8.33333%;
  }

  .print\:-translate-y-2\/12 {
    --transform-translate-y: -16.66667%;
  }

  .print\:-translate-y-3\/12 {
    --transform-translate-y: -25%;
  }

  .print\:-translate-y-4\/12 {
    --transform-translate-y: -33.33333%;
  }

  .print\:-translate-y-5\/12 {
    --transform-translate-y: -41.66667%;
  }

  .print\:-translate-y-6\/12 {
    --transform-translate-y: -50%;
  }

  .print\:-translate-y-7\/12 {
    --transform-translate-y: -58.33333%;
  }

  .print\:-translate-y-8\/12 {
    --transform-translate-y: -66.66667%;
  }

  .print\:-translate-y-9\/12 {
    --transform-translate-y: -75%;
  }

  .print\:-translate-y-10\/12 {
    --transform-translate-y: -83.33333%;
  }

  .print\:-translate-y-11\/12 {
    --transform-translate-y: -91.66667%;
  }

  .print\:-translate-y-full {
    --transform-translate-y: -100%;
  }

  .print\:-translate-y-screen {
    --transform-translate-y: -100vw;
  }

  .print\:-translate-y-10px {
    --transform-translate-y: -0.625rem;
  }

  .print\:-translate-y-20px {
    --transform-translate-y: -20px;
  }

  .print\:-translate-y-30px {
    --transform-translate-y: -30px;
  }

  .print\:hover\:translate-x-0:hover {
    --transform-translate-x: 0;
  }

  .print\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem;
  }

  .print\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem;
  }

  .print\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem;
  }

  .print\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem;
  }

  .print\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem;
  }

  .print\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem;
  }

  .print\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem;
  }

  .print\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem;
  }

  .print\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem;
  }

  .print\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem;
  }

  .print\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.75rem;
  }

  .print\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem;
  }

  .print\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem;
  }

  .print\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem;
  }

  .print\:hover\:translate-x-26:hover {
    --transform-translate-x: 7rem;
  }

  .print\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem;
  }

  .print\:hover\:translate-x-36:hover {
    --transform-translate-x: 9rem;
  }

  .print\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem;
  }

  .print\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem;
  }

  .print\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem;
  }

  .print\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem;
  }

  .print\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px;
  }

  .print\:hover\:translate-x-2px:hover {
    --transform-translate-x: 2px;
  }

  .print\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50%;
  }

  .print\:hover\:translate-x-1\/3:hover {
    --transform-translate-x: 33.333333%;
  }

  .print\:hover\:translate-x-2\/3:hover {
    --transform-translate-x: 66.666667%;
  }

  .print\:hover\:translate-x-1\/4:hover {
    --transform-translate-x: 25%;
  }

  .print\:hover\:translate-x-2\/4:hover {
    --transform-translate-x: 50%;
  }

  .print\:hover\:translate-x-3\/4:hover {
    --transform-translate-x: 75%;
  }

  .print\:hover\:translate-x-1\/5:hover {
    --transform-translate-x: 20%;
  }

  .print\:hover\:translate-x-2\/5:hover {
    --transform-translate-x: 40%;
  }

  .print\:hover\:translate-x-3\/5:hover {
    --transform-translate-x: 60%;
  }

  .print\:hover\:translate-x-4\/5:hover {
    --transform-translate-x: 80%;
  }

  .print\:hover\:translate-x-1\/6:hover {
    --transform-translate-x: 16.666667%;
  }

  .print\:hover\:translate-x-2\/6:hover {
    --transform-translate-x: 33.333333%;
  }

  .print\:hover\:translate-x-3\/6:hover {
    --transform-translate-x: 50%;
  }

  .print\:hover\:translate-x-4\/6:hover {
    --transform-translate-x: 66.666667%;
  }

  .print\:hover\:translate-x-5\/6:hover {
    --transform-translate-x: 83.333333%;
  }

  .print\:hover\:translate-x-1\/12:hover {
    --transform-translate-x: 8.333333%;
  }

  .print\:hover\:translate-x-2\/12:hover {
    --transform-translate-x: 16.666667%;
  }

  .print\:hover\:translate-x-3\/12:hover {
    --transform-translate-x: 25%;
  }

  .print\:hover\:translate-x-4\/12:hover {
    --transform-translate-x: 33.333333%;
  }

  .print\:hover\:translate-x-5\/12:hover {
    --transform-translate-x: 41.666667%;
  }

  .print\:hover\:translate-x-6\/12:hover {
    --transform-translate-x: 50%;
  }

  .print\:hover\:translate-x-7\/12:hover {
    --transform-translate-x: 58.333333%;
  }

  .print\:hover\:translate-x-8\/12:hover {
    --transform-translate-x: 66.666667%;
  }

  .print\:hover\:translate-x-9\/12:hover {
    --transform-translate-x: 75%;
  }

  .print\:hover\:translate-x-10\/12:hover {
    --transform-translate-x: 83.333333%;
  }

  .print\:hover\:translate-x-11\/12:hover {
    --transform-translate-x: 91.666667%;
  }

  .print\:hover\:translate-x-full:hover {
    --transform-translate-x: 100%;
  }

  .print\:hover\:translate-x-screen:hover {
    --transform-translate-x: 100vw;
  }

  .print\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem;
  }

  .print\:hover\:translate-x-20px:hover {
    --transform-translate-x: 20px;
  }

  .print\:hover\:translate-x-30px:hover {
    --transform-translate-x: 30px;
  }

  .print\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem;
  }

  .print\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem;
  }

  .print\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem;
  }

  .print\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem;
  }

  .print\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem;
  }

  .print\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem;
  }

  .print\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem;
  }

  .print\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem;
  }

  .print\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem;
  }

  .print\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem;
  }

  .print\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.75rem;
  }

  .print\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem;
  }

  .print\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem;
  }

  .print\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem;
  }

  .print\:hover\:-translate-x-26:hover {
    --transform-translate-x: -7rem;
  }

  .print\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem;
  }

  .print\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9rem;
  }

  .print\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem;
  }

  .print\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem;
  }

  .print\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem;
  }

  .print\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem;
  }

  .print\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px;
  }

  .print\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -2px;
  }

  .print\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50%;
  }

  .print\:hover\:-translate-x-1\/3:hover {
    --transform-translate-x: -33.33333%;
  }

  .print\:hover\:-translate-x-2\/3:hover {
    --transform-translate-x: -66.66667%;
  }

  .print\:hover\:-translate-x-1\/4:hover {
    --transform-translate-x: -25%;
  }

  .print\:hover\:-translate-x-2\/4:hover {
    --transform-translate-x: -50%;
  }

  .print\:hover\:-translate-x-3\/4:hover {
    --transform-translate-x: -75%;
  }

  .print\:hover\:-translate-x-1\/5:hover {
    --transform-translate-x: -20%;
  }

  .print\:hover\:-translate-x-2\/5:hover {
    --transform-translate-x: -40%;
  }

  .print\:hover\:-translate-x-3\/5:hover {
    --transform-translate-x: -60%;
  }

  .print\:hover\:-translate-x-4\/5:hover {
    --transform-translate-x: -80%;
  }

  .print\:hover\:-translate-x-1\/6:hover {
    --transform-translate-x: -16.66667%;
  }

  .print\:hover\:-translate-x-2\/6:hover {
    --transform-translate-x: -33.33333%;
  }

  .print\:hover\:-translate-x-3\/6:hover {
    --transform-translate-x: -50%;
  }

  .print\:hover\:-translate-x-4\/6:hover {
    --transform-translate-x: -66.66667%;
  }

  .print\:hover\:-translate-x-5\/6:hover {
    --transform-translate-x: -83.33333%;
  }

  .print\:hover\:-translate-x-1\/12:hover {
    --transform-translate-x: -8.33333%;
  }

  .print\:hover\:-translate-x-2\/12:hover {
    --transform-translate-x: -16.66667%;
  }

  .print\:hover\:-translate-x-3\/12:hover {
    --transform-translate-x: -25%;
  }

  .print\:hover\:-translate-x-4\/12:hover {
    --transform-translate-x: -33.33333%;
  }

  .print\:hover\:-translate-x-5\/12:hover {
    --transform-translate-x: -41.66667%;
  }

  .print\:hover\:-translate-x-6\/12:hover {
    --transform-translate-x: -50%;
  }

  .print\:hover\:-translate-x-7\/12:hover {
    --transform-translate-x: -58.33333%;
  }

  .print\:hover\:-translate-x-8\/12:hover {
    --transform-translate-x: -66.66667%;
  }

  .print\:hover\:-translate-x-9\/12:hover {
    --transform-translate-x: -75%;
  }

  .print\:hover\:-translate-x-10\/12:hover {
    --transform-translate-x: -83.33333%;
  }

  .print\:hover\:-translate-x-11\/12:hover {
    --transform-translate-x: -91.66667%;
  }

  .print\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100%;
  }

  .print\:hover\:-translate-x-screen:hover {
    --transform-translate-x: -100vw;
  }

  .print\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem;
  }

  .print\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -20px;
  }

  .print\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -30px;
  }

  .print\:hover\:translate-y-0:hover {
    --transform-translate-y: 0;
  }

  .print\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem;
  }

  .print\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem;
  }

  .print\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem;
  }

  .print\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem;
  }

  .print\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem;
  }

  .print\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem;
  }

  .print\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem;
  }

  .print\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem;
  }

  .print\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem;
  }

  .print\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem;
  }

  .print\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.75rem;
  }

  .print\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem;
  }

  .print\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem;
  }

  .print\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem;
  }

  .print\:hover\:translate-y-26:hover {
    --transform-translate-y: 7rem;
  }

  .print\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem;
  }

  .print\:hover\:translate-y-36:hover {
    --transform-translate-y: 9rem;
  }

  .print\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem;
  }

  .print\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem;
  }

  .print\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem;
  }

  .print\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem;
  }

  .print\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px;
  }

  .print\:hover\:translate-y-2px:hover {
    --transform-translate-y: 2px;
  }

  .print\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50%;
  }

  .print\:hover\:translate-y-1\/3:hover {
    --transform-translate-y: 33.333333%;
  }

  .print\:hover\:translate-y-2\/3:hover {
    --transform-translate-y: 66.666667%;
  }

  .print\:hover\:translate-y-1\/4:hover {
    --transform-translate-y: 25%;
  }

  .print\:hover\:translate-y-2\/4:hover {
    --transform-translate-y: 50%;
  }

  .print\:hover\:translate-y-3\/4:hover {
    --transform-translate-y: 75%;
  }

  .print\:hover\:translate-y-1\/5:hover {
    --transform-translate-y: 20%;
  }

  .print\:hover\:translate-y-2\/5:hover {
    --transform-translate-y: 40%;
  }

  .print\:hover\:translate-y-3\/5:hover {
    --transform-translate-y: 60%;
  }

  .print\:hover\:translate-y-4\/5:hover {
    --transform-translate-y: 80%;
  }

  .print\:hover\:translate-y-1\/6:hover {
    --transform-translate-y: 16.666667%;
  }

  .print\:hover\:translate-y-2\/6:hover {
    --transform-translate-y: 33.333333%;
  }

  .print\:hover\:translate-y-3\/6:hover {
    --transform-translate-y: 50%;
  }

  .print\:hover\:translate-y-4\/6:hover {
    --transform-translate-y: 66.666667%;
  }

  .print\:hover\:translate-y-5\/6:hover {
    --transform-translate-y: 83.333333%;
  }

  .print\:hover\:translate-y-1\/12:hover {
    --transform-translate-y: 8.333333%;
  }

  .print\:hover\:translate-y-2\/12:hover {
    --transform-translate-y: 16.666667%;
  }

  .print\:hover\:translate-y-3\/12:hover {
    --transform-translate-y: 25%;
  }

  .print\:hover\:translate-y-4\/12:hover {
    --transform-translate-y: 33.333333%;
  }

  .print\:hover\:translate-y-5\/12:hover {
    --transform-translate-y: 41.666667%;
  }

  .print\:hover\:translate-y-6\/12:hover {
    --transform-translate-y: 50%;
  }

  .print\:hover\:translate-y-7\/12:hover {
    --transform-translate-y: 58.333333%;
  }

  .print\:hover\:translate-y-8\/12:hover {
    --transform-translate-y: 66.666667%;
  }

  .print\:hover\:translate-y-9\/12:hover {
    --transform-translate-y: 75%;
  }

  .print\:hover\:translate-y-10\/12:hover {
    --transform-translate-y: 83.333333%;
  }

  .print\:hover\:translate-y-11\/12:hover {
    --transform-translate-y: 91.666667%;
  }

  .print\:hover\:translate-y-full:hover {
    --transform-translate-y: 100%;
  }

  .print\:hover\:translate-y-screen:hover {
    --transform-translate-y: 100vw;
  }

  .print\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem;
  }

  .print\:hover\:translate-y-20px:hover {
    --transform-translate-y: 20px;
  }

  .print\:hover\:translate-y-30px:hover {
    --transform-translate-y: 30px;
  }

  .print\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem;
  }

  .print\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem;
  }

  .print\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem;
  }

  .print\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem;
  }

  .print\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem;
  }

  .print\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem;
  }

  .print\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem;
  }

  .print\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem;
  }

  .print\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem;
  }

  .print\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem;
  }

  .print\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.75rem;
  }

  .print\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem;
  }

  .print\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem;
  }

  .print\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem;
  }

  .print\:hover\:-translate-y-26:hover {
    --transform-translate-y: -7rem;
  }

  .print\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem;
  }

  .print\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9rem;
  }

  .print\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem;
  }

  .print\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem;
  }

  .print\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem;
  }

  .print\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem;
  }

  .print\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px;
  }

  .print\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -2px;
  }

  .print\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50%;
  }

  .print\:hover\:-translate-y-1\/3:hover {
    --transform-translate-y: -33.33333%;
  }

  .print\:hover\:-translate-y-2\/3:hover {
    --transform-translate-y: -66.66667%;
  }

  .print\:hover\:-translate-y-1\/4:hover {
    --transform-translate-y: -25%;
  }

  .print\:hover\:-translate-y-2\/4:hover {
    --transform-translate-y: -50%;
  }

  .print\:hover\:-translate-y-3\/4:hover {
    --transform-translate-y: -75%;
  }

  .print\:hover\:-translate-y-1\/5:hover {
    --transform-translate-y: -20%;
  }

  .print\:hover\:-translate-y-2\/5:hover {
    --transform-translate-y: -40%;
  }

  .print\:hover\:-translate-y-3\/5:hover {
    --transform-translate-y: -60%;
  }

  .print\:hover\:-translate-y-4\/5:hover {
    --transform-translate-y: -80%;
  }

  .print\:hover\:-translate-y-1\/6:hover {
    --transform-translate-y: -16.66667%;
  }

  .print\:hover\:-translate-y-2\/6:hover {
    --transform-translate-y: -33.33333%;
  }

  .print\:hover\:-translate-y-3\/6:hover {
    --transform-translate-y: -50%;
  }

  .print\:hover\:-translate-y-4\/6:hover {
    --transform-translate-y: -66.66667%;
  }

  .print\:hover\:-translate-y-5\/6:hover {
    --transform-translate-y: -83.33333%;
  }

  .print\:hover\:-translate-y-1\/12:hover {
    --transform-translate-y: -8.33333%;
  }

  .print\:hover\:-translate-y-2\/12:hover {
    --transform-translate-y: -16.66667%;
  }

  .print\:hover\:-translate-y-3\/12:hover {
    --transform-translate-y: -25%;
  }

  .print\:hover\:-translate-y-4\/12:hover {
    --transform-translate-y: -33.33333%;
  }

  .print\:hover\:-translate-y-5\/12:hover {
    --transform-translate-y: -41.66667%;
  }

  .print\:hover\:-translate-y-6\/12:hover {
    --transform-translate-y: -50%;
  }

  .print\:hover\:-translate-y-7\/12:hover {
    --transform-translate-y: -58.33333%;
  }

  .print\:hover\:-translate-y-8\/12:hover {
    --transform-translate-y: -66.66667%;
  }

  .print\:hover\:-translate-y-9\/12:hover {
    --transform-translate-y: -75%;
  }

  .print\:hover\:-translate-y-10\/12:hover {
    --transform-translate-y: -83.33333%;
  }

  .print\:hover\:-translate-y-11\/12:hover {
    --transform-translate-y: -91.66667%;
  }

  .print\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100%;
  }

  .print\:hover\:-translate-y-screen:hover {
    --transform-translate-y: -100vw;
  }

  .print\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem;
  }

  .print\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -20px;
  }

  .print\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -30px;
  }

  .print\:focus\:translate-x-0:focus {
    --transform-translate-x: 0;
  }

  .print\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem;
  }

  .print\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem;
  }

  .print\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem;
  }

  .print\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem;
  }

  .print\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem;
  }

  .print\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem;
  }

  .print\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem;
  }

  .print\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem;
  }

  .print\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem;
  }

  .print\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem;
  }

  .print\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.75rem;
  }

  .print\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem;
  }

  .print\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem;
  }

  .print\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem;
  }

  .print\:focus\:translate-x-26:focus {
    --transform-translate-x: 7rem;
  }

  .print\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem;
  }

  .print\:focus\:translate-x-36:focus {
    --transform-translate-x: 9rem;
  }

  .print\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem;
  }

  .print\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem;
  }

  .print\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem;
  }

  .print\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem;
  }

  .print\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px;
  }

  .print\:focus\:translate-x-2px:focus {
    --transform-translate-x: 2px;
  }

  .print\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50%;
  }

  .print\:focus\:translate-x-1\/3:focus {
    --transform-translate-x: 33.333333%;
  }

  .print\:focus\:translate-x-2\/3:focus {
    --transform-translate-x: 66.666667%;
  }

  .print\:focus\:translate-x-1\/4:focus {
    --transform-translate-x: 25%;
  }

  .print\:focus\:translate-x-2\/4:focus {
    --transform-translate-x: 50%;
  }

  .print\:focus\:translate-x-3\/4:focus {
    --transform-translate-x: 75%;
  }

  .print\:focus\:translate-x-1\/5:focus {
    --transform-translate-x: 20%;
  }

  .print\:focus\:translate-x-2\/5:focus {
    --transform-translate-x: 40%;
  }

  .print\:focus\:translate-x-3\/5:focus {
    --transform-translate-x: 60%;
  }

  .print\:focus\:translate-x-4\/5:focus {
    --transform-translate-x: 80%;
  }

  .print\:focus\:translate-x-1\/6:focus {
    --transform-translate-x: 16.666667%;
  }

  .print\:focus\:translate-x-2\/6:focus {
    --transform-translate-x: 33.333333%;
  }

  .print\:focus\:translate-x-3\/6:focus {
    --transform-translate-x: 50%;
  }

  .print\:focus\:translate-x-4\/6:focus {
    --transform-translate-x: 66.666667%;
  }

  .print\:focus\:translate-x-5\/6:focus {
    --transform-translate-x: 83.333333%;
  }

  .print\:focus\:translate-x-1\/12:focus {
    --transform-translate-x: 8.333333%;
  }

  .print\:focus\:translate-x-2\/12:focus {
    --transform-translate-x: 16.666667%;
  }

  .print\:focus\:translate-x-3\/12:focus {
    --transform-translate-x: 25%;
  }

  .print\:focus\:translate-x-4\/12:focus {
    --transform-translate-x: 33.333333%;
  }

  .print\:focus\:translate-x-5\/12:focus {
    --transform-translate-x: 41.666667%;
  }

  .print\:focus\:translate-x-6\/12:focus {
    --transform-translate-x: 50%;
  }

  .print\:focus\:translate-x-7\/12:focus {
    --transform-translate-x: 58.333333%;
  }

  .print\:focus\:translate-x-8\/12:focus {
    --transform-translate-x: 66.666667%;
  }

  .print\:focus\:translate-x-9\/12:focus {
    --transform-translate-x: 75%;
  }

  .print\:focus\:translate-x-10\/12:focus {
    --transform-translate-x: 83.333333%;
  }

  .print\:focus\:translate-x-11\/12:focus {
    --transform-translate-x: 91.666667%;
  }

  .print\:focus\:translate-x-full:focus {
    --transform-translate-x: 100%;
  }

  .print\:focus\:translate-x-screen:focus {
    --transform-translate-x: 100vw;
  }

  .print\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem;
  }

  .print\:focus\:translate-x-20px:focus {
    --transform-translate-x: 20px;
  }

  .print\:focus\:translate-x-30px:focus {
    --transform-translate-x: 30px;
  }

  .print\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem;
  }

  .print\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem;
  }

  .print\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem;
  }

  .print\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem;
  }

  .print\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem;
  }

  .print\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem;
  }

  .print\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem;
  }

  .print\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem;
  }

  .print\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem;
  }

  .print\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem;
  }

  .print\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.75rem;
  }

  .print\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem;
  }

  .print\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem;
  }

  .print\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem;
  }

  .print\:focus\:-translate-x-26:focus {
    --transform-translate-x: -7rem;
  }

  .print\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem;
  }

  .print\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9rem;
  }

  .print\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem;
  }

  .print\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem;
  }

  .print\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem;
  }

  .print\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem;
  }

  .print\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px;
  }

  .print\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -2px;
  }

  .print\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50%;
  }

  .print\:focus\:-translate-x-1\/3:focus {
    --transform-translate-x: -33.33333%;
  }

  .print\:focus\:-translate-x-2\/3:focus {
    --transform-translate-x: -66.66667%;
  }

  .print\:focus\:-translate-x-1\/4:focus {
    --transform-translate-x: -25%;
  }

  .print\:focus\:-translate-x-2\/4:focus {
    --transform-translate-x: -50%;
  }

  .print\:focus\:-translate-x-3\/4:focus {
    --transform-translate-x: -75%;
  }

  .print\:focus\:-translate-x-1\/5:focus {
    --transform-translate-x: -20%;
  }

  .print\:focus\:-translate-x-2\/5:focus {
    --transform-translate-x: -40%;
  }

  .print\:focus\:-translate-x-3\/5:focus {
    --transform-translate-x: -60%;
  }

  .print\:focus\:-translate-x-4\/5:focus {
    --transform-translate-x: -80%;
  }

  .print\:focus\:-translate-x-1\/6:focus {
    --transform-translate-x: -16.66667%;
  }

  .print\:focus\:-translate-x-2\/6:focus {
    --transform-translate-x: -33.33333%;
  }

  .print\:focus\:-translate-x-3\/6:focus {
    --transform-translate-x: -50%;
  }

  .print\:focus\:-translate-x-4\/6:focus {
    --transform-translate-x: -66.66667%;
  }

  .print\:focus\:-translate-x-5\/6:focus {
    --transform-translate-x: -83.33333%;
  }

  .print\:focus\:-translate-x-1\/12:focus {
    --transform-translate-x: -8.33333%;
  }

  .print\:focus\:-translate-x-2\/12:focus {
    --transform-translate-x: -16.66667%;
  }

  .print\:focus\:-translate-x-3\/12:focus {
    --transform-translate-x: -25%;
  }

  .print\:focus\:-translate-x-4\/12:focus {
    --transform-translate-x: -33.33333%;
  }

  .print\:focus\:-translate-x-5\/12:focus {
    --transform-translate-x: -41.66667%;
  }

  .print\:focus\:-translate-x-6\/12:focus {
    --transform-translate-x: -50%;
  }

  .print\:focus\:-translate-x-7\/12:focus {
    --transform-translate-x: -58.33333%;
  }

  .print\:focus\:-translate-x-8\/12:focus {
    --transform-translate-x: -66.66667%;
  }

  .print\:focus\:-translate-x-9\/12:focus {
    --transform-translate-x: -75%;
  }

  .print\:focus\:-translate-x-10\/12:focus {
    --transform-translate-x: -83.33333%;
  }

  .print\:focus\:-translate-x-11\/12:focus {
    --transform-translate-x: -91.66667%;
  }

  .print\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100%;
  }

  .print\:focus\:-translate-x-screen:focus {
    --transform-translate-x: -100vw;
  }

  .print\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem;
  }

  .print\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -20px;
  }

  .print\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -30px;
  }

  .print\:focus\:translate-y-0:focus {
    --transform-translate-y: 0;
  }

  .print\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem;
  }

  .print\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem;
  }

  .print\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem;
  }

  .print\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem;
  }

  .print\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem;
  }

  .print\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem;
  }

  .print\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem;
  }

  .print\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem;
  }

  .print\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem;
  }

  .print\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem;
  }

  .print\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.75rem;
  }

  .print\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem;
  }

  .print\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem;
  }

  .print\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem;
  }

  .print\:focus\:translate-y-26:focus {
    --transform-translate-y: 7rem;
  }

  .print\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem;
  }

  .print\:focus\:translate-y-36:focus {
    --transform-translate-y: 9rem;
  }

  .print\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem;
  }

  .print\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem;
  }

  .print\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem;
  }

  .print\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem;
  }

  .print\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px;
  }

  .print\:focus\:translate-y-2px:focus {
    --transform-translate-y: 2px;
  }

  .print\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50%;
  }

  .print\:focus\:translate-y-1\/3:focus {
    --transform-translate-y: 33.333333%;
  }

  .print\:focus\:translate-y-2\/3:focus {
    --transform-translate-y: 66.666667%;
  }

  .print\:focus\:translate-y-1\/4:focus {
    --transform-translate-y: 25%;
  }

  .print\:focus\:translate-y-2\/4:focus {
    --transform-translate-y: 50%;
  }

  .print\:focus\:translate-y-3\/4:focus {
    --transform-translate-y: 75%;
  }

  .print\:focus\:translate-y-1\/5:focus {
    --transform-translate-y: 20%;
  }

  .print\:focus\:translate-y-2\/5:focus {
    --transform-translate-y: 40%;
  }

  .print\:focus\:translate-y-3\/5:focus {
    --transform-translate-y: 60%;
  }

  .print\:focus\:translate-y-4\/5:focus {
    --transform-translate-y: 80%;
  }

  .print\:focus\:translate-y-1\/6:focus {
    --transform-translate-y: 16.666667%;
  }

  .print\:focus\:translate-y-2\/6:focus {
    --transform-translate-y: 33.333333%;
  }

  .print\:focus\:translate-y-3\/6:focus {
    --transform-translate-y: 50%;
  }

  .print\:focus\:translate-y-4\/6:focus {
    --transform-translate-y: 66.666667%;
  }

  .print\:focus\:translate-y-5\/6:focus {
    --transform-translate-y: 83.333333%;
  }

  .print\:focus\:translate-y-1\/12:focus {
    --transform-translate-y: 8.333333%;
  }

  .print\:focus\:translate-y-2\/12:focus {
    --transform-translate-y: 16.666667%;
  }

  .print\:focus\:translate-y-3\/12:focus {
    --transform-translate-y: 25%;
  }

  .print\:focus\:translate-y-4\/12:focus {
    --transform-translate-y: 33.333333%;
  }

  .print\:focus\:translate-y-5\/12:focus {
    --transform-translate-y: 41.666667%;
  }

  .print\:focus\:translate-y-6\/12:focus {
    --transform-translate-y: 50%;
  }

  .print\:focus\:translate-y-7\/12:focus {
    --transform-translate-y: 58.333333%;
  }

  .print\:focus\:translate-y-8\/12:focus {
    --transform-translate-y: 66.666667%;
  }

  .print\:focus\:translate-y-9\/12:focus {
    --transform-translate-y: 75%;
  }

  .print\:focus\:translate-y-10\/12:focus {
    --transform-translate-y: 83.333333%;
  }

  .print\:focus\:translate-y-11\/12:focus {
    --transform-translate-y: 91.666667%;
  }

  .print\:focus\:translate-y-full:focus {
    --transform-translate-y: 100%;
  }

  .print\:focus\:translate-y-screen:focus {
    --transform-translate-y: 100vw;
  }

  .print\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem;
  }

  .print\:focus\:translate-y-20px:focus {
    --transform-translate-y: 20px;
  }

  .print\:focus\:translate-y-30px:focus {
    --transform-translate-y: 30px;
  }

  .print\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem;
  }

  .print\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem;
  }

  .print\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem;
  }

  .print\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem;
  }

  .print\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem;
  }

  .print\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem;
  }

  .print\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem;
  }

  .print\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem;
  }

  .print\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem;
  }

  .print\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem;
  }

  .print\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.75rem;
  }

  .print\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem;
  }

  .print\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem;
  }

  .print\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem;
  }

  .print\:focus\:-translate-y-26:focus {
    --transform-translate-y: -7rem;
  }

  .print\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem;
  }

  .print\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9rem;
  }

  .print\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem;
  }

  .print\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem;
  }

  .print\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem;
  }

  .print\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem;
  }

  .print\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px;
  }

  .print\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -2px;
  }

  .print\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50%;
  }

  .print\:focus\:-translate-y-1\/3:focus {
    --transform-translate-y: -33.33333%;
  }

  .print\:focus\:-translate-y-2\/3:focus {
    --transform-translate-y: -66.66667%;
  }

  .print\:focus\:-translate-y-1\/4:focus {
    --transform-translate-y: -25%;
  }

  .print\:focus\:-translate-y-2\/4:focus {
    --transform-translate-y: -50%;
  }

  .print\:focus\:-translate-y-3\/4:focus {
    --transform-translate-y: -75%;
  }

  .print\:focus\:-translate-y-1\/5:focus {
    --transform-translate-y: -20%;
  }

  .print\:focus\:-translate-y-2\/5:focus {
    --transform-translate-y: -40%;
  }

  .print\:focus\:-translate-y-3\/5:focus {
    --transform-translate-y: -60%;
  }

  .print\:focus\:-translate-y-4\/5:focus {
    --transform-translate-y: -80%;
  }

  .print\:focus\:-translate-y-1\/6:focus {
    --transform-translate-y: -16.66667%;
  }

  .print\:focus\:-translate-y-2\/6:focus {
    --transform-translate-y: -33.33333%;
  }

  .print\:focus\:-translate-y-3\/6:focus {
    --transform-translate-y: -50%;
  }

  .print\:focus\:-translate-y-4\/6:focus {
    --transform-translate-y: -66.66667%;
  }

  .print\:focus\:-translate-y-5\/6:focus {
    --transform-translate-y: -83.33333%;
  }

  .print\:focus\:-translate-y-1\/12:focus {
    --transform-translate-y: -8.33333%;
  }

  .print\:focus\:-translate-y-2\/12:focus {
    --transform-translate-y: -16.66667%;
  }

  .print\:focus\:-translate-y-3\/12:focus {
    --transform-translate-y: -25%;
  }

  .print\:focus\:-translate-y-4\/12:focus {
    --transform-translate-y: -33.33333%;
  }

  .print\:focus\:-translate-y-5\/12:focus {
    --transform-translate-y: -41.66667%;
  }

  .print\:focus\:-translate-y-6\/12:focus {
    --transform-translate-y: -50%;
  }

  .print\:focus\:-translate-y-7\/12:focus {
    --transform-translate-y: -58.33333%;
  }

  .print\:focus\:-translate-y-8\/12:focus {
    --transform-translate-y: -66.66667%;
  }

  .print\:focus\:-translate-y-9\/12:focus {
    --transform-translate-y: -75%;
  }

  .print\:focus\:-translate-y-10\/12:focus {
    --transform-translate-y: -83.33333%;
  }

  .print\:focus\:-translate-y-11\/12:focus {
    --transform-translate-y: -91.66667%;
  }

  .print\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100%;
  }

  .print\:focus\:-translate-y-screen:focus {
    --transform-translate-y: -100vw;
  }

  .print\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem;
  }

  .print\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -20px;
  }

  .print\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -30px;
  }

  .print\:skew-x-0 {
    --transform-skew-x: 0;
  }

  .print\:skew-x-3 {
    --transform-skew-x: 3deg;
  }

  .print\:skew-x-6 {
    --transform-skew-x: 6deg;
  }

  .print\:skew-x-8 {
    --transform-skew-x: 8deg;
  }

  .print\:skew-x-12 {
    --transform-skew-x: 12deg;
  }

  .print\:skew-x-20 {
    --transform-skew-x: 20deg;
  }

  .print\:-skew-x-20 {
    --transform-skew-x: -20deg;
  }

  .print\:-skew-x-12 {
    --transform-skew-x: -12deg;
  }

  .print\:-skew-x-6 {
    --transform-skew-x: -6deg;
  }

  .print\:-skew-x-8 {
    --transform-skew-x: -8deg;
  }

  .print\:-skew-x-3 {
    --transform-skew-x: -3deg;
  }

  .print\:skew-y-0 {
    --transform-skew-y: 0;
  }

  .print\:skew-y-3 {
    --transform-skew-y: 3deg;
  }

  .print\:skew-y-6 {
    --transform-skew-y: 6deg;
  }

  .print\:skew-y-8 {
    --transform-skew-y: 8deg;
  }

  .print\:skew-y-12 {
    --transform-skew-y: 12deg;
  }

  .print\:skew-y-20 {
    --transform-skew-y: 20deg;
  }

  .print\:-skew-y-20 {
    --transform-skew-y: -20deg;
  }

  .print\:-skew-y-12 {
    --transform-skew-y: -12deg;
  }

  .print\:-skew-y-6 {
    --transform-skew-y: -6deg;
  }

  .print\:-skew-y-8 {
    --transform-skew-y: -8deg;
  }

  .print\:-skew-y-3 {
    --transform-skew-y: -3deg;
  }

  .print\:hover\:skew-x-0:hover {
    --transform-skew-x: 0;
  }

  .print\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg;
  }

  .print\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg;
  }

  .print\:hover\:skew-x-8:hover {
    --transform-skew-x: 8deg;
  }

  .print\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg;
  }

  .print\:hover\:skew-x-20:hover {
    --transform-skew-x: 20deg;
  }

  .print\:hover\:-skew-x-20:hover {
    --transform-skew-x: -20deg;
  }

  .print\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg;
  }

  .print\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg;
  }

  .print\:hover\:-skew-x-8:hover {
    --transform-skew-x: -8deg;
  }

  .print\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg;
  }

  .print\:hover\:skew-y-0:hover {
    --transform-skew-y: 0;
  }

  .print\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg;
  }

  .print\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg;
  }

  .print\:hover\:skew-y-8:hover {
    --transform-skew-y: 8deg;
  }

  .print\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg;
  }

  .print\:hover\:skew-y-20:hover {
    --transform-skew-y: 20deg;
  }

  .print\:hover\:-skew-y-20:hover {
    --transform-skew-y: -20deg;
  }

  .print\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg;
  }

  .print\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg;
  }

  .print\:hover\:-skew-y-8:hover {
    --transform-skew-y: -8deg;
  }

  .print\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg;
  }

  .print\:focus\:skew-x-0:focus {
    --transform-skew-x: 0;
  }

  .print\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg;
  }

  .print\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg;
  }

  .print\:focus\:skew-x-8:focus {
    --transform-skew-x: 8deg;
  }

  .print\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg;
  }

  .print\:focus\:skew-x-20:focus {
    --transform-skew-x: 20deg;
  }

  .print\:focus\:-skew-x-20:focus {
    --transform-skew-x: -20deg;
  }

  .print\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg;
  }

  .print\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg;
  }

  .print\:focus\:-skew-x-8:focus {
    --transform-skew-x: -8deg;
  }

  .print\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg;
  }

  .print\:focus\:skew-y-0:focus {
    --transform-skew-y: 0;
  }

  .print\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg;
  }

  .print\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg;
  }

  .print\:focus\:skew-y-8:focus {
    --transform-skew-y: 8deg;
  }

  .print\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg;
  }

  .print\:focus\:skew-y-20:focus {
    --transform-skew-y: 20deg;
  }

  .print\:focus\:-skew-y-20:focus {
    --transform-skew-y: -20deg;
  }

  .print\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg;
  }

  .print\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg;
  }

  .print\:focus\:-skew-y-8:focus {
    --transform-skew-y: -8deg;
  }

  .print\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg;
  }

  .print\:transition-none {
    transition-property: none;
  }

  .print\:transition-all {
    transition-property: all;
  }

  .print\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .print\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .print\:transition-opacity {
    transition-property: opacity;
  }

  .print\:transition-shadow {
    transition-property: box-shadow;
  }

  .print\:transition-transform {
    transition-property: transform;
  }

  .print\:ease-linear {
    transition-timing-function: linear;
  }

  .print\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .print\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .print\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .print\:duration-75 {
    transition-duration: 75ms;
  }

  .print\:duration-100 {
    transition-duration: 100ms;
  }

  .print\:duration-150 {
    transition-duration: 150ms;
  }

  .print\:duration-200 {
    transition-duration: 200ms;
  }

  .print\:duration-300 {
    transition-duration: 300ms;
  }

  .print\:duration-500 {
    transition-duration: 500ms;
  }

  .print\:duration-700 {
    transition-duration: 700ms;
  }

  .print\:duration-1000 {
    transition-duration: 1000ms;
  }

  .print\:delay-75 {
    transition-delay: 75ms;
  }

  .print\:delay-100 {
    transition-delay: 100ms;
  }

  .print\:delay-150 {
    transition-delay: 150ms;
  }

  .print\:delay-200 {
    transition-delay: 200ms;
  }

  .print\:delay-300 {
    transition-delay: 300ms;
  }

  .print\:delay-500 {
    transition-delay: 500ms;
  }

  .print\:delay-700 {
    transition-delay: 700ms;
  }

  .print\:delay-1000 {
    transition-delay: 1000ms;
  }

  .print\:animate-none {
    animation: none;
  }

  .print\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .print\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .print\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .print\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

