/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * 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: ui-sans-serif, 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 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 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: currentColor; /* 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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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: ui-monospace, SFMono-Regular, 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 intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%
}

.poppins-base {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 1rem
}

.poppins-f1 {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.25rem
}

.poppins-f2 {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.875rem
}

.poppins-f3 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.25rem
}

.poppins-f4-sb {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem
}

.poppins-f4-m {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.9375rem
}

.poppins-f5 {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 0.625rem
}

html {
  font-family: poppins, sans-serif;
  font-weight: 400;
}

body {
  --tw-text-opacity: 1;
  color: rgba(50, 53, 59, var(--tw-text-opacity));
}

.bg-img__square, .bg-img__2-1, .bg-img__4-3, .bg-img__16-10, .bg-img__16-9, .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img__contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-img__center {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.bg-img__16-9 {
  padding-top: 56.25%;
}

.bg-img__16-10 {
  padding-top: 62.5%;
}

.bg-img__4-3 {
  padding-top: 75%;
}

.bg-img__2-1 {
  padding-top: 50%;
}

.bg-img__square {
  padding-top: 100%;
}

.bg-img__round {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 666px;
  padding-top: 100%;
}

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

.title-underline {
  width: max-content;
}

.title-underline:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity));
  display: block;
  height: 3px;
}

.button-icon-small .button-text, .button-icon img, .button-icon .button-text {
  position: absolute;
}

.button-icon-small .button-text, .button-icon img,
.button-icon .button-text {
  left: 50%;
  top: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.button-icon {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity));
  border-radius: 9999px;
  align-self: center;
  height: 3rem;
  position: relative;
  width: 3rem;
}

.button-icon-small {
  --tw-border-opacity: 1;
  border-color: rgba(221, 52, 68, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  align-self: center;
  height: 3rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(221, 52, 68, var(--tw-text-opacity));
  width: 3rem;
}

.button-icon-small__active {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgba(50, 53, 59, var(--tw-bg-opacity));
  overflow-x: hidden;
  overflow-y: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
}

.overlay.overlay-show {
  overflow-y: hidden;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.2s linear 0s;
}

.overlay .overlay-inner {
  height: auto;
  padding-top: 2rem;
  padding-right: 2rem;
}

.overlay.overlay-video {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s, z-index 0s linear 0.2s;
}

.overlay.overlay-video.overlay-show {
  z-index: 9999;
  transition: visibility 0s linear 0s, opacity 0.2s linear 0s, z-index 0s linear 0s;
}

.overlay.overlay-video .video-container {
  height: auto;
  overflow: auto;
  position: absolute;
  width: 75%;
  left: 50%;
  top: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.overlay.overlay-video .video-container video {
  height: auto;
  width: 100%;
}

.home-info {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.title-underline-home {
  width: max-content;
}

.title-underline-home:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity));
  display: block;
  margin-right: 1.5rem;
  height: 3px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.language-switcher {
  margin-top: 2rem;
}

.horizontal-switcher {
  display: flex;
}

.horizontal-switcher li + li {
  margin-left: 0.75rem;
}

.vertical-switcher li + li {
  margin-top: 0.75rem;
}

.language-switcher-position {
  position: fixed;
  right: 1rem;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse))
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse))
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse))
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse))
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse))
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse))
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse))
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse))
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse))
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse))
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse))
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse))
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse))
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse))
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse))
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse))
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse))
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse))
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse))
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse))
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse))
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse))
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse))
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse))
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse))
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse))
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse))
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse))
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse))
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse))
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse))
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse))
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse))
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse))
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse))
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse))
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse))
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse))
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse))
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse))
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse))
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse))
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse))
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse))
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse))
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse))
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse))
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse))
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse))
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse))
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)))
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse))
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse))
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse))
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse))
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse))
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1
}

.divide-color1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(50, 53, 59, var(--tw-divide-opacity))
}

.divide-color2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 52, 68, var(--tw-divide-opacity))
}

.divide-color3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-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
}

.appearance-none {
  -webkit-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-color1 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
}

.bg-color3 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-color3 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.focus-within\:bg-color1:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
}

.focus-within\:bg-color2:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
}

.focus-within\:bg-color3:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.hover\:bg-color1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
}

.hover\:bg-color2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
}

.hover\:bg-color3:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.focus\:bg-color1:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
}

.focus\:bg-color2:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
}

.focus\:bg-color3:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-none {
  background-image: none
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops))
}

.from-color1 {
  --tw-gradient-from: #32353B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 53, 59, 0))
}

.from-color2 {
  --tw-gradient-from: #DD3444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 52, 68, 0))
}

.from-color3 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-color1 {
  --tw-gradient-stops: var(--tw-gradient-from), #32353B, var(--tw-gradient-to, rgba(50, 53, 59, 0))
}

.via-color2 {
  --tw-gradient-stops: var(--tw-gradient-from), #DD3444, var(--tw-gradient-to, rgba(221, 52, 68, 0))
}

.via-color3 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.to-color1 {
  --tw-gradient-to: #32353B
}

.to-color2 {
  --tw-gradient-to: #DD3444
}

.to-color3 {
  --tw-gradient-to: #ffffff
}

.bg-opacity-0 {
  --tw-bg-opacity: 0
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95
}

.bg-opacity-100 {
  --tw-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-color1 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 53, 59, var(--tw-border-opacity))
}

.border-color2 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 52, 68, var(--tw-border-opacity))
}

.border-color3 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-color1 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 53, 59, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-color2 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 52, 68, var(--tw-border-opacity))
}

.group:hover .group-hover\:border-color3 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.focus-within\:border-color1:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(50, 53, 59, var(--tw-border-opacity))
}

.focus-within\:border-color2:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(221, 52, 68, var(--tw-border-opacity))
}

.focus-within\:border-color3:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.hover\:border-color1:hover {
  --tw-border-opacity: 1;
  border-color: rgba(50, 53, 59, var(--tw-border-opacity))
}

.hover\:border-color2:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 52, 68, var(--tw-border-opacity))
}

.hover\:border-color3:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.focus\:border-color1:focus {
  --tw-border-opacity: 1;
  border-color: rgba(50, 53, 59, var(--tw-border-opacity))
}

.focus\:border-color2:focus {
  --tw-border-opacity: 1;
  border-color: rgba(221, 52, 68, var(--tw-border-opacity))
}

.focus\:border-color3:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-opacity-0 {
  --tw-border-opacity: 0
}

.border-opacity-5 {
  --tw-border-opacity: 0.05
}

.border-opacity-10 {
  --tw-border-opacity: 0.1
}

.border-opacity-20 {
  --tw-border-opacity: 0.2
}

.border-opacity-25 {
  --tw-border-opacity: 0.25
}

.border-opacity-30 {
  --tw-border-opacity: 0.3
}

.border-opacity-40 {
  --tw-border-opacity: 0.4
}

.border-opacity-50 {
  --tw-border-opacity: 0.5
}

.border-opacity-60 {
  --tw-border-opacity: 0.6
}

.border-opacity-70 {
  --tw-border-opacity: 0.7
}

.border-opacity-75 {
  --tw-border-opacity: 0.75
}

.border-opacity-80 {
  --tw-border-opacity: 0.8
}

.border-opacity-90 {
  --tw-border-opacity: 0.9
}

.border-opacity-95 {
  --tw-border-opacity: 0.95
}

.border-opacity-100 {
  --tw-border-opacity: 1
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1
}

.rounded-none {
  border-radius: 0px
}

.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: 0.75rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px
}

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

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

.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: 0.75rem;
  border-top-right-radius: 0.75rem
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem
}

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

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

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

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

.rounded-tl-none {
  border-top-left-radius: 0px
}

.rounded-tr-none {
  border-top-right-radius: 0px
}

.rounded-br-none {
  border-bottom-right-radius: 0px
}

.rounded-bl-none {
  border-bottom-left-radius: 0px
}

.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: 0.75rem
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem
}

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

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

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

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

.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-dotted {
  border-style: dotted
}

.border-double {
  border-style: double
}

.border-none {
  border-style: none
}

.border-0 {
  border-width: 0px
}

.border-2 {
  border-width: 2px
}

.border-4 {
  border-width: 4px
}

.border-8 {
  border-width: 8px
}

.border {
  border-width: 1px
}

.border-t-0 {
  border-top-width: 0px
}

.border-r-0 {
  border-right-width: 0px
}

.border-b-0 {
  border-bottom-width: 0px
}

.border-l-0 {
  border-left-width: 0px
}

.border-t-2 {
  border-top-width: 2px
}

.border-r-2 {
  border-right-width: 2px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-l-2 {
  border-left-width: 2px
}

.border-t-4 {
  border-top-width: 4px
}

.border-r-4 {
  border-right-width: 4px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-l-4 {
  border-left-width: 4px
}

.border-t-8 {
  border-top-width: 8px
}

.border-r-8 {
  border-right-width: 8px
}

.border-b-8 {
  border-bottom-width: 8px
}

.border-l-8 {
  border-left-width: 8px
}

.border-t {
  border-top-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone
}

.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-help {
  cursor: help
}

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

.inline-table {
  display: inline-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
}

.list-item {
  display: list-item
}

.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-nowrap {
  flex-wrap: nowrap
}

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

.clear-left {
  clear: left
}

.clear-right {
  clear: right
}

.clear-both {
  clear: both
}

.clear-none {
  clear: none
}

.font-body {
  font-family: poppins, sans-serif
}

.font-thin {
  font-weight: 100
}

.font-extralight {
  font-weight: 200
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-black {
  font-weight: 900
}

.h-0 {
  height: 0px
}

.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-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-9 {
  height: 2.25rem
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-20 {
  height: 5rem
}

.h-24 {
  height: 6rem
}

.h-28 {
  height: 7rem
}

.h-32 {
  height: 8rem
}

.h-36 {
  height: 9rem
}

.h-40 {
  height: 10rem
}

.h-44 {
  height: 11rem
}

.h-48 {
  height: 12rem
}

.h-52 {
  height: 13rem
}

.h-56 {
  height: 14rem
}

.h-60 {
  height: 15rem
}

.h-64 {
  height: 16rem
}

.h-72 {
  height: 18rem
}

.h-80 {
  height: 20rem
}

.h-96 {
  height: 24rem
}

.h-auto {
  height: auto
}

.h-px {
  height: 1px
}

.h-0\.5 {
  height: 0.125rem
}

.h-1\.5 {
  height: 0.375rem
}

.h-2\.5 {
  height: 0.625rem
}

.h-3\.5 {
  height: 0.875rem
}

.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-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-base {
  font-size: 1rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1
}

.text-8xl {
  font-size: 6rem;
  line-height: 1
}

.text-9xl {
  font-size: 8rem;
  line-height: 1
}

.text-f1 {
  font-size: 1.25rem
}

.text-f2 {
  font-size: 1.875rem
}

.text-f3 {
  font-size: 1.25rem
}

.text-f4 {
  font-size: 0.9375rem
}

.text-f5 {
  font-size: 0.625rem
}

.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: 0px
}

.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-7 {
  margin: 1.75rem
}

.m-8 {
  margin: 2rem
}

.m-9 {
  margin: 2.25rem
}

.m-10 {
  margin: 2.5rem
}

.m-11 {
  margin: 2.75rem
}

.m-12 {
  margin: 3rem
}

.m-14 {
  margin: 3.5rem
}

.m-16 {
  margin: 4rem
}

.m-20 {
  margin: 5rem
}

.m-24 {
  margin: 6rem
}

.m-28 {
  margin: 7rem
}

.m-32 {
  margin: 8rem
}

.m-36 {
  margin: 9rem
}

.m-40 {
  margin: 10rem
}

.m-44 {
  margin: 11rem
}

.m-48 {
  margin: 12rem
}

.m-52 {
  margin: 13rem
}

.m-56 {
  margin: 14rem
}

.m-60 {
  margin: 15rem
}

.m-64 {
  margin: 16rem
}

.m-72 {
  margin: 18rem
}

.m-80 {
  margin: 20rem
}

.m-96 {
  margin: 24rem
}

.m-auto {
  margin: auto
}

.m-px {
  margin: 1px
}

.m-0\.5 {
  margin: 0.125rem
}

.m-1\.5 {
  margin: 0.375rem
}

.m-2\.5 {
  margin: 0.625rem
}

.m-3\.5 {
  margin: 0.875rem
}

.-m-0 {
  margin: 0px
}

.-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-7 {
  margin: -1.75rem
}

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

.-m-9 {
  margin: -2.25rem
}

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

.-m-11 {
  margin: -2.75rem
}

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

.-m-14 {
  margin: -3.5rem
}

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

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

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

.-m-28 {
  margin: -7rem
}

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

.-m-36 {
  margin: -9rem
}

.-m-40 {
  margin: -10rem
}

.-m-44 {
  margin: -11rem
}

.-m-48 {
  margin: -12rem
}

.-m-52 {
  margin: -13rem
}

.-m-56 {
  margin: -14rem
}

.-m-60 {
  margin: -15rem
}

.-m-64 {
  margin: -16rem
}

.-m-72 {
  margin: -18rem
}

.-m-80 {
  margin: -20rem
}

.-m-96 {
  margin: -24rem
}

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

.-m-0\.5 {
  margin: -0.125rem
}

.-m-1\.5 {
  margin: -0.375rem
}

.-m-2\.5 {
  margin: -0.625rem
}

.-m-3\.5 {
  margin: -0.875rem
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px
}

.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-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem
}

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

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem
}

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

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

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem
}

.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-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-28 {
  margin-top: 7rem;
  margin-bottom: 7rem
}

.mx-28 {
  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-44 {
  margin-top: 11rem;
  margin-bottom: 11rem
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem
}

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

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

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem
}

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

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

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem
}

.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-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px
}

.-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-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem
}

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

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

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem
}

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

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

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem
}

.-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-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-28 {
  margin-top: -7rem;
  margin-bottom: -7rem
}

.-mx-28 {
  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-44 {
  margin-top: -11rem;
  margin-bottom: -11rem
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem
}

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

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

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem
}

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

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

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem
}

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

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

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem
}

.mt-0 {
  margin-top: 0px
}

.mr-0 {
  margin-right: 0px
}

.mb-0 {
  margin-bottom: 0px
}

.ml-0 {
  margin-left: 0px
}

.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-7 {
  margin-top: 1.75rem
}

.mr-7 {
  margin-right: 1.75rem
}

.mb-7 {
  margin-bottom: 1.75rem
}

.ml-7 {
  margin-left: 1.75rem
}

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

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

.mb-8 {
  margin-bottom: 2rem
}

.ml-8 {
  margin-left: 2rem
}

.mt-9 {
  margin-top: 2.25rem
}

.mr-9 {
  margin-right: 2.25rem
}

.mb-9 {
  margin-bottom: 2.25rem
}

.ml-9 {
  margin-left: 2.25rem
}

.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-11 {
  margin-top: 2.75rem
}

.mr-11 {
  margin-right: 2.75rem
}

.mb-11 {
  margin-bottom: 2.75rem
}

.ml-11 {
  margin-left: 2.75rem
}

.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-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-28 {
  margin-top: 7rem
}

.mr-28 {
  margin-right: 7rem
}

.mb-28 {
  margin-bottom: 7rem
}

.ml-28 {
  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-44 {
  margin-top: 11rem
}

.mr-44 {
  margin-right: 11rem
}

.mb-44 {
  margin-bottom: 11rem
}

.ml-44 {
  margin-left: 11rem
}

.mt-48 {
  margin-top: 12rem
}

.mr-48 {
  margin-right: 12rem
}

.mb-48 {
  margin-bottom: 12rem
}

.ml-48 {
  margin-left: 12rem
}

.mt-52 {
  margin-top: 13rem
}

.mr-52 {
  margin-right: 13rem
}

.mb-52 {
  margin-bottom: 13rem
}

.ml-52 {
  margin-left: 13rem
}

.mt-56 {
  margin-top: 14rem
}

.mr-56 {
  margin-right: 14rem
}

.mb-56 {
  margin-bottom: 14rem
}

.ml-56 {
  margin-left: 14rem
}

.mt-60 {
  margin-top: 15rem
}

.mr-60 {
  margin-right: 15rem
}

.mb-60 {
  margin-bottom: 15rem
}

.ml-60 {
  margin-left: 15rem
}

.mt-64 {
  margin-top: 16rem
}

.mr-64 {
  margin-right: 16rem
}

.mb-64 {
  margin-bottom: 16rem
}

.ml-64 {
  margin-left: 16rem
}

.mt-72 {
  margin-top: 18rem
}

.mr-72 {
  margin-right: 18rem
}

.mb-72 {
  margin-bottom: 18rem
}

.ml-72 {
  margin-left: 18rem
}

.mt-80 {
  margin-top: 20rem
}

.mr-80 {
  margin-right: 20rem
}

.mb-80 {
  margin-bottom: 20rem
}

.ml-80 {
  margin-left: 20rem
}

.mt-96 {
  margin-top: 24rem
}

.mr-96 {
  margin-right: 24rem
}

.mb-96 {
  margin-bottom: 24rem
}

.ml-96 {
  margin-left: 24rem
}

.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-0\.5 {
  margin-top: 0.125rem
}

.mr-0\.5 {
  margin-right: 0.125rem
}

.mb-0\.5 {
  margin-bottom: 0.125rem
}

.ml-0\.5 {
  margin-left: 0.125rem
}

.mt-1\.5 {
  margin-top: 0.375rem
}

.mr-1\.5 {
  margin-right: 0.375rem
}

.mb-1\.5 {
  margin-bottom: 0.375rem
}

.ml-1\.5 {
  margin-left: 0.375rem
}

.mt-2\.5 {
  margin-top: 0.625rem
}

.mr-2\.5 {
  margin-right: 0.625rem
}

.mb-2\.5 {
  margin-bottom: 0.625rem
}

.ml-2\.5 {
  margin-left: 0.625rem
}

.mt-3\.5 {
  margin-top: 0.875rem
}

.mr-3\.5 {
  margin-right: 0.875rem
}

.mb-3\.5 {
  margin-bottom: 0.875rem
}

.ml-3\.5 {
  margin-left: 0.875rem
}

.-mt-0 {
  margin-top: 0px
}

.-mr-0 {
  margin-right: 0px
}

.-mb-0 {
  margin-bottom: 0px
}

.-ml-0 {
  margin-left: 0px
}

.-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-7 {
  margin-top: -1.75rem
}

.-mr-7 {
  margin-right: -1.75rem
}

.-mb-7 {
  margin-bottom: -1.75rem
}

.-ml-7 {
  margin-left: -1.75rem
}

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

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

.-mb-8 {
  margin-bottom: -2rem
}

.-ml-8 {
  margin-left: -2rem
}

.-mt-9 {
  margin-top: -2.25rem
}

.-mr-9 {
  margin-right: -2.25rem
}

.-mb-9 {
  margin-bottom: -2.25rem
}

.-ml-9 {
  margin-left: -2.25rem
}

.-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-11 {
  margin-top: -2.75rem
}

.-mr-11 {
  margin-right: -2.75rem
}

.-mb-11 {
  margin-bottom: -2.75rem
}

.-ml-11 {
  margin-left: -2.75rem
}

.-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-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-28 {
  margin-top: -7rem
}

.-mr-28 {
  margin-right: -7rem
}

.-mb-28 {
  margin-bottom: -7rem
}

.-ml-28 {
  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-44 {
  margin-top: -11rem
}

.-mr-44 {
  margin-right: -11rem
}

.-mb-44 {
  margin-bottom: -11rem
}

.-ml-44 {
  margin-left: -11rem
}

.-mt-48 {
  margin-top: -12rem
}

.-mr-48 {
  margin-right: -12rem
}

.-mb-48 {
  margin-bottom: -12rem
}

.-ml-48 {
  margin-left: -12rem
}

.-mt-52 {
  margin-top: -13rem
}

.-mr-52 {
  margin-right: -13rem
}

.-mb-52 {
  margin-bottom: -13rem
}

.-ml-52 {
  margin-left: -13rem
}

.-mt-56 {
  margin-top: -14rem
}

.-mr-56 {
  margin-right: -14rem
}

.-mb-56 {
  margin-bottom: -14rem
}

.-ml-56 {
  margin-left: -14rem
}

.-mt-60 {
  margin-top: -15rem
}

.-mr-60 {
  margin-right: -15rem
}

.-mb-60 {
  margin-bottom: -15rem
}

.-ml-60 {
  margin-left: -15rem
}

.-mt-64 {
  margin-top: -16rem
}

.-mr-64 {
  margin-right: -16rem
}

.-mb-64 {
  margin-bottom: -16rem
}

.-ml-64 {
  margin-left: -16rem
}

.-mt-72 {
  margin-top: -18rem
}

.-mr-72 {
  margin-right: -18rem
}

.-mb-72 {
  margin-bottom: -18rem
}

.-ml-72 {
  margin-left: -18rem
}

.-mt-80 {
  margin-top: -20rem
}

.-mr-80 {
  margin-right: -20rem
}

.-mb-80 {
  margin-bottom: -20rem
}

.-ml-80 {
  margin-left: -20rem
}

.-mt-96 {
  margin-top: -24rem
}

.-mr-96 {
  margin-right: -24rem
}

.-mb-96 {
  margin-bottom: -24rem
}

.-ml-96 {
  margin-left: -24rem
}

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

.-mr-px {
  margin-right: -1px
}

.-mb-px {
  margin-bottom: -1px
}

.-ml-px {
  margin-left: -1px
}

.-mt-0\.5 {
  margin-top: -0.125rem
}

.-mr-0\.5 {
  margin-right: -0.125rem
}

.-mb-0\.5 {
  margin-bottom: -0.125rem
}

.-ml-0\.5 {
  margin-left: -0.125rem
}

.-mt-1\.5 {
  margin-top: -0.375rem
}

.-mr-1\.5 {
  margin-right: -0.375rem
}

.-mb-1\.5 {
  margin-bottom: -0.375rem
}

.-ml-1\.5 {
  margin-left: -0.375rem
}

.-mt-2\.5 {
  margin-top: -0.625rem
}

.-mr-2\.5 {
  margin-right: -0.625rem
}

.-mb-2\.5 {
  margin-bottom: -0.625rem
}

.-ml-2\.5 {
  margin-left: -0.625rem
}

.-mt-3\.5 {
  margin-top: -0.875rem
}

.-mr-3\.5 {
  margin-right: -0.875rem
}

.-mb-3\.5 {
  margin-bottom: -0.875rem
}

.-ml-3\.5 {
  margin-left: -0.875rem
}

.max-h-0 {
  max-height: 0px
}

.max-h-1 {
  max-height: 0.25rem
}

.max-h-2 {
  max-height: 0.5rem
}

.max-h-3 {
  max-height: 0.75rem
}

.max-h-4 {
  max-height: 1rem
}

.max-h-5 {
  max-height: 1.25rem
}

.max-h-6 {
  max-height: 1.5rem
}

.max-h-7 {
  max-height: 1.75rem
}

.max-h-8 {
  max-height: 2rem
}

.max-h-9 {
  max-height: 2.25rem
}

.max-h-10 {
  max-height: 2.5rem
}

.max-h-11 {
  max-height: 2.75rem
}

.max-h-12 {
  max-height: 3rem
}

.max-h-14 {
  max-height: 3.5rem
}

.max-h-16 {
  max-height: 4rem
}

.max-h-20 {
  max-height: 5rem
}

.max-h-24 {
  max-height: 6rem
}

.max-h-28 {
  max-height: 7rem
}

.max-h-32 {
  max-height: 8rem
}

.max-h-36 {
  max-height: 9rem
}

.max-h-40 {
  max-height: 10rem
}

.max-h-44 {
  max-height: 11rem
}

.max-h-48 {
  max-height: 12rem
}

.max-h-52 {
  max-height: 13rem
}

.max-h-56 {
  max-height: 14rem
}

.max-h-60 {
  max-height: 15rem
}

.max-h-64 {
  max-height: 16rem
}

.max-h-72 {
  max-height: 18rem
}

.max-h-80 {
  max-height: 20rem
}

.max-h-96 {
  max-height: 24rem
}

.max-h-px {
  max-height: 1px
}

.max-h-0\.5 {
  max-height: 0.125rem
}

.max-h-1\.5 {
  max-height: 0.375rem
}

.max-h-2\.5 {
  max-height: 0.625rem
}

.max-h-3\.5 {
  max-height: 0.875rem
}

.max-h-full {
  max-height: 100%
}

.max-h-screen {
  max-height: 100vh
}

.max-w-0 {
  max-width: 0rem
}

.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-7xl {
  max-width: 80rem
}

.max-w-full {
  max-width: 100%
}

.max-w-min {
  max-width: min-content
}

.max-w-max {
  max-width: max-content
}

.max-w-prose {
  max-width: 65ch
}

.min-h-0 {
  min-height: 0px
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.min-w-0 {
  min-width: 0px
}

.min-w-full {
  min-width: 100%
}

.min-w-min {
  min-width: min-content
}

.min-w-max {
  min-width: max-content
}

.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-5 {
  opacity: 0.05
}

.opacity-10 {
  opacity: 0.1
}

.opacity-20 {
  opacity: 0.2
}

.opacity-25 {
  opacity: 0.25
}

.opacity-30 {
  opacity: 0.3
}

.opacity-40 {
  opacity: 0.4
}

.opacity-50 {
  opacity: 0.5
}

.opacity-60 {
  opacity: 0.6
}

.opacity-70 {
  opacity: 0.7
}

.opacity-75 {
  opacity: 0.75
}

.opacity-80 {
  opacity: 0.8
}

.opacity-90 {
  opacity: 0.9
}

.opacity-95 {
  opacity: 0.95
}

.opacity-100 {
  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
}

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

.overscroll-auto {
  overscroll-behavior: auto
}

.overscroll-contain {
  overscroll-behavior: contain
}

.overscroll-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: 0px
}

.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-7 {
  padding: 1.75rem
}

.p-8 {
  padding: 2rem
}

.p-9 {
  padding: 2.25rem
}

.p-10 {
  padding: 2.5rem
}

.p-11 {
  padding: 2.75rem
}

.p-12 {
  padding: 3rem
}

.p-14 {
  padding: 3.5rem
}

.p-16 {
  padding: 4rem
}

.p-20 {
  padding: 5rem
}

.p-24 {
  padding: 6rem
}

.p-28 {
  padding: 7rem
}

.p-32 {
  padding: 8rem
}

.p-36 {
  padding: 9rem
}

.p-40 {
  padding: 10rem
}

.p-44 {
  padding: 11rem
}

.p-48 {
  padding: 12rem
}

.p-52 {
  padding: 13rem
}

.p-56 {
  padding: 14rem
}

.p-60 {
  padding: 15rem
}

.p-64 {
  padding: 16rem
}

.p-72 {
  padding: 18rem
}

.p-80 {
  padding: 20rem
}

.p-96 {
  padding: 24rem
}

.p-px {
  padding: 1px
}

.p-0\.5 {
  padding: 0.125rem
}

.p-1\.5 {
  padding: 0.375rem
}

.p-2\.5 {
  padding: 0.625rem
}

.p-3\.5 {
  padding: 0.875rem
}

.p-16\/9 {
  padding: 56.25%
}

.p-16\/10 {
  padding: 62.5%
}

.p-4\/3 {
  padding: 75%
}

.p-3\/2 {
  padding: 66.66666666666666%
}

.p-2\/1 {
  padding: 50%
}

.p-3\/1 {
  padding: 33.33333333333333%
}

.p-4\/1 {
  padding: 25%
}

.p-10\/24 {
  padding: 41.66666666666667%
}

.p-1\/1 {
  padding: 100%
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px
}

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

.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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem
}

.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-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-28 {
  padding-top: 7rem;
  padding-bottom: 7rem
}

.px-28 {
  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-44 {
  padding-top: 11rem;
  padding-bottom: 11rem
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem
}

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

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

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem
}

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

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

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem
}

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem
}

.py-16\/9 {
  padding-top: 56.25%;
  padding-bottom: 56.25%
}

.px-16\/9 {
  padding-left: 56.25%;
  padding-right: 56.25%
}

.py-16\/10 {
  padding-top: 62.5%;
  padding-bottom: 62.5%
}

.px-16\/10 {
  padding-left: 62.5%;
  padding-right: 62.5%
}

.py-4\/3 {
  padding-top: 75%;
  padding-bottom: 75%
}

.px-4\/3 {
  padding-left: 75%;
  padding-right: 75%
}

.py-3\/2 {
  padding-top: 66.66666666666666%;
  padding-bottom: 66.66666666666666%
}

.px-3\/2 {
  padding-left: 66.66666666666666%;
  padding-right: 66.66666666666666%
}

.py-2\/1 {
  padding-top: 50%;
  padding-bottom: 50%
}

.px-2\/1 {
  padding-left: 50%;
  padding-right: 50%
}

.py-3\/1 {
  padding-top: 33.33333333333333%;
  padding-bottom: 33.33333333333333%
}

.px-3\/1 {
  padding-left: 33.33333333333333%;
  padding-right: 33.33333333333333%
}

.py-4\/1 {
  padding-top: 25%;
  padding-bottom: 25%
}

.px-4\/1 {
  padding-left: 25%;
  padding-right: 25%
}

.py-10\/24 {
  padding-top: 41.66666666666667%;
  padding-bottom: 41.66666666666667%
}

.px-10\/24 {
  padding-left: 41.66666666666667%;
  padding-right: 41.66666666666667%
}

.py-1\/1 {
  padding-top: 100%;
  padding-bottom: 100%
}

.px-1\/1 {
  padding-left: 100%;
  padding-right: 100%
}

.pt-0 {
  padding-top: 0px
}

.pr-0 {
  padding-right: 0px
}

.pb-0 {
  padding-bottom: 0px
}

.pl-0 {
  padding-left: 0px
}

.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-7 {
  padding-top: 1.75rem
}

.pr-7 {
  padding-right: 1.75rem
}

.pb-7 {
  padding-bottom: 1.75rem
}

.pl-7 {
  padding-left: 1.75rem
}

.pt-8 {
  padding-top: 2rem
}

.pr-8 {
  padding-right: 2rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pl-8 {
  padding-left: 2rem
}

.pt-9 {
  padding-top: 2.25rem
}

.pr-9 {
  padding-right: 2.25rem
}

.pb-9 {
  padding-bottom: 2.25rem
}

.pl-9 {
  padding-left: 2.25rem
}

.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-11 {
  padding-top: 2.75rem
}

.pr-11 {
  padding-right: 2.75rem
}

.pb-11 {
  padding-bottom: 2.75rem
}

.pl-11 {
  padding-left: 2.75rem
}

.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-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-28 {
  padding-top: 7rem
}

.pr-28 {
  padding-right: 7rem
}

.pb-28 {
  padding-bottom: 7rem
}

.pl-28 {
  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-44 {
  padding-top: 11rem
}

.pr-44 {
  padding-right: 11rem
}

.pb-44 {
  padding-bottom: 11rem
}

.pl-44 {
  padding-left: 11rem
}

.pt-48 {
  padding-top: 12rem
}

.pr-48 {
  padding-right: 12rem
}

.pb-48 {
  padding-bottom: 12rem
}

.pl-48 {
  padding-left: 12rem
}

.pt-52 {
  padding-top: 13rem
}

.pr-52 {
  padding-right: 13rem
}

.pb-52 {
  padding-bottom: 13rem
}

.pl-52 {
  padding-left: 13rem
}

.pt-56 {
  padding-top: 14rem
}

.pr-56 {
  padding-right: 14rem
}

.pb-56 {
  padding-bottom: 14rem
}

.pl-56 {
  padding-left: 14rem
}

.pt-60 {
  padding-top: 15rem
}

.pr-60 {
  padding-right: 15rem
}

.pb-60 {
  padding-bottom: 15rem
}

.pl-60 {
  padding-left: 15rem
}

.pt-64 {
  padding-top: 16rem
}

.pr-64 {
  padding-right: 16rem
}

.pb-64 {
  padding-bottom: 16rem
}

.pl-64 {
  padding-left: 16rem
}

.pt-72 {
  padding-top: 18rem
}

.pr-72 {
  padding-right: 18rem
}

.pb-72 {
  padding-bottom: 18rem
}

.pl-72 {
  padding-left: 18rem
}

.pt-80 {
  padding-top: 20rem
}

.pr-80 {
  padding-right: 20rem
}

.pb-80 {
  padding-bottom: 20rem
}

.pl-80 {
  padding-left: 20rem
}

.pt-96 {
  padding-top: 24rem
}

.pr-96 {
  padding-right: 24rem
}

.pb-96 {
  padding-bottom: 24rem
}

.pl-96 {
  padding-left: 24rem
}

.pt-px {
  padding-top: 1px
}

.pr-px {
  padding-right: 1px
}

.pb-px {
  padding-bottom: 1px
}

.pl-px {
  padding-left: 1px
}

.pt-0\.5 {
  padding-top: 0.125rem
}

.pr-0\.5 {
  padding-right: 0.125rem
}

.pb-0\.5 {
  padding-bottom: 0.125rem
}

.pl-0\.5 {
  padding-left: 0.125rem
}

.pt-1\.5 {
  padding-top: 0.375rem
}

.pr-1\.5 {
  padding-right: 0.375rem
}

.pb-1\.5 {
  padding-bottom: 0.375rem
}

.pl-1\.5 {
  padding-left: 0.375rem
}

.pt-2\.5 {
  padding-top: 0.625rem
}

.pr-2\.5 {
  padding-right: 0.625rem
}

.pb-2\.5 {
  padding-bottom: 0.625rem
}

.pl-2\.5 {
  padding-left: 0.625rem
}

.pt-3\.5 {
  padding-top: 0.875rem
}

.pr-3\.5 {
  padding-right: 0.875rem
}

.pb-3\.5 {
  padding-bottom: 0.875rem
}

.pl-3\.5 {
  padding-left: 0.875rem
}

.pt-16\/9 {
  padding-top: 56.25%
}

.pr-16\/9 {
  padding-right: 56.25%
}

.pb-16\/9 {
  padding-bottom: 56.25%
}

.pl-16\/9 {
  padding-left: 56.25%
}

.pt-16\/10 {
  padding-top: 62.5%
}

.pr-16\/10 {
  padding-right: 62.5%
}

.pb-16\/10 {
  padding-bottom: 62.5%
}

.pl-16\/10 {
  padding-left: 62.5%
}

.pt-4\/3 {
  padding-top: 75%
}

.pr-4\/3 {
  padding-right: 75%
}

.pb-4\/3 {
  padding-bottom: 75%
}

.pl-4\/3 {
  padding-left: 75%
}

.pt-3\/2 {
  padding-top: 66.66666666666666%
}

.pr-3\/2 {
  padding-right: 66.66666666666666%
}

.pb-3\/2 {
  padding-bottom: 66.66666666666666%
}

.pl-3\/2 {
  padding-left: 66.66666666666666%
}

.pt-2\/1 {
  padding-top: 50%
}

.pr-2\/1 {
  padding-right: 50%
}

.pb-2\/1 {
  padding-bottom: 50%
}

.pl-2\/1 {
  padding-left: 50%
}

.pt-3\/1 {
  padding-top: 33.33333333333333%
}

.pr-3\/1 {
  padding-right: 33.33333333333333%
}

.pb-3\/1 {
  padding-bottom: 33.33333333333333%
}

.pl-3\/1 {
  padding-left: 33.33333333333333%
}

.pt-4\/1 {
  padding-top: 25%
}

.pr-4\/1 {
  padding-right: 25%
}

.pb-4\/1 {
  padding-bottom: 25%
}

.pl-4\/1 {
  padding-left: 25%
}

.pt-10\/24 {
  padding-top: 41.66666666666667%
}

.pr-10\/24 {
  padding-right: 41.66666666666667%
}

.pb-10\/24 {
  padding-bottom: 41.66666666666667%
}

.pl-10\/24 {
  padding-left: 41.66666666666667%
}

.pt-1\/1 {
  padding-top: 100%
}

.pr-1\/1 {
  padding-right: 100%
}

.pb-1\/1 {
  padding-bottom: 100%
}

.pl-1\/1 {
  padding-left: 100%
}

.placeholder-color1::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 53, 59, var(--tw-placeholder-opacity))
}

.placeholder-color2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 52, 68, var(--tw-placeholder-opacity))
}

.placeholder-color3::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95
}

.placeholder-opacity-100::placeholder {
  --tw-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: sticky
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px
}

.right-0 {
  right: 0px
}

.bottom-0 {
  bottom: 0px
}

.left-0 {
  left: 0px
}

.top-1 {
  top: 0.25rem
}

.right-1 {
  right: 0.25rem
}

.bottom-1 {
  bottom: 0.25rem
}

.left-1 {
  left: 0.25rem
}

.top-2 {
  top: 0.5rem
}

.right-2 {
  right: 0.5rem
}

.bottom-2 {
  bottom: 0.5rem
}

.left-2 {
  left: 0.5rem
}

.top-3 {
  top: 0.75rem
}

.right-3 {
  right: 0.75rem
}

.bottom-3 {
  bottom: 0.75rem
}

.left-3 {
  left: 0.75rem
}

.top-4 {
  top: 1rem
}

.right-4 {
  right: 1rem
}

.bottom-4 {
  bottom: 1rem
}

.left-4 {
  left: 1rem
}

.top-5 {
  top: 1.25rem
}

.right-5 {
  right: 1.25rem
}

.bottom-5 {
  bottom: 1.25rem
}

.left-5 {
  left: 1.25rem
}

.top-6 {
  top: 1.5rem
}

.right-6 {
  right: 1.5rem
}

.bottom-6 {
  bottom: 1.5rem
}

.left-6 {
  left: 1.5rem
}

.top-7 {
  top: 1.75rem
}

.right-7 {
  right: 1.75rem
}

.bottom-7 {
  bottom: 1.75rem
}

.left-7 {
  left: 1.75rem
}

.top-8 {
  top: 2rem
}

.right-8 {
  right: 2rem
}

.bottom-8 {
  bottom: 2rem
}

.left-8 {
  left: 2rem
}

.top-9 {
  top: 2.25rem
}

.right-9 {
  right: 2.25rem
}

.bottom-9 {
  bottom: 2.25rem
}

.left-9 {
  left: 2.25rem
}

.top-10 {
  top: 2.5rem
}

.right-10 {
  right: 2.5rem
}

.bottom-10 {
  bottom: 2.5rem
}

.left-10 {
  left: 2.5rem
}

.top-11 {
  top: 2.75rem
}

.right-11 {
  right: 2.75rem
}

.bottom-11 {
  bottom: 2.75rem
}

.left-11 {
  left: 2.75rem
}

.top-12 {
  top: 3rem
}

.right-12 {
  right: 3rem
}

.bottom-12 {
  bottom: 3rem
}

.left-12 {
  left: 3rem
}

.top-14 {
  top: 3.5rem
}

.right-14 {
  right: 3.5rem
}

.bottom-14 {
  bottom: 3.5rem
}

.left-14 {
  left: 3.5rem
}

.top-16 {
  top: 4rem
}

.right-16 {
  right: 4rem
}

.bottom-16 {
  bottom: 4rem
}

.left-16 {
  left: 4rem
}

.top-20 {
  top: 5rem
}

.right-20 {
  right: 5rem
}

.bottom-20 {
  bottom: 5rem
}

.left-20 {
  left: 5rem
}

.top-24 {
  top: 6rem
}

.right-24 {
  right: 6rem
}

.bottom-24 {
  bottom: 6rem
}

.left-24 {
  left: 6rem
}

.top-28 {
  top: 7rem
}

.right-28 {
  right: 7rem
}

.bottom-28 {
  bottom: 7rem
}

.left-28 {
  left: 7rem
}

.top-32 {
  top: 8rem
}

.right-32 {
  right: 8rem
}

.bottom-32 {
  bottom: 8rem
}

.left-32 {
  left: 8rem
}

.top-36 {
  top: 9rem
}

.right-36 {
  right: 9rem
}

.bottom-36 {
  bottom: 9rem
}

.left-36 {
  left: 9rem
}

.top-40 {
  top: 10rem
}

.right-40 {
  right: 10rem
}

.bottom-40 {
  bottom: 10rem
}

.left-40 {
  left: 10rem
}

.top-44 {
  top: 11rem
}

.right-44 {
  right: 11rem
}

.bottom-44 {
  bottom: 11rem
}

.left-44 {
  left: 11rem
}

.top-48 {
  top: 12rem
}

.right-48 {
  right: 12rem
}

.bottom-48 {
  bottom: 12rem
}

.left-48 {
  left: 12rem
}

.top-52 {
  top: 13rem
}

.right-52 {
  right: 13rem
}

.bottom-52 {
  bottom: 13rem
}

.left-52 {
  left: 13rem
}

.top-56 {
  top: 14rem
}

.right-56 {
  right: 14rem
}

.bottom-56 {
  bottom: 14rem
}

.left-56 {
  left: 14rem
}

.top-60 {
  top: 15rem
}

.right-60 {
  right: 15rem
}

.bottom-60 {
  bottom: 15rem
}

.left-60 {
  left: 15rem
}

.top-64 {
  top: 16rem
}

.right-64 {
  right: 16rem
}

.bottom-64 {
  bottom: 16rem
}

.left-64 {
  left: 16rem
}

.top-72 {
  top: 18rem
}

.right-72 {
  right: 18rem
}

.bottom-72 {
  bottom: 18rem
}

.left-72 {
  left: 18rem
}

.top-80 {
  top: 20rem
}

.right-80 {
  right: 20rem
}

.bottom-80 {
  bottom: 20rem
}

.left-80 {
  left: 20rem
}

.top-96 {
  top: 24rem
}

.right-96 {
  right: 24rem
}

.bottom-96 {
  bottom: 24rem
}

.left-96 {
  left: 24rem
}

.top-auto {
  top: auto
}

.right-auto {
  right: auto
}

.bottom-auto {
  bottom: auto
}

.left-auto {
  left: auto
}

.top-px {
  top: 1px
}

.right-px {
  right: 1px
}

.bottom-px {
  bottom: 1px
}

.left-px {
  left: 1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-0 {
  top: 0px
}

.-right-0 {
  right: 0px
}

.-bottom-0 {
  bottom: 0px
}

.-left-0 {
  left: 0px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-full {
  top: 100%
}

.right-full {
  right: 100%
}

.bottom-full {
  bottom: 100%
}

.left-full {
  left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.resize-none {
  resize: none
}

.resize-y {
  resize: vertical
}

.resize-x {
  resize: horizontal
}

.resize {
  resize: both
}

* {
  --tw-shadow: 0 0 #0000
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow {
  --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow:hover {
  --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow:focus {
  --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-inset {
  --tw-ring-inset: inset
}

.ring-offset-color1 {
  --tw-ring-offset-color: #32353B
}

.ring-offset-color2 {
  --tw-ring-offset-color: #DD3444
}

.ring-offset-color3 {
  --tw-ring-offset-color: #ffffff
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px
}

.ring-color1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 53, 59, var(--tw-ring-opacity))
}

.ring-color2 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 52, 68, var(--tw-ring-opacity))
}

.ring-color3 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}

.ring-opacity-0 {
  --tw-ring-opacity: 0
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95
}

.ring-opacity-100 {
  --tw-ring-opacity: 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-color1 {
  --tw-text-opacity: 1;
  color: rgba(50, 53, 59, var(--tw-text-opacity))
}

.text-color2 {
  --tw-text-opacity: 1;
  color: rgba(221, 52, 68, var(--tw-text-opacity))
}

.text-color3 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-color1 {
  --tw-text-opacity: 1;
  color: rgba(50, 53, 59, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-color2 {
  --tw-text-opacity: 1;
  color: rgba(221, 52, 68, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-color3 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.focus-within\:text-color1:focus-within {
  --tw-text-opacity: 1;
  color: rgba(50, 53, 59, var(--tw-text-opacity))
}

.focus-within\:text-color2:focus-within {
  --tw-text-opacity: 1;
  color: rgba(221, 52, 68, var(--tw-text-opacity))
}

.focus-within\:text-color3:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.hover\:text-color1:hover {
  --tw-text-opacity: 1;
  color: rgba(50, 53, 59, var(--tw-text-opacity))
}

.hover\:text-color2:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 52, 68, var(--tw-text-opacity))
}

.hover\:text-color3:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.focus\:text-color1:focus {
  --tw-text-opacity: 1;
  color: rgba(50, 53, 59, var(--tw-text-opacity))
}

.focus\:text-color2:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 52, 68, var(--tw-text-opacity))
}

.focus\:text-color3:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-opacity-0 {
  --tw-text-opacity: 0
}

.text-opacity-5 {
  --tw-text-opacity: 0.05
}

.text-opacity-10 {
  --tw-text-opacity: 0.1
}

.text-opacity-20 {
  --tw-text-opacity: 0.2
}

.text-opacity-25 {
  --tw-text-opacity: 0.25
}

.text-opacity-30 {
  --tw-text-opacity: 0.3
}

.text-opacity-40 {
  --tw-text-opacity: 0.4
}

.text-opacity-50 {
  --tw-text-opacity: 0.5
}

.text-opacity-60 {
  --tw-text-opacity: 0.6
}

.text-opacity-70 {
  --tw-text-opacity: 0.7
}

.text-opacity-75 {
  --tw-text-opacity: 0.75
}

.text-opacity-80 {
  --tw-text-opacity: 0.8
}

.text-opacity-90 {
  --tw-text-opacity: 0.9
}

.text-opacity-95 {
  --tw-text-opacity: 0.95
}

.text-opacity-100 {
  --tw-text-opacity: 1
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.overflow-ellipsis {
  text-overflow: ellipsis
}

.overflow-clip {
  text-overflow: clip
}

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

.group:hover .group-hover\:underline {
  text-decoration: underline
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through
}

.group:hover .group-hover\:no-underline {
  text-decoration: none
}

.focus-within\:underline:focus-within {
  text-decoration: underline
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through
}

.focus-within\:no-underline:focus-within {
  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 {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.normal-nums {
  font-variant-numeric: normal
}

.ordinal {
  --tw-ordinal: ordinal
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero
}

.lining-nums {
  --tw-numeric-figure: lining-nums
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions
}

.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-normal {
  letter-spacing: 0em
}

.tracking-wide {
  letter-spacing: 0.025em
}

.tracking-wider {
  letter-spacing: 0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.select-none {
  -webkit-user-select: none;
          user-select: none
}

.select-text {
  -webkit-user-select: text;
          user-select: text
}

.select-all {
  -webkit-user-select: all;
          user-select: all
}

.select-auto {
  -webkit-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-nowrap {
  white-space: nowrap
}

.whitespace-pre {
  white-space: pre
}

.whitespace-pre-line {
  white-space: pre-line
}

.whitespace-pre-wrap {
  white-space: pre-wrap
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal
}

.break-words {
  overflow-wrap: break-word
}

.break-all {
  word-break: break-all
}

.w-0 {
  width: 0px
}

.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-7 {
  width: 1.75rem
}

.w-8 {
  width: 2rem
}

.w-9 {
  width: 2.25rem
}

.w-10 {
  width: 2.5rem
}

.w-11 {
  width: 2.75rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-20 {
  width: 5rem
}

.w-24 {
  width: 6rem
}

.w-28 {
  width: 7rem
}

.w-32 {
  width: 8rem
}

.w-36 {
  width: 9rem
}

.w-40 {
  width: 10rem
}

.w-44 {
  width: 11rem
}

.w-48 {
  width: 12rem
}

.w-52 {
  width: 13rem
}

.w-56 {
  width: 14rem
}

.w-60 {
  width: 15rem
}

.w-64 {
  width: 16rem
}

.w-72 {
  width: 18rem
}

.w-80 {
  width: 20rem
}

.w-96 {
  width: 24rem
}

.w-auto {
  width: auto
}

.w-px {
  width: 1px
}

.w-0\.5 {
  width: 0.125rem
}

.w-1\.5 {
  width: 0.375rem
}

.w-2\.5 {
  width: 0.625rem
}

.w-3\.5 {
  width: 0.875rem
}

.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-min {
  width: min-content
}

.w-max {
  width: max-content
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-auto {
  z-index: auto
}

.focus-within\:z-0:focus-within {
  z-index: 0
}

.focus-within\:z-10:focus-within {
  z-index: 10
}

.focus-within\:z-20:focus-within {
  z-index: 20
}

.focus-within\:z-30:focus-within {
  z-index: 30
}

.focus-within\:z-40:focus-within {
  z-index: 40
}

.focus-within\:z-50:focus-within {
  z-index: 50
}

.focus-within\:z-auto:focus-within {
  z-index: auto
}

.focus\:z-0:focus {
  z-index: 0
}

.focus\:z-10:focus {
  z-index: 10
}

.focus\:z-20:focus {
  z-index: 20
}

.focus\:z-30:focus {
  z-index: 30
}

.focus\:z-40:focus {
  z-index: 40
}

.focus\:z-50:focus {
  z-index: 50
}

.focus\:z-auto:focus {
  z-index: auto
}

.isolate {
  isolation: isolate
}

.isolation-auto {
  isolation: auto
}

.gap-0 {
  gap: 0px
}

.gap-1 {
  gap: 0.25rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-3 {
  gap: 0.75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-8 {
  gap: 2rem
}

.gap-9 {
  gap: 2.25rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-11 {
  gap: 2.75rem
}

.gap-12 {
  gap: 3rem
}

.gap-14 {
  gap: 3.5rem
}

.gap-16 {
  gap: 4rem
}

.gap-20 {
  gap: 5rem
}

.gap-24 {
  gap: 6rem
}

.gap-28 {
  gap: 7rem
}

.gap-32 {
  gap: 8rem
}

.gap-36 {
  gap: 9rem
}

.gap-40 {
  gap: 10rem
}

.gap-44 {
  gap: 11rem
}

.gap-48 {
  gap: 12rem
}

.gap-52 {
  gap: 13rem
}

.gap-56 {
  gap: 14rem
}

.gap-60 {
  gap: 15rem
}

.gap-64 {
  gap: 16rem
}

.gap-72 {
  gap: 18rem
}

.gap-80 {
  gap: 20rem
}

.gap-96 {
  gap: 24rem
}

.gap-px {
  gap: 1px
}

.gap-0\.5 {
  gap: 0.125rem
}

.gap-1\.5 {
  gap: 0.375rem
}

.gap-2\.5 {
  gap: 0.625rem
}

.gap-3\.5 {
  gap: 0.875rem
}

.gap-x-0 {
  column-gap: 0px
}

.gap-x-1 {
  column-gap: 0.25rem
}

.gap-x-2 {
  column-gap: 0.5rem
}

.gap-x-3 {
  column-gap: 0.75rem
}

.gap-x-4 {
  column-gap: 1rem
}

.gap-x-5 {
  column-gap: 1.25rem
}

.gap-x-6 {
  column-gap: 1.5rem
}

.gap-x-7 {
  column-gap: 1.75rem
}

.gap-x-8 {
  column-gap: 2rem
}

.gap-x-9 {
  column-gap: 2.25rem
}

.gap-x-10 {
  column-gap: 2.5rem
}

.gap-x-11 {
  column-gap: 2.75rem
}

.gap-x-12 {
  column-gap: 3rem
}

.gap-x-14 {
  column-gap: 3.5rem
}

.gap-x-16 {
  column-gap: 4rem
}

.gap-x-20 {
  column-gap: 5rem
}

.gap-x-24 {
  column-gap: 6rem
}

.gap-x-28 {
  column-gap: 7rem
}

.gap-x-32 {
  column-gap: 8rem
}

.gap-x-36 {
  column-gap: 9rem
}

.gap-x-40 {
  column-gap: 10rem
}

.gap-x-44 {
  column-gap: 11rem
}

.gap-x-48 {
  column-gap: 12rem
}

.gap-x-52 {
  column-gap: 13rem
}

.gap-x-56 {
  column-gap: 14rem
}

.gap-x-60 {
  column-gap: 15rem
}

.gap-x-64 {
  column-gap: 16rem
}

.gap-x-72 {
  column-gap: 18rem
}

.gap-x-80 {
  column-gap: 20rem
}

.gap-x-96 {
  column-gap: 24rem
}

.gap-x-px {
  column-gap: 1px
}

.gap-x-0\.5 {
  column-gap: 0.125rem
}

.gap-x-1\.5 {
  column-gap: 0.375rem
}

.gap-x-2\.5 {
  column-gap: 0.625rem
}

.gap-x-3\.5 {
  column-gap: 0.875rem
}

.gap-y-0 {
  row-gap: 0px
}

.gap-y-1 {
  row-gap: 0.25rem
}

.gap-y-2 {
  row-gap: 0.5rem
}

.gap-y-3 {
  row-gap: 0.75rem
}

.gap-y-4 {
  row-gap: 1rem
}

.gap-y-5 {
  row-gap: 1.25rem
}

.gap-y-6 {
  row-gap: 1.5rem
}

.gap-y-7 {
  row-gap: 1.75rem
}

.gap-y-8 {
  row-gap: 2rem
}

.gap-y-9 {
  row-gap: 2.25rem
}

.gap-y-10 {
  row-gap: 2.5rem
}

.gap-y-11 {
  row-gap: 2.75rem
}

.gap-y-12 {
  row-gap: 3rem
}

.gap-y-14 {
  row-gap: 3.5rem
}

.gap-y-16 {
  row-gap: 4rem
}

.gap-y-20 {
  row-gap: 5rem
}

.gap-y-24 {
  row-gap: 6rem
}

.gap-y-28 {
  row-gap: 7rem
}

.gap-y-32 {
  row-gap: 8rem
}

.gap-y-36 {
  row-gap: 9rem
}

.gap-y-40 {
  row-gap: 10rem
}

.gap-y-44 {
  row-gap: 11rem
}

.gap-y-48 {
  row-gap: 12rem
}

.gap-y-52 {
  row-gap: 13rem
}

.gap-y-56 {
  row-gap: 14rem
}

.gap-y-60 {
  row-gap: 15rem
}

.gap-y-64 {
  row-gap: 16rem
}

.gap-y-72 {
  row-gap: 18rem
}

.gap-y-80 {
  row-gap: 20rem
}

.gap-y-96 {
  row-gap: 24rem
}

.gap-y-px {
  row-gap: 1px
}

.gap-y-0\.5 {
  row-gap: 0.125rem
}

.gap-y-1\.5 {
  row-gap: 0.375rem
}

.gap-y-2\.5 {
  row-gap: 0.625rem
}

.gap-y-3\.5 {
  row-gap: 0.875rem
}

.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, 1fr)
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr)
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr)
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr)
}

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr)
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr)
}

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr)
}

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr)
}

.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr)
}

.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr)
}

.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr)
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr)
}

.grid-cols-13 {
  grid-template-columns: repeat(13, 1fr)
}

.grid-cols-14 {
  grid-template-columns: repeat(14, 1fr)
}

.grid-cols-15 {
  grid-template-columns: repeat(15, 1fr)
}

.grid-cols-16 {
  grid-template-columns: repeat(16, 1fr)
}

.grid-cols-17 {
  grid-template-columns: repeat(17, 1fr)
}

.grid-cols-18 {
  grid-template-columns: repeat(18, 1fr)
}

.grid-cols-19 {
  grid-template-columns: repeat(19, 1fr)
}

.grid-cols-20 {
  grid-template-columns: repeat(20, 1fr)
}

.grid-cols-21 {
  grid-template-columns: repeat(21, 1fr)
}

.grid-cols-22 {
  grid-template-columns: repeat(22, 1fr)
}

.grid-cols-23 {
  grid-template-columns: repeat(23, 1fr)
}

.grid-cols-24 {
  grid-template-columns: repeat(24, 1fr)
}

.grid-cols-none {
  grid-template-columns: none
}

.auto-cols-auto {
  grid-auto-columns: auto
}

.auto-cols-min {
  grid-auto-columns: min-content
}

.auto-cols-max {
  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-span-full {
  grid-column: 1 / -1
}

.col-span-13 {
  grid-column: span 13 / span 13
}

.col-span-14 {
  grid-column: span 14 / span 14
}

.col-span-15 {
  grid-column: span 15 / span 15
}

.col-span-16 {
  grid-column: span 16 / span 16
}

.col-span-17 {
  grid-column: span 17 / span 17
}

.col-span-18 {
  grid-column: span 18 / span 18
}

.col-span-19 {
  grid-column: span 19 / span 19
}

.col-span-20 {
  grid-column: span 20 / span 20
}

.col-span-21 {
  grid-column: span 21 / span 21
}

.col-span-22 {
  grid-column: span 22 / span 22
}

.col-span-23 {
  grid-column: span 23 / span 23
}

.col-span-24 {
  grid-column: span 24 / span 24
}

.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-14 {
  grid-column-start: 14
}

.col-start-15 {
  grid-column-start: 15
}

.col-start-16 {
  grid-column-start: 16
}

.col-start-17 {
  grid-column-start: 17
}

.col-start-18 {
  grid-column-start: 18
}

.col-start-19 {
  grid-column-start: 19
}

.col-start-20 {
  grid-column-start: 20
}

.col-start-21 {
  grid-column-start: 21
}

.col-start-22 {
  grid-column-start: 22
}

.col-start-23 {
  grid-column-start: 23
}

.col-start-24 {
  grid-column-start: 24
}

.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-14 {
  grid-column-end: 14
}

.col-end-15 {
  grid-column-end: 15
}

.col-end-16 {
  grid-column-end: 16
}

.col-end-17 {
  grid-column-end: 17
}

.col-end-18 {
  grid-column-end: 18
}

.col-end-19 {
  grid-column-end: 19
}

.col-end-20 {
  grid-column-end: 20
}

.col-end-21 {
  grid-column-end: 21
}

.col-end-22 {
  grid-column-end: 22
}

.col-end-23 {
  grid-column-end: 23
}

.col-end-24 {
  grid-column-end: 24
}

.col-end-25 {
  grid-column-end: 25
}

.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: min-content
}

.auto-rows-max {
  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-span-full {
  grid-row: 1 / -1
}

.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 {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.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 {
  --tw-scale-x: 0;
  --tw-scale-y: 0
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5
}

.scale-x-0 {
  --tw-scale-x: 0
}

.scale-x-50 {
  --tw-scale-x: .5
}

.scale-x-75 {
  --tw-scale-x: .75
}

.scale-x-90 {
  --tw-scale-x: .9
}

.scale-x-95 {
  --tw-scale-x: .95
}

.scale-x-100 {
  --tw-scale-x: 1
}

.scale-x-105 {
  --tw-scale-x: 1.05
}

.scale-x-110 {
  --tw-scale-x: 1.1
}

.scale-x-125 {
  --tw-scale-x: 1.25
}

.scale-x-150 {
  --tw-scale-x: 1.5
}

.scale-y-0 {
  --tw-scale-y: 0
}

.scale-y-50 {
  --tw-scale-y: .5
}

.scale-y-75 {
  --tw-scale-y: .75
}

.scale-y-90 {
  --tw-scale-y: .9
}

.scale-y-95 {
  --tw-scale-y: .95
}

.scale-y-100 {
  --tw-scale-y: 1
}

.scale-y-105 {
  --tw-scale-y: 1.05
}

.scale-y-110 {
  --tw-scale-y: 1.1
}

.scale-y-125 {
  --tw-scale-y: 1.25
}

.scale-y-150 {
  --tw-scale-y: 1.5
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5
}

.rotate-0 {
  --tw-rotate: 0deg
}

.rotate-1 {
  --tw-rotate: 1deg
}

.rotate-2 {
  --tw-rotate: 2deg
}

.rotate-3 {
  --tw-rotate: 3deg
}

.rotate-6 {
  --tw-rotate: 6deg
}

.rotate-12 {
  --tw-rotate: 12deg
}

.rotate-45 {
  --tw-rotate: 45deg
}

.rotate-90 {
  --tw-rotate: 90deg
}

.rotate-180 {
  --tw-rotate: 180deg
}

.-rotate-180 {
  --tw-rotate: -180deg
}

.-rotate-90 {
  --tw-rotate: -90deg
}

.-rotate-45 {
  --tw-rotate: -45deg
}

.-rotate-12 {
  --tw-rotate: -12deg
}

.-rotate-6 {
  --tw-rotate: -6deg
}

.-rotate-3 {
  --tw-rotate: -3deg
}

.-rotate-2 {
  --tw-rotate: -2deg
}

.-rotate-1 {
  --tw-rotate: -1deg
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg
}

.translate-x-0 {
  --tw-translate-x: 0px
}

.translate-x-1 {
  --tw-translate-x: 0.25rem
}

.translate-x-2 {
  --tw-translate-x: 0.5rem
}

.translate-x-3 {
  --tw-translate-x: 0.75rem
}

.translate-x-4 {
  --tw-translate-x: 1rem
}

.translate-x-5 {
  --tw-translate-x: 1.25rem
}

.translate-x-6 {
  --tw-translate-x: 1.5rem
}

.translate-x-7 {
  --tw-translate-x: 1.75rem
}

.translate-x-8 {
  --tw-translate-x: 2rem
}

.translate-x-9 {
  --tw-translate-x: 2.25rem
}

.translate-x-10 {
  --tw-translate-x: 2.5rem
}

.translate-x-11 {
  --tw-translate-x: 2.75rem
}

.translate-x-12 {
  --tw-translate-x: 3rem
}

.translate-x-14 {
  --tw-translate-x: 3.5rem
}

.translate-x-16 {
  --tw-translate-x: 4rem
}

.translate-x-20 {
  --tw-translate-x: 5rem
}

.translate-x-24 {
  --tw-translate-x: 6rem
}

.translate-x-28 {
  --tw-translate-x: 7rem
}

.translate-x-32 {
  --tw-translate-x: 8rem
}

.translate-x-36 {
  --tw-translate-x: 9rem
}

.translate-x-40 {
  --tw-translate-x: 10rem
}

.translate-x-44 {
  --tw-translate-x: 11rem
}

.translate-x-48 {
  --tw-translate-x: 12rem
}

.translate-x-52 {
  --tw-translate-x: 13rem
}

.translate-x-56 {
  --tw-translate-x: 14rem
}

.translate-x-60 {
  --tw-translate-x: 15rem
}

.translate-x-64 {
  --tw-translate-x: 16rem
}

.translate-x-72 {
  --tw-translate-x: 18rem
}

.translate-x-80 {
  --tw-translate-x: 20rem
}

.translate-x-96 {
  --tw-translate-x: 24rem
}

.translate-x-px {
  --tw-translate-x: 1px
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem
}

.-translate-x-0 {
  --tw-translate-x: 0px
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem
}

.-translate-x-4 {
  --tw-translate-x: -1rem
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem
}

.-translate-x-8 {
  --tw-translate-x: -2rem
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem
}

.-translate-x-12 {
  --tw-translate-x: -3rem
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem
}

.-translate-x-16 {
  --tw-translate-x: -4rem
}

.-translate-x-20 {
  --tw-translate-x: -5rem
}

.-translate-x-24 {
  --tw-translate-x: -6rem
}

.-translate-x-28 {
  --tw-translate-x: -7rem
}

.-translate-x-32 {
  --tw-translate-x: -8rem
}

.-translate-x-36 {
  --tw-translate-x: -9rem
}

.-translate-x-40 {
  --tw-translate-x: -10rem
}

.-translate-x-44 {
  --tw-translate-x: -11rem
}

.-translate-x-48 {
  --tw-translate-x: -12rem
}

.-translate-x-52 {
  --tw-translate-x: -13rem
}

.-translate-x-56 {
  --tw-translate-x: -14rem
}

.-translate-x-60 {
  --tw-translate-x: -15rem
}

.-translate-x-64 {
  --tw-translate-x: -16rem
}

.-translate-x-72 {
  --tw-translate-x: -18rem
}

.-translate-x-80 {
  --tw-translate-x: -20rem
}

.-translate-x-96 {
  --tw-translate-x: -24rem
}

.-translate-x-px {
  --tw-translate-x: -1px
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem
}

.translate-x-1\/2 {
  --tw-translate-x: 50%
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%
}

.translate-x-1\/4 {
  --tw-translate-x: 25%
}

.translate-x-2\/4 {
  --tw-translate-x: 50%
}

.translate-x-3\/4 {
  --tw-translate-x: 75%
}

.translate-x-full {
  --tw-translate-x: 100%
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%
}

.-translate-x-full {
  --tw-translate-x: -100%
}

.translate-y-0 {
  --tw-translate-y: 0px
}

.translate-y-1 {
  --tw-translate-y: 0.25rem
}

.translate-y-2 {
  --tw-translate-y: 0.5rem
}

.translate-y-3 {
  --tw-translate-y: 0.75rem
}

.translate-y-4 {
  --tw-translate-y: 1rem
}

.translate-y-5 {
  --tw-translate-y: 1.25rem
}

.translate-y-6 {
  --tw-translate-y: 1.5rem
}

.translate-y-7 {
  --tw-translate-y: 1.75rem
}

.translate-y-8 {
  --tw-translate-y: 2rem
}

.translate-y-9 {
  --tw-translate-y: 2.25rem
}

.translate-y-10 {
  --tw-translate-y: 2.5rem
}

.translate-y-11 {
  --tw-translate-y: 2.75rem
}

.translate-y-12 {
  --tw-translate-y: 3rem
}

.translate-y-14 {
  --tw-translate-y: 3.5rem
}

.translate-y-16 {
  --tw-translate-y: 4rem
}

.translate-y-20 {
  --tw-translate-y: 5rem
}

.translate-y-24 {
  --tw-translate-y: 6rem
}

.translate-y-28 {
  --tw-translate-y: 7rem
}

.translate-y-32 {
  --tw-translate-y: 8rem
}

.translate-y-36 {
  --tw-translate-y: 9rem
}

.translate-y-40 {
  --tw-translate-y: 10rem
}

.translate-y-44 {
  --tw-translate-y: 11rem
}

.translate-y-48 {
  --tw-translate-y: 12rem
}

.translate-y-52 {
  --tw-translate-y: 13rem
}

.translate-y-56 {
  --tw-translate-y: 14rem
}

.translate-y-60 {
  --tw-translate-y: 15rem
}

.translate-y-64 {
  --tw-translate-y: 16rem
}

.translate-y-72 {
  --tw-translate-y: 18rem
}

.translate-y-80 {
  --tw-translate-y: 20rem
}

.translate-y-96 {
  --tw-translate-y: 24rem
}

.translate-y-px {
  --tw-translate-y: 1px
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem
}

.-translate-y-0 {
  --tw-translate-y: 0px
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem
}

.-translate-y-4 {
  --tw-translate-y: -1rem
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem
}

.-translate-y-8 {
  --tw-translate-y: -2rem
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem
}

.-translate-y-12 {
  --tw-translate-y: -3rem
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem
}

.-translate-y-16 {
  --tw-translate-y: -4rem
}

.-translate-y-20 {
  --tw-translate-y: -5rem
}

.-translate-y-24 {
  --tw-translate-y: -6rem
}

.-translate-y-28 {
  --tw-translate-y: -7rem
}

.-translate-y-32 {
  --tw-translate-y: -8rem
}

.-translate-y-36 {
  --tw-translate-y: -9rem
}

.-translate-y-40 {
  --tw-translate-y: -10rem
}

.-translate-y-44 {
  --tw-translate-y: -11rem
}

.-translate-y-48 {
  --tw-translate-y: -12rem
}

.-translate-y-52 {
  --tw-translate-y: -13rem
}

.-translate-y-56 {
  --tw-translate-y: -14rem
}

.-translate-y-60 {
  --tw-translate-y: -15rem
}

.-translate-y-64 {
  --tw-translate-y: -16rem
}

.-translate-y-72 {
  --tw-translate-y: -18rem
}

.-translate-y-80 {
  --tw-translate-y: -20rem
}

.-translate-y-96 {
  --tw-translate-y: -24rem
}

.-translate-y-px {
  --tw-translate-y: -1px
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem
}

.translate-y-1\/2 {
  --tw-translate-y: 50%
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%
}

.translate-y-1\/4 {
  --tw-translate-y: 25%
}

.translate-y-2\/4 {
  --tw-translate-y: 50%
}

.translate-y-3\/4 {
  --tw-translate-y: 75%
}

.translate-y-full {
  --tw-translate-y: 100%
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%
}

.-translate-y-full {
  --tw-translate-y: -100%
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100%
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%
}

.skew-x-0 {
  --tw-skew-x: 0deg
}

.skew-x-1 {
  --tw-skew-x: 1deg
}

.skew-x-2 {
  --tw-skew-x: 2deg
}

.skew-x-3 {
  --tw-skew-x: 3deg
}

.skew-x-6 {
  --tw-skew-x: 6deg
}

.skew-x-12 {
  --tw-skew-x: 12deg
}

.-skew-x-12 {
  --tw-skew-x: -12deg
}

.-skew-x-6 {
  --tw-skew-x: -6deg
}

.-skew-x-3 {
  --tw-skew-x: -3deg
}

.-skew-x-2 {
  --tw-skew-x: -2deg
}

.-skew-x-1 {
  --tw-skew-x: -1deg
}

.skew-y-0 {
  --tw-skew-y: 0deg
}

.skew-y-1 {
  --tw-skew-y: 1deg
}

.skew-y-2 {
  --tw-skew-y: 2deg
}

.skew-y-3 {
  --tw-skew-y: 3deg
}

.skew-y-6 {
  --tw-skew-y: 6deg
}

.skew-y-12 {
  --tw-skew-y: 12deg
}

.-skew-y-12 {
  --tw-skew-y: -12deg
}

.-skew-y-6 {
  --tw-skew-y: -6deg
}

.-skew-y-3 {
  --tw-skew-y: -3deg
}

.-skew-y-2 {
  --tw-skew-y: -2deg
}

.-skew-y-1 {
  --tw-skew-y: -1deg
}

.transition-none {
  transition-property: none
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

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

.mix-blend-normal {
  mix-blend-mode: normal
}

.mix-blend-multiply {
  mix-blend-mode: multiply
}

.mix-blend-screen {
  mix-blend-mode: screen
}

.mix-blend-overlay {
  mix-blend-mode: overlay
}

.mix-blend-darken {
  mix-blend-mode: darken
}

.mix-blend-lighten {
  mix-blend-mode: lighten
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light
}

.mix-blend-difference {
  mix-blend-mode: difference
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion
}

.mix-blend-hue {
  mix-blend-mode: hue
}

.mix-blend-saturation {
  mix-blend-mode: saturation
}

.mix-blend-color {
  mix-blend-mode: color
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity
}

.bg-blend-normal {
  background-blend-mode: normal
}

.bg-blend-multiply {
  background-blend-mode: multiply
}

.bg-blend-screen {
  background-blend-mode: screen
}

.bg-blend-overlay {
  background-blend-mode: overlay
}

.bg-blend-darken {
  background-blend-mode: darken
}

.bg-blend-lighten {
  background-blend-mode: lighten
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge
}

.bg-blend-color-burn {
  background-blend-mode: color-burn
}

.bg-blend-hard-light {
  background-blend-mode: hard-light
}

.bg-blend-soft-light {
  background-blend-mode: soft-light
}

.bg-blend-difference {
  background-blend-mode: difference
}

.bg-blend-exclusion {
  background-blend-mode: exclusion
}

.bg-blend-hue {
  background-blend-mode: hue
}

.bg-blend-saturation {
  background-blend-mode: saturation
}

.bg-blend-color {
  background-blend-mode: color
}

.bg-blend-luminosity {
  background-blend-mode: luminosity
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter-none {
  filter: none
}

.blur-0 {
  --tw-blur: blur(0)
}

.blur-sm {
  --tw-blur: blur(4px)
}

.blur {
  --tw-blur: blur(8px)
}

.blur-md {
  --tw-blur: blur(12px)
}

.blur-lg {
  --tw-blur: blur(16px)
}

.blur-xl {
  --tw-blur: blur(24px)
}

.blur-2xl {
  --tw-blur: blur(40px)
}

.blur-3xl {
  --tw-blur: blur(64px)
}

.brightness-0 {
  --tw-brightness: brightness(0)
}

.brightness-50 {
  --tw-brightness: brightness(.5)
}

.brightness-75 {
  --tw-brightness: brightness(.75)
}

.brightness-90 {
  --tw-brightness: brightness(.9)
}

.brightness-95 {
  --tw-brightness: brightness(.95)
}

.brightness-100 {
  --tw-brightness: brightness(1)
}

.brightness-105 {
  --tw-brightness: brightness(1.05)
}

.brightness-110 {
  --tw-brightness: brightness(1.1)
}

.brightness-125 {
  --tw-brightness: brightness(1.25)
}

.brightness-150 {
  --tw-brightness: brightness(1.5)
}

.brightness-200 {
  --tw-brightness: brightness(2)
}

.contrast-0 {
  --tw-contrast: contrast(0)
}

.contrast-50 {
  --tw-contrast: contrast(.5)
}

.contrast-75 {
  --tw-contrast: contrast(.75)
}

.contrast-100 {
  --tw-contrast: contrast(1)
}

.contrast-125 {
  --tw-contrast: contrast(1.25)
}

.contrast-150 {
  --tw-contrast: contrast(1.5)
}

.contrast-200 {
  --tw-contrast: contrast(2)
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05))
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000)
}

.grayscale-0 {
  --tw-grayscale: grayscale(0)
}

.grayscale {
  --tw-grayscale: grayscale(100%)
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg)
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg)
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg)
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg)
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg)
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg)
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg)
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg)
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg)
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg)
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg)
}

.invert-0 {
  --tw-invert: invert(0)
}

.invert {
  --tw-invert: invert(100%)
}

.saturate-0 {
  --tw-saturate: saturate(0)
}

.saturate-50 {
  --tw-saturate: saturate(.5)
}

.saturate-100 {
  --tw-saturate: saturate(1)
}

.saturate-150 {
  --tw-saturate: saturate(1.5)
}

.saturate-200 {
  --tw-saturate: saturate(2)
}

.sepia-0 {
  --tw-sepia: sepia(0)
}

.sepia {
  --tw-sepia: sepia(100%)
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0)
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px)
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px)
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px)
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px)
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px)
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px)
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px)
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0)
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5)
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75)
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9)
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95)
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1)
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05)
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1)
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25)
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5)
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2)
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0)
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5)
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75)
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1)
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25)
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5)
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2)
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0)
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%)
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg)
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg)
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg)
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg)
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg)
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg)
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg)
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg)
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg)
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg)
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg)
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0)
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%)
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0)
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05)
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1)
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2)
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25)
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3)
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4)
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5)
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6)
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7)
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75)
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8)
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9)
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95)
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1)
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0)
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5)
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1)
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5)
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2)
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0)
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%)
}

@media (max-width: 1600px) {
  .xl\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xl\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xl\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .xl\:group-hover\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .group:hover .xl\:group-hover\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .group:hover .xl\:group-hover\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:bg-color1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:bg-color2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xl\:focus-within\:bg-color3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:hover\:bg-color1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xl\:hover\:bg-color2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xl\:hover\:bg-color3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:focus\:bg-color1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xl\:focus\:bg-color2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xl\:focus\:bg-color3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xl\:bg-none {
    background-image: none
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .xl\:bg-auto {
    background-size: auto
  }

  .xl\:bg-cover {
    background-size: cover
  }

  .xl\:bg-contain {
    background-size: contain
  }

  .xl\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xl\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xl\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .xl\:group-hover\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .group:hover .xl\:group-hover\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .group:hover .xl\:group-hover\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:focus-within\:border-color1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xl\:focus-within\:border-color2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xl\:focus-within\:border-color3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:hover\:border-color1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xl\:hover\:border-color2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xl\:hover\:border-color3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:focus\:border-color1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xl\:focus\:border-color2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xl\:focus\:border-color3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }

  .xl\:rounded-none {
    border-radius: 0px
  }

  .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: 0.75rem
  }

  .xl\:rounded-2xl {
    border-radius: 1rem
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem
  }

  .xl\:rounded-full {
    border-radius: 9999px
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .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: 0.75rem;
    border-top-right-radius: 0.75rem
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

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

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

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

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

  .xl\:rounded-tl-none {
    border-top-left-radius: 0px
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px
  }

  .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: 0.75rem
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .xl\:border-solid {
    border-style: solid
  }

  .xl\:border-dashed {
    border-style: dashed
  }

  .xl\:border-dotted {
    border-style: dotted
  }

  .xl\:border-double {
    border-style: double
  }

  .xl\:border-none {
    border-style: none
  }

  .xl\:border-0 {
    border-width: 0px
  }

  .xl\:border-2 {
    border-width: 2px
  }

  .xl\:border-4 {
    border-width: 4px
  }

  .xl\:border-8 {
    border-width: 8px
  }

  .xl\:border {
    border-width: 1px
  }

  .xl\:border-t-0 {
    border-top-width: 0px
  }

  .xl\:border-r-0 {
    border-right-width: 0px
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px
  }

  .xl\:border-l-0 {
    border-left-width: 0px
  }

  .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-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-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\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone
  }

  .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\:inline-table {
    display: inline-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\:list-item {
    display: list-item
  }

  .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-nowrap {
    flex-wrap: nowrap
  }

  .xl\:items-start {
    align-items: flex-start
  }

  .xl\:items-end {
    align-items: flex-end
  }

  .xl\:items-center {
    align-items: center
  }

  .xl\:items-baseline {
    align-items: baseline
  }

  .xl\:items-stretch {
    align-items: stretch
  }

  .xl\: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-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\:clear-left {
    clear: left
  }

  .xl\:clear-right {
    clear: right
  }

  .xl\:clear-both {
    clear: both
  }

  .xl\:clear-none {
    clear: none
  }

  .xl\:font-thin {
    font-weight: 100
  }

  .xl\:font-extralight {
    font-weight: 200
  }

  .xl\:font-light {
    font-weight: 300
  }

  .xl\:font-normal {
    font-weight: 400
  }

  .xl\:font-medium {
    font-weight: 500
  }

  .xl\:font-semibold {
    font-weight: 600
  }

  .xl\:font-bold {
    font-weight: 700
  }

  .xl\:font-extrabold {
    font-weight: 800
  }

  .xl\:font-black {
    font-weight: 900
  }

  .xl\:h-0 {
    height: 0px
  }

  .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-7 {
    height: 1.75rem
  }

  .xl\:h-8 {
    height: 2rem
  }

  .xl\:h-9 {
    height: 2.25rem
  }

  .xl\:h-10 {
    height: 2.5rem
  }

  .xl\:h-11 {
    height: 2.75rem
  }

  .xl\:h-12 {
    height: 3rem
  }

  .xl\:h-14 {
    height: 3.5rem
  }

  .xl\:h-16 {
    height: 4rem
  }

  .xl\:h-20 {
    height: 5rem
  }

  .xl\:h-24 {
    height: 6rem
  }

  .xl\:h-28 {
    height: 7rem
  }

  .xl\:h-32 {
    height: 8rem
  }

  .xl\:h-36 {
    height: 9rem
  }

  .xl\:h-40 {
    height: 10rem
  }

  .xl\:h-44 {
    height: 11rem
  }

  .xl\:h-48 {
    height: 12rem
  }

  .xl\:h-52 {
    height: 13rem
  }

  .xl\:h-56 {
    height: 14rem
  }

  .xl\:h-60 {
    height: 15rem
  }

  .xl\:h-64 {
    height: 16rem
  }

  .xl\:h-72 {
    height: 18rem
  }

  .xl\:h-80 {
    height: 20rem
  }

  .xl\:h-96 {
    height: 24rem
  }

  .xl\:h-auto {
    height: auto
  }

  .xl\:h-px {
    height: 1px
  }

  .xl\:h-0\.5 {
    height: 0.125rem
  }

  .xl\:h-1\.5 {
    height: 0.375rem
  }

  .xl\:h-2\.5 {
    height: 0.625rem
  }

  .xl\:h-3\.5 {
    height: 0.875rem
  }

  .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-full {
    height: 100%
  }

  .xl\:h-screen {
    height: 100vh
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .xl\:text-base {
    font-size: 1rem
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1
  }

  .xl\:text-f1 {
    font-size: 1.25rem
  }

  .xl\:text-f2 {
    font-size: 1.875rem
  }

  .xl\:text-f3 {
    font-size: 1.25rem
  }

  .xl\:text-f4 {
    font-size: 0.9375rem
  }

  .xl\:text-f5 {
    font-size: 0.625rem
  }

  .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\:m-0 {
    margin: 0px
  }

  .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-7 {
    margin: 1.75rem
  }

  .xl\:m-8 {
    margin: 2rem
  }

  .xl\:m-9 {
    margin: 2.25rem
  }

  .xl\:m-10 {
    margin: 2.5rem
  }

  .xl\:m-11 {
    margin: 2.75rem
  }

  .xl\:m-12 {
    margin: 3rem
  }

  .xl\:m-14 {
    margin: 3.5rem
  }

  .xl\:m-16 {
    margin: 4rem
  }

  .xl\:m-20 {
    margin: 5rem
  }

  .xl\:m-24 {
    margin: 6rem
  }

  .xl\:m-28 {
    margin: 7rem
  }

  .xl\:m-32 {
    margin: 8rem
  }

  .xl\:m-36 {
    margin: 9rem
  }

  .xl\:m-40 {
    margin: 10rem
  }

  .xl\:m-44 {
    margin: 11rem
  }

  .xl\:m-48 {
    margin: 12rem
  }

  .xl\:m-52 {
    margin: 13rem
  }

  .xl\:m-56 {
    margin: 14rem
  }

  .xl\:m-60 {
    margin: 15rem
  }

  .xl\:m-64 {
    margin: 16rem
  }

  .xl\:m-72 {
    margin: 18rem
  }

  .xl\:m-80 {
    margin: 20rem
  }

  .xl\:m-96 {
    margin: 24rem
  }

  .xl\:m-auto {
    margin: auto
  }

  .xl\:m-px {
    margin: 1px
  }

  .xl\:m-0\.5 {
    margin: 0.125rem
  }

  .xl\:m-1\.5 {
    margin: 0.375rem
  }

  .xl\:m-2\.5 {
    margin: 0.625rem
  }

  .xl\:m-3\.5 {
    margin: 0.875rem
  }

  .xl\:-m-0 {
    margin: 0px
  }

  .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-7 {
    margin: -1.75rem
  }

  .xl\:-m-8 {
    margin: -2rem
  }

  .xl\:-m-9 {
    margin: -2.25rem
  }

  .xl\:-m-10 {
    margin: -2.5rem
  }

  .xl\:-m-11 {
    margin: -2.75rem
  }

  .xl\:-m-12 {
    margin: -3rem
  }

  .xl\:-m-14 {
    margin: -3.5rem
  }

  .xl\:-m-16 {
    margin: -4rem
  }

  .xl\:-m-20 {
    margin: -5rem
  }

  .xl\:-m-24 {
    margin: -6rem
  }

  .xl\:-m-28 {
    margin: -7rem
  }

  .xl\:-m-32 {
    margin: -8rem
  }

  .xl\:-m-36 {
    margin: -9rem
  }

  .xl\:-m-40 {
    margin: -10rem
  }

  .xl\:-m-44 {
    margin: -11rem
  }

  .xl\:-m-48 {
    margin: -12rem
  }

  .xl\:-m-52 {
    margin: -13rem
  }

  .xl\:-m-56 {
    margin: -14rem
  }

  .xl\:-m-60 {
    margin: -15rem
  }

  .xl\:-m-64 {
    margin: -16rem
  }

  .xl\:-m-72 {
    margin: -18rem
  }

  .xl\:-m-80 {
    margin: -20rem
  }

  .xl\:-m-96 {
    margin: -24rem
  }

  .xl\:-m-px {
    margin: -1px
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .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-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-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .xl\:mx-28 {
    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-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

  .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-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem
  }

  .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .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-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-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .xl\:-mx-28 {
    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-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem
  }

  .xl\:mt-0 {
    margin-top: 0px
  }

  .xl\:mr-0 {
    margin-right: 0px
  }

  .xl\:mb-0 {
    margin-bottom: 0px
  }

  .xl\:ml-0 {
    margin-left: 0px
  }

  .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-7 {
    margin-top: 1.75rem
  }

  .xl\:mr-7 {
    margin-right: 1.75rem
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem
  }

  .xl\:ml-7 {
    margin-left: 1.75rem
  }

  .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-9 {
    margin-top: 2.25rem
  }

  .xl\:mr-9 {
    margin-right: 2.25rem
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem
  }

  .xl\:ml-9 {
    margin-left: 2.25rem
  }

  .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-11 {
    margin-top: 2.75rem
  }

  .xl\:mr-11 {
    margin-right: 2.75rem
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem
  }

  .xl\:ml-11 {
    margin-left: 2.75rem
  }

  .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-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-28 {
    margin-top: 7rem
  }

  .xl\:mr-28 {
    margin-right: 7rem
  }

  .xl\:mb-28 {
    margin-bottom: 7rem
  }

  .xl\:ml-28 {
    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-44 {
    margin-top: 11rem
  }

  .xl\:mr-44 {
    margin-right: 11rem
  }

  .xl\:mb-44 {
    margin-bottom: 11rem
  }

  .xl\:ml-44 {
    margin-left: 11rem
  }

  .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-52 {
    margin-top: 13rem
  }

  .xl\:mr-52 {
    margin-right: 13rem
  }

  .xl\:mb-52 {
    margin-bottom: 13rem
  }

  .xl\:ml-52 {
    margin-left: 13rem
  }

  .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-60 {
    margin-top: 15rem
  }

  .xl\:mr-60 {
    margin-right: 15rem
  }

  .xl\:mb-60 {
    margin-bottom: 15rem
  }

  .xl\:ml-60 {
    margin-left: 15rem
  }

  .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-72 {
    margin-top: 18rem
  }

  .xl\:mr-72 {
    margin-right: 18rem
  }

  .xl\:mb-72 {
    margin-bottom: 18rem
  }

  .xl\:ml-72 {
    margin-left: 18rem
  }

  .xl\:mt-80 {
    margin-top: 20rem
  }

  .xl\:mr-80 {
    margin-right: 20rem
  }

  .xl\:mb-80 {
    margin-bottom: 20rem
  }

  .xl\:ml-80 {
    margin-left: 20rem
  }

  .xl\:mt-96 {
    margin-top: 24rem
  }

  .xl\:mr-96 {
    margin-right: 24rem
  }

  .xl\:mb-96 {
    margin-bottom: 24rem
  }

  .xl\:ml-96 {
    margin-left: 24rem
  }

  .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-0\.5 {
    margin-top: 0.125rem
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .xl\:-mt-0 {
    margin-top: 0px
  }

  .xl\:-mr-0 {
    margin-right: 0px
  }

  .xl\:-mb-0 {
    margin-bottom: 0px
  }

  .xl\:-ml-0 {
    margin-left: 0px
  }

  .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-7 {
    margin-top: -1.75rem
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem
  }

  .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-9 {
    margin-top: -2.25rem
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem
  }

  .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-11 {
    margin-top: -2.75rem
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem
  }

  .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-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-28 {
    margin-top: -7rem
  }

  .xl\:-mr-28 {
    margin-right: -7rem
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem
  }

  .xl\:-ml-28 {
    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-44 {
    margin-top: -11rem
  }

  .xl\:-mr-44 {
    margin-right: -11rem
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem
  }

  .xl\:-ml-44 {
    margin-left: -11rem
  }

  .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-52 {
    margin-top: -13rem
  }

  .xl\:-mr-52 {
    margin-right: -13rem
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem
  }

  .xl\:-ml-52 {
    margin-left: -13rem
  }

  .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-60 {
    margin-top: -15rem
  }

  .xl\:-mr-60 {
    margin-right: -15rem
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem
  }

  .xl\:-ml-60 {
    margin-left: -15rem
  }

  .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-72 {
    margin-top: -18rem
  }

  .xl\:-mr-72 {
    margin-right: -18rem
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem
  }

  .xl\:-ml-72 {
    margin-left: -18rem
  }

  .xl\:-mt-80 {
    margin-top: -20rem
  }

  .xl\:-mr-80 {
    margin-right: -20rem
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem
  }

  .xl\:-ml-80 {
    margin-left: -20rem
  }

  .xl\:-mt-96 {
    margin-top: -24rem
  }

  .xl\:-mr-96 {
    margin-right: -24rem
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem
  }

  .xl\:-ml-96 {
    margin-left: -24rem
  }

  .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-0\.5 {
    margin-top: -0.125rem
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .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\:p-0 {
    padding: 0px
  }

  .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-7 {
    padding: 1.75rem
  }

  .xl\:p-8 {
    padding: 2rem
  }

  .xl\:p-9 {
    padding: 2.25rem
  }

  .xl\:p-10 {
    padding: 2.5rem
  }

  .xl\:p-11 {
    padding: 2.75rem
  }

  .xl\:p-12 {
    padding: 3rem
  }

  .xl\:p-14 {
    padding: 3.5rem
  }

  .xl\:p-16 {
    padding: 4rem
  }

  .xl\:p-20 {
    padding: 5rem
  }

  .xl\:p-24 {
    padding: 6rem
  }

  .xl\:p-28 {
    padding: 7rem
  }

  .xl\:p-32 {
    padding: 8rem
  }

  .xl\:p-36 {
    padding: 9rem
  }

  .xl\:p-40 {
    padding: 10rem
  }

  .xl\:p-44 {
    padding: 11rem
  }

  .xl\:p-48 {
    padding: 12rem
  }

  .xl\:p-52 {
    padding: 13rem
  }

  .xl\:p-56 {
    padding: 14rem
  }

  .xl\:p-60 {
    padding: 15rem
  }

  .xl\:p-64 {
    padding: 16rem
  }

  .xl\:p-72 {
    padding: 18rem
  }

  .xl\:p-80 {
    padding: 20rem
  }

  .xl\:p-96 {
    padding: 24rem
  }

  .xl\:p-px {
    padding: 1px
  }

  .xl\:p-0\.5 {
    padding: 0.125rem
  }

  .xl\:p-1\.5 {
    padding: 0.375rem
  }

  .xl\:p-2\.5 {
    padding: 0.625rem
  }

  .xl\:p-3\.5 {
    padding: 0.875rem
  }

  .xl\:p-16\/9 {
    padding: 56.25%
  }

  .xl\:p-16\/10 {
    padding: 62.5%
  }

  .xl\:p-4\/3 {
    padding: 75%
  }

  .xl\:p-3\/2 {
    padding: 66.66666666666666%
  }

  .xl\:p-2\/1 {
    padding: 50%
  }

  .xl\:p-3\/1 {
    padding: 33.33333333333333%
  }

  .xl\:p-4\/1 {
    padding: 25%
  }

  .xl\:p-10\/24 {
    padding: 41.66666666666667%
  }

  .xl\:p-1\/1 {
    padding: 100%
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .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-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-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .xl\:px-28 {
    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-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem
  }

  .xl\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .xl\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .xl\:py-16\/10 {
    padding-top: 62.5%;
    padding-bottom: 62.5%
  }

  .xl\:px-16\/10 {
    padding-left: 62.5%;
    padding-right: 62.5%
  }

  .xl\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .xl\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%
  }

  .xl\:py-3\/2 {
    padding-top: 66.66666666666666%;
    padding-bottom: 66.66666666666666%
  }

  .xl\:px-3\/2 {
    padding-left: 66.66666666666666%;
    padding-right: 66.66666666666666%
  }

  .xl\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%
  }

  .xl\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%
  }

  .xl\:py-3\/1 {
    padding-top: 33.33333333333333%;
    padding-bottom: 33.33333333333333%
  }

  .xl\:px-3\/1 {
    padding-left: 33.33333333333333%;
    padding-right: 33.33333333333333%
  }

  .xl\:py-4\/1 {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .xl\:px-4\/1 {
    padding-left: 25%;
    padding-right: 25%
  }

  .xl\:py-10\/24 {
    padding-top: 41.66666666666667%;
    padding-bottom: 41.66666666666667%
  }

  .xl\:px-10\/24 {
    padding-left: 41.66666666666667%;
    padding-right: 41.66666666666667%
  }

  .xl\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .xl\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .xl\:pt-0 {
    padding-top: 0px
  }

  .xl\:pr-0 {
    padding-right: 0px
  }

  .xl\:pb-0 {
    padding-bottom: 0px
  }

  .xl\:pl-0 {
    padding-left: 0px
  }

  .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-7 {
    padding-top: 1.75rem
  }

  .xl\:pr-7 {
    padding-right: 1.75rem
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem
  }

  .xl\:pl-7 {
    padding-left: 1.75rem
  }

  .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-9 {
    padding-top: 2.25rem
  }

  .xl\:pr-9 {
    padding-right: 2.25rem
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem
  }

  .xl\:pl-9 {
    padding-left: 2.25rem
  }

  .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-11 {
    padding-top: 2.75rem
  }

  .xl\:pr-11 {
    padding-right: 2.75rem
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem
  }

  .xl\:pl-11 {
    padding-left: 2.75rem
  }

  .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-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-28 {
    padding-top: 7rem
  }

  .xl\:pr-28 {
    padding-right: 7rem
  }

  .xl\:pb-28 {
    padding-bottom: 7rem
  }

  .xl\:pl-28 {
    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-44 {
    padding-top: 11rem
  }

  .xl\:pr-44 {
    padding-right: 11rem
  }

  .xl\:pb-44 {
    padding-bottom: 11rem
  }

  .xl\:pl-44 {
    padding-left: 11rem
  }

  .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-52 {
    padding-top: 13rem
  }

  .xl\:pr-52 {
    padding-right: 13rem
  }

  .xl\:pb-52 {
    padding-bottom: 13rem
  }

  .xl\:pl-52 {
    padding-left: 13rem
  }

  .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-60 {
    padding-top: 15rem
  }

  .xl\:pr-60 {
    padding-right: 15rem
  }

  .xl\:pb-60 {
    padding-bottom: 15rem
  }

  .xl\:pl-60 {
    padding-left: 15rem
  }

  .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-72 {
    padding-top: 18rem
  }

  .xl\:pr-72 {
    padding-right: 18rem
  }

  .xl\:pb-72 {
    padding-bottom: 18rem
  }

  .xl\:pl-72 {
    padding-left: 18rem
  }

  .xl\:pt-80 {
    padding-top: 20rem
  }

  .xl\:pr-80 {
    padding-right: 20rem
  }

  .xl\:pb-80 {
    padding-bottom: 20rem
  }

  .xl\:pl-80 {
    padding-left: 20rem
  }

  .xl\:pt-96 {
    padding-top: 24rem
  }

  .xl\:pr-96 {
    padding-right: 24rem
  }

  .xl\:pb-96 {
    padding-bottom: 24rem
  }

  .xl\:pl-96 {
    padding-left: 24rem
  }

  .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-0\.5 {
    padding-top: 0.125rem
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .xl\:pt-16\/9 {
    padding-top: 56.25%
  }

  .xl\:pr-16\/9 {
    padding-right: 56.25%
  }

  .xl\:pb-16\/9 {
    padding-bottom: 56.25%
  }

  .xl\:pl-16\/9 {
    padding-left: 56.25%
  }

  .xl\:pt-16\/10 {
    padding-top: 62.5%
  }

  .xl\:pr-16\/10 {
    padding-right: 62.5%
  }

  .xl\:pb-16\/10 {
    padding-bottom: 62.5%
  }

  .xl\:pl-16\/10 {
    padding-left: 62.5%
  }

  .xl\:pt-4\/3 {
    padding-top: 75%
  }

  .xl\:pr-4\/3 {
    padding-right: 75%
  }

  .xl\:pb-4\/3 {
    padding-bottom: 75%
  }

  .xl\:pl-4\/3 {
    padding-left: 75%
  }

  .xl\:pt-3\/2 {
    padding-top: 66.66666666666666%
  }

  .xl\:pr-3\/2 {
    padding-right: 66.66666666666666%
  }

  .xl\:pb-3\/2 {
    padding-bottom: 66.66666666666666%
  }

  .xl\:pl-3\/2 {
    padding-left: 66.66666666666666%
  }

  .xl\:pt-2\/1 {
    padding-top: 50%
  }

  .xl\:pr-2\/1 {
    padding-right: 50%
  }

  .xl\:pb-2\/1 {
    padding-bottom: 50%
  }

  .xl\:pl-2\/1 {
    padding-left: 50%
  }

  .xl\:pt-3\/1 {
    padding-top: 33.33333333333333%
  }

  .xl\:pr-3\/1 {
    padding-right: 33.33333333333333%
  }

  .xl\:pb-3\/1 {
    padding-bottom: 33.33333333333333%
  }

  .xl\:pl-3\/1 {
    padding-left: 33.33333333333333%
  }

  .xl\:pt-4\/1 {
    padding-top: 25%
  }

  .xl\:pr-4\/1 {
    padding-right: 25%
  }

  .xl\:pb-4\/1 {
    padding-bottom: 25%
  }

  .xl\:pl-4\/1 {
    padding-left: 25%
  }

  .xl\:pt-10\/24 {
    padding-top: 41.66666666666667%
  }

  .xl\:pr-10\/24 {
    padding-right: 41.66666666666667%
  }

  .xl\:pb-10\/24 {
    padding-bottom: 41.66666666666667%
  }

  .xl\:pl-10\/24 {
    padding-left: 41.66666666666667%
  }

  .xl\:pt-1\/1 {
    padding-top: 100%
  }

  .xl\:pr-1\/1 {
    padding-right: 100%
  }

  .xl\:pb-1\/1 {
    padding-bottom: 100%
  }

  .xl\:pl-1\/1 {
    padding-left: 100%
  }

  .xl\:static {
    position: static
  }

  .xl\:fixed {
    position: fixed
  }

  .xl\:absolute {
    position: absolute
  }

  .xl\:relative {
    position: relative
  }

  .xl\:sticky {
    position: sticky
  }

  .xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem
  }

  .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem
  }

  .xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem
  }

  .xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem
  }

  .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem
  }

  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem
  }

  .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem
  }

  .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem
  }

  .xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem
  }

  .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem
  }

  .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }

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

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

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

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

  .xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem
  }

  .xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem
  }

  .xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem
  }

  .xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem
  }

  .xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem
  }

  .xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem
  }

  .xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem
  }

  .xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem
  }

  .xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem
  }

  .xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem
  }

  .xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem
  }

  .xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem
  }

  .xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem
  }

  .xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem
  }

  .xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem
  }

  .xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem
  }

  .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem
  }

  .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem
  }

  .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem
  }

  .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem
  }

  .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem
  }

  .xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem
  }

  .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem
  }

  .xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem
  }

  .xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem
  }

  .xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem
  }

  .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem
  }

  .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem
  }

  .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }

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

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

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

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

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

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

  .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }

  .xl\:inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .xl\:inset-x-0 {
    right: 0px;
    left: 0px
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem
  }

  .xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem
  }

  .xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem
  }

  .xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem
  }

  .xl\:inset-x-4 {
    right: 1rem;
    left: 1rem
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem
  }

  .xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem
  }

  .xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem
  }

  .xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem
  }

  .xl\:inset-x-8 {
    right: 2rem;
    left: 2rem
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem
  }

  .xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem
  }

  .xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem
  }

  .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem
  }

  .xl\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem
  }

  .xl\:inset-x-12 {
    right: 3rem;
    left: 3rem
  }

  .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem
  }

  .xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem
  }

  .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem
  }

  .xl\:inset-x-16 {
    right: 4rem;
    left: 4rem
  }

  .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem
  }

  .xl\:inset-x-20 {
    right: 5rem;
    left: 5rem
  }

  .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem
  }

  .xl\:inset-x-24 {
    right: 6rem;
    left: 6rem
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem
  }

  .xl\:inset-x-28 {
    right: 7rem;
    left: 7rem
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem
  }

  .xl\:inset-x-32 {
    right: 8rem;
    left: 8rem
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem
  }

  .xl\:inset-x-36 {
    right: 9rem;
    left: 9rem
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem
  }

  .xl\:inset-x-40 {
    right: 10rem;
    left: 10rem
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem
  }

  .xl\:inset-x-44 {
    right: 11rem;
    left: 11rem
  }

  .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem
  }

  .xl\:inset-x-48 {
    right: 12rem;
    left: 12rem
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem
  }

  .xl\:inset-x-52 {
    right: 13rem;
    left: 13rem
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem
  }

  .xl\:inset-x-56 {
    right: 14rem;
    left: 14rem
  }

  .xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem
  }

  .xl\:inset-x-60 {
    right: 15rem;
    left: 15rem
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem
  }

  .xl\:inset-x-64 {
    right: 16rem;
    left: 16rem
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem
  }

  .xl\:inset-x-72 {
    right: 18rem;
    left: 18rem
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem
  }

  .xl\:inset-x-80 {
    right: 20rem;
    left: 20rem
  }

  .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem
  }

  .xl\:inset-x-96 {
    right: 24rem;
    left: 24rem
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px
  }

  .xl\:inset-x-px {
    right: 1px;
    left: 1px
  }

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

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

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

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

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

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

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

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

  .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .xl\:-inset-x-0 {
    right: 0px;
    left: 0px
  }

  .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem
  }

  .xl\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem
  }

  .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem
  }

  .xl\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem
  }

  .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem
  }

  .xl\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem
  }

  .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem
  }

  .xl\:-inset-x-4 {
    right: -1rem;
    left: -1rem
  }

  .xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem
  }

  .xl\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem
  }

  .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem
  }

  .xl\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem
  }

  .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem
  }

  .xl\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem
  }

  .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem
  }

  .xl\:-inset-x-8 {
    right: -2rem;
    left: -2rem
  }

  .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem
  }

  .xl\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem
  }

  .xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem
  }

  .xl\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem
  }

  .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem
  }

  .xl\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem
  }

  .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem
  }

  .xl\:-inset-x-12 {
    right: -3rem;
    left: -3rem
  }

  .xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem
  }

  .xl\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem
  }

  .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem
  }

  .xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem
  }

  .xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem
  }

  .xl\:-inset-x-20 {
    right: -5rem;
    left: -5rem
  }

  .xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem
  }

  .xl\:-inset-x-24 {
    right: -6rem;
    left: -6rem
  }

  .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem
  }

  .xl\:-inset-x-28 {
    right: -7rem;
    left: -7rem
  }

  .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem
  }

  .xl\:-inset-x-32 {
    right: -8rem;
    left: -8rem
  }

  .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem
  }

  .xl\:-inset-x-36 {
    right: -9rem;
    left: -9rem
  }

  .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem
  }

  .xl\:-inset-x-40 {
    right: -10rem;
    left: -10rem
  }

  .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem
  }

  .xl\:-inset-x-44 {
    right: -11rem;
    left: -11rem
  }

  .xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem
  }

  .xl\:-inset-x-48 {
    right: -12rem;
    left: -12rem
  }

  .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem
  }

  .xl\:-inset-x-52 {
    right: -13rem;
    left: -13rem
  }

  .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem
  }

  .xl\:-inset-x-56 {
    right: -14rem;
    left: -14rem
  }

  .xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem
  }

  .xl\:-inset-x-60 {
    right: -15rem;
    left: -15rem
  }

  .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem
  }

  .xl\:-inset-x-64 {
    right: -16rem;
    left: -16rem
  }

  .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem
  }

  .xl\:-inset-x-72 {
    right: -18rem;
    left: -18rem
  }

  .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem
  }

  .xl\:-inset-x-80 {
    right: -20rem;
    left: -20rem
  }

  .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem
  }

  .xl\:-inset-x-96 {
    right: -24rem;
    left: -24rem
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }

  .xl\:-inset-x-px {
    right: -1px;
    left: -1px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%
  }

  .xl\:inset-x-full {
    right: 100%;
    left: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }

  .xl\:-inset-x-full {
    right: -100%;
    left: -100%
  }

  .xl\:top-0 {
    top: 0px
  }

  .xl\:right-0 {
    right: 0px
  }

  .xl\:bottom-0 {
    bottom: 0px
  }

  .xl\:left-0 {
    left: 0px
  }

  .xl\:top-1 {
    top: 0.25rem
  }

  .xl\:right-1 {
    right: 0.25rem
  }

  .xl\:bottom-1 {
    bottom: 0.25rem
  }

  .xl\:left-1 {
    left: 0.25rem
  }

  .xl\:top-2 {
    top: 0.5rem
  }

  .xl\:right-2 {
    right: 0.5rem
  }

  .xl\:bottom-2 {
    bottom: 0.5rem
  }

  .xl\:left-2 {
    left: 0.5rem
  }

  .xl\:top-3 {
    top: 0.75rem
  }

  .xl\:right-3 {
    right: 0.75rem
  }

  .xl\:bottom-3 {
    bottom: 0.75rem
  }

  .xl\:left-3 {
    left: 0.75rem
  }

  .xl\:top-4 {
    top: 1rem
  }

  .xl\:right-4 {
    right: 1rem
  }

  .xl\:bottom-4 {
    bottom: 1rem
  }

  .xl\:left-4 {
    left: 1rem
  }

  .xl\:top-5 {
    top: 1.25rem
  }

  .xl\:right-5 {
    right: 1.25rem
  }

  .xl\:bottom-5 {
    bottom: 1.25rem
  }

  .xl\:left-5 {
    left: 1.25rem
  }

  .xl\:top-6 {
    top: 1.5rem
  }

  .xl\:right-6 {
    right: 1.5rem
  }

  .xl\:bottom-6 {
    bottom: 1.5rem
  }

  .xl\:left-6 {
    left: 1.5rem
  }

  .xl\:top-7 {
    top: 1.75rem
  }

  .xl\:right-7 {
    right: 1.75rem
  }

  .xl\:bottom-7 {
    bottom: 1.75rem
  }

  .xl\:left-7 {
    left: 1.75rem
  }

  .xl\:top-8 {
    top: 2rem
  }

  .xl\:right-8 {
    right: 2rem
  }

  .xl\:bottom-8 {
    bottom: 2rem
  }

  .xl\:left-8 {
    left: 2rem
  }

  .xl\:top-9 {
    top: 2.25rem
  }

  .xl\:right-9 {
    right: 2.25rem
  }

  .xl\:bottom-9 {
    bottom: 2.25rem
  }

  .xl\:left-9 {
    left: 2.25rem
  }

  .xl\:top-10 {
    top: 2.5rem
  }

  .xl\:right-10 {
    right: 2.5rem
  }

  .xl\:bottom-10 {
    bottom: 2.5rem
  }

  .xl\:left-10 {
    left: 2.5rem
  }

  .xl\:top-11 {
    top: 2.75rem
  }

  .xl\:right-11 {
    right: 2.75rem
  }

  .xl\:bottom-11 {
    bottom: 2.75rem
  }

  .xl\:left-11 {
    left: 2.75rem
  }

  .xl\:top-12 {
    top: 3rem
  }

  .xl\:right-12 {
    right: 3rem
  }

  .xl\:bottom-12 {
    bottom: 3rem
  }

  .xl\:left-12 {
    left: 3rem
  }

  .xl\:top-14 {
    top: 3.5rem
  }

  .xl\:right-14 {
    right: 3.5rem
  }

  .xl\:bottom-14 {
    bottom: 3.5rem
  }

  .xl\:left-14 {
    left: 3.5rem
  }

  .xl\:top-16 {
    top: 4rem
  }

  .xl\:right-16 {
    right: 4rem
  }

  .xl\:bottom-16 {
    bottom: 4rem
  }

  .xl\:left-16 {
    left: 4rem
  }

  .xl\:top-20 {
    top: 5rem
  }

  .xl\:right-20 {
    right: 5rem
  }

  .xl\:bottom-20 {
    bottom: 5rem
  }

  .xl\:left-20 {
    left: 5rem
  }

  .xl\:top-24 {
    top: 6rem
  }

  .xl\:right-24 {
    right: 6rem
  }

  .xl\:bottom-24 {
    bottom: 6rem
  }

  .xl\:left-24 {
    left: 6rem
  }

  .xl\:top-28 {
    top: 7rem
  }

  .xl\:right-28 {
    right: 7rem
  }

  .xl\:bottom-28 {
    bottom: 7rem
  }

  .xl\:left-28 {
    left: 7rem
  }

  .xl\:top-32 {
    top: 8rem
  }

  .xl\:right-32 {
    right: 8rem
  }

  .xl\:bottom-32 {
    bottom: 8rem
  }

  .xl\:left-32 {
    left: 8rem
  }

  .xl\:top-36 {
    top: 9rem
  }

  .xl\:right-36 {
    right: 9rem
  }

  .xl\:bottom-36 {
    bottom: 9rem
  }

  .xl\:left-36 {
    left: 9rem
  }

  .xl\:top-40 {
    top: 10rem
  }

  .xl\:right-40 {
    right: 10rem
  }

  .xl\:bottom-40 {
    bottom: 10rem
  }

  .xl\:left-40 {
    left: 10rem
  }

  .xl\:top-44 {
    top: 11rem
  }

  .xl\:right-44 {
    right: 11rem
  }

  .xl\:bottom-44 {
    bottom: 11rem
  }

  .xl\:left-44 {
    left: 11rem
  }

  .xl\:top-48 {
    top: 12rem
  }

  .xl\:right-48 {
    right: 12rem
  }

  .xl\:bottom-48 {
    bottom: 12rem
  }

  .xl\:left-48 {
    left: 12rem
  }

  .xl\:top-52 {
    top: 13rem
  }

  .xl\:right-52 {
    right: 13rem
  }

  .xl\:bottom-52 {
    bottom: 13rem
  }

  .xl\:left-52 {
    left: 13rem
  }

  .xl\:top-56 {
    top: 14rem
  }

  .xl\:right-56 {
    right: 14rem
  }

  .xl\:bottom-56 {
    bottom: 14rem
  }

  .xl\:left-56 {
    left: 14rem
  }

  .xl\:top-60 {
    top: 15rem
  }

  .xl\:right-60 {
    right: 15rem
  }

  .xl\:bottom-60 {
    bottom: 15rem
  }

  .xl\:left-60 {
    left: 15rem
  }

  .xl\:top-64 {
    top: 16rem
  }

  .xl\:right-64 {
    right: 16rem
  }

  .xl\:bottom-64 {
    bottom: 16rem
  }

  .xl\:left-64 {
    left: 16rem
  }

  .xl\:top-72 {
    top: 18rem
  }

  .xl\:right-72 {
    right: 18rem
  }

  .xl\:bottom-72 {
    bottom: 18rem
  }

  .xl\:left-72 {
    left: 18rem
  }

  .xl\:top-80 {
    top: 20rem
  }

  .xl\:right-80 {
    right: 20rem
  }

  .xl\:bottom-80 {
    bottom: 20rem
  }

  .xl\:left-80 {
    left: 20rem
  }

  .xl\:top-96 {
    top: 24rem
  }

  .xl\:right-96 {
    right: 24rem
  }

  .xl\:bottom-96 {
    bottom: 24rem
  }

  .xl\:left-96 {
    left: 24rem
  }

  .xl\:top-auto {
    top: auto
  }

  .xl\:right-auto {
    right: auto
  }

  .xl\:bottom-auto {
    bottom: auto
  }

  .xl\:left-auto {
    left: auto
  }

  .xl\:top-px {
    top: 1px
  }

  .xl\:right-px {
    right: 1px
  }

  .xl\:bottom-px {
    bottom: 1px
  }

  .xl\:left-px {
    left: 1px
  }

  .xl\:top-0\.5 {
    top: 0.125rem
  }

  .xl\:right-0\.5 {
    right: 0.125rem
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem
  }

  .xl\:left-0\.5 {
    left: 0.125rem
  }

  .xl\:top-1\.5 {
    top: 0.375rem
  }

  .xl\:right-1\.5 {
    right: 0.375rem
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem
  }

  .xl\:left-1\.5 {
    left: 0.375rem
  }

  .xl\:top-2\.5 {
    top: 0.625rem
  }

  .xl\:right-2\.5 {
    right: 0.625rem
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem
  }

  .xl\:left-2\.5 {
    left: 0.625rem
  }

  .xl\:top-3\.5 {
    top: 0.875rem
  }

  .xl\:right-3\.5 {
    right: 0.875rem
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem
  }

  .xl\:left-3\.5 {
    left: 0.875rem
  }

  .xl\:-top-0 {
    top: 0px
  }

  .xl\:-right-0 {
    right: 0px
  }

  .xl\:-bottom-0 {
    bottom: 0px
  }

  .xl\:-left-0 {
    left: 0px
  }

  .xl\:-top-1 {
    top: -0.25rem
  }

  .xl\:-right-1 {
    right: -0.25rem
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem
  }

  .xl\:-left-1 {
    left: -0.25rem
  }

  .xl\:-top-2 {
    top: -0.5rem
  }

  .xl\:-right-2 {
    right: -0.5rem
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem
  }

  .xl\:-left-2 {
    left: -0.5rem
  }

  .xl\:-top-3 {
    top: -0.75rem
  }

  .xl\:-right-3 {
    right: -0.75rem
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem
  }

  .xl\:-left-3 {
    left: -0.75rem
  }

  .xl\:-top-4 {
    top: -1rem
  }

  .xl\:-right-4 {
    right: -1rem
  }

  .xl\:-bottom-4 {
    bottom: -1rem
  }

  .xl\:-left-4 {
    left: -1rem
  }

  .xl\:-top-5 {
    top: -1.25rem
  }

  .xl\:-right-5 {
    right: -1.25rem
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem
  }

  .xl\:-left-5 {
    left: -1.25rem
  }

  .xl\:-top-6 {
    top: -1.5rem
  }

  .xl\:-right-6 {
    right: -1.5rem
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem
  }

  .xl\:-left-6 {
    left: -1.5rem
  }

  .xl\:-top-7 {
    top: -1.75rem
  }

  .xl\:-right-7 {
    right: -1.75rem
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem
  }

  .xl\:-left-7 {
    left: -1.75rem
  }

  .xl\:-top-8 {
    top: -2rem
  }

  .xl\:-right-8 {
    right: -2rem
  }

  .xl\:-bottom-8 {
    bottom: -2rem
  }

  .xl\:-left-8 {
    left: -2rem
  }

  .xl\:-top-9 {
    top: -2.25rem
  }

  .xl\:-right-9 {
    right: -2.25rem
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem
  }

  .xl\:-left-9 {
    left: -2.25rem
  }

  .xl\:-top-10 {
    top: -2.5rem
  }

  .xl\:-right-10 {
    right: -2.5rem
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem
  }

  .xl\:-left-10 {
    left: -2.5rem
  }

  .xl\:-top-11 {
    top: -2.75rem
  }

  .xl\:-right-11 {
    right: -2.75rem
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem
  }

  .xl\:-left-11 {
    left: -2.75rem
  }

  .xl\:-top-12 {
    top: -3rem
  }

  .xl\:-right-12 {
    right: -3rem
  }

  .xl\:-bottom-12 {
    bottom: -3rem
  }

  .xl\:-left-12 {
    left: -3rem
  }

  .xl\:-top-14 {
    top: -3.5rem
  }

  .xl\:-right-14 {
    right: -3.5rem
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem
  }

  .xl\:-left-14 {
    left: -3.5rem
  }

  .xl\:-top-16 {
    top: -4rem
  }

  .xl\:-right-16 {
    right: -4rem
  }

  .xl\:-bottom-16 {
    bottom: -4rem
  }

  .xl\:-left-16 {
    left: -4rem
  }

  .xl\:-top-20 {
    top: -5rem
  }

  .xl\:-right-20 {
    right: -5rem
  }

  .xl\:-bottom-20 {
    bottom: -5rem
  }

  .xl\:-left-20 {
    left: -5rem
  }

  .xl\:-top-24 {
    top: -6rem
  }

  .xl\:-right-24 {
    right: -6rem
  }

  .xl\:-bottom-24 {
    bottom: -6rem
  }

  .xl\:-left-24 {
    left: -6rem
  }

  .xl\:-top-28 {
    top: -7rem
  }

  .xl\:-right-28 {
    right: -7rem
  }

  .xl\:-bottom-28 {
    bottom: -7rem
  }

  .xl\:-left-28 {
    left: -7rem
  }

  .xl\:-top-32 {
    top: -8rem
  }

  .xl\:-right-32 {
    right: -8rem
  }

  .xl\:-bottom-32 {
    bottom: -8rem
  }

  .xl\:-left-32 {
    left: -8rem
  }

  .xl\:-top-36 {
    top: -9rem
  }

  .xl\:-right-36 {
    right: -9rem
  }

  .xl\:-bottom-36 {
    bottom: -9rem
  }

  .xl\:-left-36 {
    left: -9rem
  }

  .xl\:-top-40 {
    top: -10rem
  }

  .xl\:-right-40 {
    right: -10rem
  }

  .xl\:-bottom-40 {
    bottom: -10rem
  }

  .xl\:-left-40 {
    left: -10rem
  }

  .xl\:-top-44 {
    top: -11rem
  }

  .xl\:-right-44 {
    right: -11rem
  }

  .xl\:-bottom-44 {
    bottom: -11rem
  }

  .xl\:-left-44 {
    left: -11rem
  }

  .xl\:-top-48 {
    top: -12rem
  }

  .xl\:-right-48 {
    right: -12rem
  }

  .xl\:-bottom-48 {
    bottom: -12rem
  }

  .xl\:-left-48 {
    left: -12rem
  }

  .xl\:-top-52 {
    top: -13rem
  }

  .xl\:-right-52 {
    right: -13rem
  }

  .xl\:-bottom-52 {
    bottom: -13rem
  }

  .xl\:-left-52 {
    left: -13rem
  }

  .xl\:-top-56 {
    top: -14rem
  }

  .xl\:-right-56 {
    right: -14rem
  }

  .xl\:-bottom-56 {
    bottom: -14rem
  }

  .xl\:-left-56 {
    left: -14rem
  }

  .xl\:-top-60 {
    top: -15rem
  }

  .xl\:-right-60 {
    right: -15rem
  }

  .xl\:-bottom-60 {
    bottom: -15rem
  }

  .xl\:-left-60 {
    left: -15rem
  }

  .xl\:-top-64 {
    top: -16rem
  }

  .xl\:-right-64 {
    right: -16rem
  }

  .xl\:-bottom-64 {
    bottom: -16rem
  }

  .xl\:-left-64 {
    left: -16rem
  }

  .xl\:-top-72 {
    top: -18rem
  }

  .xl\:-right-72 {
    right: -18rem
  }

  .xl\:-bottom-72 {
    bottom: -18rem
  }

  .xl\:-left-72 {
    left: -18rem
  }

  .xl\:-top-80 {
    top: -20rem
  }

  .xl\:-right-80 {
    right: -20rem
  }

  .xl\:-bottom-80 {
    bottom: -20rem
  }

  .xl\:-left-80 {
    left: -20rem
  }

  .xl\:-top-96 {
    top: -24rem
  }

  .xl\:-right-96 {
    right: -24rem
  }

  .xl\:-bottom-96 {
    bottom: -24rem
  }

  .xl\:-left-96 {
    left: -24rem
  }

  .xl\:-top-px {
    top: -1px
  }

  .xl\:-right-px {
    right: -1px
  }

  .xl\:-bottom-px {
    bottom: -1px
  }

  .xl\:-left-px {
    left: -1px
  }

  .xl\:-top-0\.5 {
    top: -0.125rem
  }

  .xl\:-right-0\.5 {
    right: -0.125rem
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem
  }

  .xl\:-left-0\.5 {
    left: -0.125rem
  }

  .xl\:-top-1\.5 {
    top: -0.375rem
  }

  .xl\:-right-1\.5 {
    right: -0.375rem
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem
  }

  .xl\:-left-1\.5 {
    left: -0.375rem
  }

  .xl\:-top-2\.5 {
    top: -0.625rem
  }

  .xl\:-right-2\.5 {
    right: -0.625rem
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem
  }

  .xl\:-left-2\.5 {
    left: -0.625rem
  }

  .xl\:-top-3\.5 {
    top: -0.875rem
  }

  .xl\:-right-3\.5 {
    right: -0.875rem
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem
  }

  .xl\:-left-3\.5 {
    left: -0.875rem
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:top-full {
    top: 100%
  }

  .xl\:right-full {
    right: 100%
  }

  .xl\:bottom-full {
    bottom: 100%
  }

  .xl\:left-full {
    left: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:-top-full {
    top: -100%
  }

  .xl\:-right-full {
    right: -100%
  }

  .xl\:-bottom-full {
    bottom: -100%
  }

  .xl\:-left-full {
    left: -100%
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .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-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xl\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xl\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .xl\:group-hover\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .group:hover .xl\:group-hover\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .group:hover .xl\:group-hover\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:focus-within\:text-color1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xl\:focus-within\:text-color2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xl\:focus-within\:text-color3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:hover\:text-color1:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xl\:hover\:text-color2:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xl\:hover\:text-color3:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:focus\:text-color1:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xl\:focus\:text-color2:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xl\:focus\:text-color3:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .xl\:overflow-clip {
    text-overflow: clip
  }

  .xl\:underline {
    text-decoration: underline
  }

  .xl\:line-through {
    text-decoration: line-through
  }

  .xl\:no-underline {
    text-decoration: none
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }

  .xl\:focus-within\:no-underline:focus-within {
    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\: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-nowrap {
    white-space: nowrap
  }

  .xl\:whitespace-pre {
    white-space: pre
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .xl\:break-words {
    overflow-wrap: break-word
  }

  .xl\:break-all {
    word-break: break-all
  }

  .xl\:w-0 {
    width: 0px
  }

  .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-7 {
    width: 1.75rem
  }

  .xl\:w-8 {
    width: 2rem
  }

  .xl\:w-9 {
    width: 2.25rem
  }

  .xl\:w-10 {
    width: 2.5rem
  }

  .xl\:w-11 {
    width: 2.75rem
  }

  .xl\:w-12 {
    width: 3rem
  }

  .xl\:w-14 {
    width: 3.5rem
  }

  .xl\:w-16 {
    width: 4rem
  }

  .xl\:w-20 {
    width: 5rem
  }

  .xl\:w-24 {
    width: 6rem
  }

  .xl\:w-28 {
    width: 7rem
  }

  .xl\:w-32 {
    width: 8rem
  }

  .xl\:w-36 {
    width: 9rem
  }

  .xl\:w-40 {
    width: 10rem
  }

  .xl\:w-44 {
    width: 11rem
  }

  .xl\:w-48 {
    width: 12rem
  }

  .xl\:w-52 {
    width: 13rem
  }

  .xl\:w-56 {
    width: 14rem
  }

  .xl\:w-60 {
    width: 15rem
  }

  .xl\:w-64 {
    width: 16rem
  }

  .xl\:w-72 {
    width: 18rem
  }

  .xl\:w-80 {
    width: 20rem
  }

  .xl\:w-96 {
    width: 24rem
  }

  .xl\:w-auto {
    width: auto
  }

  .xl\:w-px {
    width: 1px
  }

  .xl\:w-0\.5 {
    width: 0.125rem
  }

  .xl\:w-1\.5 {
    width: 0.375rem
  }

  .xl\:w-2\.5 {
    width: 0.625rem
  }

  .xl\:w-3\.5 {
    width: 0.875rem
  }

  .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-min {
    width: min-content
  }

  .xl\:w-max {
    width: max-content
  }

  .xl\:z-0 {
    z-index: 0
  }

  .xl\:z-10 {
    z-index: 10
  }

  .xl\:z-20 {
    z-index: 20
  }

  .xl\:z-30 {
    z-index: 30
  }

  .xl\:z-40 {
    z-index: 40
  }

  .xl\:z-50 {
    z-index: 50
  }

  .xl\:z-auto {
    z-index: auto
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto
  }

  .xl\:focus\:z-0:focus {
    z-index: 0
  }

  .xl\:focus\:z-10:focus {
    z-index: 10
  }

  .xl\:focus\:z-20:focus {
    z-index: 20
  }

  .xl\:focus\:z-30:focus {
    z-index: 30
  }

  .xl\:focus\:z-40:focus {
    z-index: 40
  }

  .xl\:focus\:z-50:focus {
    z-index: 50
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto
  }

  .xl\:isolate {
    isolation: isolate
  }

  .xl\:isolation-auto {
    isolation: auto
  }

  .xl\:gap-0 {
    gap: 0px
  }

  .xl\:gap-1 {
    gap: 0.25rem
  }

  .xl\:gap-2 {
    gap: 0.5rem
  }

  .xl\:gap-3 {
    gap: 0.75rem
  }

  .xl\:gap-4 {
    gap: 1rem
  }

  .xl\:gap-5 {
    gap: 1.25rem
  }

  .xl\:gap-6 {
    gap: 1.5rem
  }

  .xl\:gap-7 {
    gap: 1.75rem
  }

  .xl\:gap-8 {
    gap: 2rem
  }

  .xl\:gap-9 {
    gap: 2.25rem
  }

  .xl\:gap-10 {
    gap: 2.5rem
  }

  .xl\:gap-11 {
    gap: 2.75rem
  }

  .xl\:gap-12 {
    gap: 3rem
  }

  .xl\:gap-14 {
    gap: 3.5rem
  }

  .xl\:gap-16 {
    gap: 4rem
  }

  .xl\:gap-20 {
    gap: 5rem
  }

  .xl\:gap-24 {
    gap: 6rem
  }

  .xl\:gap-28 {
    gap: 7rem
  }

  .xl\:gap-32 {
    gap: 8rem
  }

  .xl\:gap-36 {
    gap: 9rem
  }

  .xl\:gap-40 {
    gap: 10rem
  }

  .xl\:gap-44 {
    gap: 11rem
  }

  .xl\:gap-48 {
    gap: 12rem
  }

  .xl\:gap-52 {
    gap: 13rem
  }

  .xl\:gap-56 {
    gap: 14rem
  }

  .xl\:gap-60 {
    gap: 15rem
  }

  .xl\:gap-64 {
    gap: 16rem
  }

  .xl\:gap-72 {
    gap: 18rem
  }

  .xl\:gap-80 {
    gap: 20rem
  }

  .xl\:gap-96 {
    gap: 24rem
  }

  .xl\:gap-px {
    gap: 1px
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem
  }

  .xl\:gap-x-0 {
    column-gap: 0px
  }

  .xl\:gap-x-1 {
    column-gap: 0.25rem
  }

  .xl\:gap-x-2 {
    column-gap: 0.5rem
  }

  .xl\:gap-x-3 {
    column-gap: 0.75rem
  }

  .xl\:gap-x-4 {
    column-gap: 1rem
  }

  .xl\:gap-x-5 {
    column-gap: 1.25rem
  }

  .xl\:gap-x-6 {
    column-gap: 1.5rem
  }

  .xl\:gap-x-7 {
    column-gap: 1.75rem
  }

  .xl\:gap-x-8 {
    column-gap: 2rem
  }

  .xl\:gap-x-9 {
    column-gap: 2.25rem
  }

  .xl\:gap-x-10 {
    column-gap: 2.5rem
  }

  .xl\:gap-x-11 {
    column-gap: 2.75rem
  }

  .xl\:gap-x-12 {
    column-gap: 3rem
  }

  .xl\:gap-x-14 {
    column-gap: 3.5rem
  }

  .xl\:gap-x-16 {
    column-gap: 4rem
  }

  .xl\:gap-x-20 {
    column-gap: 5rem
  }

  .xl\:gap-x-24 {
    column-gap: 6rem
  }

  .xl\:gap-x-28 {
    column-gap: 7rem
  }

  .xl\:gap-x-32 {
    column-gap: 8rem
  }

  .xl\:gap-x-36 {
    column-gap: 9rem
  }

  .xl\:gap-x-40 {
    column-gap: 10rem
  }

  .xl\:gap-x-44 {
    column-gap: 11rem
  }

  .xl\:gap-x-48 {
    column-gap: 12rem
  }

  .xl\:gap-x-52 {
    column-gap: 13rem
  }

  .xl\:gap-x-56 {
    column-gap: 14rem
  }

  .xl\:gap-x-60 {
    column-gap: 15rem
  }

  .xl\:gap-x-64 {
    column-gap: 16rem
  }

  .xl\:gap-x-72 {
    column-gap: 18rem
  }

  .xl\:gap-x-80 {
    column-gap: 20rem
  }

  .xl\:gap-x-96 {
    column-gap: 24rem
  }

  .xl\:gap-x-px {
    column-gap: 1px
  }

  .xl\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .xl\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .xl\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .xl\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .xl\:gap-y-0 {
    row-gap: 0px
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem
  }

  .xl\:gap-y-4 {
    row-gap: 1rem
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem
  }

  .xl\:gap-y-8 {
    row-gap: 2rem
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem
  }

  .xl\:gap-y-12 {
    row-gap: 3rem
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem
  }

  .xl\:gap-y-16 {
    row-gap: 4rem
  }

  .xl\:gap-y-20 {
    row-gap: 5rem
  }

  .xl\:gap-y-24 {
    row-gap: 6rem
  }

  .xl\:gap-y-28 {
    row-gap: 7rem
  }

  .xl\:gap-y-32 {
    row-gap: 8rem
  }

  .xl\:gap-y-36 {
    row-gap: 9rem
  }

  .xl\:gap-y-40 {
    row-gap: 10rem
  }

  .xl\:gap-y-44 {
    row-gap: 11rem
  }

  .xl\:gap-y-48 {
    row-gap: 12rem
  }

  .xl\:gap-y-52 {
    row-gap: 13rem
  }

  .xl\:gap-y-56 {
    row-gap: 14rem
  }

  .xl\:gap-y-60 {
    row-gap: 15rem
  }

  .xl\:gap-y-64 {
    row-gap: 16rem
  }

  .xl\:gap-y-72 {
    row-gap: 18rem
  }

  .xl\:gap-y-80 {
    row-gap: 20rem
  }

  .xl\:gap-y-96 {
    row-gap: 24rem
  }

  .xl\:gap-y-px {
    row-gap: 1px
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .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, 1fr)
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr)
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr)
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr)
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr)
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr)
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr)
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr)
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr)
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr)
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr)
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr)
  }

  .xl\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr)
  }

  .xl\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr)
  }

  .xl\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr)
  }

  .xl\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr)
  }

  .xl\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr)
  }

  .xl\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr)
  }

  .xl\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr)
  }

  .xl\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr)
  }

  .xl\:grid-cols-21 {
    grid-template-columns: repeat(21, 1fr)
  }

  .xl\:grid-cols-22 {
    grid-template-columns: repeat(22, 1fr)
  }

  .xl\:grid-cols-23 {
    grid-template-columns: repeat(23, 1fr)
  }

  .xl\:grid-cols-24 {
    grid-template-columns: repeat(24, 1fr)
  }

  .xl\:grid-cols-none {
    grid-template-columns: none
  }

  .xl\:col-auto {
    grid-column: auto
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .xl\:col-span-full {
    grid-column: 1 / -1
  }

  .xl\:col-span-13 {
    grid-column: span 13 / span 13
  }

  .xl\:col-span-14 {
    grid-column: span 14 / span 14
  }

  .xl\:col-span-15 {
    grid-column: span 15 / span 15
  }

  .xl\:col-span-16 {
    grid-column: span 16 / span 16
  }

  .xl\:col-span-17 {
    grid-column: span 17 / span 17
  }

  .xl\:col-span-18 {
    grid-column: span 18 / span 18
  }

  .xl\:col-span-19 {
    grid-column: span 19 / span 19
  }

  .xl\:col-span-20 {
    grid-column: span 20 / span 20
  }

  .xl\:col-span-21 {
    grid-column: span 21 / span 21
  }

  .xl\:col-span-22 {
    grid-column: span 22 / span 22
  }

  .xl\:col-span-23 {
    grid-column: span 23 / span 23
  }

  .xl\:col-span-24 {
    grid-column: span 24 / span 24
  }

  .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-14 {
    grid-column-start: 14
  }

  .xl\:col-start-15 {
    grid-column-start: 15
  }

  .xl\:col-start-16 {
    grid-column-start: 16
  }

  .xl\:col-start-17 {
    grid-column-start: 17
  }

  .xl\:col-start-18 {
    grid-column-start: 18
  }

  .xl\:col-start-19 {
    grid-column-start: 19
  }

  .xl\:col-start-20 {
    grid-column-start: 20
  }

  .xl\:col-start-21 {
    grid-column-start: 21
  }

  .xl\:col-start-22 {
    grid-column-start: 22
  }

  .xl\:col-start-23 {
    grid-column-start: 23
  }

  .xl\:col-start-24 {
    grid-column-start: 24
  }

  .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-14 {
    grid-column-end: 14
  }

  .xl\:col-end-15 {
    grid-column-end: 15
  }

  .xl\:col-end-16 {
    grid-column-end: 16
  }

  .xl\:col-end-17 {
    grid-column-end: 17
  }

  .xl\:col-end-18 {
    grid-column-end: 18
  }

  .xl\:col-end-19 {
    grid-column-end: 19
  }

  .xl\:col-end-20 {
    grid-column-end: 20
  }

  .xl\:col-end-21 {
    grid-column-end: 21
  }

  .xl\:col-end-22 {
    grid-column-end: 22
  }

  .xl\:col-end-23 {
    grid-column-end: 23
  }

  .xl\:col-end-24 {
    grid-column-end: 24
  }

  .xl\:col-end-25 {
    grid-column-end: 25
  }

  .xl\:col-end-auto {
    grid-column-end: auto
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .xl\:grid-rows-none {
    grid-template-rows: none
  }

  .xl\:row-auto {
    grid-row: auto
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .xl\:row-span-full {
    grid-row: 1 / -1
  }

  .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 {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .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 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 15rem
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100%
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100%
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 15rem
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100%
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation
  }

  .xl\:bg-blend-color {
    background-blend-mode: color
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .xl\:filter-none {
    filter: none
  }

  .xl\:blur-0 {
    --tw-blur: blur(0)
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px)
  }

  .xl\:blur {
    --tw-blur: blur(8px)
  }

  .xl\:blur-md {
    --tw-blur: blur(12px)
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px)
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px)
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px)
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px)
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0)
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5)
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75)
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9)
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95)
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1)
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2)
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0)
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5)
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75)
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1)
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2)
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000)
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%)
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }

  .xl\:invert-0 {
    --tw-invert: invert(0)
  }

  .xl\:invert {
    --tw-invert: invert(100%)
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0)
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5)
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1)
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2)
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0)
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%)
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
}

@media (max-width: 1200px) {
  .l\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .l\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .l\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .l\:group-hover\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .group:hover .l\:group-hover\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .group:hover .l\:group-hover\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .l\:focus-within\:bg-color1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .l\:focus-within\:bg-color2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .l\:focus-within\:bg-color3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .l\:hover\:bg-color1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .l\:hover\:bg-color2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .l\:hover\:bg-color3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .l\:focus\:bg-color1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .l\:focus\:bg-color2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .l\:focus\:bg-color3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .l\:bg-none {
    background-image: none
  }

  .l\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
  }

  .l\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .l\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
  }

  .l\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .l\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .l\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .l\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
  }

  .l\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .l\:bg-auto {
    background-size: auto
  }

  .l\:bg-cover {
    background-size: cover
  }

  .l\:bg-contain {
    background-size: contain
  }

  .l\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .l\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .l\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .l\:group-hover\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .group:hover .l\:group-hover\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .group:hover .l\:group-hover\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .l\:focus-within\:border-color1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .l\:focus-within\:border-color2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .l\:focus-within\:border-color3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .l\:hover\:border-color1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .l\:hover\:border-color2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .l\:hover\:border-color3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .l\:focus\:border-color1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .l\:focus\:border-color2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .l\:focus\:border-color3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .l\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .l\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .l\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .l\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .l\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .l\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .l\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .l\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .l\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .l\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .l\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .l\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .l\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .l\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .l\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .group:hover .l\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .group:hover .l\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .group:hover .l\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .group:hover .l\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .group:hover .l\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .group:hover .l\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .group:hover .l\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .group:hover .l\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .group:hover .l\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .group:hover .l\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .group:hover .l\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .group:hover .l\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .group:hover .l\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .group:hover .l\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .group:hover .l\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .l\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }

  .l\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }

  .l\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }

  .l\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }

  .l\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }

  .l\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }

  .l\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }

  .l\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }

  .l\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }

  .l\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }

  .l\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }

  .l\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }

  .l\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }

  .l\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }

  .l\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }

  .l\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }

  .l\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }

  .l\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }

  .l\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }

  .l\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }

  .l\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }

  .l\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }

  .l\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }

  .l\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }

  .l\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }

  .l\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }

  .l\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }

  .l\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }

  .l\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }

  .l\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }

  .l\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }

  .l\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }

  .l\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }

  .l\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }

  .l\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }

  .l\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }

  .l\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }

  .l\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }

  .l\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }

  .l\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }

  .l\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }

  .l\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }

  .l\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }

  .l\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }

  .l\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }

  .l\:rounded-none {
    border-radius: 0px
  }

  .l\:rounded-sm {
    border-radius: 0.125rem
  }

  .l\:rounded {
    border-radius: 0.25rem
  }

  .l\:rounded-md {
    border-radius: 0.375rem
  }

  .l\:rounded-lg {
    border-radius: 0.5rem
  }

  .l\:rounded-xl {
    border-radius: 0.75rem
  }

  .l\:rounded-2xl {
    border-radius: 1rem
  }

  .l\:rounded-3xl {
    border-radius: 1.5rem
  }

  .l\:rounded-full {
    border-radius: 9999px
  }

  .l\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
  }

  .l\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
  }

  .l\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
  }

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

  .l\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .l\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .l\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .l\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .l\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .l\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .l\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .l\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .l\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .l\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .l\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .l\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .l\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .l\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .l\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .l\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .l\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem
  }

  .l\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem
  }

  .l\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .l\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .l\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
  }

  .l\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
  }

  .l\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .l\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .l\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
  }

  .l\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
  }

  .l\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

  .l\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

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

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

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

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

  .l\:rounded-tl-none {
    border-top-left-radius: 0px
  }

  .l\:rounded-tr-none {
    border-top-right-radius: 0px
  }

  .l\:rounded-br-none {
    border-bottom-right-radius: 0px
  }

  .l\:rounded-bl-none {
    border-bottom-left-radius: 0px
  }

  .l\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .l\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .l\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .l\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .l\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .l\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .l\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .l\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .l\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .l\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .l\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .l\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .l\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .l\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .l\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .l\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .l\:rounded-tl-xl {
    border-top-left-radius: 0.75rem
  }

  .l\:rounded-tr-xl {
    border-top-right-radius: 0.75rem
  }

  .l\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem
  }

  .l\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem
  }

  .l\:rounded-tl-2xl {
    border-top-left-radius: 1rem
  }

  .l\:rounded-tr-2xl {
    border-top-right-radius: 1rem
  }

  .l\:rounded-br-2xl {
    border-bottom-right-radius: 1rem
  }

  .l\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem
  }

  .l\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem
  }

  .l\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem
  }

  .l\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem
  }

  .l\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem
  }

  .l\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .l\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .l\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .l\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .l\:border-solid {
    border-style: solid
  }

  .l\:border-dashed {
    border-style: dashed
  }

  .l\:border-dotted {
    border-style: dotted
  }

  .l\:border-double {
    border-style: double
  }

  .l\:border-none {
    border-style: none
  }

  .l\:border-0 {
    border-width: 0px
  }

  .l\:border-2 {
    border-width: 2px
  }

  .l\:border-4 {
    border-width: 4px
  }

  .l\:border-8 {
    border-width: 8px
  }

  .l\:border {
    border-width: 1px
  }

  .l\:border-t-0 {
    border-top-width: 0px
  }

  .l\:border-r-0 {
    border-right-width: 0px
  }

  .l\:border-b-0 {
    border-bottom-width: 0px
  }

  .l\:border-l-0 {
    border-left-width: 0px
  }

  .l\:border-t-2 {
    border-top-width: 2px
  }

  .l\:border-r-2 {
    border-right-width: 2px
  }

  .l\:border-b-2 {
    border-bottom-width: 2px
  }

  .l\:border-l-2 {
    border-left-width: 2px
  }

  .l\:border-t-4 {
    border-top-width: 4px
  }

  .l\:border-r-4 {
    border-right-width: 4px
  }

  .l\:border-b-4 {
    border-bottom-width: 4px
  }

  .l\:border-l-4 {
    border-left-width: 4px
  }

  .l\:border-t-8 {
    border-top-width: 8px
  }

  .l\:border-r-8 {
    border-right-width: 8px
  }

  .l\:border-b-8 {
    border-bottom-width: 8px
  }

  .l\:border-l-8 {
    border-left-width: 8px
  }

  .l\:border-t {
    border-top-width: 1px
  }

  .l\:border-r {
    border-right-width: 1px
  }

  .l\:border-b {
    border-bottom-width: 1px
  }

  .l\:border-l {
    border-left-width: 1px
  }

  .l\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice
  }

  .l\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone
  }

  .l\:block {
    display: block
  }

  .l\:inline-block {
    display: inline-block
  }

  .l\:inline {
    display: inline
  }

  .l\:flex {
    display: flex
  }

  .l\:inline-flex {
    display: inline-flex
  }

  .l\:table {
    display: table
  }

  .l\:inline-table {
    display: inline-table
  }

  .l\:table-caption {
    display: table-caption
  }

  .l\:table-cell {
    display: table-cell
  }

  .l\:table-column {
    display: table-column
  }

  .l\:table-column-group {
    display: table-column-group
  }

  .l\:table-footer-group {
    display: table-footer-group
  }

  .l\:table-header-group {
    display: table-header-group
  }

  .l\:table-row-group {
    display: table-row-group
  }

  .l\:table-row {
    display: table-row
  }

  .l\:flow-root {
    display: flow-root
  }

  .l\:grid {
    display: grid
  }

  .l\:inline-grid {
    display: inline-grid
  }

  .l\:contents {
    display: contents
  }

  .l\:list-item {
    display: list-item
  }

  .l\:hidden {
    display: none
  }

  .l\:flex-row {
    flex-direction: row
  }

  .l\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .l\:flex-col {
    flex-direction: column
  }

  .l\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .l\:flex-wrap {
    flex-wrap: wrap
  }

  .l\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .l\:flex-nowrap {
    flex-wrap: nowrap
  }

  .l\:items-start {
    align-items: flex-start
  }

  .l\:items-end {
    align-items: flex-end
  }

  .l\:items-center {
    align-items: center
  }

  .l\:items-baseline {
    align-items: baseline
  }

  .l\:items-stretch {
    align-items: stretch
  }

  .l\:content-center {
    align-content: center
  }

  .l\:content-start {
    align-content: flex-start
  }

  .l\:content-end {
    align-content: flex-end
  }

  .l\:content-between {
    align-content: space-between
  }

  .l\:content-around {
    align-content: space-around
  }

  .l\:content-evenly {
    align-content: space-evenly
  }

  .l\:self-auto {
    align-self: auto
  }

  .l\:self-start {
    align-self: flex-start
  }

  .l\:self-end {
    align-self: flex-end
  }

  .l\:self-center {
    align-self: center
  }

  .l\:self-stretch {
    align-self: stretch
  }

  .l\:justify-items-start {
    justify-items: start
  }

  .l\:justify-items-end {
    justify-items: end
  }

  .l\:justify-items-center {
    justify-items: center
  }

  .l\:justify-items-stretch {
    justify-items: stretch
  }

  .l\:justify-start {
    justify-content: flex-start
  }

  .l\:justify-end {
    justify-content: flex-end
  }

  .l\:justify-center {
    justify-content: center
  }

  .l\:justify-between {
    justify-content: space-between
  }

  .l\:justify-around {
    justify-content: space-around
  }

  .l\:justify-evenly {
    justify-content: space-evenly
  }

  .l\:justify-self-auto {
    justify-self: auto
  }

  .l\:justify-self-start {
    justify-self: start
  }

  .l\:justify-self-end {
    justify-self: end
  }

  .l\:justify-self-center {
    justify-self: center
  }

  .l\:justify-self-stretch {
    justify-self: stretch
  }

  .l\:flex-1 {
    flex: 1 1 0%
  }

  .l\:flex-auto {
    flex: 1 1 auto
  }

  .l\:flex-initial {
    flex: 0 1 auto
  }

  .l\:flex-none {
    flex: none
  }

  .l\:flex-grow-0 {
    flex-grow: 0
  }

  .l\:flex-grow {
    flex-grow: 1
  }

  .l\:flex-shrink-0 {
    flex-shrink: 0
  }

  .l\:flex-shrink {
    flex-shrink: 1
  }

  .l\:order-1 {
    order: 1
  }

  .l\:order-2 {
    order: 2
  }

  .l\:order-3 {
    order: 3
  }

  .l\:order-4 {
    order: 4
  }

  .l\:order-5 {
    order: 5
  }

  .l\:order-6 {
    order: 6
  }

  .l\:order-7 {
    order: 7
  }

  .l\:order-8 {
    order: 8
  }

  .l\:order-9 {
    order: 9
  }

  .l\:order-10 {
    order: 10
  }

  .l\:order-11 {
    order: 11
  }

  .l\:order-12 {
    order: 12
  }

  .l\:order-first {
    order: -9999
  }

  .l\:order-last {
    order: 9999
  }

  .l\:order-none {
    order: 0
  }

  .l\:float-right {
    float: right
  }

  .l\:float-left {
    float: left
  }

  .l\:float-none {
    float: none
  }

  .l\:clear-left {
    clear: left
  }

  .l\:clear-right {
    clear: right
  }

  .l\:clear-both {
    clear: both
  }

  .l\:clear-none {
    clear: none
  }

  .l\:font-thin {
    font-weight: 100
  }

  .l\:font-extralight {
    font-weight: 200
  }

  .l\:font-light {
    font-weight: 300
  }

  .l\:font-normal {
    font-weight: 400
  }

  .l\:font-medium {
    font-weight: 500
  }

  .l\:font-semibold {
    font-weight: 600
  }

  .l\:font-bold {
    font-weight: 700
  }

  .l\:font-extrabold {
    font-weight: 800
  }

  .l\:font-black {
    font-weight: 900
  }

  .l\:h-0 {
    height: 0px
  }

  .l\:h-1 {
    height: 0.25rem
  }

  .l\:h-2 {
    height: 0.5rem
  }

  .l\:h-3 {
    height: 0.75rem
  }

  .l\:h-4 {
    height: 1rem
  }

  .l\:h-5 {
    height: 1.25rem
  }

  .l\:h-6 {
    height: 1.5rem
  }

  .l\:h-7 {
    height: 1.75rem
  }

  .l\:h-8 {
    height: 2rem
  }

  .l\:h-9 {
    height: 2.25rem
  }

  .l\:h-10 {
    height: 2.5rem
  }

  .l\:h-11 {
    height: 2.75rem
  }

  .l\:h-12 {
    height: 3rem
  }

  .l\:h-14 {
    height: 3.5rem
  }

  .l\:h-16 {
    height: 4rem
  }

  .l\:h-20 {
    height: 5rem
  }

  .l\:h-24 {
    height: 6rem
  }

  .l\:h-28 {
    height: 7rem
  }

  .l\:h-32 {
    height: 8rem
  }

  .l\:h-36 {
    height: 9rem
  }

  .l\:h-40 {
    height: 10rem
  }

  .l\:h-44 {
    height: 11rem
  }

  .l\:h-48 {
    height: 12rem
  }

  .l\:h-52 {
    height: 13rem
  }

  .l\:h-56 {
    height: 14rem
  }

  .l\:h-60 {
    height: 15rem
  }

  .l\:h-64 {
    height: 16rem
  }

  .l\:h-72 {
    height: 18rem
  }

  .l\:h-80 {
    height: 20rem
  }

  .l\:h-96 {
    height: 24rem
  }

  .l\:h-auto {
    height: auto
  }

  .l\:h-px {
    height: 1px
  }

  .l\:h-0\.5 {
    height: 0.125rem
  }

  .l\:h-1\.5 {
    height: 0.375rem
  }

  .l\:h-2\.5 {
    height: 0.625rem
  }

  .l\:h-3\.5 {
    height: 0.875rem
  }

  .l\:h-1\/2 {
    height: 50%
  }

  .l\:h-1\/3 {
    height: 33.333333%
  }

  .l\:h-2\/3 {
    height: 66.666667%
  }

  .l\:h-1\/4 {
    height: 25%
  }

  .l\:h-2\/4 {
    height: 50%
  }

  .l\:h-3\/4 {
    height: 75%
  }

  .l\:h-1\/5 {
    height: 20%
  }

  .l\:h-2\/5 {
    height: 40%
  }

  .l\:h-3\/5 {
    height: 60%
  }

  .l\:h-4\/5 {
    height: 80%
  }

  .l\:h-1\/6 {
    height: 16.666667%
  }

  .l\:h-2\/6 {
    height: 33.333333%
  }

  .l\:h-3\/6 {
    height: 50%
  }

  .l\:h-4\/6 {
    height: 66.666667%
  }

  .l\:h-5\/6 {
    height: 83.333333%
  }

  .l\:h-full {
    height: 100%
  }

  .l\:h-screen {
    height: 100vh
  }

  .l\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .l\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .l\:text-base {
    font-size: 1rem
  }

  .l\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .l\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .l\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .l\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .l\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .l\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .l\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .l\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .l\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }

  .l\:text-9xl {
    font-size: 8rem;
    line-height: 1
  }

  .l\:text-f1 {
    font-size: 1.25rem
  }

  .l\:text-f2 {
    font-size: 1.875rem
  }

  .l\:text-f3 {
    font-size: 1.25rem
  }

  .l\:text-f4 {
    font-size: 0.9375rem
  }

  .l\:text-f5 {
    font-size: 0.625rem
  }

  .l\:leading-3 {
    line-height: .75rem
  }

  .l\:leading-4 {
    line-height: 1rem
  }

  .l\:leading-5 {
    line-height: 1.25rem
  }

  .l\:leading-6 {
    line-height: 1.5rem
  }

  .l\:leading-7 {
    line-height: 1.75rem
  }

  .l\:leading-8 {
    line-height: 2rem
  }

  .l\:leading-9 {
    line-height: 2.25rem
  }

  .l\:leading-10 {
    line-height: 2.5rem
  }

  .l\:leading-none {
    line-height: 1
  }

  .l\:leading-tight {
    line-height: 1.25
  }

  .l\:leading-snug {
    line-height: 1.375
  }

  .l\:leading-normal {
    line-height: 1.5
  }

  .l\:leading-relaxed {
    line-height: 1.625
  }

  .l\:leading-loose {
    line-height: 2
  }

  .l\:m-0 {
    margin: 0px
  }

  .l\:m-1 {
    margin: 0.25rem
  }

  .l\:m-2 {
    margin: 0.5rem
  }

  .l\:m-3 {
    margin: 0.75rem
  }

  .l\:m-4 {
    margin: 1rem
  }

  .l\:m-5 {
    margin: 1.25rem
  }

  .l\:m-6 {
    margin: 1.5rem
  }

  .l\:m-7 {
    margin: 1.75rem
  }

  .l\:m-8 {
    margin: 2rem
  }

  .l\:m-9 {
    margin: 2.25rem
  }

  .l\:m-10 {
    margin: 2.5rem
  }

  .l\:m-11 {
    margin: 2.75rem
  }

  .l\:m-12 {
    margin: 3rem
  }

  .l\:m-14 {
    margin: 3.5rem
  }

  .l\:m-16 {
    margin: 4rem
  }

  .l\:m-20 {
    margin: 5rem
  }

  .l\:m-24 {
    margin: 6rem
  }

  .l\:m-28 {
    margin: 7rem
  }

  .l\:m-32 {
    margin: 8rem
  }

  .l\:m-36 {
    margin: 9rem
  }

  .l\:m-40 {
    margin: 10rem
  }

  .l\:m-44 {
    margin: 11rem
  }

  .l\:m-48 {
    margin: 12rem
  }

  .l\:m-52 {
    margin: 13rem
  }

  .l\:m-56 {
    margin: 14rem
  }

  .l\:m-60 {
    margin: 15rem
  }

  .l\:m-64 {
    margin: 16rem
  }

  .l\:m-72 {
    margin: 18rem
  }

  .l\:m-80 {
    margin: 20rem
  }

  .l\:m-96 {
    margin: 24rem
  }

  .l\:m-auto {
    margin: auto
  }

  .l\:m-px {
    margin: 1px
  }

  .l\:m-0\.5 {
    margin: 0.125rem
  }

  .l\:m-1\.5 {
    margin: 0.375rem
  }

  .l\:m-2\.5 {
    margin: 0.625rem
  }

  .l\:m-3\.5 {
    margin: 0.875rem
  }

  .l\:-m-0 {
    margin: 0px
  }

  .l\:-m-1 {
    margin: -0.25rem
  }

  .l\:-m-2 {
    margin: -0.5rem
  }

  .l\:-m-3 {
    margin: -0.75rem
  }

  .l\:-m-4 {
    margin: -1rem
  }

  .l\:-m-5 {
    margin: -1.25rem
  }

  .l\:-m-6 {
    margin: -1.5rem
  }

  .l\:-m-7 {
    margin: -1.75rem
  }

  .l\:-m-8 {
    margin: -2rem
  }

  .l\:-m-9 {
    margin: -2.25rem
  }

  .l\:-m-10 {
    margin: -2.5rem
  }

  .l\:-m-11 {
    margin: -2.75rem
  }

  .l\:-m-12 {
    margin: -3rem
  }

  .l\:-m-14 {
    margin: -3.5rem
  }

  .l\:-m-16 {
    margin: -4rem
  }

  .l\:-m-20 {
    margin: -5rem
  }

  .l\:-m-24 {
    margin: -6rem
  }

  .l\:-m-28 {
    margin: -7rem
  }

  .l\:-m-32 {
    margin: -8rem
  }

  .l\:-m-36 {
    margin: -9rem
  }

  .l\:-m-40 {
    margin: -10rem
  }

  .l\:-m-44 {
    margin: -11rem
  }

  .l\:-m-48 {
    margin: -12rem
  }

  .l\:-m-52 {
    margin: -13rem
  }

  .l\:-m-56 {
    margin: -14rem
  }

  .l\:-m-60 {
    margin: -15rem
  }

  .l\:-m-64 {
    margin: -16rem
  }

  .l\:-m-72 {
    margin: -18rem
  }

  .l\:-m-80 {
    margin: -20rem
  }

  .l\:-m-96 {
    margin: -24rem
  }

  .l\:-m-px {
    margin: -1px
  }

  .l\:-m-0\.5 {
    margin: -0.125rem
  }

  .l\:-m-1\.5 {
    margin: -0.375rem
  }

  .l\:-m-2\.5 {
    margin: -0.625rem
  }

  .l\:-m-3\.5 {
    margin: -0.875rem
  }

  .l\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .l\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .l\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .l\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .l\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .l\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .l\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .l\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .l\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .l\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .l\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .l\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .l\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .l\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .l\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .l\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .l\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .l\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .l\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .l\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .l\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .l\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .l\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .l\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .l\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .l\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .l\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
  }

  .l\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
  }

  .l\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .l\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .l\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .l\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .l\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .l\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .l\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .l\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem
  }

  .l\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .l\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .l\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem
  }

  .l\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem
  }

  .l\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .l\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .l\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .l\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .l\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .l\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .l\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .l\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .l\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .l\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .l\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .l\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .l\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .l\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .l\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .l\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .l\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .l\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .l\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .l\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

  .l\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .l\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .l\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .l\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .l\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .l\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .l\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .l\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .l\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .l\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

  .l\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem
  }

  .l\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem
  }

  .l\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .l\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .l\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .l\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .l\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .l\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .l\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .l\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .l\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .l\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .l\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .l\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .l\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .l\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .l\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .l\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .l\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .l\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .l\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .l\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .l\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .l\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .l\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .l\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .l\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .l\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .l\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem
  }

  .l\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
  }

  .l\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .l\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .l\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .l\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .l\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .l\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .l\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .l\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem
  }

  .l\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .l\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .l\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem
  }

  .l\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem
  }

  .l\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .l\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .l\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .l\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .l\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .l\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .l\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .l\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .l\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .l\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .l\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .l\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .l\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .l\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .l\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .l\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .l\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .l\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .l\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .l\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .l\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .l\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .l\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .l\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .l\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .l\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .l\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .l\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

  .l\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem
  }

  .l\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem
  }

  .l\:mt-0 {
    margin-top: 0px
  }

  .l\:mr-0 {
    margin-right: 0px
  }

  .l\:mb-0 {
    margin-bottom: 0px
  }

  .l\:ml-0 {
    margin-left: 0px
  }

  .l\:mt-1 {
    margin-top: 0.25rem
  }

  .l\:mr-1 {
    margin-right: 0.25rem
  }

  .l\:mb-1 {
    margin-bottom: 0.25rem
  }

  .l\:ml-1 {
    margin-left: 0.25rem
  }

  .l\:mt-2 {
    margin-top: 0.5rem
  }

  .l\:mr-2 {
    margin-right: 0.5rem
  }

  .l\:mb-2 {
    margin-bottom: 0.5rem
  }

  .l\:ml-2 {
    margin-left: 0.5rem
  }

  .l\:mt-3 {
    margin-top: 0.75rem
  }

  .l\:mr-3 {
    margin-right: 0.75rem
  }

  .l\:mb-3 {
    margin-bottom: 0.75rem
  }

  .l\:ml-3 {
    margin-left: 0.75rem
  }

  .l\:mt-4 {
    margin-top: 1rem
  }

  .l\:mr-4 {
    margin-right: 1rem
  }

  .l\:mb-4 {
    margin-bottom: 1rem
  }

  .l\:ml-4 {
    margin-left: 1rem
  }

  .l\:mt-5 {
    margin-top: 1.25rem
  }

  .l\:mr-5 {
    margin-right: 1.25rem
  }

  .l\:mb-5 {
    margin-bottom: 1.25rem
  }

  .l\:ml-5 {
    margin-left: 1.25rem
  }

  .l\:mt-6 {
    margin-top: 1.5rem
  }

  .l\:mr-6 {
    margin-right: 1.5rem
  }

  .l\:mb-6 {
    margin-bottom: 1.5rem
  }

  .l\:ml-6 {
    margin-left: 1.5rem
  }

  .l\:mt-7 {
    margin-top: 1.75rem
  }

  .l\:mr-7 {
    margin-right: 1.75rem
  }

  .l\:mb-7 {
    margin-bottom: 1.75rem
  }

  .l\:ml-7 {
    margin-left: 1.75rem
  }

  .l\:mt-8 {
    margin-top: 2rem
  }

  .l\:mr-8 {
    margin-right: 2rem
  }

  .l\:mb-8 {
    margin-bottom: 2rem
  }

  .l\:ml-8 {
    margin-left: 2rem
  }

  .l\:mt-9 {
    margin-top: 2.25rem
  }

  .l\:mr-9 {
    margin-right: 2.25rem
  }

  .l\:mb-9 {
    margin-bottom: 2.25rem
  }

  .l\:ml-9 {
    margin-left: 2.25rem
  }

  .l\:mt-10 {
    margin-top: 2.5rem
  }

  .l\:mr-10 {
    margin-right: 2.5rem
  }

  .l\:mb-10 {
    margin-bottom: 2.5rem
  }

  .l\:ml-10 {
    margin-left: 2.5rem
  }

  .l\:mt-11 {
    margin-top: 2.75rem
  }

  .l\:mr-11 {
    margin-right: 2.75rem
  }

  .l\:mb-11 {
    margin-bottom: 2.75rem
  }

  .l\:ml-11 {
    margin-left: 2.75rem
  }

  .l\:mt-12 {
    margin-top: 3rem
  }

  .l\:mr-12 {
    margin-right: 3rem
  }

  .l\:mb-12 {
    margin-bottom: 3rem
  }

  .l\:ml-12 {
    margin-left: 3rem
  }

  .l\:mt-14 {
    margin-top: 3.5rem
  }

  .l\:mr-14 {
    margin-right: 3.5rem
  }

  .l\:mb-14 {
    margin-bottom: 3.5rem
  }

  .l\:ml-14 {
    margin-left: 3.5rem
  }

  .l\:mt-16 {
    margin-top: 4rem
  }

  .l\:mr-16 {
    margin-right: 4rem
  }

  .l\:mb-16 {
    margin-bottom: 4rem
  }

  .l\:ml-16 {
    margin-left: 4rem
  }

  .l\:mt-20 {
    margin-top: 5rem
  }

  .l\:mr-20 {
    margin-right: 5rem
  }

  .l\:mb-20 {
    margin-bottom: 5rem
  }

  .l\:ml-20 {
    margin-left: 5rem
  }

  .l\:mt-24 {
    margin-top: 6rem
  }

  .l\:mr-24 {
    margin-right: 6rem
  }

  .l\:mb-24 {
    margin-bottom: 6rem
  }

  .l\:ml-24 {
    margin-left: 6rem
  }

  .l\:mt-28 {
    margin-top: 7rem
  }

  .l\:mr-28 {
    margin-right: 7rem
  }

  .l\:mb-28 {
    margin-bottom: 7rem
  }

  .l\:ml-28 {
    margin-left: 7rem
  }

  .l\:mt-32 {
    margin-top: 8rem
  }

  .l\:mr-32 {
    margin-right: 8rem
  }

  .l\:mb-32 {
    margin-bottom: 8rem
  }

  .l\:ml-32 {
    margin-left: 8rem
  }

  .l\:mt-36 {
    margin-top: 9rem
  }

  .l\:mr-36 {
    margin-right: 9rem
  }

  .l\:mb-36 {
    margin-bottom: 9rem
  }

  .l\:ml-36 {
    margin-left: 9rem
  }

  .l\:mt-40 {
    margin-top: 10rem
  }

  .l\:mr-40 {
    margin-right: 10rem
  }

  .l\:mb-40 {
    margin-bottom: 10rem
  }

  .l\:ml-40 {
    margin-left: 10rem
  }

  .l\:mt-44 {
    margin-top: 11rem
  }

  .l\:mr-44 {
    margin-right: 11rem
  }

  .l\:mb-44 {
    margin-bottom: 11rem
  }

  .l\:ml-44 {
    margin-left: 11rem
  }

  .l\:mt-48 {
    margin-top: 12rem
  }

  .l\:mr-48 {
    margin-right: 12rem
  }

  .l\:mb-48 {
    margin-bottom: 12rem
  }

  .l\:ml-48 {
    margin-left: 12rem
  }

  .l\:mt-52 {
    margin-top: 13rem
  }

  .l\:mr-52 {
    margin-right: 13rem
  }

  .l\:mb-52 {
    margin-bottom: 13rem
  }

  .l\:ml-52 {
    margin-left: 13rem
  }

  .l\:mt-56 {
    margin-top: 14rem
  }

  .l\:mr-56 {
    margin-right: 14rem
  }

  .l\:mb-56 {
    margin-bottom: 14rem
  }

  .l\:ml-56 {
    margin-left: 14rem
  }

  .l\:mt-60 {
    margin-top: 15rem
  }

  .l\:mr-60 {
    margin-right: 15rem
  }

  .l\:mb-60 {
    margin-bottom: 15rem
  }

  .l\:ml-60 {
    margin-left: 15rem
  }

  .l\:mt-64 {
    margin-top: 16rem
  }

  .l\:mr-64 {
    margin-right: 16rem
  }

  .l\:mb-64 {
    margin-bottom: 16rem
  }

  .l\:ml-64 {
    margin-left: 16rem
  }

  .l\:mt-72 {
    margin-top: 18rem
  }

  .l\:mr-72 {
    margin-right: 18rem
  }

  .l\:mb-72 {
    margin-bottom: 18rem
  }

  .l\:ml-72 {
    margin-left: 18rem
  }

  .l\:mt-80 {
    margin-top: 20rem
  }

  .l\:mr-80 {
    margin-right: 20rem
  }

  .l\:mb-80 {
    margin-bottom: 20rem
  }

  .l\:ml-80 {
    margin-left: 20rem
  }

  .l\:mt-96 {
    margin-top: 24rem
  }

  .l\:mr-96 {
    margin-right: 24rem
  }

  .l\:mb-96 {
    margin-bottom: 24rem
  }

  .l\:ml-96 {
    margin-left: 24rem
  }

  .l\:mt-auto {
    margin-top: auto
  }

  .l\:mr-auto {
    margin-right: auto
  }

  .l\:mb-auto {
    margin-bottom: auto
  }

  .l\:ml-auto {
    margin-left: auto
  }

  .l\:mt-px {
    margin-top: 1px
  }

  .l\:mr-px {
    margin-right: 1px
  }

  .l\:mb-px {
    margin-bottom: 1px
  }

  .l\:ml-px {
    margin-left: 1px
  }

  .l\:mt-0\.5 {
    margin-top: 0.125rem
  }

  .l\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .l\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .l\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .l\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .l\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .l\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .l\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .l\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .l\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .l\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .l\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .l\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .l\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .l\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .l\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .l\:-mt-0 {
    margin-top: 0px
  }

  .l\:-mr-0 {
    margin-right: 0px
  }

  .l\:-mb-0 {
    margin-bottom: 0px
  }

  .l\:-ml-0 {
    margin-left: 0px
  }

  .l\:-mt-1 {
    margin-top: -0.25rem
  }

  .l\:-mr-1 {
    margin-right: -0.25rem
  }

  .l\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .l\:-ml-1 {
    margin-left: -0.25rem
  }

  .l\:-mt-2 {
    margin-top: -0.5rem
  }

  .l\:-mr-2 {
    margin-right: -0.5rem
  }

  .l\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .l\:-ml-2 {
    margin-left: -0.5rem
  }

  .l\:-mt-3 {
    margin-top: -0.75rem
  }

  .l\:-mr-3 {
    margin-right: -0.75rem
  }

  .l\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .l\:-ml-3 {
    margin-left: -0.75rem
  }

  .l\:-mt-4 {
    margin-top: -1rem
  }

  .l\:-mr-4 {
    margin-right: -1rem
  }

  .l\:-mb-4 {
    margin-bottom: -1rem
  }

  .l\:-ml-4 {
    margin-left: -1rem
  }

  .l\:-mt-5 {
    margin-top: -1.25rem
  }

  .l\:-mr-5 {
    margin-right: -1.25rem
  }

  .l\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .l\:-ml-5 {
    margin-left: -1.25rem
  }

  .l\:-mt-6 {
    margin-top: -1.5rem
  }

  .l\:-mr-6 {
    margin-right: -1.5rem
  }

  .l\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .l\:-ml-6 {
    margin-left: -1.5rem
  }

  .l\:-mt-7 {
    margin-top: -1.75rem
  }

  .l\:-mr-7 {
    margin-right: -1.75rem
  }

  .l\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .l\:-ml-7 {
    margin-left: -1.75rem
  }

  .l\:-mt-8 {
    margin-top: -2rem
  }

  .l\:-mr-8 {
    margin-right: -2rem
  }

  .l\:-mb-8 {
    margin-bottom: -2rem
  }

  .l\:-ml-8 {
    margin-left: -2rem
  }

  .l\:-mt-9 {
    margin-top: -2.25rem
  }

  .l\:-mr-9 {
    margin-right: -2.25rem
  }

  .l\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .l\:-ml-9 {
    margin-left: -2.25rem
  }

  .l\:-mt-10 {
    margin-top: -2.5rem
  }

  .l\:-mr-10 {
    margin-right: -2.5rem
  }

  .l\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .l\:-ml-10 {
    margin-left: -2.5rem
  }

  .l\:-mt-11 {
    margin-top: -2.75rem
  }

  .l\:-mr-11 {
    margin-right: -2.75rem
  }

  .l\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .l\:-ml-11 {
    margin-left: -2.75rem
  }

  .l\:-mt-12 {
    margin-top: -3rem
  }

  .l\:-mr-12 {
    margin-right: -3rem
  }

  .l\:-mb-12 {
    margin-bottom: -3rem
  }

  .l\:-ml-12 {
    margin-left: -3rem
  }

  .l\:-mt-14 {
    margin-top: -3.5rem
  }

  .l\:-mr-14 {
    margin-right: -3.5rem
  }

  .l\:-mb-14 {
    margin-bottom: -3.5rem
  }

  .l\:-ml-14 {
    margin-left: -3.5rem
  }

  .l\:-mt-16 {
    margin-top: -4rem
  }

  .l\:-mr-16 {
    margin-right: -4rem
  }

  .l\:-mb-16 {
    margin-bottom: -4rem
  }

  .l\:-ml-16 {
    margin-left: -4rem
  }

  .l\:-mt-20 {
    margin-top: -5rem
  }

  .l\:-mr-20 {
    margin-right: -5rem
  }

  .l\:-mb-20 {
    margin-bottom: -5rem
  }

  .l\:-ml-20 {
    margin-left: -5rem
  }

  .l\:-mt-24 {
    margin-top: -6rem
  }

  .l\:-mr-24 {
    margin-right: -6rem
  }

  .l\:-mb-24 {
    margin-bottom: -6rem
  }

  .l\:-ml-24 {
    margin-left: -6rem
  }

  .l\:-mt-28 {
    margin-top: -7rem
  }

  .l\:-mr-28 {
    margin-right: -7rem
  }

  .l\:-mb-28 {
    margin-bottom: -7rem
  }

  .l\:-ml-28 {
    margin-left: -7rem
  }

  .l\:-mt-32 {
    margin-top: -8rem
  }

  .l\:-mr-32 {
    margin-right: -8rem
  }

  .l\:-mb-32 {
    margin-bottom: -8rem
  }

  .l\:-ml-32 {
    margin-left: -8rem
  }

  .l\:-mt-36 {
    margin-top: -9rem
  }

  .l\:-mr-36 {
    margin-right: -9rem
  }

  .l\:-mb-36 {
    margin-bottom: -9rem
  }

  .l\:-ml-36 {
    margin-left: -9rem
  }

  .l\:-mt-40 {
    margin-top: -10rem
  }

  .l\:-mr-40 {
    margin-right: -10rem
  }

  .l\:-mb-40 {
    margin-bottom: -10rem
  }

  .l\:-ml-40 {
    margin-left: -10rem
  }

  .l\:-mt-44 {
    margin-top: -11rem
  }

  .l\:-mr-44 {
    margin-right: -11rem
  }

  .l\:-mb-44 {
    margin-bottom: -11rem
  }

  .l\:-ml-44 {
    margin-left: -11rem
  }

  .l\:-mt-48 {
    margin-top: -12rem
  }

  .l\:-mr-48 {
    margin-right: -12rem
  }

  .l\:-mb-48 {
    margin-bottom: -12rem
  }

  .l\:-ml-48 {
    margin-left: -12rem
  }

  .l\:-mt-52 {
    margin-top: -13rem
  }

  .l\:-mr-52 {
    margin-right: -13rem
  }

  .l\:-mb-52 {
    margin-bottom: -13rem
  }

  .l\:-ml-52 {
    margin-left: -13rem
  }

  .l\:-mt-56 {
    margin-top: -14rem
  }

  .l\:-mr-56 {
    margin-right: -14rem
  }

  .l\:-mb-56 {
    margin-bottom: -14rem
  }

  .l\:-ml-56 {
    margin-left: -14rem
  }

  .l\:-mt-60 {
    margin-top: -15rem
  }

  .l\:-mr-60 {
    margin-right: -15rem
  }

  .l\:-mb-60 {
    margin-bottom: -15rem
  }

  .l\:-ml-60 {
    margin-left: -15rem
  }

  .l\:-mt-64 {
    margin-top: -16rem
  }

  .l\:-mr-64 {
    margin-right: -16rem
  }

  .l\:-mb-64 {
    margin-bottom: -16rem
  }

  .l\:-ml-64 {
    margin-left: -16rem
  }

  .l\:-mt-72 {
    margin-top: -18rem
  }

  .l\:-mr-72 {
    margin-right: -18rem
  }

  .l\:-mb-72 {
    margin-bottom: -18rem
  }

  .l\:-ml-72 {
    margin-left: -18rem
  }

  .l\:-mt-80 {
    margin-top: -20rem
  }

  .l\:-mr-80 {
    margin-right: -20rem
  }

  .l\:-mb-80 {
    margin-bottom: -20rem
  }

  .l\:-ml-80 {
    margin-left: -20rem
  }

  .l\:-mt-96 {
    margin-top: -24rem
  }

  .l\:-mr-96 {
    margin-right: -24rem
  }

  .l\:-mb-96 {
    margin-bottom: -24rem
  }

  .l\:-ml-96 {
    margin-left: -24rem
  }

  .l\:-mt-px {
    margin-top: -1px
  }

  .l\:-mr-px {
    margin-right: -1px
  }

  .l\:-mb-px {
    margin-bottom: -1px
  }

  .l\:-ml-px {
    margin-left: -1px
  }

  .l\:-mt-0\.5 {
    margin-top: -0.125rem
  }

  .l\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .l\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .l\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .l\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .l\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .l\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .l\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .l\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .l\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .l\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .l\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .l\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .l\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .l\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .l\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .l\:overflow-auto {
    overflow: auto
  }

  .l\:overflow-hidden {
    overflow: hidden
  }

  .l\:overflow-visible {
    overflow: visible
  }

  .l\:overflow-scroll {
    overflow: scroll
  }

  .l\:overflow-x-auto {
    overflow-x: auto
  }

  .l\:overflow-y-auto {
    overflow-y: auto
  }

  .l\:overflow-x-hidden {
    overflow-x: hidden
  }

  .l\:overflow-y-hidden {
    overflow-y: hidden
  }

  .l\:overflow-x-visible {
    overflow-x: visible
  }

  .l\:overflow-y-visible {
    overflow-y: visible
  }

  .l\:overflow-x-scroll {
    overflow-x: scroll
  }

  .l\:overflow-y-scroll {
    overflow-y: scroll
  }

  .l\:p-0 {
    padding: 0px
  }

  .l\:p-1 {
    padding: 0.25rem
  }

  .l\:p-2 {
    padding: 0.5rem
  }

  .l\:p-3 {
    padding: 0.75rem
  }

  .l\:p-4 {
    padding: 1rem
  }

  .l\:p-5 {
    padding: 1.25rem
  }

  .l\:p-6 {
    padding: 1.5rem
  }

  .l\:p-7 {
    padding: 1.75rem
  }

  .l\:p-8 {
    padding: 2rem
  }

  .l\:p-9 {
    padding: 2.25rem
  }

  .l\:p-10 {
    padding: 2.5rem
  }

  .l\:p-11 {
    padding: 2.75rem
  }

  .l\:p-12 {
    padding: 3rem
  }

  .l\:p-14 {
    padding: 3.5rem
  }

  .l\:p-16 {
    padding: 4rem
  }

  .l\:p-20 {
    padding: 5rem
  }

  .l\:p-24 {
    padding: 6rem
  }

  .l\:p-28 {
    padding: 7rem
  }

  .l\:p-32 {
    padding: 8rem
  }

  .l\:p-36 {
    padding: 9rem
  }

  .l\:p-40 {
    padding: 10rem
  }

  .l\:p-44 {
    padding: 11rem
  }

  .l\:p-48 {
    padding: 12rem
  }

  .l\:p-52 {
    padding: 13rem
  }

  .l\:p-56 {
    padding: 14rem
  }

  .l\:p-60 {
    padding: 15rem
  }

  .l\:p-64 {
    padding: 16rem
  }

  .l\:p-72 {
    padding: 18rem
  }

  .l\:p-80 {
    padding: 20rem
  }

  .l\:p-96 {
    padding: 24rem
  }

  .l\:p-px {
    padding: 1px
  }

  .l\:p-0\.5 {
    padding: 0.125rem
  }

  .l\:p-1\.5 {
    padding: 0.375rem
  }

  .l\:p-2\.5 {
    padding: 0.625rem
  }

  .l\:p-3\.5 {
    padding: 0.875rem
  }

  .l\:p-16\/9 {
    padding: 56.25%
  }

  .l\:p-16\/10 {
    padding: 62.5%
  }

  .l\:p-4\/3 {
    padding: 75%
  }

  .l\:p-3\/2 {
    padding: 66.66666666666666%
  }

  .l\:p-2\/1 {
    padding: 50%
  }

  .l\:p-3\/1 {
    padding: 33.33333333333333%
  }

  .l\:p-4\/1 {
    padding: 25%
  }

  .l\:p-10\/24 {
    padding: 41.66666666666667%
  }

  .l\:p-1\/1 {
    padding: 100%
  }

  .l\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .l\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .l\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .l\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .l\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .l\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .l\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .l\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .l\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .l\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .l\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .l\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .l\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .l\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .l\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .l\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .l\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .l\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .l\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .l\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .l\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .l\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .l\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .l\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .l\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .l\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .l\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }

  .l\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }

  .l\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .l\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .l\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .l\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .l\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .l\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .l\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .l\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem
  }

  .l\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .l\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .l\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
  }

  .l\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem
  }

  .l\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .l\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .l\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .l\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .l\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .l\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .l\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .l\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .l\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .l\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .l\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .l\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .l\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .l\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .l\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .l\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .l\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .l\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .l\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .l\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .l\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .l\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .l\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .l\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .l\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .l\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .l\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .l\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

  .l\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem
  }

  .l\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem
  }

  .l\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .l\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .l\:py-16\/10 {
    padding-top: 62.5%;
    padding-bottom: 62.5%
  }

  .l\:px-16\/10 {
    padding-left: 62.5%;
    padding-right: 62.5%
  }

  .l\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .l\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%
  }

  .l\:py-3\/2 {
    padding-top: 66.66666666666666%;
    padding-bottom: 66.66666666666666%
  }

  .l\:px-3\/2 {
    padding-left: 66.66666666666666%;
    padding-right: 66.66666666666666%
  }

  .l\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%
  }

  .l\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%
  }

  .l\:py-3\/1 {
    padding-top: 33.33333333333333%;
    padding-bottom: 33.33333333333333%
  }

  .l\:px-3\/1 {
    padding-left: 33.33333333333333%;
    padding-right: 33.33333333333333%
  }

  .l\:py-4\/1 {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .l\:px-4\/1 {
    padding-left: 25%;
    padding-right: 25%
  }

  .l\:py-10\/24 {
    padding-top: 41.66666666666667%;
    padding-bottom: 41.66666666666667%
  }

  .l\:px-10\/24 {
    padding-left: 41.66666666666667%;
    padding-right: 41.66666666666667%
  }

  .l\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .l\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .l\:pt-0 {
    padding-top: 0px
  }

  .l\:pr-0 {
    padding-right: 0px
  }

  .l\:pb-0 {
    padding-bottom: 0px
  }

  .l\:pl-0 {
    padding-left: 0px
  }

  .l\:pt-1 {
    padding-top: 0.25rem
  }

  .l\:pr-1 {
    padding-right: 0.25rem
  }

  .l\:pb-1 {
    padding-bottom: 0.25rem
  }

  .l\:pl-1 {
    padding-left: 0.25rem
  }

  .l\:pt-2 {
    padding-top: 0.5rem
  }

  .l\:pr-2 {
    padding-right: 0.5rem
  }

  .l\:pb-2 {
    padding-bottom: 0.5rem
  }

  .l\:pl-2 {
    padding-left: 0.5rem
  }

  .l\:pt-3 {
    padding-top: 0.75rem
  }

  .l\:pr-3 {
    padding-right: 0.75rem
  }

  .l\:pb-3 {
    padding-bottom: 0.75rem
  }

  .l\:pl-3 {
    padding-left: 0.75rem
  }

  .l\:pt-4 {
    padding-top: 1rem
  }

  .l\:pr-4 {
    padding-right: 1rem
  }

  .l\:pb-4 {
    padding-bottom: 1rem
  }

  .l\:pl-4 {
    padding-left: 1rem
  }

  .l\:pt-5 {
    padding-top: 1.25rem
  }

  .l\:pr-5 {
    padding-right: 1.25rem
  }

  .l\:pb-5 {
    padding-bottom: 1.25rem
  }

  .l\:pl-5 {
    padding-left: 1.25rem
  }

  .l\:pt-6 {
    padding-top: 1.5rem
  }

  .l\:pr-6 {
    padding-right: 1.5rem
  }

  .l\:pb-6 {
    padding-bottom: 1.5rem
  }

  .l\:pl-6 {
    padding-left: 1.5rem
  }

  .l\:pt-7 {
    padding-top: 1.75rem
  }

  .l\:pr-7 {
    padding-right: 1.75rem
  }

  .l\:pb-7 {
    padding-bottom: 1.75rem
  }

  .l\:pl-7 {
    padding-left: 1.75rem
  }

  .l\:pt-8 {
    padding-top: 2rem
  }

  .l\:pr-8 {
    padding-right: 2rem
  }

  .l\:pb-8 {
    padding-bottom: 2rem
  }

  .l\:pl-8 {
    padding-left: 2rem
  }

  .l\:pt-9 {
    padding-top: 2.25rem
  }

  .l\:pr-9 {
    padding-right: 2.25rem
  }

  .l\:pb-9 {
    padding-bottom: 2.25rem
  }

  .l\:pl-9 {
    padding-left: 2.25rem
  }

  .l\:pt-10 {
    padding-top: 2.5rem
  }

  .l\:pr-10 {
    padding-right: 2.5rem
  }

  .l\:pb-10 {
    padding-bottom: 2.5rem
  }

  .l\:pl-10 {
    padding-left: 2.5rem
  }

  .l\:pt-11 {
    padding-top: 2.75rem
  }

  .l\:pr-11 {
    padding-right: 2.75rem
  }

  .l\:pb-11 {
    padding-bottom: 2.75rem
  }

  .l\:pl-11 {
    padding-left: 2.75rem
  }

  .l\:pt-12 {
    padding-top: 3rem
  }

  .l\:pr-12 {
    padding-right: 3rem
  }

  .l\:pb-12 {
    padding-bottom: 3rem
  }

  .l\:pl-12 {
    padding-left: 3rem
  }

  .l\:pt-14 {
    padding-top: 3.5rem
  }

  .l\:pr-14 {
    padding-right: 3.5rem
  }

  .l\:pb-14 {
    padding-bottom: 3.5rem
  }

  .l\:pl-14 {
    padding-left: 3.5rem
  }

  .l\:pt-16 {
    padding-top: 4rem
  }

  .l\:pr-16 {
    padding-right: 4rem
  }

  .l\:pb-16 {
    padding-bottom: 4rem
  }

  .l\:pl-16 {
    padding-left: 4rem
  }

  .l\:pt-20 {
    padding-top: 5rem
  }

  .l\:pr-20 {
    padding-right: 5rem
  }

  .l\:pb-20 {
    padding-bottom: 5rem
  }

  .l\:pl-20 {
    padding-left: 5rem
  }

  .l\:pt-24 {
    padding-top: 6rem
  }

  .l\:pr-24 {
    padding-right: 6rem
  }

  .l\:pb-24 {
    padding-bottom: 6rem
  }

  .l\:pl-24 {
    padding-left: 6rem
  }

  .l\:pt-28 {
    padding-top: 7rem
  }

  .l\:pr-28 {
    padding-right: 7rem
  }

  .l\:pb-28 {
    padding-bottom: 7rem
  }

  .l\:pl-28 {
    padding-left: 7rem
  }

  .l\:pt-32 {
    padding-top: 8rem
  }

  .l\:pr-32 {
    padding-right: 8rem
  }

  .l\:pb-32 {
    padding-bottom: 8rem
  }

  .l\:pl-32 {
    padding-left: 8rem
  }

  .l\:pt-36 {
    padding-top: 9rem
  }

  .l\:pr-36 {
    padding-right: 9rem
  }

  .l\:pb-36 {
    padding-bottom: 9rem
  }

  .l\:pl-36 {
    padding-left: 9rem
  }

  .l\:pt-40 {
    padding-top: 10rem
  }

  .l\:pr-40 {
    padding-right: 10rem
  }

  .l\:pb-40 {
    padding-bottom: 10rem
  }

  .l\:pl-40 {
    padding-left: 10rem
  }

  .l\:pt-44 {
    padding-top: 11rem
  }

  .l\:pr-44 {
    padding-right: 11rem
  }

  .l\:pb-44 {
    padding-bottom: 11rem
  }

  .l\:pl-44 {
    padding-left: 11rem
  }

  .l\:pt-48 {
    padding-top: 12rem
  }

  .l\:pr-48 {
    padding-right: 12rem
  }

  .l\:pb-48 {
    padding-bottom: 12rem
  }

  .l\:pl-48 {
    padding-left: 12rem
  }

  .l\:pt-52 {
    padding-top: 13rem
  }

  .l\:pr-52 {
    padding-right: 13rem
  }

  .l\:pb-52 {
    padding-bottom: 13rem
  }

  .l\:pl-52 {
    padding-left: 13rem
  }

  .l\:pt-56 {
    padding-top: 14rem
  }

  .l\:pr-56 {
    padding-right: 14rem
  }

  .l\:pb-56 {
    padding-bottom: 14rem
  }

  .l\:pl-56 {
    padding-left: 14rem
  }

  .l\:pt-60 {
    padding-top: 15rem
  }

  .l\:pr-60 {
    padding-right: 15rem
  }

  .l\:pb-60 {
    padding-bottom: 15rem
  }

  .l\:pl-60 {
    padding-left: 15rem
  }

  .l\:pt-64 {
    padding-top: 16rem
  }

  .l\:pr-64 {
    padding-right: 16rem
  }

  .l\:pb-64 {
    padding-bottom: 16rem
  }

  .l\:pl-64 {
    padding-left: 16rem
  }

  .l\:pt-72 {
    padding-top: 18rem
  }

  .l\:pr-72 {
    padding-right: 18rem
  }

  .l\:pb-72 {
    padding-bottom: 18rem
  }

  .l\:pl-72 {
    padding-left: 18rem
  }

  .l\:pt-80 {
    padding-top: 20rem
  }

  .l\:pr-80 {
    padding-right: 20rem
  }

  .l\:pb-80 {
    padding-bottom: 20rem
  }

  .l\:pl-80 {
    padding-left: 20rem
  }

  .l\:pt-96 {
    padding-top: 24rem
  }

  .l\:pr-96 {
    padding-right: 24rem
  }

  .l\:pb-96 {
    padding-bottom: 24rem
  }

  .l\:pl-96 {
    padding-left: 24rem
  }

  .l\:pt-px {
    padding-top: 1px
  }

  .l\:pr-px {
    padding-right: 1px
  }

  .l\:pb-px {
    padding-bottom: 1px
  }

  .l\:pl-px {
    padding-left: 1px
  }

  .l\:pt-0\.5 {
    padding-top: 0.125rem
  }

  .l\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .l\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .l\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .l\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .l\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .l\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .l\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .l\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .l\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .l\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .l\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .l\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .l\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .l\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .l\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .l\:pt-16\/9 {
    padding-top: 56.25%
  }

  .l\:pr-16\/9 {
    padding-right: 56.25%
  }

  .l\:pb-16\/9 {
    padding-bottom: 56.25%
  }

  .l\:pl-16\/9 {
    padding-left: 56.25%
  }

  .l\:pt-16\/10 {
    padding-top: 62.5%
  }

  .l\:pr-16\/10 {
    padding-right: 62.5%
  }

  .l\:pb-16\/10 {
    padding-bottom: 62.5%
  }

  .l\:pl-16\/10 {
    padding-left: 62.5%
  }

  .l\:pt-4\/3 {
    padding-top: 75%
  }

  .l\:pr-4\/3 {
    padding-right: 75%
  }

  .l\:pb-4\/3 {
    padding-bottom: 75%
  }

  .l\:pl-4\/3 {
    padding-left: 75%
  }

  .l\:pt-3\/2 {
    padding-top: 66.66666666666666%
  }

  .l\:pr-3\/2 {
    padding-right: 66.66666666666666%
  }

  .l\:pb-3\/2 {
    padding-bottom: 66.66666666666666%
  }

  .l\:pl-3\/2 {
    padding-left: 66.66666666666666%
  }

  .l\:pt-2\/1 {
    padding-top: 50%
  }

  .l\:pr-2\/1 {
    padding-right: 50%
  }

  .l\:pb-2\/1 {
    padding-bottom: 50%
  }

  .l\:pl-2\/1 {
    padding-left: 50%
  }

  .l\:pt-3\/1 {
    padding-top: 33.33333333333333%
  }

  .l\:pr-3\/1 {
    padding-right: 33.33333333333333%
  }

  .l\:pb-3\/1 {
    padding-bottom: 33.33333333333333%
  }

  .l\:pl-3\/1 {
    padding-left: 33.33333333333333%
  }

  .l\:pt-4\/1 {
    padding-top: 25%
  }

  .l\:pr-4\/1 {
    padding-right: 25%
  }

  .l\:pb-4\/1 {
    padding-bottom: 25%
  }

  .l\:pl-4\/1 {
    padding-left: 25%
  }

  .l\:pt-10\/24 {
    padding-top: 41.66666666666667%
  }

  .l\:pr-10\/24 {
    padding-right: 41.66666666666667%
  }

  .l\:pb-10\/24 {
    padding-bottom: 41.66666666666667%
  }

  .l\:pl-10\/24 {
    padding-left: 41.66666666666667%
  }

  .l\:pt-1\/1 {
    padding-top: 100%
  }

  .l\:pr-1\/1 {
    padding-right: 100%
  }

  .l\:pb-1\/1 {
    padding-bottom: 100%
  }

  .l\:pl-1\/1 {
    padding-left: 100%
  }

  .l\:static {
    position: static
  }

  .l\:fixed {
    position: fixed
  }

  .l\:absolute {
    position: absolute
  }

  .l\:relative {
    position: relative
  }

  .l\:sticky {
    position: sticky
  }

  .l\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .l\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem
  }

  .l\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem
  }

  .l\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem
  }

  .l\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem
  }

  .l\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem
  }

  .l\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem
  }

  .l\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem
  }

  .l\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem
  }

  .l\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem
  }

  .l\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem
  }

  .l\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem
  }

  .l\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem
  }

  .l\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem
  }

  .l\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem
  }

  .l\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem
  }

  .l\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem
  }

  .l\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem
  }

  .l\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem
  }

  .l\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem
  }

  .l\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem
  }

  .l\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem
  }

  .l\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem
  }

  .l\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem
  }

  .l\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem
  }

  .l\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem
  }

  .l\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem
  }

  .l\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem
  }

  .l\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem
  }

  .l\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem
  }

  .l\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .l\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }

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

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

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

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

  .l\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .l\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem
  }

  .l\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem
  }

  .l\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem
  }

  .l\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem
  }

  .l\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem
  }

  .l\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem
  }

  .l\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem
  }

  .l\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem
  }

  .l\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem
  }

  .l\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem
  }

  .l\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem
  }

  .l\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem
  }

  .l\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem
  }

  .l\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem
  }

  .l\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem
  }

  .l\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem
  }

  .l\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem
  }

  .l\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem
  }

  .l\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem
  }

  .l\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem
  }

  .l\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem
  }

  .l\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem
  }

  .l\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem
  }

  .l\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem
  }

  .l\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem
  }

  .l\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem
  }

  .l\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem
  }

  .l\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem
  }

  .l\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem
  }

  .l\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }

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

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

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

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

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

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

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

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

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

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

  .l\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }

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

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

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

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

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

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

  .l\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }

  .l\:inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .l\:inset-x-0 {
    right: 0px;
    left: 0px
  }

  .l\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem
  }

  .l\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem
  }

  .l\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem
  }

  .l\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem
  }

  .l\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem
  }

  .l\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem
  }

  .l\:inset-y-4 {
    top: 1rem;
    bottom: 1rem
  }

  .l\:inset-x-4 {
    right: 1rem;
    left: 1rem
  }

  .l\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem
  }

  .l\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem
  }

  .l\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem
  }

  .l\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem
  }

  .l\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem
  }

  .l\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem
  }

  .l\:inset-y-8 {
    top: 2rem;
    bottom: 2rem
  }

  .l\:inset-x-8 {
    right: 2rem;
    left: 2rem
  }

  .l\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem
  }

  .l\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem
  }

  .l\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem
  }

  .l\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem
  }

  .l\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem
  }

  .l\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem
  }

  .l\:inset-y-12 {
    top: 3rem;
    bottom: 3rem
  }

  .l\:inset-x-12 {
    right: 3rem;
    left: 3rem
  }

  .l\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem
  }

  .l\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem
  }

  .l\:inset-y-16 {
    top: 4rem;
    bottom: 4rem
  }

  .l\:inset-x-16 {
    right: 4rem;
    left: 4rem
  }

  .l\:inset-y-20 {
    top: 5rem;
    bottom: 5rem
  }

  .l\:inset-x-20 {
    right: 5rem;
    left: 5rem
  }

  .l\:inset-y-24 {
    top: 6rem;
    bottom: 6rem
  }

  .l\:inset-x-24 {
    right: 6rem;
    left: 6rem
  }

  .l\:inset-y-28 {
    top: 7rem;
    bottom: 7rem
  }

  .l\:inset-x-28 {
    right: 7rem;
    left: 7rem
  }

  .l\:inset-y-32 {
    top: 8rem;
    bottom: 8rem
  }

  .l\:inset-x-32 {
    right: 8rem;
    left: 8rem
  }

  .l\:inset-y-36 {
    top: 9rem;
    bottom: 9rem
  }

  .l\:inset-x-36 {
    right: 9rem;
    left: 9rem
  }

  .l\:inset-y-40 {
    top: 10rem;
    bottom: 10rem
  }

  .l\:inset-x-40 {
    right: 10rem;
    left: 10rem
  }

  .l\:inset-y-44 {
    top: 11rem;
    bottom: 11rem
  }

  .l\:inset-x-44 {
    right: 11rem;
    left: 11rem
  }

  .l\:inset-y-48 {
    top: 12rem;
    bottom: 12rem
  }

  .l\:inset-x-48 {
    right: 12rem;
    left: 12rem
  }

  .l\:inset-y-52 {
    top: 13rem;
    bottom: 13rem
  }

  .l\:inset-x-52 {
    right: 13rem;
    left: 13rem
  }

  .l\:inset-y-56 {
    top: 14rem;
    bottom: 14rem
  }

  .l\:inset-x-56 {
    right: 14rem;
    left: 14rem
  }

  .l\:inset-y-60 {
    top: 15rem;
    bottom: 15rem
  }

  .l\:inset-x-60 {
    right: 15rem;
    left: 15rem
  }

  .l\:inset-y-64 {
    top: 16rem;
    bottom: 16rem
  }

  .l\:inset-x-64 {
    right: 16rem;
    left: 16rem
  }

  .l\:inset-y-72 {
    top: 18rem;
    bottom: 18rem
  }

  .l\:inset-x-72 {
    right: 18rem;
    left: 18rem
  }

  .l\:inset-y-80 {
    top: 20rem;
    bottom: 20rem
  }

  .l\:inset-x-80 {
    right: 20rem;
    left: 20rem
  }

  .l\:inset-y-96 {
    top: 24rem;
    bottom: 24rem
  }

  .l\:inset-x-96 {
    right: 24rem;
    left: 24rem
  }

  .l\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .l\:inset-x-auto {
    right: auto;
    left: auto
  }

  .l\:inset-y-px {
    top: 1px;
    bottom: 1px
  }

  .l\:inset-x-px {
    right: 1px;
    left: 1px
  }

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

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

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

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

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

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

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

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

  .l\:-inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .l\:-inset-x-0 {
    right: 0px;
    left: 0px
  }

  .l\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem
  }

  .l\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem
  }

  .l\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem
  }

  .l\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem
  }

  .l\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem
  }

  .l\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem
  }

  .l\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem
  }

  .l\:-inset-x-4 {
    right: -1rem;
    left: -1rem
  }

  .l\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem
  }

  .l\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem
  }

  .l\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem
  }

  .l\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem
  }

  .l\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem
  }

  .l\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem
  }

  .l\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem
  }

  .l\:-inset-x-8 {
    right: -2rem;
    left: -2rem
  }

  .l\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem
  }

  .l\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem
  }

  .l\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem
  }

  .l\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem
  }

  .l\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem
  }

  .l\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem
  }

  .l\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem
  }

  .l\:-inset-x-12 {
    right: -3rem;
    left: -3rem
  }

  .l\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem
  }

  .l\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem
  }

  .l\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem
  }

  .l\:-inset-x-16 {
    right: -4rem;
    left: -4rem
  }

  .l\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem
  }

  .l\:-inset-x-20 {
    right: -5rem;
    left: -5rem
  }

  .l\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem
  }

  .l\:-inset-x-24 {
    right: -6rem;
    left: -6rem
  }

  .l\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem
  }

  .l\:-inset-x-28 {
    right: -7rem;
    left: -7rem
  }

  .l\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem
  }

  .l\:-inset-x-32 {
    right: -8rem;
    left: -8rem
  }

  .l\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem
  }

  .l\:-inset-x-36 {
    right: -9rem;
    left: -9rem
  }

  .l\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem
  }

  .l\:-inset-x-40 {
    right: -10rem;
    left: -10rem
  }

  .l\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem
  }

  .l\:-inset-x-44 {
    right: -11rem;
    left: -11rem
  }

  .l\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem
  }

  .l\:-inset-x-48 {
    right: -12rem;
    left: -12rem
  }

  .l\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem
  }

  .l\:-inset-x-52 {
    right: -13rem;
    left: -13rem
  }

  .l\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem
  }

  .l\:-inset-x-56 {
    right: -14rem;
    left: -14rem
  }

  .l\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem
  }

  .l\:-inset-x-60 {
    right: -15rem;
    left: -15rem
  }

  .l\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem
  }

  .l\:-inset-x-64 {
    right: -16rem;
    left: -16rem
  }

  .l\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem
  }

  .l\:-inset-x-72 {
    right: -18rem;
    left: -18rem
  }

  .l\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem
  }

  .l\:-inset-x-80 {
    right: -20rem;
    left: -20rem
  }

  .l\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem
  }

  .l\:-inset-x-96 {
    right: -24rem;
    left: -24rem
  }

  .l\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }

  .l\:-inset-x-px {
    right: -1px;
    left: -1px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l\:inset-y-full {
    top: 100%;
    bottom: 100%
  }

  .l\:inset-x-full {
    right: 100%;
    left: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .l\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }

  .l\:-inset-x-full {
    right: -100%;
    left: -100%
  }

  .l\:top-0 {
    top: 0px
  }

  .l\:right-0 {
    right: 0px
  }

  .l\:bottom-0 {
    bottom: 0px
  }

  .l\:left-0 {
    left: 0px
  }

  .l\:top-1 {
    top: 0.25rem
  }

  .l\:right-1 {
    right: 0.25rem
  }

  .l\:bottom-1 {
    bottom: 0.25rem
  }

  .l\:left-1 {
    left: 0.25rem
  }

  .l\:top-2 {
    top: 0.5rem
  }

  .l\:right-2 {
    right: 0.5rem
  }

  .l\:bottom-2 {
    bottom: 0.5rem
  }

  .l\:left-2 {
    left: 0.5rem
  }

  .l\:top-3 {
    top: 0.75rem
  }

  .l\:right-3 {
    right: 0.75rem
  }

  .l\:bottom-3 {
    bottom: 0.75rem
  }

  .l\:left-3 {
    left: 0.75rem
  }

  .l\:top-4 {
    top: 1rem
  }

  .l\:right-4 {
    right: 1rem
  }

  .l\:bottom-4 {
    bottom: 1rem
  }

  .l\:left-4 {
    left: 1rem
  }

  .l\:top-5 {
    top: 1.25rem
  }

  .l\:right-5 {
    right: 1.25rem
  }

  .l\:bottom-5 {
    bottom: 1.25rem
  }

  .l\:left-5 {
    left: 1.25rem
  }

  .l\:top-6 {
    top: 1.5rem
  }

  .l\:right-6 {
    right: 1.5rem
  }

  .l\:bottom-6 {
    bottom: 1.5rem
  }

  .l\:left-6 {
    left: 1.5rem
  }

  .l\:top-7 {
    top: 1.75rem
  }

  .l\:right-7 {
    right: 1.75rem
  }

  .l\:bottom-7 {
    bottom: 1.75rem
  }

  .l\:left-7 {
    left: 1.75rem
  }

  .l\:top-8 {
    top: 2rem
  }

  .l\:right-8 {
    right: 2rem
  }

  .l\:bottom-8 {
    bottom: 2rem
  }

  .l\:left-8 {
    left: 2rem
  }

  .l\:top-9 {
    top: 2.25rem
  }

  .l\:right-9 {
    right: 2.25rem
  }

  .l\:bottom-9 {
    bottom: 2.25rem
  }

  .l\:left-9 {
    left: 2.25rem
  }

  .l\:top-10 {
    top: 2.5rem
  }

  .l\:right-10 {
    right: 2.5rem
  }

  .l\:bottom-10 {
    bottom: 2.5rem
  }

  .l\:left-10 {
    left: 2.5rem
  }

  .l\:top-11 {
    top: 2.75rem
  }

  .l\:right-11 {
    right: 2.75rem
  }

  .l\:bottom-11 {
    bottom: 2.75rem
  }

  .l\:left-11 {
    left: 2.75rem
  }

  .l\:top-12 {
    top: 3rem
  }

  .l\:right-12 {
    right: 3rem
  }

  .l\:bottom-12 {
    bottom: 3rem
  }

  .l\:left-12 {
    left: 3rem
  }

  .l\:top-14 {
    top: 3.5rem
  }

  .l\:right-14 {
    right: 3.5rem
  }

  .l\:bottom-14 {
    bottom: 3.5rem
  }

  .l\:left-14 {
    left: 3.5rem
  }

  .l\:top-16 {
    top: 4rem
  }

  .l\:right-16 {
    right: 4rem
  }

  .l\:bottom-16 {
    bottom: 4rem
  }

  .l\:left-16 {
    left: 4rem
  }

  .l\:top-20 {
    top: 5rem
  }

  .l\:right-20 {
    right: 5rem
  }

  .l\:bottom-20 {
    bottom: 5rem
  }

  .l\:left-20 {
    left: 5rem
  }

  .l\:top-24 {
    top: 6rem
  }

  .l\:right-24 {
    right: 6rem
  }

  .l\:bottom-24 {
    bottom: 6rem
  }

  .l\:left-24 {
    left: 6rem
  }

  .l\:top-28 {
    top: 7rem
  }

  .l\:right-28 {
    right: 7rem
  }

  .l\:bottom-28 {
    bottom: 7rem
  }

  .l\:left-28 {
    left: 7rem
  }

  .l\:top-32 {
    top: 8rem
  }

  .l\:right-32 {
    right: 8rem
  }

  .l\:bottom-32 {
    bottom: 8rem
  }

  .l\:left-32 {
    left: 8rem
  }

  .l\:top-36 {
    top: 9rem
  }

  .l\:right-36 {
    right: 9rem
  }

  .l\:bottom-36 {
    bottom: 9rem
  }

  .l\:left-36 {
    left: 9rem
  }

  .l\:top-40 {
    top: 10rem
  }

  .l\:right-40 {
    right: 10rem
  }

  .l\:bottom-40 {
    bottom: 10rem
  }

  .l\:left-40 {
    left: 10rem
  }

  .l\:top-44 {
    top: 11rem
  }

  .l\:right-44 {
    right: 11rem
  }

  .l\:bottom-44 {
    bottom: 11rem
  }

  .l\:left-44 {
    left: 11rem
  }

  .l\:top-48 {
    top: 12rem
  }

  .l\:right-48 {
    right: 12rem
  }

  .l\:bottom-48 {
    bottom: 12rem
  }

  .l\:left-48 {
    left: 12rem
  }

  .l\:top-52 {
    top: 13rem
  }

  .l\:right-52 {
    right: 13rem
  }

  .l\:bottom-52 {
    bottom: 13rem
  }

  .l\:left-52 {
    left: 13rem
  }

  .l\:top-56 {
    top: 14rem
  }

  .l\:right-56 {
    right: 14rem
  }

  .l\:bottom-56 {
    bottom: 14rem
  }

  .l\:left-56 {
    left: 14rem
  }

  .l\:top-60 {
    top: 15rem
  }

  .l\:right-60 {
    right: 15rem
  }

  .l\:bottom-60 {
    bottom: 15rem
  }

  .l\:left-60 {
    left: 15rem
  }

  .l\:top-64 {
    top: 16rem
  }

  .l\:right-64 {
    right: 16rem
  }

  .l\:bottom-64 {
    bottom: 16rem
  }

  .l\:left-64 {
    left: 16rem
  }

  .l\:top-72 {
    top: 18rem
  }

  .l\:right-72 {
    right: 18rem
  }

  .l\:bottom-72 {
    bottom: 18rem
  }

  .l\:left-72 {
    left: 18rem
  }

  .l\:top-80 {
    top: 20rem
  }

  .l\:right-80 {
    right: 20rem
  }

  .l\:bottom-80 {
    bottom: 20rem
  }

  .l\:left-80 {
    left: 20rem
  }

  .l\:top-96 {
    top: 24rem
  }

  .l\:right-96 {
    right: 24rem
  }

  .l\:bottom-96 {
    bottom: 24rem
  }

  .l\:left-96 {
    left: 24rem
  }

  .l\:top-auto {
    top: auto
  }

  .l\:right-auto {
    right: auto
  }

  .l\:bottom-auto {
    bottom: auto
  }

  .l\:left-auto {
    left: auto
  }

  .l\:top-px {
    top: 1px
  }

  .l\:right-px {
    right: 1px
  }

  .l\:bottom-px {
    bottom: 1px
  }

  .l\:left-px {
    left: 1px
  }

  .l\:top-0\.5 {
    top: 0.125rem
  }

  .l\:right-0\.5 {
    right: 0.125rem
  }

  .l\:bottom-0\.5 {
    bottom: 0.125rem
  }

  .l\:left-0\.5 {
    left: 0.125rem
  }

  .l\:top-1\.5 {
    top: 0.375rem
  }

  .l\:right-1\.5 {
    right: 0.375rem
  }

  .l\:bottom-1\.5 {
    bottom: 0.375rem
  }

  .l\:left-1\.5 {
    left: 0.375rem
  }

  .l\:top-2\.5 {
    top: 0.625rem
  }

  .l\:right-2\.5 {
    right: 0.625rem
  }

  .l\:bottom-2\.5 {
    bottom: 0.625rem
  }

  .l\:left-2\.5 {
    left: 0.625rem
  }

  .l\:top-3\.5 {
    top: 0.875rem
  }

  .l\:right-3\.5 {
    right: 0.875rem
  }

  .l\:bottom-3\.5 {
    bottom: 0.875rem
  }

  .l\:left-3\.5 {
    left: 0.875rem
  }

  .l\:-top-0 {
    top: 0px
  }

  .l\:-right-0 {
    right: 0px
  }

  .l\:-bottom-0 {
    bottom: 0px
  }

  .l\:-left-0 {
    left: 0px
  }

  .l\:-top-1 {
    top: -0.25rem
  }

  .l\:-right-1 {
    right: -0.25rem
  }

  .l\:-bottom-1 {
    bottom: -0.25rem
  }

  .l\:-left-1 {
    left: -0.25rem
  }

  .l\:-top-2 {
    top: -0.5rem
  }

  .l\:-right-2 {
    right: -0.5rem
  }

  .l\:-bottom-2 {
    bottom: -0.5rem
  }

  .l\:-left-2 {
    left: -0.5rem
  }

  .l\:-top-3 {
    top: -0.75rem
  }

  .l\:-right-3 {
    right: -0.75rem
  }

  .l\:-bottom-3 {
    bottom: -0.75rem
  }

  .l\:-left-3 {
    left: -0.75rem
  }

  .l\:-top-4 {
    top: -1rem
  }

  .l\:-right-4 {
    right: -1rem
  }

  .l\:-bottom-4 {
    bottom: -1rem
  }

  .l\:-left-4 {
    left: -1rem
  }

  .l\:-top-5 {
    top: -1.25rem
  }

  .l\:-right-5 {
    right: -1.25rem
  }

  .l\:-bottom-5 {
    bottom: -1.25rem
  }

  .l\:-left-5 {
    left: -1.25rem
  }

  .l\:-top-6 {
    top: -1.5rem
  }

  .l\:-right-6 {
    right: -1.5rem
  }

  .l\:-bottom-6 {
    bottom: -1.5rem
  }

  .l\:-left-6 {
    left: -1.5rem
  }

  .l\:-top-7 {
    top: -1.75rem
  }

  .l\:-right-7 {
    right: -1.75rem
  }

  .l\:-bottom-7 {
    bottom: -1.75rem
  }

  .l\:-left-7 {
    left: -1.75rem
  }

  .l\:-top-8 {
    top: -2rem
  }

  .l\:-right-8 {
    right: -2rem
  }

  .l\:-bottom-8 {
    bottom: -2rem
  }

  .l\:-left-8 {
    left: -2rem
  }

  .l\:-top-9 {
    top: -2.25rem
  }

  .l\:-right-9 {
    right: -2.25rem
  }

  .l\:-bottom-9 {
    bottom: -2.25rem
  }

  .l\:-left-9 {
    left: -2.25rem
  }

  .l\:-top-10 {
    top: -2.5rem
  }

  .l\:-right-10 {
    right: -2.5rem
  }

  .l\:-bottom-10 {
    bottom: -2.5rem
  }

  .l\:-left-10 {
    left: -2.5rem
  }

  .l\:-top-11 {
    top: -2.75rem
  }

  .l\:-right-11 {
    right: -2.75rem
  }

  .l\:-bottom-11 {
    bottom: -2.75rem
  }

  .l\:-left-11 {
    left: -2.75rem
  }

  .l\:-top-12 {
    top: -3rem
  }

  .l\:-right-12 {
    right: -3rem
  }

  .l\:-bottom-12 {
    bottom: -3rem
  }

  .l\:-left-12 {
    left: -3rem
  }

  .l\:-top-14 {
    top: -3.5rem
  }

  .l\:-right-14 {
    right: -3.5rem
  }

  .l\:-bottom-14 {
    bottom: -3.5rem
  }

  .l\:-left-14 {
    left: -3.5rem
  }

  .l\:-top-16 {
    top: -4rem
  }

  .l\:-right-16 {
    right: -4rem
  }

  .l\:-bottom-16 {
    bottom: -4rem
  }

  .l\:-left-16 {
    left: -4rem
  }

  .l\:-top-20 {
    top: -5rem
  }

  .l\:-right-20 {
    right: -5rem
  }

  .l\:-bottom-20 {
    bottom: -5rem
  }

  .l\:-left-20 {
    left: -5rem
  }

  .l\:-top-24 {
    top: -6rem
  }

  .l\:-right-24 {
    right: -6rem
  }

  .l\:-bottom-24 {
    bottom: -6rem
  }

  .l\:-left-24 {
    left: -6rem
  }

  .l\:-top-28 {
    top: -7rem
  }

  .l\:-right-28 {
    right: -7rem
  }

  .l\:-bottom-28 {
    bottom: -7rem
  }

  .l\:-left-28 {
    left: -7rem
  }

  .l\:-top-32 {
    top: -8rem
  }

  .l\:-right-32 {
    right: -8rem
  }

  .l\:-bottom-32 {
    bottom: -8rem
  }

  .l\:-left-32 {
    left: -8rem
  }

  .l\:-top-36 {
    top: -9rem
  }

  .l\:-right-36 {
    right: -9rem
  }

  .l\:-bottom-36 {
    bottom: -9rem
  }

  .l\:-left-36 {
    left: -9rem
  }

  .l\:-top-40 {
    top: -10rem
  }

  .l\:-right-40 {
    right: -10rem
  }

  .l\:-bottom-40 {
    bottom: -10rem
  }

  .l\:-left-40 {
    left: -10rem
  }

  .l\:-top-44 {
    top: -11rem
  }

  .l\:-right-44 {
    right: -11rem
  }

  .l\:-bottom-44 {
    bottom: -11rem
  }

  .l\:-left-44 {
    left: -11rem
  }

  .l\:-top-48 {
    top: -12rem
  }

  .l\:-right-48 {
    right: -12rem
  }

  .l\:-bottom-48 {
    bottom: -12rem
  }

  .l\:-left-48 {
    left: -12rem
  }

  .l\:-top-52 {
    top: -13rem
  }

  .l\:-right-52 {
    right: -13rem
  }

  .l\:-bottom-52 {
    bottom: -13rem
  }

  .l\:-left-52 {
    left: -13rem
  }

  .l\:-top-56 {
    top: -14rem
  }

  .l\:-right-56 {
    right: -14rem
  }

  .l\:-bottom-56 {
    bottom: -14rem
  }

  .l\:-left-56 {
    left: -14rem
  }

  .l\:-top-60 {
    top: -15rem
  }

  .l\:-right-60 {
    right: -15rem
  }

  .l\:-bottom-60 {
    bottom: -15rem
  }

  .l\:-left-60 {
    left: -15rem
  }

  .l\:-top-64 {
    top: -16rem
  }

  .l\:-right-64 {
    right: -16rem
  }

  .l\:-bottom-64 {
    bottom: -16rem
  }

  .l\:-left-64 {
    left: -16rem
  }

  .l\:-top-72 {
    top: -18rem
  }

  .l\:-right-72 {
    right: -18rem
  }

  .l\:-bottom-72 {
    bottom: -18rem
  }

  .l\:-left-72 {
    left: -18rem
  }

  .l\:-top-80 {
    top: -20rem
  }

  .l\:-right-80 {
    right: -20rem
  }

  .l\:-bottom-80 {
    bottom: -20rem
  }

  .l\:-left-80 {
    left: -20rem
  }

  .l\:-top-96 {
    top: -24rem
  }

  .l\:-right-96 {
    right: -24rem
  }

  .l\:-bottom-96 {
    bottom: -24rem
  }

  .l\:-left-96 {
    left: -24rem
  }

  .l\:-top-px {
    top: -1px
  }

  .l\:-right-px {
    right: -1px
  }

  .l\:-bottom-px {
    bottom: -1px
  }

  .l\:-left-px {
    left: -1px
  }

  .l\:-top-0\.5 {
    top: -0.125rem
  }

  .l\:-right-0\.5 {
    right: -0.125rem
  }

  .l\:-bottom-0\.5 {
    bottom: -0.125rem
  }

  .l\:-left-0\.5 {
    left: -0.125rem
  }

  .l\:-top-1\.5 {
    top: -0.375rem
  }

  .l\:-right-1\.5 {
    right: -0.375rem
  }

  .l\:-bottom-1\.5 {
    bottom: -0.375rem
  }

  .l\:-left-1\.5 {
    left: -0.375rem
  }

  .l\:-top-2\.5 {
    top: -0.625rem
  }

  .l\:-right-2\.5 {
    right: -0.625rem
  }

  .l\:-bottom-2\.5 {
    bottom: -0.625rem
  }

  .l\:-left-2\.5 {
    left: -0.625rem
  }

  .l\:-top-3\.5 {
    top: -0.875rem
  }

  .l\:-right-3\.5 {
    right: -0.875rem
  }

  .l\:-bottom-3\.5 {
    bottom: -0.875rem
  }

  .l\:-left-3\.5 {
    left: -0.875rem
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l\:top-full {
    top: 100%
  }

  .l\:right-full {
    right: 100%
  }

  .l\:bottom-full {
    bottom: 100%
  }

  .l\:left-full {
    left: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l\:-top-full {
    top: -100%
  }

  .l\:-right-full {
    right: -100%
  }

  .l\:-bottom-full {
    bottom: -100%
  }

  .l\:-left-full {
    left: -100%
  }

  .l\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .l\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow:hover {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow:focus {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .l\:text-left {
    text-align: left
  }

  .l\:text-center {
    text-align: center
  }

  .l\:text-right {
    text-align: right
  }

  .l\:text-justify {
    text-align: justify
  }

  .l\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .l\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .l\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .l\:group-hover\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .group:hover .l\:group-hover\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .group:hover .l\:group-hover\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .l\:focus-within\:text-color1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .l\:focus-within\:text-color2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .l\:focus-within\:text-color3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .l\:hover\:text-color1:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .l\:hover\:text-color2:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .l\:hover\:text-color3:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .l\:focus\:text-color1:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .l\:focus\:text-color2:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .l\:focus\:text-color3:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .l\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .l\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .l\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .l\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .l\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .l\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .l\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .l\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .l\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .l\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .l\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .l\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .l\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .l\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .l\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .group:hover .l\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .group:hover .l\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .group:hover .l\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .group:hover .l\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .group:hover .l\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .group:hover .l\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .group:hover .l\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .group:hover .l\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .group:hover .l\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .group:hover .l\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .group:hover .l\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .group:hover .l\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .group:hover .l\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .group:hover .l\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .group:hover .l\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .l\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }

  .l\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }

  .l\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }

  .l\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }

  .l\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }

  .l\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }

  .l\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }

  .l\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }

  .l\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }

  .l\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }

  .l\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }

  .l\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }

  .l\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }

  .l\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }

  .l\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }

  .l\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }

  .l\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }

  .l\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }

  .l\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }

  .l\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }

  .l\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }

  .l\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }

  .l\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }

  .l\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }

  .l\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }

  .l\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }

  .l\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }

  .l\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }

  .l\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }

  .l\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }

  .l\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }

  .l\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }

  .l\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }

  .l\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }

  .l\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }

  .l\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }

  .l\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }

  .l\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }

  .l\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }

  .l\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }

  .l\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }

  .l\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }

  .l\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }

  .l\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }

  .l\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }

  .l\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .l\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .l\:overflow-clip {
    text-overflow: clip
  }

  .l\:underline {
    text-decoration: underline
  }

  .l\:line-through {
    text-decoration: line-through
  }

  .l\:no-underline {
    text-decoration: none
  }

  .group:hover .l\:group-hover\:underline {
    text-decoration: underline
  }

  .group:hover .l\:group-hover\:line-through {
    text-decoration: line-through
  }

  .group:hover .l\:group-hover\:no-underline {
    text-decoration: none
  }

  .l\:focus-within\:underline:focus-within {
    text-decoration: underline
  }

  .l\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }

  .l\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }

  .l\:hover\:underline:hover {
    text-decoration: underline
  }

  .l\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .l\:hover\:no-underline:hover {
    text-decoration: none
  }

  .l\:focus\:underline:focus {
    text-decoration: underline
  }

  .l\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .l\:focus\:no-underline:focus {
    text-decoration: none
  }

  .l\:align-baseline {
    vertical-align: baseline
  }

  .l\:align-top {
    vertical-align: top
  }

  .l\:align-middle {
    vertical-align: middle
  }

  .l\:align-bottom {
    vertical-align: bottom
  }

  .l\:align-text-top {
    vertical-align: text-top
  }

  .l\:align-text-bottom {
    vertical-align: text-bottom
  }

  .l\:visible {
    visibility: visible
  }

  .l\:invisible {
    visibility: hidden
  }

  .l\:whitespace-normal {
    white-space: normal
  }

  .l\:whitespace-nowrap {
    white-space: nowrap
  }

  .l\:whitespace-pre {
    white-space: pre
  }

  .l\:whitespace-pre-line {
    white-space: pre-line
  }

  .l\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .l\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .l\:break-words {
    overflow-wrap: break-word
  }

  .l\:break-all {
    word-break: break-all
  }

  .l\:w-0 {
    width: 0px
  }

  .l\:w-1 {
    width: 0.25rem
  }

  .l\:w-2 {
    width: 0.5rem
  }

  .l\:w-3 {
    width: 0.75rem
  }

  .l\:w-4 {
    width: 1rem
  }

  .l\:w-5 {
    width: 1.25rem
  }

  .l\:w-6 {
    width: 1.5rem
  }

  .l\:w-7 {
    width: 1.75rem
  }

  .l\:w-8 {
    width: 2rem
  }

  .l\:w-9 {
    width: 2.25rem
  }

  .l\:w-10 {
    width: 2.5rem
  }

  .l\:w-11 {
    width: 2.75rem
  }

  .l\:w-12 {
    width: 3rem
  }

  .l\:w-14 {
    width: 3.5rem
  }

  .l\:w-16 {
    width: 4rem
  }

  .l\:w-20 {
    width: 5rem
  }

  .l\:w-24 {
    width: 6rem
  }

  .l\:w-28 {
    width: 7rem
  }

  .l\:w-32 {
    width: 8rem
  }

  .l\:w-36 {
    width: 9rem
  }

  .l\:w-40 {
    width: 10rem
  }

  .l\:w-44 {
    width: 11rem
  }

  .l\:w-48 {
    width: 12rem
  }

  .l\:w-52 {
    width: 13rem
  }

  .l\:w-56 {
    width: 14rem
  }

  .l\:w-60 {
    width: 15rem
  }

  .l\:w-64 {
    width: 16rem
  }

  .l\:w-72 {
    width: 18rem
  }

  .l\:w-80 {
    width: 20rem
  }

  .l\:w-96 {
    width: 24rem
  }

  .l\:w-auto {
    width: auto
  }

  .l\:w-px {
    width: 1px
  }

  .l\:w-0\.5 {
    width: 0.125rem
  }

  .l\:w-1\.5 {
    width: 0.375rem
  }

  .l\:w-2\.5 {
    width: 0.625rem
  }

  .l\:w-3\.5 {
    width: 0.875rem
  }

  .l\:w-1\/2 {
    width: 50%
  }

  .l\:w-1\/3 {
    width: 33.333333%
  }

  .l\:w-2\/3 {
    width: 66.666667%
  }

  .l\:w-1\/4 {
    width: 25%
  }

  .l\:w-2\/4 {
    width: 50%
  }

  .l\:w-3\/4 {
    width: 75%
  }

  .l\:w-1\/5 {
    width: 20%
  }

  .l\:w-2\/5 {
    width: 40%
  }

  .l\:w-3\/5 {
    width: 60%
  }

  .l\:w-4\/5 {
    width: 80%
  }

  .l\:w-1\/6 {
    width: 16.666667%
  }

  .l\:w-2\/6 {
    width: 33.333333%
  }

  .l\:w-3\/6 {
    width: 50%
  }

  .l\:w-4\/6 {
    width: 66.666667%
  }

  .l\:w-5\/6 {
    width: 83.333333%
  }

  .l\:w-1\/12 {
    width: 8.333333%
  }

  .l\:w-2\/12 {
    width: 16.666667%
  }

  .l\:w-3\/12 {
    width: 25%
  }

  .l\:w-4\/12 {
    width: 33.333333%
  }

  .l\:w-5\/12 {
    width: 41.666667%
  }

  .l\:w-6\/12 {
    width: 50%
  }

  .l\:w-7\/12 {
    width: 58.333333%
  }

  .l\:w-8\/12 {
    width: 66.666667%
  }

  .l\:w-9\/12 {
    width: 75%
  }

  .l\:w-10\/12 {
    width: 83.333333%
  }

  .l\:w-11\/12 {
    width: 91.666667%
  }

  .l\:w-full {
    width: 100%
  }

  .l\:w-screen {
    width: 100vw
  }

  .l\:w-min {
    width: min-content
  }

  .l\:w-max {
    width: max-content
  }

  .l\:z-0 {
    z-index: 0
  }

  .l\:z-10 {
    z-index: 10
  }

  .l\:z-20 {
    z-index: 20
  }

  .l\:z-30 {
    z-index: 30
  }

  .l\:z-40 {
    z-index: 40
  }

  .l\:z-50 {
    z-index: 50
  }

  .l\:z-auto {
    z-index: auto
  }

  .l\:focus-within\:z-0:focus-within {
    z-index: 0
  }

  .l\:focus-within\:z-10:focus-within {
    z-index: 10
  }

  .l\:focus-within\:z-20:focus-within {
    z-index: 20
  }

  .l\:focus-within\:z-30:focus-within {
    z-index: 30
  }

  .l\:focus-within\:z-40:focus-within {
    z-index: 40
  }

  .l\:focus-within\:z-50:focus-within {
    z-index: 50
  }

  .l\:focus-within\:z-auto:focus-within {
    z-index: auto
  }

  .l\:focus\:z-0:focus {
    z-index: 0
  }

  .l\:focus\:z-10:focus {
    z-index: 10
  }

  .l\:focus\:z-20:focus {
    z-index: 20
  }

  .l\:focus\:z-30:focus {
    z-index: 30
  }

  .l\:focus\:z-40:focus {
    z-index: 40
  }

  .l\:focus\:z-50:focus {
    z-index: 50
  }

  .l\:focus\:z-auto:focus {
    z-index: auto
  }

  .l\:isolate {
    isolation: isolate
  }

  .l\:isolation-auto {
    isolation: auto
  }

  .l\:gap-0 {
    gap: 0px
  }

  .l\:gap-1 {
    gap: 0.25rem
  }

  .l\:gap-2 {
    gap: 0.5rem
  }

  .l\:gap-3 {
    gap: 0.75rem
  }

  .l\:gap-4 {
    gap: 1rem
  }

  .l\:gap-5 {
    gap: 1.25rem
  }

  .l\:gap-6 {
    gap: 1.5rem
  }

  .l\:gap-7 {
    gap: 1.75rem
  }

  .l\:gap-8 {
    gap: 2rem
  }

  .l\:gap-9 {
    gap: 2.25rem
  }

  .l\:gap-10 {
    gap: 2.5rem
  }

  .l\:gap-11 {
    gap: 2.75rem
  }

  .l\:gap-12 {
    gap: 3rem
  }

  .l\:gap-14 {
    gap: 3.5rem
  }

  .l\:gap-16 {
    gap: 4rem
  }

  .l\:gap-20 {
    gap: 5rem
  }

  .l\:gap-24 {
    gap: 6rem
  }

  .l\:gap-28 {
    gap: 7rem
  }

  .l\:gap-32 {
    gap: 8rem
  }

  .l\:gap-36 {
    gap: 9rem
  }

  .l\:gap-40 {
    gap: 10rem
  }

  .l\:gap-44 {
    gap: 11rem
  }

  .l\:gap-48 {
    gap: 12rem
  }

  .l\:gap-52 {
    gap: 13rem
  }

  .l\:gap-56 {
    gap: 14rem
  }

  .l\:gap-60 {
    gap: 15rem
  }

  .l\:gap-64 {
    gap: 16rem
  }

  .l\:gap-72 {
    gap: 18rem
  }

  .l\:gap-80 {
    gap: 20rem
  }

  .l\:gap-96 {
    gap: 24rem
  }

  .l\:gap-px {
    gap: 1px
  }

  .l\:gap-0\.5 {
    gap: 0.125rem
  }

  .l\:gap-1\.5 {
    gap: 0.375rem
  }

  .l\:gap-2\.5 {
    gap: 0.625rem
  }

  .l\:gap-3\.5 {
    gap: 0.875rem
  }

  .l\:gap-x-0 {
    column-gap: 0px
  }

  .l\:gap-x-1 {
    column-gap: 0.25rem
  }

  .l\:gap-x-2 {
    column-gap: 0.5rem
  }

  .l\:gap-x-3 {
    column-gap: 0.75rem
  }

  .l\:gap-x-4 {
    column-gap: 1rem
  }

  .l\:gap-x-5 {
    column-gap: 1.25rem
  }

  .l\:gap-x-6 {
    column-gap: 1.5rem
  }

  .l\:gap-x-7 {
    column-gap: 1.75rem
  }

  .l\:gap-x-8 {
    column-gap: 2rem
  }

  .l\:gap-x-9 {
    column-gap: 2.25rem
  }

  .l\:gap-x-10 {
    column-gap: 2.5rem
  }

  .l\:gap-x-11 {
    column-gap: 2.75rem
  }

  .l\:gap-x-12 {
    column-gap: 3rem
  }

  .l\:gap-x-14 {
    column-gap: 3.5rem
  }

  .l\:gap-x-16 {
    column-gap: 4rem
  }

  .l\:gap-x-20 {
    column-gap: 5rem
  }

  .l\:gap-x-24 {
    column-gap: 6rem
  }

  .l\:gap-x-28 {
    column-gap: 7rem
  }

  .l\:gap-x-32 {
    column-gap: 8rem
  }

  .l\:gap-x-36 {
    column-gap: 9rem
  }

  .l\:gap-x-40 {
    column-gap: 10rem
  }

  .l\:gap-x-44 {
    column-gap: 11rem
  }

  .l\:gap-x-48 {
    column-gap: 12rem
  }

  .l\:gap-x-52 {
    column-gap: 13rem
  }

  .l\:gap-x-56 {
    column-gap: 14rem
  }

  .l\:gap-x-60 {
    column-gap: 15rem
  }

  .l\:gap-x-64 {
    column-gap: 16rem
  }

  .l\:gap-x-72 {
    column-gap: 18rem
  }

  .l\:gap-x-80 {
    column-gap: 20rem
  }

  .l\:gap-x-96 {
    column-gap: 24rem
  }

  .l\:gap-x-px {
    column-gap: 1px
  }

  .l\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .l\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .l\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .l\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .l\:gap-y-0 {
    row-gap: 0px
  }

  .l\:gap-y-1 {
    row-gap: 0.25rem
  }

  .l\:gap-y-2 {
    row-gap: 0.5rem
  }

  .l\:gap-y-3 {
    row-gap: 0.75rem
  }

  .l\:gap-y-4 {
    row-gap: 1rem
  }

  .l\:gap-y-5 {
    row-gap: 1.25rem
  }

  .l\:gap-y-6 {
    row-gap: 1.5rem
  }

  .l\:gap-y-7 {
    row-gap: 1.75rem
  }

  .l\:gap-y-8 {
    row-gap: 2rem
  }

  .l\:gap-y-9 {
    row-gap: 2.25rem
  }

  .l\:gap-y-10 {
    row-gap: 2.5rem
  }

  .l\:gap-y-11 {
    row-gap: 2.75rem
  }

  .l\:gap-y-12 {
    row-gap: 3rem
  }

  .l\:gap-y-14 {
    row-gap: 3.5rem
  }

  .l\:gap-y-16 {
    row-gap: 4rem
  }

  .l\:gap-y-20 {
    row-gap: 5rem
  }

  .l\:gap-y-24 {
    row-gap: 6rem
  }

  .l\:gap-y-28 {
    row-gap: 7rem
  }

  .l\:gap-y-32 {
    row-gap: 8rem
  }

  .l\:gap-y-36 {
    row-gap: 9rem
  }

  .l\:gap-y-40 {
    row-gap: 10rem
  }

  .l\:gap-y-44 {
    row-gap: 11rem
  }

  .l\:gap-y-48 {
    row-gap: 12rem
  }

  .l\:gap-y-52 {
    row-gap: 13rem
  }

  .l\:gap-y-56 {
    row-gap: 14rem
  }

  .l\:gap-y-60 {
    row-gap: 15rem
  }

  .l\:gap-y-64 {
    row-gap: 16rem
  }

  .l\:gap-y-72 {
    row-gap: 18rem
  }

  .l\:gap-y-80 {
    row-gap: 20rem
  }

  .l\:gap-y-96 {
    row-gap: 24rem
  }

  .l\:gap-y-px {
    row-gap: 1px
  }

  .l\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .l\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .l\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .l\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .l\:grid-flow-row {
    grid-auto-flow: row
  }

  .l\:grid-flow-col {
    grid-auto-flow: column
  }

  .l\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .l\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .l\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr)
  }

  .l\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr)
  }

  .l\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr)
  }

  .l\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr)
  }

  .l\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr)
  }

  .l\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr)
  }

  .l\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr)
  }

  .l\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr)
  }

  .l\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr)
  }

  .l\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr)
  }

  .l\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr)
  }

  .l\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr)
  }

  .l\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr)
  }

  .l\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr)
  }

  .l\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr)
  }

  .l\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr)
  }

  .l\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr)
  }

  .l\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr)
  }

  .l\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr)
  }

  .l\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr)
  }

  .l\:grid-cols-21 {
    grid-template-columns: repeat(21, 1fr)
  }

  .l\:grid-cols-22 {
    grid-template-columns: repeat(22, 1fr)
  }

  .l\:grid-cols-23 {
    grid-template-columns: repeat(23, 1fr)
  }

  .l\:grid-cols-24 {
    grid-template-columns: repeat(24, 1fr)
  }

  .l\:grid-cols-none {
    grid-template-columns: none
  }

  .l\:col-auto {
    grid-column: auto
  }

  .l\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .l\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .l\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .l\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .l\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .l\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .l\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .l\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .l\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .l\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .l\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .l\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .l\:col-span-full {
    grid-column: 1 / -1
  }

  .l\:col-span-13 {
    grid-column: span 13 / span 13
  }

  .l\:col-span-14 {
    grid-column: span 14 / span 14
  }

  .l\:col-span-15 {
    grid-column: span 15 / span 15
  }

  .l\:col-span-16 {
    grid-column: span 16 / span 16
  }

  .l\:col-span-17 {
    grid-column: span 17 / span 17
  }

  .l\:col-span-18 {
    grid-column: span 18 / span 18
  }

  .l\:col-span-19 {
    grid-column: span 19 / span 19
  }

  .l\:col-span-20 {
    grid-column: span 20 / span 20
  }

  .l\:col-span-21 {
    grid-column: span 21 / span 21
  }

  .l\:col-span-22 {
    grid-column: span 22 / span 22
  }

  .l\:col-span-23 {
    grid-column: span 23 / span 23
  }

  .l\:col-span-24 {
    grid-column: span 24 / span 24
  }

  .l\:col-start-1 {
    grid-column-start: 1
  }

  .l\:col-start-2 {
    grid-column-start: 2
  }

  .l\:col-start-3 {
    grid-column-start: 3
  }

  .l\:col-start-4 {
    grid-column-start: 4
  }

  .l\:col-start-5 {
    grid-column-start: 5
  }

  .l\:col-start-6 {
    grid-column-start: 6
  }

  .l\:col-start-7 {
    grid-column-start: 7
  }

  .l\:col-start-8 {
    grid-column-start: 8
  }

  .l\:col-start-9 {
    grid-column-start: 9
  }

  .l\:col-start-10 {
    grid-column-start: 10
  }

  .l\:col-start-11 {
    grid-column-start: 11
  }

  .l\:col-start-12 {
    grid-column-start: 12
  }

  .l\:col-start-13 {
    grid-column-start: 13
  }

  .l\:col-start-14 {
    grid-column-start: 14
  }

  .l\:col-start-15 {
    grid-column-start: 15
  }

  .l\:col-start-16 {
    grid-column-start: 16
  }

  .l\:col-start-17 {
    grid-column-start: 17
  }

  .l\:col-start-18 {
    grid-column-start: 18
  }

  .l\:col-start-19 {
    grid-column-start: 19
  }

  .l\:col-start-20 {
    grid-column-start: 20
  }

  .l\:col-start-21 {
    grid-column-start: 21
  }

  .l\:col-start-22 {
    grid-column-start: 22
  }

  .l\:col-start-23 {
    grid-column-start: 23
  }

  .l\:col-start-24 {
    grid-column-start: 24
  }

  .l\:col-start-auto {
    grid-column-start: auto
  }

  .l\:col-end-1 {
    grid-column-end: 1
  }

  .l\:col-end-2 {
    grid-column-end: 2
  }

  .l\:col-end-3 {
    grid-column-end: 3
  }

  .l\:col-end-4 {
    grid-column-end: 4
  }

  .l\:col-end-5 {
    grid-column-end: 5
  }

  .l\:col-end-6 {
    grid-column-end: 6
  }

  .l\:col-end-7 {
    grid-column-end: 7
  }

  .l\:col-end-8 {
    grid-column-end: 8
  }

  .l\:col-end-9 {
    grid-column-end: 9
  }

  .l\:col-end-10 {
    grid-column-end: 10
  }

  .l\:col-end-11 {
    grid-column-end: 11
  }

  .l\:col-end-12 {
    grid-column-end: 12
  }

  .l\:col-end-13 {
    grid-column-end: 13
  }

  .l\:col-end-14 {
    grid-column-end: 14
  }

  .l\:col-end-15 {
    grid-column-end: 15
  }

  .l\:col-end-16 {
    grid-column-end: 16
  }

  .l\:col-end-17 {
    grid-column-end: 17
  }

  .l\:col-end-18 {
    grid-column-end: 18
  }

  .l\:col-end-19 {
    grid-column-end: 19
  }

  .l\:col-end-20 {
    grid-column-end: 20
  }

  .l\:col-end-21 {
    grid-column-end: 21
  }

  .l\:col-end-22 {
    grid-column-end: 22
  }

  .l\:col-end-23 {
    grid-column-end: 23
  }

  .l\:col-end-24 {
    grid-column-end: 24
  }

  .l\:col-end-25 {
    grid-column-end: 25
  }

  .l\:col-end-auto {
    grid-column-end: auto
  }

  .l\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .l\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .l\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .l\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .l\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .l\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .l\:grid-rows-none {
    grid-template-rows: none
  }

  .l\:row-auto {
    grid-row: auto
  }

  .l\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .l\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .l\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .l\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .l\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .l\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .l\:row-span-full {
    grid-row: 1 / -1
  }

  .l\:row-start-1 {
    grid-row-start: 1
  }

  .l\:row-start-2 {
    grid-row-start: 2
  }

  .l\:row-start-3 {
    grid-row-start: 3
  }

  .l\:row-start-4 {
    grid-row-start: 4
  }

  .l\:row-start-5 {
    grid-row-start: 5
  }

  .l\:row-start-6 {
    grid-row-start: 6
  }

  .l\:row-start-7 {
    grid-row-start: 7
  }

  .l\:row-start-auto {
    grid-row-start: auto
  }

  .l\:row-end-1 {
    grid-row-end: 1
  }

  .l\:row-end-2 {
    grid-row-end: 2
  }

  .l\:row-end-3 {
    grid-row-end: 3
  }

  .l\:row-end-4 {
    grid-row-end: 4
  }

  .l\:row-end-5 {
    grid-row-end: 5
  }

  .l\:row-end-6 {
    grid-row-end: 6
  }

  .l\:row-end-7 {
    grid-row-end: 7
  }

  .l\:row-end-auto {
    grid-row-end: auto
  }

  .l\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .l\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .l\:transform-none {
    transform: none
  }

  .l\:origin-center {
    transform-origin: center
  }

  .l\:origin-top {
    transform-origin: top
  }

  .l\:origin-top-right {
    transform-origin: top right
  }

  .l\:origin-right {
    transform-origin: right
  }

  .l\:origin-bottom-right {
    transform-origin: bottom right
  }

  .l\:origin-bottom {
    transform-origin: bottom
  }

  .l\:origin-bottom-left {
    transform-origin: bottom left
  }

  .l\:origin-left {
    transform-origin: left
  }

  .l\:origin-top-left {
    transform-origin: top left
  }

  .l\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .l\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .l\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .l\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .l\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .l\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .l\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .l\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .l\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .l\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .l\:scale-x-0 {
    --tw-scale-x: 0
  }

  .l\:scale-x-50 {
    --tw-scale-x: .5
  }

  .l\:scale-x-75 {
    --tw-scale-x: .75
  }

  .l\:scale-x-90 {
    --tw-scale-x: .9
  }

  .l\:scale-x-95 {
    --tw-scale-x: .95
  }

  .l\:scale-x-100 {
    --tw-scale-x: 1
  }

  .l\:scale-x-105 {
    --tw-scale-x: 1.05
  }

  .l\:scale-x-110 {
    --tw-scale-x: 1.1
  }

  .l\:scale-x-125 {
    --tw-scale-x: 1.25
  }

  .l\:scale-x-150 {
    --tw-scale-x: 1.5
  }

  .l\:scale-y-0 {
    --tw-scale-y: 0
  }

  .l\:scale-y-50 {
    --tw-scale-y: .5
  }

  .l\:scale-y-75 {
    --tw-scale-y: .75
  }

  .l\:scale-y-90 {
    --tw-scale-y: .9
  }

  .l\:scale-y-95 {
    --tw-scale-y: .95
  }

  .l\:scale-y-100 {
    --tw-scale-y: 1
  }

  .l\:scale-y-105 {
    --tw-scale-y: 1.05
  }

  .l\:scale-y-110 {
    --tw-scale-y: 1.1
  }

  .l\:scale-y-125 {
    --tw-scale-y: 1.25
  }

  .l\:scale-y-150 {
    --tw-scale-y: 1.5
  }

  .l\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .l\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .l\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .l\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .l\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .l\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .l\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .l\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .l\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .l\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .l\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }

  .l\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }

  .l\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }

  .l\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }

  .l\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }

  .l\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }

  .l\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }

  .l\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }

  .l\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }

  .l\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }

  .l\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }

  .l\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }

  .l\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }

  .l\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }

  .l\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }

  .l\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }

  .l\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }

  .l\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }

  .l\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }

  .l\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }

  .l\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .l\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .l\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .l\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .l\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .l\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .l\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .l\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .l\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .l\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .l\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }

  .l\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }

  .l\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }

  .l\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }

  .l\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }

  .l\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }

  .l\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }

  .l\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }

  .l\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }

  .l\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }

  .l\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }

  .l\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }

  .l\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }

  .l\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }

  .l\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }

  .l\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }

  .l\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }

  .l\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }

  .l\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }

  .l\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }

  .l\:rotate-0 {
    --tw-rotate: 0deg
  }

  .l\:rotate-1 {
    --tw-rotate: 1deg
  }

  .l\:rotate-2 {
    --tw-rotate: 2deg
  }

  .l\:rotate-3 {
    --tw-rotate: 3deg
  }

  .l\:rotate-6 {
    --tw-rotate: 6deg
  }

  .l\:rotate-12 {
    --tw-rotate: 12deg
  }

  .l\:rotate-45 {
    --tw-rotate: 45deg
  }

  .l\:rotate-90 {
    --tw-rotate: 90deg
  }

  .l\:rotate-180 {
    --tw-rotate: 180deg
  }

  .l\:-rotate-180 {
    --tw-rotate: -180deg
  }

  .l\:-rotate-90 {
    --tw-rotate: -90deg
  }

  .l\:-rotate-45 {
    --tw-rotate: -45deg
  }

  .l\:-rotate-12 {
    --tw-rotate: -12deg
  }

  .l\:-rotate-6 {
    --tw-rotate: -6deg
  }

  .l\:-rotate-3 {
    --tw-rotate: -3deg
  }

  .l\:-rotate-2 {
    --tw-rotate: -2deg
  }

  .l\:-rotate-1 {
    --tw-rotate: -1deg
  }

  .l\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }

  .l\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }

  .l\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }

  .l\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }

  .l\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }

  .l\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }

  .l\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }

  .l\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }

  .l\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }

  .l\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }

  .l\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }

  .l\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }

  .l\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }

  .l\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }

  .l\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }

  .l\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }

  .l\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }

  .l\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }

  .l\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }

  .l\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }

  .l\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }

  .l\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }

  .l\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }

  .l\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }

  .l\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }

  .l\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }

  .l\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }

  .l\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }

  .l\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }

  .l\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }

  .l\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }

  .l\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }

  .l\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }

  .l\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }

  .l\:translate-x-0 {
    --tw-translate-x: 0px
  }

  .l\:translate-x-1 {
    --tw-translate-x: 0.25rem
  }

  .l\:translate-x-2 {
    --tw-translate-x: 0.5rem
  }

  .l\:translate-x-3 {
    --tw-translate-x: 0.75rem
  }

  .l\:translate-x-4 {
    --tw-translate-x: 1rem
  }

  .l\:translate-x-5 {
    --tw-translate-x: 1.25rem
  }

  .l\:translate-x-6 {
    --tw-translate-x: 1.5rem
  }

  .l\:translate-x-7 {
    --tw-translate-x: 1.75rem
  }

  .l\:translate-x-8 {
    --tw-translate-x: 2rem
  }

  .l\:translate-x-9 {
    --tw-translate-x: 2.25rem
  }

  .l\:translate-x-10 {
    --tw-translate-x: 2.5rem
  }

  .l\:translate-x-11 {
    --tw-translate-x: 2.75rem
  }

  .l\:translate-x-12 {
    --tw-translate-x: 3rem
  }

  .l\:translate-x-14 {
    --tw-translate-x: 3.5rem
  }

  .l\:translate-x-16 {
    --tw-translate-x: 4rem
  }

  .l\:translate-x-20 {
    --tw-translate-x: 5rem
  }

  .l\:translate-x-24 {
    --tw-translate-x: 6rem
  }

  .l\:translate-x-28 {
    --tw-translate-x: 7rem
  }

  .l\:translate-x-32 {
    --tw-translate-x: 8rem
  }

  .l\:translate-x-36 {
    --tw-translate-x: 9rem
  }

  .l\:translate-x-40 {
    --tw-translate-x: 10rem
  }

  .l\:translate-x-44 {
    --tw-translate-x: 11rem
  }

  .l\:translate-x-48 {
    --tw-translate-x: 12rem
  }

  .l\:translate-x-52 {
    --tw-translate-x: 13rem
  }

  .l\:translate-x-56 {
    --tw-translate-x: 14rem
  }

  .l\:translate-x-60 {
    --tw-translate-x: 15rem
  }

  .l\:translate-x-64 {
    --tw-translate-x: 16rem
  }

  .l\:translate-x-72 {
    --tw-translate-x: 18rem
  }

  .l\:translate-x-80 {
    --tw-translate-x: 20rem
  }

  .l\:translate-x-96 {
    --tw-translate-x: 24rem
  }

  .l\:translate-x-px {
    --tw-translate-x: 1px
  }

  .l\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem
  }

  .l\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem
  }

  .l\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem
  }

  .l\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem
  }

  .l\:-translate-x-0 {
    --tw-translate-x: 0px
  }

  .l\:-translate-x-1 {
    --tw-translate-x: -0.25rem
  }

  .l\:-translate-x-2 {
    --tw-translate-x: -0.5rem
  }

  .l\:-translate-x-3 {
    --tw-translate-x: -0.75rem
  }

  .l\:-translate-x-4 {
    --tw-translate-x: -1rem
  }

  .l\:-translate-x-5 {
    --tw-translate-x: -1.25rem
  }

  .l\:-translate-x-6 {
    --tw-translate-x: -1.5rem
  }

  .l\:-translate-x-7 {
    --tw-translate-x: -1.75rem
  }

  .l\:-translate-x-8 {
    --tw-translate-x: -2rem
  }

  .l\:-translate-x-9 {
    --tw-translate-x: -2.25rem
  }

  .l\:-translate-x-10 {
    --tw-translate-x: -2.5rem
  }

  .l\:-translate-x-11 {
    --tw-translate-x: -2.75rem
  }

  .l\:-translate-x-12 {
    --tw-translate-x: -3rem
  }

  .l\:-translate-x-14 {
    --tw-translate-x: -3.5rem
  }

  .l\:-translate-x-16 {
    --tw-translate-x: -4rem
  }

  .l\:-translate-x-20 {
    --tw-translate-x: -5rem
  }

  .l\:-translate-x-24 {
    --tw-translate-x: -6rem
  }

  .l\:-translate-x-28 {
    --tw-translate-x: -7rem
  }

  .l\:-translate-x-32 {
    --tw-translate-x: -8rem
  }

  .l\:-translate-x-36 {
    --tw-translate-x: -9rem
  }

  .l\:-translate-x-40 {
    --tw-translate-x: -10rem
  }

  .l\:-translate-x-44 {
    --tw-translate-x: -11rem
  }

  .l\:-translate-x-48 {
    --tw-translate-x: -12rem
  }

  .l\:-translate-x-52 {
    --tw-translate-x: -13rem
  }

  .l\:-translate-x-56 {
    --tw-translate-x: -14rem
  }

  .l\:-translate-x-60 {
    --tw-translate-x: -15rem
  }

  .l\:-translate-x-64 {
    --tw-translate-x: -16rem
  }

  .l\:-translate-x-72 {
    --tw-translate-x: -18rem
  }

  .l\:-translate-x-80 {
    --tw-translate-x: -20rem
  }

  .l\:-translate-x-96 {
    --tw-translate-x: -24rem
  }

  .l\:-translate-x-px {
    --tw-translate-x: -1px
  }

  .l\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem
  }

  .l\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem
  }

  .l\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem
  }

  .l\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem
  }

  .l\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }

  .l\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }

  .l\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }

  .l\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }

  .l\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }

  .l\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }

  .l\:translate-x-full {
    --tw-translate-x: 100%
  }

  .l\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }

  .l\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }

  .l\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }

  .l\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }

  .l\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }

  .l\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }

  .l\:-translate-x-full {
    --tw-translate-x: -100%
  }

  .l\:translate-y-0 {
    --tw-translate-y: 0px
  }

  .l\:translate-y-1 {
    --tw-translate-y: 0.25rem
  }

  .l\:translate-y-2 {
    --tw-translate-y: 0.5rem
  }

  .l\:translate-y-3 {
    --tw-translate-y: 0.75rem
  }

  .l\:translate-y-4 {
    --tw-translate-y: 1rem
  }

  .l\:translate-y-5 {
    --tw-translate-y: 1.25rem
  }

  .l\:translate-y-6 {
    --tw-translate-y: 1.5rem
  }

  .l\:translate-y-7 {
    --tw-translate-y: 1.75rem
  }

  .l\:translate-y-8 {
    --tw-translate-y: 2rem
  }

  .l\:translate-y-9 {
    --tw-translate-y: 2.25rem
  }

  .l\:translate-y-10 {
    --tw-translate-y: 2.5rem
  }

  .l\:translate-y-11 {
    --tw-translate-y: 2.75rem
  }

  .l\:translate-y-12 {
    --tw-translate-y: 3rem
  }

  .l\:translate-y-14 {
    --tw-translate-y: 3.5rem
  }

  .l\:translate-y-16 {
    --tw-translate-y: 4rem
  }

  .l\:translate-y-20 {
    --tw-translate-y: 5rem
  }

  .l\:translate-y-24 {
    --tw-translate-y: 6rem
  }

  .l\:translate-y-28 {
    --tw-translate-y: 7rem
  }

  .l\:translate-y-32 {
    --tw-translate-y: 8rem
  }

  .l\:translate-y-36 {
    --tw-translate-y: 9rem
  }

  .l\:translate-y-40 {
    --tw-translate-y: 10rem
  }

  .l\:translate-y-44 {
    --tw-translate-y: 11rem
  }

  .l\:translate-y-48 {
    --tw-translate-y: 12rem
  }

  .l\:translate-y-52 {
    --tw-translate-y: 13rem
  }

  .l\:translate-y-56 {
    --tw-translate-y: 14rem
  }

  .l\:translate-y-60 {
    --tw-translate-y: 15rem
  }

  .l\:translate-y-64 {
    --tw-translate-y: 16rem
  }

  .l\:translate-y-72 {
    --tw-translate-y: 18rem
  }

  .l\:translate-y-80 {
    --tw-translate-y: 20rem
  }

  .l\:translate-y-96 {
    --tw-translate-y: 24rem
  }

  .l\:translate-y-px {
    --tw-translate-y: 1px
  }

  .l\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem
  }

  .l\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem
  }

  .l\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem
  }

  .l\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem
  }

  .l\:-translate-y-0 {
    --tw-translate-y: 0px
  }

  .l\:-translate-y-1 {
    --tw-translate-y: -0.25rem
  }

  .l\:-translate-y-2 {
    --tw-translate-y: -0.5rem
  }

  .l\:-translate-y-3 {
    --tw-translate-y: -0.75rem
  }

  .l\:-translate-y-4 {
    --tw-translate-y: -1rem
  }

  .l\:-translate-y-5 {
    --tw-translate-y: -1.25rem
  }

  .l\:-translate-y-6 {
    --tw-translate-y: -1.5rem
  }

  .l\:-translate-y-7 {
    --tw-translate-y: -1.75rem
  }

  .l\:-translate-y-8 {
    --tw-translate-y: -2rem
  }

  .l\:-translate-y-9 {
    --tw-translate-y: -2.25rem
  }

  .l\:-translate-y-10 {
    --tw-translate-y: -2.5rem
  }

  .l\:-translate-y-11 {
    --tw-translate-y: -2.75rem
  }

  .l\:-translate-y-12 {
    --tw-translate-y: -3rem
  }

  .l\:-translate-y-14 {
    --tw-translate-y: -3.5rem
  }

  .l\:-translate-y-16 {
    --tw-translate-y: -4rem
  }

  .l\:-translate-y-20 {
    --tw-translate-y: -5rem
  }

  .l\:-translate-y-24 {
    --tw-translate-y: -6rem
  }

  .l\:-translate-y-28 {
    --tw-translate-y: -7rem
  }

  .l\:-translate-y-32 {
    --tw-translate-y: -8rem
  }

  .l\:-translate-y-36 {
    --tw-translate-y: -9rem
  }

  .l\:-translate-y-40 {
    --tw-translate-y: -10rem
  }

  .l\:-translate-y-44 {
    --tw-translate-y: -11rem
  }

  .l\:-translate-y-48 {
    --tw-translate-y: -12rem
  }

  .l\:-translate-y-52 {
    --tw-translate-y: -13rem
  }

  .l\:-translate-y-56 {
    --tw-translate-y: -14rem
  }

  .l\:-translate-y-60 {
    --tw-translate-y: -15rem
  }

  .l\:-translate-y-64 {
    --tw-translate-y: -16rem
  }

  .l\:-translate-y-72 {
    --tw-translate-y: -18rem
  }

  .l\:-translate-y-80 {
    --tw-translate-y: -20rem
  }

  .l\:-translate-y-96 {
    --tw-translate-y: -24rem
  }

  .l\:-translate-y-px {
    --tw-translate-y: -1px
  }

  .l\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem
  }

  .l\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem
  }

  .l\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem
  }

  .l\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem
  }

  .l\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }

  .l\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }

  .l\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }

  .l\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }

  .l\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }

  .l\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }

  .l\:translate-y-full {
    --tw-translate-y: 100%
  }

  .l\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }

  .l\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }

  .l\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }

  .l\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }

  .l\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }

  .l\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }

  .l\:-translate-y-full {
    --tw-translate-y: -100%
  }

  .l\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .l\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem
  }

  .l\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem
  }

  .l\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem
  }

  .l\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem
  }

  .l\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem
  }

  .l\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem
  }

  .l\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem
  }

  .l\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem
  }

  .l\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem
  }

  .l\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem
  }

  .l\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem
  }

  .l\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem
  }

  .l\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem
  }

  .l\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem
  }

  .l\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem
  }

  .l\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem
  }

  .l\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem
  }

  .l\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem
  }

  .l\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem
  }

  .l\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem
  }

  .l\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem
  }

  .l\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem
  }

  .l\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem
  }

  .l\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem
  }

  .l\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem
  }

  .l\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem
  }

  .l\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem
  }

  .l\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem
  }

  .l\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem
  }

  .l\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }

  .l\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem
  }

  .l\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem
  }

  .l\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem
  }

  .l\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem
  }

  .l\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .l\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem
  }

  .l\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem
  }

  .l\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem
  }

  .l\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem
  }

  .l\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem
  }

  .l\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem
  }

  .l\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem
  }

  .l\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem
  }

  .l\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem
  }

  .l\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem
  }

  .l\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem
  }

  .l\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem
  }

  .l\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem
  }

  .l\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem
  }

  .l\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem
  }

  .l\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem
  }

  .l\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem
  }

  .l\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem
  }

  .l\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem
  }

  .l\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem
  }

  .l\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem
  }

  .l\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem
  }

  .l\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem
  }

  .l\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem
  }

  .l\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem
  }

  .l\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem
  }

  .l\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem
  }

  .l\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem
  }

  .l\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem
  }

  .l\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }

  .l\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem
  }

  .l\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem
  }

  .l\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem
  }

  .l\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem
  }

  .l\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }

  .l\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }

  .l\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }

  .l\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }

  .l\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }

  .l\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }

  .l\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }

  .l\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }

  .l\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }

  .l\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }

  .l\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }

  .l\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }

  .l\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }

  .l\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }

  .l\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .l\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem
  }

  .l\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem
  }

  .l\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem
  }

  .l\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem
  }

  .l\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem
  }

  .l\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem
  }

  .l\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem
  }

  .l\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem
  }

  .l\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem
  }

  .l\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem
  }

  .l\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem
  }

  .l\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem
  }

  .l\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem
  }

  .l\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem
  }

  .l\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem
  }

  .l\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem
  }

  .l\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem
  }

  .l\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem
  }

  .l\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem
  }

  .l\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem
  }

  .l\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem
  }

  .l\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem
  }

  .l\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem
  }

  .l\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem
  }

  .l\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem
  }

  .l\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem
  }

  .l\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem
  }

  .l\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem
  }

  .l\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem
  }

  .l\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }

  .l\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem
  }

  .l\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem
  }

  .l\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem
  }

  .l\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem
  }

  .l\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .l\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem
  }

  .l\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
  }

  .l\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem
  }

  .l\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem
  }

  .l\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem
  }

  .l\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem
  }

  .l\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem
  }

  .l\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem
  }

  .l\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem
  }

  .l\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem
  }

  .l\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem
  }

  .l\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem
  }

  .l\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem
  }

  .l\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem
  }

  .l\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem
  }

  .l\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem
  }

  .l\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem
  }

  .l\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem
  }

  .l\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem
  }

  .l\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem
  }

  .l\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem
  }

  .l\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem
  }

  .l\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem
  }

  .l\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem
  }

  .l\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem
  }

  .l\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem
  }

  .l\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem
  }

  .l\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem
  }

  .l\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem
  }

  .l\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }

  .l\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem
  }

  .l\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem
  }

  .l\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem
  }

  .l\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem
  }

  .l\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }

  .l\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }

  .l\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }

  .l\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }

  .l\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }

  .l\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }

  .l\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }

  .l\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }

  .l\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }

  .l\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }

  .l\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }

  .l\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }

  .l\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }

  .l\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }

  .l\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .l\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem
  }

  .l\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem
  }

  .l\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem
  }

  .l\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem
  }

  .l\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem
  }

  .l\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem
  }

  .l\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem
  }

  .l\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem
  }

  .l\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem
  }

  .l\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem
  }

  .l\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem
  }

  .l\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem
  }

  .l\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem
  }

  .l\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem
  }

  .l\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem
  }

  .l\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem
  }

  .l\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem
  }

  .l\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem
  }

  .l\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem
  }

  .l\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem
  }

  .l\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem
  }

  .l\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem
  }

  .l\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem
  }

  .l\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem
  }

  .l\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem
  }

  .l\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem
  }

  .l\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem
  }

  .l\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem
  }

  .l\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem
  }

  .l\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }

  .l\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem
  }

  .l\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem
  }

  .l\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem
  }

  .l\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem
  }

  .l\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .l\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem
  }

  .l\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem
  }

  .l\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem
  }

  .l\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem
  }

  .l\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem
  }

  .l\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem
  }

  .l\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem
  }

  .l\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem
  }

  .l\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem
  }

  .l\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem
  }

  .l\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem
  }

  .l\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem
  }

  .l\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem
  }

  .l\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem
  }

  .l\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem
  }

  .l\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem
  }

  .l\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem
  }

  .l\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem
  }

  .l\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem
  }

  .l\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem
  }

  .l\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem
  }

  .l\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem
  }

  .l\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem
  }

  .l\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem
  }

  .l\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem
  }

  .l\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem
  }

  .l\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem
  }

  .l\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem
  }

  .l\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem
  }

  .l\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }

  .l\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem
  }

  .l\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem
  }

  .l\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem
  }

  .l\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem
  }

  .l\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }

  .l\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }

  .l\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }

  .l\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }

  .l\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }

  .l\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }

  .l\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }

  .l\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }

  .l\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }

  .l\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }

  .l\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }

  .l\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }

  .l\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }

  .l\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }

  .l\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .l\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem
  }

  .l\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem
  }

  .l\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem
  }

  .l\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem
  }

  .l\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem
  }

  .l\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem
  }

  .l\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem
  }

  .l\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem
  }

  .l\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem
  }

  .l\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem
  }

  .l\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem
  }

  .l\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem
  }

  .l\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem
  }

  .l\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem
  }

  .l\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem
  }

  .l\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem
  }

  .l\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem
  }

  .l\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem
  }

  .l\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem
  }

  .l\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem
  }

  .l\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem
  }

  .l\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem
  }

  .l\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem
  }

  .l\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem
  }

  .l\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem
  }

  .l\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem
  }

  .l\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem
  }

  .l\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem
  }

  .l\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem
  }

  .l\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }

  .l\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem
  }

  .l\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem
  }

  .l\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem
  }

  .l\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem
  }

  .l\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .l\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem
  }

  .l\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem
  }

  .l\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem
  }

  .l\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem
  }

  .l\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem
  }

  .l\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem
  }

  .l\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem
  }

  .l\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem
  }

  .l\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem
  }

  .l\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem
  }

  .l\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem
  }

  .l\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem
  }

  .l\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem
  }

  .l\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem
  }

  .l\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem
  }

  .l\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem
  }

  .l\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem
  }

  .l\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem
  }

  .l\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem
  }

  .l\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem
  }

  .l\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem
  }

  .l\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem
  }

  .l\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem
  }

  .l\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem
  }

  .l\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem
  }

  .l\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem
  }

  .l\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem
  }

  .l\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem
  }

  .l\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem
  }

  .l\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }

  .l\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem
  }

  .l\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem
  }

  .l\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem
  }

  .l\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem
  }

  .l\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }

  .l\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }

  .l\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }

  .l\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }

  .l\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }

  .l\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }

  .l\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }

  .l\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }

  .l\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }

  .l\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }

  .l\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }

  .l\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }

  .l\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }

  .l\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }

  .l\:mix-blend-normal {
    mix-blend-mode: normal
  }

  .l\:mix-blend-multiply {
    mix-blend-mode: multiply
  }

  .l\:mix-blend-screen {
    mix-blend-mode: screen
  }

  .l\:mix-blend-overlay {
    mix-blend-mode: overlay
  }

  .l\:mix-blend-darken {
    mix-blend-mode: darken
  }

  .l\:mix-blend-lighten {
    mix-blend-mode: lighten
  }

  .l\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }

  .l\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }

  .l\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }

  .l\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }

  .l\:mix-blend-difference {
    mix-blend-mode: difference
  }

  .l\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }

  .l\:mix-blend-hue {
    mix-blend-mode: hue
  }

  .l\:mix-blend-saturation {
    mix-blend-mode: saturation
  }

  .l\:mix-blend-color {
    mix-blend-mode: color
  }

  .l\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }

  .l\:bg-blend-normal {
    background-blend-mode: normal
  }

  .l\:bg-blend-multiply {
    background-blend-mode: multiply
  }

  .l\:bg-blend-screen {
    background-blend-mode: screen
  }

  .l\:bg-blend-overlay {
    background-blend-mode: overlay
  }

  .l\:bg-blend-darken {
    background-blend-mode: darken
  }

  .l\:bg-blend-lighten {
    background-blend-mode: lighten
  }

  .l\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }

  .l\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }

  .l\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }

  .l\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }

  .l\:bg-blend-difference {
    background-blend-mode: difference
  }

  .l\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }

  .l\:bg-blend-hue {
    background-blend-mode: hue
  }

  .l\:bg-blend-saturation {
    background-blend-mode: saturation
  }

  .l\:bg-blend-color {
    background-blend-mode: color
  }

  .l\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }

  .l\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .l\:filter-none {
    filter: none
  }

  .l\:blur-0 {
    --tw-blur: blur(0)
  }

  .l\:blur-sm {
    --tw-blur: blur(4px)
  }

  .l\:blur {
    --tw-blur: blur(8px)
  }

  .l\:blur-md {
    --tw-blur: blur(12px)
  }

  .l\:blur-lg {
    --tw-blur: blur(16px)
  }

  .l\:blur-xl {
    --tw-blur: blur(24px)
  }

  .l\:blur-2xl {
    --tw-blur: blur(40px)
  }

  .l\:blur-3xl {
    --tw-blur: blur(64px)
  }

  .l\:brightness-0 {
    --tw-brightness: brightness(0)
  }

  .l\:brightness-50 {
    --tw-brightness: brightness(.5)
  }

  .l\:brightness-75 {
    --tw-brightness: brightness(.75)
  }

  .l\:brightness-90 {
    --tw-brightness: brightness(.9)
  }

  .l\:brightness-95 {
    --tw-brightness: brightness(.95)
  }

  .l\:brightness-100 {
    --tw-brightness: brightness(1)
  }

  .l\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }

  .l\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }

  .l\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }

  .l\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }

  .l\:brightness-200 {
    --tw-brightness: brightness(2)
  }

  .l\:contrast-0 {
    --tw-contrast: contrast(0)
  }

  .l\:contrast-50 {
    --tw-contrast: contrast(.5)
  }

  .l\:contrast-75 {
    --tw-contrast: contrast(.75)
  }

  .l\:contrast-100 {
    --tw-contrast: contrast(1)
  }

  .l\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }

  .l\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }

  .l\:contrast-200 {
    --tw-contrast: contrast(2)
  }

  .l\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .l\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .l\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .l\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .l\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .l\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .l\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000)
  }

  .l\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }

  .l\:grayscale {
    --tw-grayscale: grayscale(100%)
  }

  .l\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }

  .l\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }

  .l\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }

  .l\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }

  .l\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }

  .l\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }

  .l\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }

  .l\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }

  .l\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }

  .l\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }

  .l\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }

  .l\:invert-0 {
    --tw-invert: invert(0)
  }

  .l\:invert {
    --tw-invert: invert(100%)
  }

  .l\:saturate-0 {
    --tw-saturate: saturate(0)
  }

  .l\:saturate-50 {
    --tw-saturate: saturate(.5)
  }

  .l\:saturate-100 {
    --tw-saturate: saturate(1)
  }

  .l\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }

  .l\:saturate-200 {
    --tw-saturate: saturate(2)
  }

  .l\:sepia-0 {
    --tw-sepia: sepia(0)
  }

  .l\:sepia {
    --tw-sepia: sepia(100%)
  }

  .l\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .l\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none
  }

  .l\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }

  .l\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }

  .l\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }

  .l\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }

  .l\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }

  .l\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }

  .l\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }

  .l\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }

  .l\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }

  .l\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }

  .l\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }

  .l\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }

  .l\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }

  .l\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }

  .l\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }

  .l\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }

  .l\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }

  .l\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }

  .l\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }

  .l\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }

  .l\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }

  .l\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }

  .l\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }

  .l\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }

  .l\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }

  .l\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }

  .l\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }

  .l\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }

  .l\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }

  .l\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }

  .l\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }

  .l\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }

  .l\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }

  .l\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }

  .l\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }

  .l\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }

  .l\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }

  .l\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }

  .l\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }

  .l\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
}

@media (max-width: 993px) {
  .m\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .m\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .m\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .m\:group-hover\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .group:hover .m\:group-hover\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .group:hover .m\:group-hover\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .m\:focus-within\:bg-color1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .m\:focus-within\:bg-color2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .m\:focus-within\:bg-color3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .m\:hover\:bg-color1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .m\:hover\:bg-color2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .m\:hover\:bg-color3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .m\:focus\:bg-color1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .m\:focus\:bg-color2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .m\:focus\:bg-color3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .m\:bg-none {
    background-image: none
  }

  .m\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
  }

  .m\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .m\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
  }

  .m\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .m\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .m\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .m\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
  }

  .m\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .m\:bg-auto {
    background-size: auto
  }

  .m\:bg-cover {
    background-size: cover
  }

  .m\:bg-contain {
    background-size: contain
  }

  .m\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .m\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .m\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .m\:group-hover\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .group:hover .m\:group-hover\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .group:hover .m\:group-hover\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .m\:focus-within\:border-color1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .m\:focus-within\:border-color2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .m\:focus-within\:border-color3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .m\:hover\:border-color1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .m\:hover\:border-color2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .m\:hover\:border-color3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .m\:focus\:border-color1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .m\:focus\:border-color2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .m\:focus\:border-color3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .m\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .m\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .m\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .m\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .m\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .m\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .m\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .m\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .m\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .m\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .m\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .m\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .m\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .m\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .m\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .group:hover .m\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .group:hover .m\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .group:hover .m\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .group:hover .m\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .group:hover .m\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .group:hover .m\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .group:hover .m\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .group:hover .m\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .group:hover .m\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .group:hover .m\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .group:hover .m\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .group:hover .m\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .group:hover .m\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .group:hover .m\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .group:hover .m\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .m\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }

  .m\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }

  .m\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }

  .m\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }

  .m\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }

  .m\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }

  .m\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }

  .m\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }

  .m\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }

  .m\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }

  .m\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }

  .m\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }

  .m\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }

  .m\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }

  .m\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }

  .m\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }

  .m\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }

  .m\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }

  .m\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }

  .m\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }

  .m\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }

  .m\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }

  .m\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }

  .m\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }

  .m\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }

  .m\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }

  .m\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }

  .m\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }

  .m\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }

  .m\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }

  .m\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }

  .m\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }

  .m\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }

  .m\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }

  .m\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }

  .m\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }

  .m\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }

  .m\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }

  .m\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }

  .m\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }

  .m\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }

  .m\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }

  .m\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }

  .m\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }

  .m\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }

  .m\:rounded-none {
    border-radius: 0px
  }

  .m\:rounded-sm {
    border-radius: 0.125rem
  }

  .m\:rounded {
    border-radius: 0.25rem
  }

  .m\:rounded-md {
    border-radius: 0.375rem
  }

  .m\:rounded-lg {
    border-radius: 0.5rem
  }

  .m\:rounded-xl {
    border-radius: 0.75rem
  }

  .m\:rounded-2xl {
    border-radius: 1rem
  }

  .m\:rounded-3xl {
    border-radius: 1.5rem
  }

  .m\:rounded-full {
    border-radius: 9999px
  }

  .m\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
  }

  .m\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
  }

  .m\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .m\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .m\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .m\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .m\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .m\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .m\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .m\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .m\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .m\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .m\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .m\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .m\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .m\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .m\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .m\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .m\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .m\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .m\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem
  }

  .m\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem
  }

  .m\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .m\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .m\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
  }

  .m\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
  }

  .m\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .m\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .m\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
  }

  .m\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
  }

  .m\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

  .m\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

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

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

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

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

  .m\:rounded-tl-none {
    border-top-left-radius: 0px
  }

  .m\:rounded-tr-none {
    border-top-right-radius: 0px
  }

  .m\:rounded-br-none {
    border-bottom-right-radius: 0px
  }

  .m\:rounded-bl-none {
    border-bottom-left-radius: 0px
  }

  .m\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .m\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .m\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .m\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .m\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .m\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .m\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .m\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .m\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .m\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .m\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .m\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .m\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .m\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .m\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .m\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .m\:rounded-tl-xl {
    border-top-left-radius: 0.75rem
  }

  .m\:rounded-tr-xl {
    border-top-right-radius: 0.75rem
  }

  .m\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem
  }

  .m\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem
  }

  .m\:rounded-tl-2xl {
    border-top-left-radius: 1rem
  }

  .m\:rounded-tr-2xl {
    border-top-right-radius: 1rem
  }

  .m\:rounded-br-2xl {
    border-bottom-right-radius: 1rem
  }

  .m\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem
  }

  .m\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem
  }

  .m\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem
  }

  .m\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem
  }

  .m\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem
  }

  .m\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .m\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .m\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .m\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .m\:border-solid {
    border-style: solid
  }

  .m\:border-dashed {
    border-style: dashed
  }

  .m\:border-dotted {
    border-style: dotted
  }

  .m\:border-double {
    border-style: double
  }

  .m\:border-none {
    border-style: none
  }

  .m\:border-0 {
    border-width: 0px
  }

  .m\:border-2 {
    border-width: 2px
  }

  .m\:border-4 {
    border-width: 4px
  }

  .m\:border-8 {
    border-width: 8px
  }

  .m\:border {
    border-width: 1px
  }

  .m\:border-t-0 {
    border-top-width: 0px
  }

  .m\:border-r-0 {
    border-right-width: 0px
  }

  .m\:border-b-0 {
    border-bottom-width: 0px
  }

  .m\:border-l-0 {
    border-left-width: 0px
  }

  .m\:border-t-2 {
    border-top-width: 2px
  }

  .m\:border-r-2 {
    border-right-width: 2px
  }

  .m\:border-b-2 {
    border-bottom-width: 2px
  }

  .m\:border-l-2 {
    border-left-width: 2px
  }

  .m\:border-t-4 {
    border-top-width: 4px
  }

  .m\:border-r-4 {
    border-right-width: 4px
  }

  .m\:border-b-4 {
    border-bottom-width: 4px
  }

  .m\:border-l-4 {
    border-left-width: 4px
  }

  .m\:border-t-8 {
    border-top-width: 8px
  }

  .m\:border-r-8 {
    border-right-width: 8px
  }

  .m\:border-b-8 {
    border-bottom-width: 8px
  }

  .m\:border-l-8 {
    border-left-width: 8px
  }

  .m\:border-t {
    border-top-width: 1px
  }

  .m\:border-r {
    border-right-width: 1px
  }

  .m\:border-b {
    border-bottom-width: 1px
  }

  .m\:border-l {
    border-left-width: 1px
  }

  .m\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice
  }

  .m\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone
  }

  .m\:block {
    display: block
  }

  .m\:inline-block {
    display: inline-block
  }

  .m\:inline {
    display: inline
  }

  .m\:flex {
    display: flex
  }

  .m\:inline-flex {
    display: inline-flex
  }

  .m\:table {
    display: table
  }

  .m\:inline-table {
    display: inline-table
  }

  .m\:table-caption {
    display: table-caption
  }

  .m\:table-cell {
    display: table-cell
  }

  .m\:table-column {
    display: table-column
  }

  .m\:table-column-group {
    display: table-column-group
  }

  .m\:table-footer-group {
    display: table-footer-group
  }

  .m\:table-header-group {
    display: table-header-group
  }

  .m\:table-row-group {
    display: table-row-group
  }

  .m\:table-row {
    display: table-row
  }

  .m\:flow-root {
    display: flow-root
  }

  .m\:grid {
    display: grid
  }

  .m\:inline-grid {
    display: inline-grid
  }

  .m\:contents {
    display: contents
  }

  .m\:list-item {
    display: list-item
  }

  .m\:hidden {
    display: none
  }

  .m\:flex-row {
    flex-direction: row
  }

  .m\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .m\:flex-col {
    flex-direction: column
  }

  .m\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .m\:flex-wrap {
    flex-wrap: wrap
  }

  .m\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .m\:flex-nowrap {
    flex-wrap: nowrap
  }

  .m\:items-start {
    align-items: flex-start
  }

  .m\:items-end {
    align-items: flex-end
  }

  .m\:items-center {
    align-items: center
  }

  .m\:items-baseline {
    align-items: baseline
  }

  .m\:items-stretch {
    align-items: stretch
  }

  .m\:content-center {
    align-content: center
  }

  .m\:content-start {
    align-content: flex-start
  }

  .m\:content-end {
    align-content: flex-end
  }

  .m\:content-between {
    align-content: space-between
  }

  .m\:content-around {
    align-content: space-around
  }

  .m\:content-evenly {
    align-content: space-evenly
  }

  .m\:self-auto {
    align-self: auto
  }

  .m\:self-start {
    align-self: flex-start
  }

  .m\:self-end {
    align-self: flex-end
  }

  .m\:self-center {
    align-self: center
  }

  .m\:self-stretch {
    align-self: stretch
  }

  .m\:justify-items-start {
    justify-items: start
  }

  .m\:justify-items-end {
    justify-items: end
  }

  .m\:justify-items-center {
    justify-items: center
  }

  .m\:justify-items-stretch {
    justify-items: stretch
  }

  .m\:justify-start {
    justify-content: flex-start
  }

  .m\:justify-end {
    justify-content: flex-end
  }

  .m\:justify-center {
    justify-content: center
  }

  .m\:justify-between {
    justify-content: space-between
  }

  .m\:justify-around {
    justify-content: space-around
  }

  .m\:justify-evenly {
    justify-content: space-evenly
  }

  .m\:justify-self-auto {
    justify-self: auto
  }

  .m\:justify-self-start {
    justify-self: start
  }

  .m\:justify-self-end {
    justify-self: end
  }

  .m\:justify-self-center {
    justify-self: center
  }

  .m\:justify-self-stretch {
    justify-self: stretch
  }

  .m\:flex-1 {
    flex: 1 1 0%
  }

  .m\:flex-auto {
    flex: 1 1 auto
  }

  .m\:flex-initial {
    flex: 0 1 auto
  }

  .m\:flex-none {
    flex: none
  }

  .m\:flex-grow-0 {
    flex-grow: 0
  }

  .m\:flex-grow {
    flex-grow: 1
  }

  .m\:flex-shrink-0 {
    flex-shrink: 0
  }

  .m\:flex-shrink {
    flex-shrink: 1
  }

  .m\:order-1 {
    order: 1
  }

  .m\:order-2 {
    order: 2
  }

  .m\:order-3 {
    order: 3
  }

  .m\:order-4 {
    order: 4
  }

  .m\:order-5 {
    order: 5
  }

  .m\:order-6 {
    order: 6
  }

  .m\:order-7 {
    order: 7
  }

  .m\:order-8 {
    order: 8
  }

  .m\:order-9 {
    order: 9
  }

  .m\:order-10 {
    order: 10
  }

  .m\:order-11 {
    order: 11
  }

  .m\:order-12 {
    order: 12
  }

  .m\:order-first {
    order: -9999
  }

  .m\:order-last {
    order: 9999
  }

  .m\:order-none {
    order: 0
  }

  .m\:float-right {
    float: right
  }

  .m\:float-left {
    float: left
  }

  .m\:float-none {
    float: none
  }

  .m\:clear-left {
    clear: left
  }

  .m\:clear-right {
    clear: right
  }

  .m\:clear-both {
    clear: both
  }

  .m\:clear-none {
    clear: none
  }

  .m\:font-thin {
    font-weight: 100
  }

  .m\:font-extralight {
    font-weight: 200
  }

  .m\:font-light {
    font-weight: 300
  }

  .m\:font-normal {
    font-weight: 400
  }

  .m\:font-medium {
    font-weight: 500
  }

  .m\:font-semibold {
    font-weight: 600
  }

  .m\:font-bold {
    font-weight: 700
  }

  .m\:font-extrabold {
    font-weight: 800
  }

  .m\:font-black {
    font-weight: 900
  }

  .m\:h-0 {
    height: 0px
  }

  .m\:h-1 {
    height: 0.25rem
  }

  .m\:h-2 {
    height: 0.5rem
  }

  .m\:h-3 {
    height: 0.75rem
  }

  .m\:h-4 {
    height: 1rem
  }

  .m\:h-5 {
    height: 1.25rem
  }

  .m\:h-6 {
    height: 1.5rem
  }

  .m\:h-7 {
    height: 1.75rem
  }

  .m\:h-8 {
    height: 2rem
  }

  .m\:h-9 {
    height: 2.25rem
  }

  .m\:h-10 {
    height: 2.5rem
  }

  .m\:h-11 {
    height: 2.75rem
  }

  .m\:h-12 {
    height: 3rem
  }

  .m\:h-14 {
    height: 3.5rem
  }

  .m\:h-16 {
    height: 4rem
  }

  .m\:h-20 {
    height: 5rem
  }

  .m\:h-24 {
    height: 6rem
  }

  .m\:h-28 {
    height: 7rem
  }

  .m\:h-32 {
    height: 8rem
  }

  .m\:h-36 {
    height: 9rem
  }

  .m\:h-40 {
    height: 10rem
  }

  .m\:h-44 {
    height: 11rem
  }

  .m\:h-48 {
    height: 12rem
  }

  .m\:h-52 {
    height: 13rem
  }

  .m\:h-56 {
    height: 14rem
  }

  .m\:h-60 {
    height: 15rem
  }

  .m\:h-64 {
    height: 16rem
  }

  .m\:h-72 {
    height: 18rem
  }

  .m\:h-80 {
    height: 20rem
  }

  .m\:h-96 {
    height: 24rem
  }

  .m\:h-auto {
    height: auto
  }

  .m\:h-px {
    height: 1px
  }

  .m\:h-0\.5 {
    height: 0.125rem
  }

  .m\:h-1\.5 {
    height: 0.375rem
  }

  .m\:h-2\.5 {
    height: 0.625rem
  }

  .m\:h-3\.5 {
    height: 0.875rem
  }

  .m\:h-1\/2 {
    height: 50%
  }

  .m\:h-1\/3 {
    height: 33.333333%
  }

  .m\:h-2\/3 {
    height: 66.666667%
  }

  .m\:h-1\/4 {
    height: 25%
  }

  .m\:h-2\/4 {
    height: 50%
  }

  .m\:h-3\/4 {
    height: 75%
  }

  .m\:h-1\/5 {
    height: 20%
  }

  .m\:h-2\/5 {
    height: 40%
  }

  .m\:h-3\/5 {
    height: 60%
  }

  .m\:h-4\/5 {
    height: 80%
  }

  .m\:h-1\/6 {
    height: 16.666667%
  }

  .m\:h-2\/6 {
    height: 33.333333%
  }

  .m\:h-3\/6 {
    height: 50%
  }

  .m\:h-4\/6 {
    height: 66.666667%
  }

  .m\:h-5\/6 {
    height: 83.333333%
  }

  .m\:h-full {
    height: 100%
  }

  .m\:h-screen {
    height: 100vh
  }

  .m\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .m\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .m\:text-base {
    font-size: 1rem
  }

  .m\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .m\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .m\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .m\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .m\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .m\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .m\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .m\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .m\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }

  .m\:text-9xl {
    font-size: 8rem;
    line-height: 1
  }

  .m\:text-f1 {
    font-size: 1.25rem
  }

  .m\:text-f2 {
    font-size: 1.875rem
  }

  .m\:text-f3 {
    font-size: 1.25rem
  }

  .m\:text-f4 {
    font-size: 0.9375rem
  }

  .m\:text-f5 {
    font-size: 0.625rem
  }

  .m\:leading-3 {
    line-height: .75rem
  }

  .m\:leading-4 {
    line-height: 1rem
  }

  .m\:leading-5 {
    line-height: 1.25rem
  }

  .m\:leading-6 {
    line-height: 1.5rem
  }

  .m\:leading-7 {
    line-height: 1.75rem
  }

  .m\:leading-8 {
    line-height: 2rem
  }

  .m\:leading-9 {
    line-height: 2.25rem
  }

  .m\:leading-10 {
    line-height: 2.5rem
  }

  .m\:leading-none {
    line-height: 1
  }

  .m\:leading-tight {
    line-height: 1.25
  }

  .m\:leading-snug {
    line-height: 1.375
  }

  .m\:leading-normal {
    line-height: 1.5
  }

  .m\:leading-relaxed {
    line-height: 1.625
  }

  .m\:leading-loose {
    line-height: 2
  }

  .m\:m-0 {
    margin: 0px
  }

  .m\:m-1 {
    margin: 0.25rem
  }

  .m\:m-2 {
    margin: 0.5rem
  }

  .m\:m-3 {
    margin: 0.75rem
  }

  .m\:m-4 {
    margin: 1rem
  }

  .m\:m-5 {
    margin: 1.25rem
  }

  .m\:m-6 {
    margin: 1.5rem
  }

  .m\:m-7 {
    margin: 1.75rem
  }

  .m\:m-8 {
    margin: 2rem
  }

  .m\:m-9 {
    margin: 2.25rem
  }

  .m\:m-10 {
    margin: 2.5rem
  }

  .m\:m-11 {
    margin: 2.75rem
  }

  .m\:m-12 {
    margin: 3rem
  }

  .m\:m-14 {
    margin: 3.5rem
  }

  .m\:m-16 {
    margin: 4rem
  }

  .m\:m-20 {
    margin: 5rem
  }

  .m\:m-24 {
    margin: 6rem
  }

  .m\:m-28 {
    margin: 7rem
  }

  .m\:m-32 {
    margin: 8rem
  }

  .m\:m-36 {
    margin: 9rem
  }

  .m\:m-40 {
    margin: 10rem
  }

  .m\:m-44 {
    margin: 11rem
  }

  .m\:m-48 {
    margin: 12rem
  }

  .m\:m-52 {
    margin: 13rem
  }

  .m\:m-56 {
    margin: 14rem
  }

  .m\:m-60 {
    margin: 15rem
  }

  .m\:m-64 {
    margin: 16rem
  }

  .m\:m-72 {
    margin: 18rem
  }

  .m\:m-80 {
    margin: 20rem
  }

  .m\:m-96 {
    margin: 24rem
  }

  .m\:m-auto {
    margin: auto
  }

  .m\:m-px {
    margin: 1px
  }

  .m\:m-0\.5 {
    margin: 0.125rem
  }

  .m\:m-1\.5 {
    margin: 0.375rem
  }

  .m\:m-2\.5 {
    margin: 0.625rem
  }

  .m\:m-3\.5 {
    margin: 0.875rem
  }

  .m\:-m-0 {
    margin: 0px
  }

  .m\:-m-1 {
    margin: -0.25rem
  }

  .m\:-m-2 {
    margin: -0.5rem
  }

  .m\:-m-3 {
    margin: -0.75rem
  }

  .m\:-m-4 {
    margin: -1rem
  }

  .m\:-m-5 {
    margin: -1.25rem
  }

  .m\:-m-6 {
    margin: -1.5rem
  }

  .m\:-m-7 {
    margin: -1.75rem
  }

  .m\:-m-8 {
    margin: -2rem
  }

  .m\:-m-9 {
    margin: -2.25rem
  }

  .m\:-m-10 {
    margin: -2.5rem
  }

  .m\:-m-11 {
    margin: -2.75rem
  }

  .m\:-m-12 {
    margin: -3rem
  }

  .m\:-m-14 {
    margin: -3.5rem
  }

  .m\:-m-16 {
    margin: -4rem
  }

  .m\:-m-20 {
    margin: -5rem
  }

  .m\:-m-24 {
    margin: -6rem
  }

  .m\:-m-28 {
    margin: -7rem
  }

  .m\:-m-32 {
    margin: -8rem
  }

  .m\:-m-36 {
    margin: -9rem
  }

  .m\:-m-40 {
    margin: -10rem
  }

  .m\:-m-44 {
    margin: -11rem
  }

  .m\:-m-48 {
    margin: -12rem
  }

  .m\:-m-52 {
    margin: -13rem
  }

  .m\:-m-56 {
    margin: -14rem
  }

  .m\:-m-60 {
    margin: -15rem
  }

  .m\:-m-64 {
    margin: -16rem
  }

  .m\:-m-72 {
    margin: -18rem
  }

  .m\:-m-80 {
    margin: -20rem
  }

  .m\:-m-96 {
    margin: -24rem
  }

  .m\:-m-px {
    margin: -1px
  }

  .m\:-m-0\.5 {
    margin: -0.125rem
  }

  .m\:-m-1\.5 {
    margin: -0.375rem
  }

  .m\:-m-2\.5 {
    margin: -0.625rem
  }

  .m\:-m-3\.5 {
    margin: -0.875rem
  }

  .m\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .m\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .m\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .m\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .m\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .m\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .m\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .m\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .m\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .m\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .m\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .m\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .m\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .m\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .m\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .m\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .m\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .m\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .m\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .m\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .m\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .m\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .m\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .m\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .m\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .m\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .m\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
  }

  .m\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
  }

  .m\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .m\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .m\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .m\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .m\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .m\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .m\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .m\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem
  }

  .m\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .m\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .m\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem
  }

  .m\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem
  }

  .m\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .m\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .m\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .m\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .m\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .m\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .m\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .m\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .m\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .m\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .m\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .m\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .m\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .m\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .m\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .m\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .m\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .m\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .m\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .m\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

  .m\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .m\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .m\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .m\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .m\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .m\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .m\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .m\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .m\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .m\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

  .m\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem
  }

  .m\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem
  }

  .m\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .m\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .m\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .m\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .m\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .m\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .m\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .m\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .m\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .m\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .m\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .m\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .m\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .m\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .m\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .m\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .m\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .m\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .m\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .m\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .m\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .m\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .m\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .m\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .m\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .m\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .m\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem
  }

  .m\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
  }

  .m\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .m\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .m\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .m\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .m\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .m\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .m\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .m\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem
  }

  .m\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .m\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .m\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem
  }

  .m\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem
  }

  .m\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .m\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .m\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .m\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .m\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .m\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .m\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .m\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .m\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .m\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .m\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .m\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .m\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .m\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .m\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .m\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .m\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .m\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .m\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .m\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .m\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .m\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .m\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .m\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .m\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .m\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .m\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .m\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

  .m\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem
  }

  .m\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem
  }

  .m\:mt-0 {
    margin-top: 0px
  }

  .m\:mr-0 {
    margin-right: 0px
  }

  .m\:mb-0 {
    margin-bottom: 0px
  }

  .m\:ml-0 {
    margin-left: 0px
  }

  .m\:mt-1 {
    margin-top: 0.25rem
  }

  .m\:mr-1 {
    margin-right: 0.25rem
  }

  .m\:mb-1 {
    margin-bottom: 0.25rem
  }

  .m\:ml-1 {
    margin-left: 0.25rem
  }

  .m\:mt-2 {
    margin-top: 0.5rem
  }

  .m\:mr-2 {
    margin-right: 0.5rem
  }

  .m\:mb-2 {
    margin-bottom: 0.5rem
  }

  .m\:ml-2 {
    margin-left: 0.5rem
  }

  .m\:mt-3 {
    margin-top: 0.75rem
  }

  .m\:mr-3 {
    margin-right: 0.75rem
  }

  .m\:mb-3 {
    margin-bottom: 0.75rem
  }

  .m\:ml-3 {
    margin-left: 0.75rem
  }

  .m\:mt-4 {
    margin-top: 1rem
  }

  .m\:mr-4 {
    margin-right: 1rem
  }

  .m\:mb-4 {
    margin-bottom: 1rem
  }

  .m\:ml-4 {
    margin-left: 1rem
  }

  .m\:mt-5 {
    margin-top: 1.25rem
  }

  .m\:mr-5 {
    margin-right: 1.25rem
  }

  .m\:mb-5 {
    margin-bottom: 1.25rem
  }

  .m\:ml-5 {
    margin-left: 1.25rem
  }

  .m\:mt-6 {
    margin-top: 1.5rem
  }

  .m\:mr-6 {
    margin-right: 1.5rem
  }

  .m\:mb-6 {
    margin-bottom: 1.5rem
  }

  .m\:ml-6 {
    margin-left: 1.5rem
  }

  .m\:mt-7 {
    margin-top: 1.75rem
  }

  .m\:mr-7 {
    margin-right: 1.75rem
  }

  .m\:mb-7 {
    margin-bottom: 1.75rem
  }

  .m\:ml-7 {
    margin-left: 1.75rem
  }

  .m\:mt-8 {
    margin-top: 2rem
  }

  .m\:mr-8 {
    margin-right: 2rem
  }

  .m\:mb-8 {
    margin-bottom: 2rem
  }

  .m\:ml-8 {
    margin-left: 2rem
  }

  .m\:mt-9 {
    margin-top: 2.25rem
  }

  .m\:mr-9 {
    margin-right: 2.25rem
  }

  .m\:mb-9 {
    margin-bottom: 2.25rem
  }

  .m\:ml-9 {
    margin-left: 2.25rem
  }

  .m\:mt-10 {
    margin-top: 2.5rem
  }

  .m\:mr-10 {
    margin-right: 2.5rem
  }

  .m\:mb-10 {
    margin-bottom: 2.5rem
  }

  .m\:ml-10 {
    margin-left: 2.5rem
  }

  .m\:mt-11 {
    margin-top: 2.75rem
  }

  .m\:mr-11 {
    margin-right: 2.75rem
  }

  .m\:mb-11 {
    margin-bottom: 2.75rem
  }

  .m\:ml-11 {
    margin-left: 2.75rem
  }

  .m\:mt-12 {
    margin-top: 3rem
  }

  .m\:mr-12 {
    margin-right: 3rem
  }

  .m\:mb-12 {
    margin-bottom: 3rem
  }

  .m\:ml-12 {
    margin-left: 3rem
  }

  .m\:mt-14 {
    margin-top: 3.5rem
  }

  .m\:mr-14 {
    margin-right: 3.5rem
  }

  .m\:mb-14 {
    margin-bottom: 3.5rem
  }

  .m\:ml-14 {
    margin-left: 3.5rem
  }

  .m\:mt-16 {
    margin-top: 4rem
  }

  .m\:mr-16 {
    margin-right: 4rem
  }

  .m\:mb-16 {
    margin-bottom: 4rem
  }

  .m\:ml-16 {
    margin-left: 4rem
  }

  .m\:mt-20 {
    margin-top: 5rem
  }

  .m\:mr-20 {
    margin-right: 5rem
  }

  .m\:mb-20 {
    margin-bottom: 5rem
  }

  .m\:ml-20 {
    margin-left: 5rem
  }

  .m\:mt-24 {
    margin-top: 6rem
  }

  .m\:mr-24 {
    margin-right: 6rem
  }

  .m\:mb-24 {
    margin-bottom: 6rem
  }

  .m\:ml-24 {
    margin-left: 6rem
  }

  .m\:mt-28 {
    margin-top: 7rem
  }

  .m\:mr-28 {
    margin-right: 7rem
  }

  .m\:mb-28 {
    margin-bottom: 7rem
  }

  .m\:ml-28 {
    margin-left: 7rem
  }

  .m\:mt-32 {
    margin-top: 8rem
  }

  .m\:mr-32 {
    margin-right: 8rem
  }

  .m\:mb-32 {
    margin-bottom: 8rem
  }

  .m\:ml-32 {
    margin-left: 8rem
  }

  .m\:mt-36 {
    margin-top: 9rem
  }

  .m\:mr-36 {
    margin-right: 9rem
  }

  .m\:mb-36 {
    margin-bottom: 9rem
  }

  .m\:ml-36 {
    margin-left: 9rem
  }

  .m\:mt-40 {
    margin-top: 10rem
  }

  .m\:mr-40 {
    margin-right: 10rem
  }

  .m\:mb-40 {
    margin-bottom: 10rem
  }

  .m\:ml-40 {
    margin-left: 10rem
  }

  .m\:mt-44 {
    margin-top: 11rem
  }

  .m\:mr-44 {
    margin-right: 11rem
  }

  .m\:mb-44 {
    margin-bottom: 11rem
  }

  .m\:ml-44 {
    margin-left: 11rem
  }

  .m\:mt-48 {
    margin-top: 12rem
  }

  .m\:mr-48 {
    margin-right: 12rem
  }

  .m\:mb-48 {
    margin-bottom: 12rem
  }

  .m\:ml-48 {
    margin-left: 12rem
  }

  .m\:mt-52 {
    margin-top: 13rem
  }

  .m\:mr-52 {
    margin-right: 13rem
  }

  .m\:mb-52 {
    margin-bottom: 13rem
  }

  .m\:ml-52 {
    margin-left: 13rem
  }

  .m\:mt-56 {
    margin-top: 14rem
  }

  .m\:mr-56 {
    margin-right: 14rem
  }

  .m\:mb-56 {
    margin-bottom: 14rem
  }

  .m\:ml-56 {
    margin-left: 14rem
  }

  .m\:mt-60 {
    margin-top: 15rem
  }

  .m\:mr-60 {
    margin-right: 15rem
  }

  .m\:mb-60 {
    margin-bottom: 15rem
  }

  .m\:ml-60 {
    margin-left: 15rem
  }

  .m\:mt-64 {
    margin-top: 16rem
  }

  .m\:mr-64 {
    margin-right: 16rem
  }

  .m\:mb-64 {
    margin-bottom: 16rem
  }

  .m\:ml-64 {
    margin-left: 16rem
  }

  .m\:mt-72 {
    margin-top: 18rem
  }

  .m\:mr-72 {
    margin-right: 18rem
  }

  .m\:mb-72 {
    margin-bottom: 18rem
  }

  .m\:ml-72 {
    margin-left: 18rem
  }

  .m\:mt-80 {
    margin-top: 20rem
  }

  .m\:mr-80 {
    margin-right: 20rem
  }

  .m\:mb-80 {
    margin-bottom: 20rem
  }

  .m\:ml-80 {
    margin-left: 20rem
  }

  .m\:mt-96 {
    margin-top: 24rem
  }

  .m\:mr-96 {
    margin-right: 24rem
  }

  .m\:mb-96 {
    margin-bottom: 24rem
  }

  .m\:ml-96 {
    margin-left: 24rem
  }

  .m\:mt-auto {
    margin-top: auto
  }

  .m\:mr-auto {
    margin-right: auto
  }

  .m\:mb-auto {
    margin-bottom: auto
  }

  .m\:ml-auto {
    margin-left: auto
  }

  .m\:mt-px {
    margin-top: 1px
  }

  .m\:mr-px {
    margin-right: 1px
  }

  .m\:mb-px {
    margin-bottom: 1px
  }

  .m\:ml-px {
    margin-left: 1px
  }

  .m\:mt-0\.5 {
    margin-top: 0.125rem
  }

  .m\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .m\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .m\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .m\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .m\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .m\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .m\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .m\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .m\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .m\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .m\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .m\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .m\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .m\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .m\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .m\:-mt-0 {
    margin-top: 0px
  }

  .m\:-mr-0 {
    margin-right: 0px
  }

  .m\:-mb-0 {
    margin-bottom: 0px
  }

  .m\:-ml-0 {
    margin-left: 0px
  }

  .m\:-mt-1 {
    margin-top: -0.25rem
  }

  .m\:-mr-1 {
    margin-right: -0.25rem
  }

  .m\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .m\:-ml-1 {
    margin-left: -0.25rem
  }

  .m\:-mt-2 {
    margin-top: -0.5rem
  }

  .m\:-mr-2 {
    margin-right: -0.5rem
  }

  .m\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .m\:-ml-2 {
    margin-left: -0.5rem
  }

  .m\:-mt-3 {
    margin-top: -0.75rem
  }

  .m\:-mr-3 {
    margin-right: -0.75rem
  }

  .m\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .m\:-ml-3 {
    margin-left: -0.75rem
  }

  .m\:-mt-4 {
    margin-top: -1rem
  }

  .m\:-mr-4 {
    margin-right: -1rem
  }

  .m\:-mb-4 {
    margin-bottom: -1rem
  }

  .m\:-ml-4 {
    margin-left: -1rem
  }

  .m\:-mt-5 {
    margin-top: -1.25rem
  }

  .m\:-mr-5 {
    margin-right: -1.25rem
  }

  .m\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .m\:-ml-5 {
    margin-left: -1.25rem
  }

  .m\:-mt-6 {
    margin-top: -1.5rem
  }

  .m\:-mr-6 {
    margin-right: -1.5rem
  }

  .m\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .m\:-ml-6 {
    margin-left: -1.5rem
  }

  .m\:-mt-7 {
    margin-top: -1.75rem
  }

  .m\:-mr-7 {
    margin-right: -1.75rem
  }

  .m\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .m\:-ml-7 {
    margin-left: -1.75rem
  }

  .m\:-mt-8 {
    margin-top: -2rem
  }

  .m\:-mr-8 {
    margin-right: -2rem
  }

  .m\:-mb-8 {
    margin-bottom: -2rem
  }

  .m\:-ml-8 {
    margin-left: -2rem
  }

  .m\:-mt-9 {
    margin-top: -2.25rem
  }

  .m\:-mr-9 {
    margin-right: -2.25rem
  }

  .m\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .m\:-ml-9 {
    margin-left: -2.25rem
  }

  .m\:-mt-10 {
    margin-top: -2.5rem
  }

  .m\:-mr-10 {
    margin-right: -2.5rem
  }

  .m\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .m\:-ml-10 {
    margin-left: -2.5rem
  }

  .m\:-mt-11 {
    margin-top: -2.75rem
  }

  .m\:-mr-11 {
    margin-right: -2.75rem
  }

  .m\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .m\:-ml-11 {
    margin-left: -2.75rem
  }

  .m\:-mt-12 {
    margin-top: -3rem
  }

  .m\:-mr-12 {
    margin-right: -3rem
  }

  .m\:-mb-12 {
    margin-bottom: -3rem
  }

  .m\:-ml-12 {
    margin-left: -3rem
  }

  .m\:-mt-14 {
    margin-top: -3.5rem
  }

  .m\:-mr-14 {
    margin-right: -3.5rem
  }

  .m\:-mb-14 {
    margin-bottom: -3.5rem
  }

  .m\:-ml-14 {
    margin-left: -3.5rem
  }

  .m\:-mt-16 {
    margin-top: -4rem
  }

  .m\:-mr-16 {
    margin-right: -4rem
  }

  .m\:-mb-16 {
    margin-bottom: -4rem
  }

  .m\:-ml-16 {
    margin-left: -4rem
  }

  .m\:-mt-20 {
    margin-top: -5rem
  }

  .m\:-mr-20 {
    margin-right: -5rem
  }

  .m\:-mb-20 {
    margin-bottom: -5rem
  }

  .m\:-ml-20 {
    margin-left: -5rem
  }

  .m\:-mt-24 {
    margin-top: -6rem
  }

  .m\:-mr-24 {
    margin-right: -6rem
  }

  .m\:-mb-24 {
    margin-bottom: -6rem
  }

  .m\:-ml-24 {
    margin-left: -6rem
  }

  .m\:-mt-28 {
    margin-top: -7rem
  }

  .m\:-mr-28 {
    margin-right: -7rem
  }

  .m\:-mb-28 {
    margin-bottom: -7rem
  }

  .m\:-ml-28 {
    margin-left: -7rem
  }

  .m\:-mt-32 {
    margin-top: -8rem
  }

  .m\:-mr-32 {
    margin-right: -8rem
  }

  .m\:-mb-32 {
    margin-bottom: -8rem
  }

  .m\:-ml-32 {
    margin-left: -8rem
  }

  .m\:-mt-36 {
    margin-top: -9rem
  }

  .m\:-mr-36 {
    margin-right: -9rem
  }

  .m\:-mb-36 {
    margin-bottom: -9rem
  }

  .m\:-ml-36 {
    margin-left: -9rem
  }

  .m\:-mt-40 {
    margin-top: -10rem
  }

  .m\:-mr-40 {
    margin-right: -10rem
  }

  .m\:-mb-40 {
    margin-bottom: -10rem
  }

  .m\:-ml-40 {
    margin-left: -10rem
  }

  .m\:-mt-44 {
    margin-top: -11rem
  }

  .m\:-mr-44 {
    margin-right: -11rem
  }

  .m\:-mb-44 {
    margin-bottom: -11rem
  }

  .m\:-ml-44 {
    margin-left: -11rem
  }

  .m\:-mt-48 {
    margin-top: -12rem
  }

  .m\:-mr-48 {
    margin-right: -12rem
  }

  .m\:-mb-48 {
    margin-bottom: -12rem
  }

  .m\:-ml-48 {
    margin-left: -12rem
  }

  .m\:-mt-52 {
    margin-top: -13rem
  }

  .m\:-mr-52 {
    margin-right: -13rem
  }

  .m\:-mb-52 {
    margin-bottom: -13rem
  }

  .m\:-ml-52 {
    margin-left: -13rem
  }

  .m\:-mt-56 {
    margin-top: -14rem
  }

  .m\:-mr-56 {
    margin-right: -14rem
  }

  .m\:-mb-56 {
    margin-bottom: -14rem
  }

  .m\:-ml-56 {
    margin-left: -14rem
  }

  .m\:-mt-60 {
    margin-top: -15rem
  }

  .m\:-mr-60 {
    margin-right: -15rem
  }

  .m\:-mb-60 {
    margin-bottom: -15rem
  }

  .m\:-ml-60 {
    margin-left: -15rem
  }

  .m\:-mt-64 {
    margin-top: -16rem
  }

  .m\:-mr-64 {
    margin-right: -16rem
  }

  .m\:-mb-64 {
    margin-bottom: -16rem
  }

  .m\:-ml-64 {
    margin-left: -16rem
  }

  .m\:-mt-72 {
    margin-top: -18rem
  }

  .m\:-mr-72 {
    margin-right: -18rem
  }

  .m\:-mb-72 {
    margin-bottom: -18rem
  }

  .m\:-ml-72 {
    margin-left: -18rem
  }

  .m\:-mt-80 {
    margin-top: -20rem
  }

  .m\:-mr-80 {
    margin-right: -20rem
  }

  .m\:-mb-80 {
    margin-bottom: -20rem
  }

  .m\:-ml-80 {
    margin-left: -20rem
  }

  .m\:-mt-96 {
    margin-top: -24rem
  }

  .m\:-mr-96 {
    margin-right: -24rem
  }

  .m\:-mb-96 {
    margin-bottom: -24rem
  }

  .m\:-ml-96 {
    margin-left: -24rem
  }

  .m\:-mt-px {
    margin-top: -1px
  }

  .m\:-mr-px {
    margin-right: -1px
  }

  .m\:-mb-px {
    margin-bottom: -1px
  }

  .m\:-ml-px {
    margin-left: -1px
  }

  .m\:-mt-0\.5 {
    margin-top: -0.125rem
  }

  .m\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .m\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .m\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .m\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .m\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .m\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .m\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .m\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .m\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .m\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .m\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .m\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .m\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .m\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .m\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .m\:overflow-auto {
    overflow: auto
  }

  .m\:overflow-hidden {
    overflow: hidden
  }

  .m\:overflow-visible {
    overflow: visible
  }

  .m\:overflow-scroll {
    overflow: scroll
  }

  .m\:overflow-x-auto {
    overflow-x: auto
  }

  .m\:overflow-y-auto {
    overflow-y: auto
  }

  .m\:overflow-x-hidden {
    overflow-x: hidden
  }

  .m\:overflow-y-hidden {
    overflow-y: hidden
  }

  .m\:overflow-x-visible {
    overflow-x: visible
  }

  .m\:overflow-y-visible {
    overflow-y: visible
  }

  .m\:overflow-x-scroll {
    overflow-x: scroll
  }

  .m\:overflow-y-scroll {
    overflow-y: scroll
  }

  .m\:p-0 {
    padding: 0px
  }

  .m\:p-1 {
    padding: 0.25rem
  }

  .m\:p-2 {
    padding: 0.5rem
  }

  .m\:p-3 {
    padding: 0.75rem
  }

  .m\:p-4 {
    padding: 1rem
  }

  .m\:p-5 {
    padding: 1.25rem
  }

  .m\:p-6 {
    padding: 1.5rem
  }

  .m\:p-7 {
    padding: 1.75rem
  }

  .m\:p-8 {
    padding: 2rem
  }

  .m\:p-9 {
    padding: 2.25rem
  }

  .m\:p-10 {
    padding: 2.5rem
  }

  .m\:p-11 {
    padding: 2.75rem
  }

  .m\:p-12 {
    padding: 3rem
  }

  .m\:p-14 {
    padding: 3.5rem
  }

  .m\:p-16 {
    padding: 4rem
  }

  .m\:p-20 {
    padding: 5rem
  }

  .m\:p-24 {
    padding: 6rem
  }

  .m\:p-28 {
    padding: 7rem
  }

  .m\:p-32 {
    padding: 8rem
  }

  .m\:p-36 {
    padding: 9rem
  }

  .m\:p-40 {
    padding: 10rem
  }

  .m\:p-44 {
    padding: 11rem
  }

  .m\:p-48 {
    padding: 12rem
  }

  .m\:p-52 {
    padding: 13rem
  }

  .m\:p-56 {
    padding: 14rem
  }

  .m\:p-60 {
    padding: 15rem
  }

  .m\:p-64 {
    padding: 16rem
  }

  .m\:p-72 {
    padding: 18rem
  }

  .m\:p-80 {
    padding: 20rem
  }

  .m\:p-96 {
    padding: 24rem
  }

  .m\:p-px {
    padding: 1px
  }

  .m\:p-0\.5 {
    padding: 0.125rem
  }

  .m\:p-1\.5 {
    padding: 0.375rem
  }

  .m\:p-2\.5 {
    padding: 0.625rem
  }

  .m\:p-3\.5 {
    padding: 0.875rem
  }

  .m\:p-16\/9 {
    padding: 56.25%
  }

  .m\:p-16\/10 {
    padding: 62.5%
  }

  .m\:p-4\/3 {
    padding: 75%
  }

  .m\:p-3\/2 {
    padding: 66.66666666666666%
  }

  .m\:p-2\/1 {
    padding: 50%
  }

  .m\:p-3\/1 {
    padding: 33.33333333333333%
  }

  .m\:p-4\/1 {
    padding: 25%
  }

  .m\:p-10\/24 {
    padding: 41.66666666666667%
  }

  .m\:p-1\/1 {
    padding: 100%
  }

  .m\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .m\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .m\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .m\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .m\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .m\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .m\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .m\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .m\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .m\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .m\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .m\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .m\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .m\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .m\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .m\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .m\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .m\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .m\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .m\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .m\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .m\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .m\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .m\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .m\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .m\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .m\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }

  .m\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }

  .m\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .m\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .m\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .m\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .m\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .m\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .m\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .m\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem
  }

  .m\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .m\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .m\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
  }

  .m\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem
  }

  .m\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .m\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .m\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .m\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .m\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .m\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .m\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .m\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .m\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .m\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .m\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .m\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .m\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .m\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .m\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .m\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .m\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .m\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .m\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .m\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .m\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .m\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .m\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .m\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .m\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .m\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .m\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .m\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

  .m\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem
  }

  .m\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem
  }

  .m\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .m\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .m\:py-16\/10 {
    padding-top: 62.5%;
    padding-bottom: 62.5%
  }

  .m\:px-16\/10 {
    padding-left: 62.5%;
    padding-right: 62.5%
  }

  .m\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .m\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%
  }

  .m\:py-3\/2 {
    padding-top: 66.66666666666666%;
    padding-bottom: 66.66666666666666%
  }

  .m\:px-3\/2 {
    padding-left: 66.66666666666666%;
    padding-right: 66.66666666666666%
  }

  .m\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%
  }

  .m\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%
  }

  .m\:py-3\/1 {
    padding-top: 33.33333333333333%;
    padding-bottom: 33.33333333333333%
  }

  .m\:px-3\/1 {
    padding-left: 33.33333333333333%;
    padding-right: 33.33333333333333%
  }

  .m\:py-4\/1 {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .m\:px-4\/1 {
    padding-left: 25%;
    padding-right: 25%
  }

  .m\:py-10\/24 {
    padding-top: 41.66666666666667%;
    padding-bottom: 41.66666666666667%
  }

  .m\:px-10\/24 {
    padding-left: 41.66666666666667%;
    padding-right: 41.66666666666667%
  }

  .m\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .m\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .m\:pt-0 {
    padding-top: 0px
  }

  .m\:pr-0 {
    padding-right: 0px
  }

  .m\:pb-0 {
    padding-bottom: 0px
  }

  .m\:pl-0 {
    padding-left: 0px
  }

  .m\:pt-1 {
    padding-top: 0.25rem
  }

  .m\:pr-1 {
    padding-right: 0.25rem
  }

  .m\:pb-1 {
    padding-bottom: 0.25rem
  }

  .m\:pl-1 {
    padding-left: 0.25rem
  }

  .m\:pt-2 {
    padding-top: 0.5rem
  }

  .m\:pr-2 {
    padding-right: 0.5rem
  }

  .m\:pb-2 {
    padding-bottom: 0.5rem
  }

  .m\:pl-2 {
    padding-left: 0.5rem
  }

  .m\:pt-3 {
    padding-top: 0.75rem
  }

  .m\:pr-3 {
    padding-right: 0.75rem
  }

  .m\:pb-3 {
    padding-bottom: 0.75rem
  }

  .m\:pl-3 {
    padding-left: 0.75rem
  }

  .m\:pt-4 {
    padding-top: 1rem
  }

  .m\:pr-4 {
    padding-right: 1rem
  }

  .m\:pb-4 {
    padding-bottom: 1rem
  }

  .m\:pl-4 {
    padding-left: 1rem
  }

  .m\:pt-5 {
    padding-top: 1.25rem
  }

  .m\:pr-5 {
    padding-right: 1.25rem
  }

  .m\:pb-5 {
    padding-bottom: 1.25rem
  }

  .m\:pl-5 {
    padding-left: 1.25rem
  }

  .m\:pt-6 {
    padding-top: 1.5rem
  }

  .m\:pr-6 {
    padding-right: 1.5rem
  }

  .m\:pb-6 {
    padding-bottom: 1.5rem
  }

  .m\:pl-6 {
    padding-left: 1.5rem
  }

  .m\:pt-7 {
    padding-top: 1.75rem
  }

  .m\:pr-7 {
    padding-right: 1.75rem
  }

  .m\:pb-7 {
    padding-bottom: 1.75rem
  }

  .m\:pl-7 {
    padding-left: 1.75rem
  }

  .m\:pt-8 {
    padding-top: 2rem
  }

  .m\:pr-8 {
    padding-right: 2rem
  }

  .m\:pb-8 {
    padding-bottom: 2rem
  }

  .m\:pl-8 {
    padding-left: 2rem
  }

  .m\:pt-9 {
    padding-top: 2.25rem
  }

  .m\:pr-9 {
    padding-right: 2.25rem
  }

  .m\:pb-9 {
    padding-bottom: 2.25rem
  }

  .m\:pl-9 {
    padding-left: 2.25rem
  }

  .m\:pt-10 {
    padding-top: 2.5rem
  }

  .m\:pr-10 {
    padding-right: 2.5rem
  }

  .m\:pb-10 {
    padding-bottom: 2.5rem
  }

  .m\:pl-10 {
    padding-left: 2.5rem
  }

  .m\:pt-11 {
    padding-top: 2.75rem
  }

  .m\:pr-11 {
    padding-right: 2.75rem
  }

  .m\:pb-11 {
    padding-bottom: 2.75rem
  }

  .m\:pl-11 {
    padding-left: 2.75rem
  }

  .m\:pt-12 {
    padding-top: 3rem
  }

  .m\:pr-12 {
    padding-right: 3rem
  }

  .m\:pb-12 {
    padding-bottom: 3rem
  }

  .m\:pl-12 {
    padding-left: 3rem
  }

  .m\:pt-14 {
    padding-top: 3.5rem
  }

  .m\:pr-14 {
    padding-right: 3.5rem
  }

  .m\:pb-14 {
    padding-bottom: 3.5rem
  }

  .m\:pl-14 {
    padding-left: 3.5rem
  }

  .m\:pt-16 {
    padding-top: 4rem
  }

  .m\:pr-16 {
    padding-right: 4rem
  }

  .m\:pb-16 {
    padding-bottom: 4rem
  }

  .m\:pl-16 {
    padding-left: 4rem
  }

  .m\:pt-20 {
    padding-top: 5rem
  }

  .m\:pr-20 {
    padding-right: 5rem
  }

  .m\:pb-20 {
    padding-bottom: 5rem
  }

  .m\:pl-20 {
    padding-left: 5rem
  }

  .m\:pt-24 {
    padding-top: 6rem
  }

  .m\:pr-24 {
    padding-right: 6rem
  }

  .m\:pb-24 {
    padding-bottom: 6rem
  }

  .m\:pl-24 {
    padding-left: 6rem
  }

  .m\:pt-28 {
    padding-top: 7rem
  }

  .m\:pr-28 {
    padding-right: 7rem
  }

  .m\:pb-28 {
    padding-bottom: 7rem
  }

  .m\:pl-28 {
    padding-left: 7rem
  }

  .m\:pt-32 {
    padding-top: 8rem
  }

  .m\:pr-32 {
    padding-right: 8rem
  }

  .m\:pb-32 {
    padding-bottom: 8rem
  }

  .m\:pl-32 {
    padding-left: 8rem
  }

  .m\:pt-36 {
    padding-top: 9rem
  }

  .m\:pr-36 {
    padding-right: 9rem
  }

  .m\:pb-36 {
    padding-bottom: 9rem
  }

  .m\:pl-36 {
    padding-left: 9rem
  }

  .m\:pt-40 {
    padding-top: 10rem
  }

  .m\:pr-40 {
    padding-right: 10rem
  }

  .m\:pb-40 {
    padding-bottom: 10rem
  }

  .m\:pl-40 {
    padding-left: 10rem
  }

  .m\:pt-44 {
    padding-top: 11rem
  }

  .m\:pr-44 {
    padding-right: 11rem
  }

  .m\:pb-44 {
    padding-bottom: 11rem
  }

  .m\:pl-44 {
    padding-left: 11rem
  }

  .m\:pt-48 {
    padding-top: 12rem
  }

  .m\:pr-48 {
    padding-right: 12rem
  }

  .m\:pb-48 {
    padding-bottom: 12rem
  }

  .m\:pl-48 {
    padding-left: 12rem
  }

  .m\:pt-52 {
    padding-top: 13rem
  }

  .m\:pr-52 {
    padding-right: 13rem
  }

  .m\:pb-52 {
    padding-bottom: 13rem
  }

  .m\:pl-52 {
    padding-left: 13rem
  }

  .m\:pt-56 {
    padding-top: 14rem
  }

  .m\:pr-56 {
    padding-right: 14rem
  }

  .m\:pb-56 {
    padding-bottom: 14rem
  }

  .m\:pl-56 {
    padding-left: 14rem
  }

  .m\:pt-60 {
    padding-top: 15rem
  }

  .m\:pr-60 {
    padding-right: 15rem
  }

  .m\:pb-60 {
    padding-bottom: 15rem
  }

  .m\:pl-60 {
    padding-left: 15rem
  }

  .m\:pt-64 {
    padding-top: 16rem
  }

  .m\:pr-64 {
    padding-right: 16rem
  }

  .m\:pb-64 {
    padding-bottom: 16rem
  }

  .m\:pl-64 {
    padding-left: 16rem
  }

  .m\:pt-72 {
    padding-top: 18rem
  }

  .m\:pr-72 {
    padding-right: 18rem
  }

  .m\:pb-72 {
    padding-bottom: 18rem
  }

  .m\:pl-72 {
    padding-left: 18rem
  }

  .m\:pt-80 {
    padding-top: 20rem
  }

  .m\:pr-80 {
    padding-right: 20rem
  }

  .m\:pb-80 {
    padding-bottom: 20rem
  }

  .m\:pl-80 {
    padding-left: 20rem
  }

  .m\:pt-96 {
    padding-top: 24rem
  }

  .m\:pr-96 {
    padding-right: 24rem
  }

  .m\:pb-96 {
    padding-bottom: 24rem
  }

  .m\:pl-96 {
    padding-left: 24rem
  }

  .m\:pt-px {
    padding-top: 1px
  }

  .m\:pr-px {
    padding-right: 1px
  }

  .m\:pb-px {
    padding-bottom: 1px
  }

  .m\:pl-px {
    padding-left: 1px
  }

  .m\:pt-0\.5 {
    padding-top: 0.125rem
  }

  .m\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .m\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .m\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .m\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .m\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .m\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .m\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .m\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .m\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .m\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .m\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .m\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .m\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .m\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .m\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .m\:pt-16\/9 {
    padding-top: 56.25%
  }

  .m\:pr-16\/9 {
    padding-right: 56.25%
  }

  .m\:pb-16\/9 {
    padding-bottom: 56.25%
  }

  .m\:pl-16\/9 {
    padding-left: 56.25%
  }

  .m\:pt-16\/10 {
    padding-top: 62.5%
  }

  .m\:pr-16\/10 {
    padding-right: 62.5%
  }

  .m\:pb-16\/10 {
    padding-bottom: 62.5%
  }

  .m\:pl-16\/10 {
    padding-left: 62.5%
  }

  .m\:pt-4\/3 {
    padding-top: 75%
  }

  .m\:pr-4\/3 {
    padding-right: 75%
  }

  .m\:pb-4\/3 {
    padding-bottom: 75%
  }

  .m\:pl-4\/3 {
    padding-left: 75%
  }

  .m\:pt-3\/2 {
    padding-top: 66.66666666666666%
  }

  .m\:pr-3\/2 {
    padding-right: 66.66666666666666%
  }

  .m\:pb-3\/2 {
    padding-bottom: 66.66666666666666%
  }

  .m\:pl-3\/2 {
    padding-left: 66.66666666666666%
  }

  .m\:pt-2\/1 {
    padding-top: 50%
  }

  .m\:pr-2\/1 {
    padding-right: 50%
  }

  .m\:pb-2\/1 {
    padding-bottom: 50%
  }

  .m\:pl-2\/1 {
    padding-left: 50%
  }

  .m\:pt-3\/1 {
    padding-top: 33.33333333333333%
  }

  .m\:pr-3\/1 {
    padding-right: 33.33333333333333%
  }

  .m\:pb-3\/1 {
    padding-bottom: 33.33333333333333%
  }

  .m\:pl-3\/1 {
    padding-left: 33.33333333333333%
  }

  .m\:pt-4\/1 {
    padding-top: 25%
  }

  .m\:pr-4\/1 {
    padding-right: 25%
  }

  .m\:pb-4\/1 {
    padding-bottom: 25%
  }

  .m\:pl-4\/1 {
    padding-left: 25%
  }

  .m\:pt-10\/24 {
    padding-top: 41.66666666666667%
  }

  .m\:pr-10\/24 {
    padding-right: 41.66666666666667%
  }

  .m\:pb-10\/24 {
    padding-bottom: 41.66666666666667%
  }

  .m\:pl-10\/24 {
    padding-left: 41.66666666666667%
  }

  .m\:pt-1\/1 {
    padding-top: 100%
  }

  .m\:pr-1\/1 {
    padding-right: 100%
  }

  .m\:pb-1\/1 {
    padding-bottom: 100%
  }

  .m\:pl-1\/1 {
    padding-left: 100%
  }

  .m\:static {
    position: static
  }

  .m\:fixed {
    position: fixed
  }

  .m\:absolute {
    position: absolute
  }

  .m\:relative {
    position: relative
  }

  .m\:sticky {
    position: sticky
  }

  .m\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .m\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem
  }

  .m\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem
  }

  .m\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem
  }

  .m\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem
  }

  .m\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem
  }

  .m\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem
  }

  .m\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem
  }

  .m\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem
  }

  .m\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem
  }

  .m\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem
  }

  .m\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem
  }

  .m\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem
  }

  .m\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem
  }

  .m\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem
  }

  .m\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem
  }

  .m\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem
  }

  .m\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem
  }

  .m\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem
  }

  .m\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem
  }

  .m\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem
  }

  .m\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem
  }

  .m\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem
  }

  .m\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem
  }

  .m\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem
  }

  .m\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem
  }

  .m\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem
  }

  .m\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem
  }

  .m\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem
  }

  .m\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem
  }

  .m\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .m\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }

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

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

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

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

  .m\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .m\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem
  }

  .m\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem
  }

  .m\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem
  }

  .m\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem
  }

  .m\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem
  }

  .m\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem
  }

  .m\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem
  }

  .m\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem
  }

  .m\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem
  }

  .m\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem
  }

  .m\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem
  }

  .m\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem
  }

  .m\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem
  }

  .m\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem
  }

  .m\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem
  }

  .m\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem
  }

  .m\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem
  }

  .m\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem
  }

  .m\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem
  }

  .m\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem
  }

  .m\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem
  }

  .m\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem
  }

  .m\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem
  }

  .m\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem
  }

  .m\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem
  }

  .m\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem
  }

  .m\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem
  }

  .m\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem
  }

  .m\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem
  }

  .m\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }

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

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

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

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

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

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

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

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

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

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

  .m\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }

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

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

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

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

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

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

  .m\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }

  .m\:inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .m\:inset-x-0 {
    right: 0px;
    left: 0px
  }

  .m\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem
  }

  .m\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem
  }

  .m\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem
  }

  .m\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem
  }

  .m\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem
  }

  .m\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem
  }

  .m\:inset-y-4 {
    top: 1rem;
    bottom: 1rem
  }

  .m\:inset-x-4 {
    right: 1rem;
    left: 1rem
  }

  .m\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem
  }

  .m\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem
  }

  .m\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem
  }

  .m\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem
  }

  .m\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem
  }

  .m\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem
  }

  .m\:inset-y-8 {
    top: 2rem;
    bottom: 2rem
  }

  .m\:inset-x-8 {
    right: 2rem;
    left: 2rem
  }

  .m\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem
  }

  .m\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem
  }

  .m\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem
  }

  .m\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem
  }

  .m\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem
  }

  .m\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem
  }

  .m\:inset-y-12 {
    top: 3rem;
    bottom: 3rem
  }

  .m\:inset-x-12 {
    right: 3rem;
    left: 3rem
  }

  .m\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem
  }

  .m\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem
  }

  .m\:inset-y-16 {
    top: 4rem;
    bottom: 4rem
  }

  .m\:inset-x-16 {
    right: 4rem;
    left: 4rem
  }

  .m\:inset-y-20 {
    top: 5rem;
    bottom: 5rem
  }

  .m\:inset-x-20 {
    right: 5rem;
    left: 5rem
  }

  .m\:inset-y-24 {
    top: 6rem;
    bottom: 6rem
  }

  .m\:inset-x-24 {
    right: 6rem;
    left: 6rem
  }

  .m\:inset-y-28 {
    top: 7rem;
    bottom: 7rem
  }

  .m\:inset-x-28 {
    right: 7rem;
    left: 7rem
  }

  .m\:inset-y-32 {
    top: 8rem;
    bottom: 8rem
  }

  .m\:inset-x-32 {
    right: 8rem;
    left: 8rem
  }

  .m\:inset-y-36 {
    top: 9rem;
    bottom: 9rem
  }

  .m\:inset-x-36 {
    right: 9rem;
    left: 9rem
  }

  .m\:inset-y-40 {
    top: 10rem;
    bottom: 10rem
  }

  .m\:inset-x-40 {
    right: 10rem;
    left: 10rem
  }

  .m\:inset-y-44 {
    top: 11rem;
    bottom: 11rem
  }

  .m\:inset-x-44 {
    right: 11rem;
    left: 11rem
  }

  .m\:inset-y-48 {
    top: 12rem;
    bottom: 12rem
  }

  .m\:inset-x-48 {
    right: 12rem;
    left: 12rem
  }

  .m\:inset-y-52 {
    top: 13rem;
    bottom: 13rem
  }

  .m\:inset-x-52 {
    right: 13rem;
    left: 13rem
  }

  .m\:inset-y-56 {
    top: 14rem;
    bottom: 14rem
  }

  .m\:inset-x-56 {
    right: 14rem;
    left: 14rem
  }

  .m\:inset-y-60 {
    top: 15rem;
    bottom: 15rem
  }

  .m\:inset-x-60 {
    right: 15rem;
    left: 15rem
  }

  .m\:inset-y-64 {
    top: 16rem;
    bottom: 16rem
  }

  .m\:inset-x-64 {
    right: 16rem;
    left: 16rem
  }

  .m\:inset-y-72 {
    top: 18rem;
    bottom: 18rem
  }

  .m\:inset-x-72 {
    right: 18rem;
    left: 18rem
  }

  .m\:inset-y-80 {
    top: 20rem;
    bottom: 20rem
  }

  .m\:inset-x-80 {
    right: 20rem;
    left: 20rem
  }

  .m\:inset-y-96 {
    top: 24rem;
    bottom: 24rem
  }

  .m\:inset-x-96 {
    right: 24rem;
    left: 24rem
  }

  .m\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .m\:inset-x-auto {
    right: auto;
    left: auto
  }

  .m\:inset-y-px {
    top: 1px;
    bottom: 1px
  }

  .m\:inset-x-px {
    right: 1px;
    left: 1px
  }

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

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

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

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

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

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

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

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

  .m\:-inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .m\:-inset-x-0 {
    right: 0px;
    left: 0px
  }

  .m\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem
  }

  .m\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem
  }

  .m\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem
  }

  .m\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem
  }

  .m\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem
  }

  .m\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem
  }

  .m\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem
  }

  .m\:-inset-x-4 {
    right: -1rem;
    left: -1rem
  }

  .m\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem
  }

  .m\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem
  }

  .m\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem
  }

  .m\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem
  }

  .m\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem
  }

  .m\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem
  }

  .m\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem
  }

  .m\:-inset-x-8 {
    right: -2rem;
    left: -2rem
  }

  .m\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem
  }

  .m\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem
  }

  .m\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem
  }

  .m\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem
  }

  .m\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem
  }

  .m\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem
  }

  .m\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem
  }

  .m\:-inset-x-12 {
    right: -3rem;
    left: -3rem
  }

  .m\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem
  }

  .m\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem
  }

  .m\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem
  }

  .m\:-inset-x-16 {
    right: -4rem;
    left: -4rem
  }

  .m\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem
  }

  .m\:-inset-x-20 {
    right: -5rem;
    left: -5rem
  }

  .m\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem
  }

  .m\:-inset-x-24 {
    right: -6rem;
    left: -6rem
  }

  .m\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem
  }

  .m\:-inset-x-28 {
    right: -7rem;
    left: -7rem
  }

  .m\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem
  }

  .m\:-inset-x-32 {
    right: -8rem;
    left: -8rem
  }

  .m\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem
  }

  .m\:-inset-x-36 {
    right: -9rem;
    left: -9rem
  }

  .m\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem
  }

  .m\:-inset-x-40 {
    right: -10rem;
    left: -10rem
  }

  .m\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem
  }

  .m\:-inset-x-44 {
    right: -11rem;
    left: -11rem
  }

  .m\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem
  }

  .m\:-inset-x-48 {
    right: -12rem;
    left: -12rem
  }

  .m\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem
  }

  .m\:-inset-x-52 {
    right: -13rem;
    left: -13rem
  }

  .m\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem
  }

  .m\:-inset-x-56 {
    right: -14rem;
    left: -14rem
  }

  .m\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem
  }

  .m\:-inset-x-60 {
    right: -15rem;
    left: -15rem
  }

  .m\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem
  }

  .m\:-inset-x-64 {
    right: -16rem;
    left: -16rem
  }

  .m\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem
  }

  .m\:-inset-x-72 {
    right: -18rem;
    left: -18rem
  }

  .m\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem
  }

  .m\:-inset-x-80 {
    right: -20rem;
    left: -20rem
  }

  .m\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem
  }

  .m\:-inset-x-96 {
    right: -24rem;
    left: -24rem
  }

  .m\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }

  .m\:-inset-x-px {
    right: -1px;
    left: -1px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }

  .m\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }

  .m\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }

  .m\:inset-y-full {
    top: 100%;
    bottom: 100%
  }

  .m\:inset-x-full {
    right: 100%;
    left: 100%
  }

  .m\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }

  .m\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }

  .m\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }

  .m\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }

  .m\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }

  .m\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }

  .m\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }

  .m\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }

  .m\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }

  .m\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }

  .m\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }

  .m\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }

  .m\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }

  .m\:-inset-x-full {
    right: -100%;
    left: -100%
  }

  .m\:top-0 {
    top: 0px
  }

  .m\:right-0 {
    right: 0px
  }

  .m\:bottom-0 {
    bottom: 0px
  }

  .m\:left-0 {
    left: 0px
  }

  .m\:top-1 {
    top: 0.25rem
  }

  .m\:right-1 {
    right: 0.25rem
  }

  .m\:bottom-1 {
    bottom: 0.25rem
  }

  .m\:left-1 {
    left: 0.25rem
  }

  .m\:top-2 {
    top: 0.5rem
  }

  .m\:right-2 {
    right: 0.5rem
  }

  .m\:bottom-2 {
    bottom: 0.5rem
  }

  .m\:left-2 {
    left: 0.5rem
  }

  .m\:top-3 {
    top: 0.75rem
  }

  .m\:right-3 {
    right: 0.75rem
  }

  .m\:bottom-3 {
    bottom: 0.75rem
  }

  .m\:left-3 {
    left: 0.75rem
  }

  .m\:top-4 {
    top: 1rem
  }

  .m\:right-4 {
    right: 1rem
  }

  .m\:bottom-4 {
    bottom: 1rem
  }

  .m\:left-4 {
    left: 1rem
  }

  .m\:top-5 {
    top: 1.25rem
  }

  .m\:right-5 {
    right: 1.25rem
  }

  .m\:bottom-5 {
    bottom: 1.25rem
  }

  .m\:left-5 {
    left: 1.25rem
  }

  .m\:top-6 {
    top: 1.5rem
  }

  .m\:right-6 {
    right: 1.5rem
  }

  .m\:bottom-6 {
    bottom: 1.5rem
  }

  .m\:left-6 {
    left: 1.5rem
  }

  .m\:top-7 {
    top: 1.75rem
  }

  .m\:right-7 {
    right: 1.75rem
  }

  .m\:bottom-7 {
    bottom: 1.75rem
  }

  .m\:left-7 {
    left: 1.75rem
  }

  .m\:top-8 {
    top: 2rem
  }

  .m\:right-8 {
    right: 2rem
  }

  .m\:bottom-8 {
    bottom: 2rem
  }

  .m\:left-8 {
    left: 2rem
  }

  .m\:top-9 {
    top: 2.25rem
  }

  .m\:right-9 {
    right: 2.25rem
  }

  .m\:bottom-9 {
    bottom: 2.25rem
  }

  .m\:left-9 {
    left: 2.25rem
  }

  .m\:top-10 {
    top: 2.5rem
  }

  .m\:right-10 {
    right: 2.5rem
  }

  .m\:bottom-10 {
    bottom: 2.5rem
  }

  .m\:left-10 {
    left: 2.5rem
  }

  .m\:top-11 {
    top: 2.75rem
  }

  .m\:right-11 {
    right: 2.75rem
  }

  .m\:bottom-11 {
    bottom: 2.75rem
  }

  .m\:left-11 {
    left: 2.75rem
  }

  .m\:top-12 {
    top: 3rem
  }

  .m\:right-12 {
    right: 3rem
  }

  .m\:bottom-12 {
    bottom: 3rem
  }

  .m\:left-12 {
    left: 3rem
  }

  .m\:top-14 {
    top: 3.5rem
  }

  .m\:right-14 {
    right: 3.5rem
  }

  .m\:bottom-14 {
    bottom: 3.5rem
  }

  .m\:left-14 {
    left: 3.5rem
  }

  .m\:top-16 {
    top: 4rem
  }

  .m\:right-16 {
    right: 4rem
  }

  .m\:bottom-16 {
    bottom: 4rem
  }

  .m\:left-16 {
    left: 4rem
  }

  .m\:top-20 {
    top: 5rem
  }

  .m\:right-20 {
    right: 5rem
  }

  .m\:bottom-20 {
    bottom: 5rem
  }

  .m\:left-20 {
    left: 5rem
  }

  .m\:top-24 {
    top: 6rem
  }

  .m\:right-24 {
    right: 6rem
  }

  .m\:bottom-24 {
    bottom: 6rem
  }

  .m\:left-24 {
    left: 6rem
  }

  .m\:top-28 {
    top: 7rem
  }

  .m\:right-28 {
    right: 7rem
  }

  .m\:bottom-28 {
    bottom: 7rem
  }

  .m\:left-28 {
    left: 7rem
  }

  .m\:top-32 {
    top: 8rem
  }

  .m\:right-32 {
    right: 8rem
  }

  .m\:bottom-32 {
    bottom: 8rem
  }

  .m\:left-32 {
    left: 8rem
  }

  .m\:top-36 {
    top: 9rem
  }

  .m\:right-36 {
    right: 9rem
  }

  .m\:bottom-36 {
    bottom: 9rem
  }

  .m\:left-36 {
    left: 9rem
  }

  .m\:top-40 {
    top: 10rem
  }

  .m\:right-40 {
    right: 10rem
  }

  .m\:bottom-40 {
    bottom: 10rem
  }

  .m\:left-40 {
    left: 10rem
  }

  .m\:top-44 {
    top: 11rem
  }

  .m\:right-44 {
    right: 11rem
  }

  .m\:bottom-44 {
    bottom: 11rem
  }

  .m\:left-44 {
    left: 11rem
  }

  .m\:top-48 {
    top: 12rem
  }

  .m\:right-48 {
    right: 12rem
  }

  .m\:bottom-48 {
    bottom: 12rem
  }

  .m\:left-48 {
    left: 12rem
  }

  .m\:top-52 {
    top: 13rem
  }

  .m\:right-52 {
    right: 13rem
  }

  .m\:bottom-52 {
    bottom: 13rem
  }

  .m\:left-52 {
    left: 13rem
  }

  .m\:top-56 {
    top: 14rem
  }

  .m\:right-56 {
    right: 14rem
  }

  .m\:bottom-56 {
    bottom: 14rem
  }

  .m\:left-56 {
    left: 14rem
  }

  .m\:top-60 {
    top: 15rem
  }

  .m\:right-60 {
    right: 15rem
  }

  .m\:bottom-60 {
    bottom: 15rem
  }

  .m\:left-60 {
    left: 15rem
  }

  .m\:top-64 {
    top: 16rem
  }

  .m\:right-64 {
    right: 16rem
  }

  .m\:bottom-64 {
    bottom: 16rem
  }

  .m\:left-64 {
    left: 16rem
  }

  .m\:top-72 {
    top: 18rem
  }

  .m\:right-72 {
    right: 18rem
  }

  .m\:bottom-72 {
    bottom: 18rem
  }

  .m\:left-72 {
    left: 18rem
  }

  .m\:top-80 {
    top: 20rem
  }

  .m\:right-80 {
    right: 20rem
  }

  .m\:bottom-80 {
    bottom: 20rem
  }

  .m\:left-80 {
    left: 20rem
  }

  .m\:top-96 {
    top: 24rem
  }

  .m\:right-96 {
    right: 24rem
  }

  .m\:bottom-96 {
    bottom: 24rem
  }

  .m\:left-96 {
    left: 24rem
  }

  .m\:top-auto {
    top: auto
  }

  .m\:right-auto {
    right: auto
  }

  .m\:bottom-auto {
    bottom: auto
  }

  .m\:left-auto {
    left: auto
  }

  .m\:top-px {
    top: 1px
  }

  .m\:right-px {
    right: 1px
  }

  .m\:bottom-px {
    bottom: 1px
  }

  .m\:left-px {
    left: 1px
  }

  .m\:top-0\.5 {
    top: 0.125rem
  }

  .m\:right-0\.5 {
    right: 0.125rem
  }

  .m\:bottom-0\.5 {
    bottom: 0.125rem
  }

  .m\:left-0\.5 {
    left: 0.125rem
  }

  .m\:top-1\.5 {
    top: 0.375rem
  }

  .m\:right-1\.5 {
    right: 0.375rem
  }

  .m\:bottom-1\.5 {
    bottom: 0.375rem
  }

  .m\:left-1\.5 {
    left: 0.375rem
  }

  .m\:top-2\.5 {
    top: 0.625rem
  }

  .m\:right-2\.5 {
    right: 0.625rem
  }

  .m\:bottom-2\.5 {
    bottom: 0.625rem
  }

  .m\:left-2\.5 {
    left: 0.625rem
  }

  .m\:top-3\.5 {
    top: 0.875rem
  }

  .m\:right-3\.5 {
    right: 0.875rem
  }

  .m\:bottom-3\.5 {
    bottom: 0.875rem
  }

  .m\:left-3\.5 {
    left: 0.875rem
  }

  .m\:-top-0 {
    top: 0px
  }

  .m\:-right-0 {
    right: 0px
  }

  .m\:-bottom-0 {
    bottom: 0px
  }

  .m\:-left-0 {
    left: 0px
  }

  .m\:-top-1 {
    top: -0.25rem
  }

  .m\:-right-1 {
    right: -0.25rem
  }

  .m\:-bottom-1 {
    bottom: -0.25rem
  }

  .m\:-left-1 {
    left: -0.25rem
  }

  .m\:-top-2 {
    top: -0.5rem
  }

  .m\:-right-2 {
    right: -0.5rem
  }

  .m\:-bottom-2 {
    bottom: -0.5rem
  }

  .m\:-left-2 {
    left: -0.5rem
  }

  .m\:-top-3 {
    top: -0.75rem
  }

  .m\:-right-3 {
    right: -0.75rem
  }

  .m\:-bottom-3 {
    bottom: -0.75rem
  }

  .m\:-left-3 {
    left: -0.75rem
  }

  .m\:-top-4 {
    top: -1rem
  }

  .m\:-right-4 {
    right: -1rem
  }

  .m\:-bottom-4 {
    bottom: -1rem
  }

  .m\:-left-4 {
    left: -1rem
  }

  .m\:-top-5 {
    top: -1.25rem
  }

  .m\:-right-5 {
    right: -1.25rem
  }

  .m\:-bottom-5 {
    bottom: -1.25rem
  }

  .m\:-left-5 {
    left: -1.25rem
  }

  .m\:-top-6 {
    top: -1.5rem
  }

  .m\:-right-6 {
    right: -1.5rem
  }

  .m\:-bottom-6 {
    bottom: -1.5rem
  }

  .m\:-left-6 {
    left: -1.5rem
  }

  .m\:-top-7 {
    top: -1.75rem
  }

  .m\:-right-7 {
    right: -1.75rem
  }

  .m\:-bottom-7 {
    bottom: -1.75rem
  }

  .m\:-left-7 {
    left: -1.75rem
  }

  .m\:-top-8 {
    top: -2rem
  }

  .m\:-right-8 {
    right: -2rem
  }

  .m\:-bottom-8 {
    bottom: -2rem
  }

  .m\:-left-8 {
    left: -2rem
  }

  .m\:-top-9 {
    top: -2.25rem
  }

  .m\:-right-9 {
    right: -2.25rem
  }

  .m\:-bottom-9 {
    bottom: -2.25rem
  }

  .m\:-left-9 {
    left: -2.25rem
  }

  .m\:-top-10 {
    top: -2.5rem
  }

  .m\:-right-10 {
    right: -2.5rem
  }

  .m\:-bottom-10 {
    bottom: -2.5rem
  }

  .m\:-left-10 {
    left: -2.5rem
  }

  .m\:-top-11 {
    top: -2.75rem
  }

  .m\:-right-11 {
    right: -2.75rem
  }

  .m\:-bottom-11 {
    bottom: -2.75rem
  }

  .m\:-left-11 {
    left: -2.75rem
  }

  .m\:-top-12 {
    top: -3rem
  }

  .m\:-right-12 {
    right: -3rem
  }

  .m\:-bottom-12 {
    bottom: -3rem
  }

  .m\:-left-12 {
    left: -3rem
  }

  .m\:-top-14 {
    top: -3.5rem
  }

  .m\:-right-14 {
    right: -3.5rem
  }

  .m\:-bottom-14 {
    bottom: -3.5rem
  }

  .m\:-left-14 {
    left: -3.5rem
  }

  .m\:-top-16 {
    top: -4rem
  }

  .m\:-right-16 {
    right: -4rem
  }

  .m\:-bottom-16 {
    bottom: -4rem
  }

  .m\:-left-16 {
    left: -4rem
  }

  .m\:-top-20 {
    top: -5rem
  }

  .m\:-right-20 {
    right: -5rem
  }

  .m\:-bottom-20 {
    bottom: -5rem
  }

  .m\:-left-20 {
    left: -5rem
  }

  .m\:-top-24 {
    top: -6rem
  }

  .m\:-right-24 {
    right: -6rem
  }

  .m\:-bottom-24 {
    bottom: -6rem
  }

  .m\:-left-24 {
    left: -6rem
  }

  .m\:-top-28 {
    top: -7rem
  }

  .m\:-right-28 {
    right: -7rem
  }

  .m\:-bottom-28 {
    bottom: -7rem
  }

  .m\:-left-28 {
    left: -7rem
  }

  .m\:-top-32 {
    top: -8rem
  }

  .m\:-right-32 {
    right: -8rem
  }

  .m\:-bottom-32 {
    bottom: -8rem
  }

  .m\:-left-32 {
    left: -8rem
  }

  .m\:-top-36 {
    top: -9rem
  }

  .m\:-right-36 {
    right: -9rem
  }

  .m\:-bottom-36 {
    bottom: -9rem
  }

  .m\:-left-36 {
    left: -9rem
  }

  .m\:-top-40 {
    top: -10rem
  }

  .m\:-right-40 {
    right: -10rem
  }

  .m\:-bottom-40 {
    bottom: -10rem
  }

  .m\:-left-40 {
    left: -10rem
  }

  .m\:-top-44 {
    top: -11rem
  }

  .m\:-right-44 {
    right: -11rem
  }

  .m\:-bottom-44 {
    bottom: -11rem
  }

  .m\:-left-44 {
    left: -11rem
  }

  .m\:-top-48 {
    top: -12rem
  }

  .m\:-right-48 {
    right: -12rem
  }

  .m\:-bottom-48 {
    bottom: -12rem
  }

  .m\:-left-48 {
    left: -12rem
  }

  .m\:-top-52 {
    top: -13rem
  }

  .m\:-right-52 {
    right: -13rem
  }

  .m\:-bottom-52 {
    bottom: -13rem
  }

  .m\:-left-52 {
    left: -13rem
  }

  .m\:-top-56 {
    top: -14rem
  }

  .m\:-right-56 {
    right: -14rem
  }

  .m\:-bottom-56 {
    bottom: -14rem
  }

  .m\:-left-56 {
    left: -14rem
  }

  .m\:-top-60 {
    top: -15rem
  }

  .m\:-right-60 {
    right: -15rem
  }

  .m\:-bottom-60 {
    bottom: -15rem
  }

  .m\:-left-60 {
    left: -15rem
  }

  .m\:-top-64 {
    top: -16rem
  }

  .m\:-right-64 {
    right: -16rem
  }

  .m\:-bottom-64 {
    bottom: -16rem
  }

  .m\:-left-64 {
    left: -16rem
  }

  .m\:-top-72 {
    top: -18rem
  }

  .m\:-right-72 {
    right: -18rem
  }

  .m\:-bottom-72 {
    bottom: -18rem
  }

  .m\:-left-72 {
    left: -18rem
  }

  .m\:-top-80 {
    top: -20rem
  }

  .m\:-right-80 {
    right: -20rem
  }

  .m\:-bottom-80 {
    bottom: -20rem
  }

  .m\:-left-80 {
    left: -20rem
  }

  .m\:-top-96 {
    top: -24rem
  }

  .m\:-right-96 {
    right: -24rem
  }

  .m\:-bottom-96 {
    bottom: -24rem
  }

  .m\:-left-96 {
    left: -24rem
  }

  .m\:-top-px {
    top: -1px
  }

  .m\:-right-px {
    right: -1px
  }

  .m\:-bottom-px {
    bottom: -1px
  }

  .m\:-left-px {
    left: -1px
  }

  .m\:-top-0\.5 {
    top: -0.125rem
  }

  .m\:-right-0\.5 {
    right: -0.125rem
  }

  .m\:-bottom-0\.5 {
    bottom: -0.125rem
  }

  .m\:-left-0\.5 {
    left: -0.125rem
  }

  .m\:-top-1\.5 {
    top: -0.375rem
  }

  .m\:-right-1\.5 {
    right: -0.375rem
  }

  .m\:-bottom-1\.5 {
    bottom: -0.375rem
  }

  .m\:-left-1\.5 {
    left: -0.375rem
  }

  .m\:-top-2\.5 {
    top: -0.625rem
  }

  .m\:-right-2\.5 {
    right: -0.625rem
  }

  .m\:-bottom-2\.5 {
    bottom: -0.625rem
  }

  .m\:-left-2\.5 {
    left: -0.625rem
  }

  .m\:-top-3\.5 {
    top: -0.875rem
  }

  .m\:-right-3\.5 {
    right: -0.875rem
  }

  .m\:-bottom-3\.5 {
    bottom: -0.875rem
  }

  .m\:-left-3\.5 {
    left: -0.875rem
  }

  .m\:top-1\/2 {
    top: 50%
  }

  .m\:right-1\/2 {
    right: 50%
  }

  .m\:bottom-1\/2 {
    bottom: 50%
  }

  .m\:left-1\/2 {
    left: 50%
  }

  .m\:top-1\/3 {
    top: 33.333333%
  }

  .m\:right-1\/3 {
    right: 33.333333%
  }

  .m\:bottom-1\/3 {
    bottom: 33.333333%
  }

  .m\:left-1\/3 {
    left: 33.333333%
  }

  .m\:top-2\/3 {
    top: 66.666667%
  }

  .m\:right-2\/3 {
    right: 66.666667%
  }

  .m\:bottom-2\/3 {
    bottom: 66.666667%
  }

  .m\:left-2\/3 {
    left: 66.666667%
  }

  .m\:top-1\/4 {
    top: 25%
  }

  .m\:right-1\/4 {
    right: 25%
  }

  .m\:bottom-1\/4 {
    bottom: 25%
  }

  .m\:left-1\/4 {
    left: 25%
  }

  .m\:top-2\/4 {
    top: 50%
  }

  .m\:right-2\/4 {
    right: 50%
  }

  .m\:bottom-2\/4 {
    bottom: 50%
  }

  .m\:left-2\/4 {
    left: 50%
  }

  .m\:top-3\/4 {
    top: 75%
  }

  .m\:right-3\/4 {
    right: 75%
  }

  .m\:bottom-3\/4 {
    bottom: 75%
  }

  .m\:left-3\/4 {
    left: 75%
  }

  .m\:top-full {
    top: 100%
  }

  .m\:right-full {
    right: 100%
  }

  .m\:bottom-full {
    bottom: 100%
  }

  .m\:left-full {
    left: 100%
  }

  .m\:-top-1\/2 {
    top: -50%
  }

  .m\:-right-1\/2 {
    right: -50%
  }

  .m\:-bottom-1\/2 {
    bottom: -50%
  }

  .m\:-left-1\/2 {
    left: -50%
  }

  .m\:-top-1\/3 {
    top: -33.333333%
  }

  .m\:-right-1\/3 {
    right: -33.333333%
  }

  .m\:-bottom-1\/3 {
    bottom: -33.333333%
  }

  .m\:-left-1\/3 {
    left: -33.333333%
  }

  .m\:-top-2\/3 {
    top: -66.666667%
  }

  .m\:-right-2\/3 {
    right: -66.666667%
  }

  .m\:-bottom-2\/3 {
    bottom: -66.666667%
  }

  .m\:-left-2\/3 {
    left: -66.666667%
  }

  .m\:-top-1\/4 {
    top: -25%
  }

  .m\:-right-1\/4 {
    right: -25%
  }

  .m\:-bottom-1\/4 {
    bottom: -25%
  }

  .m\:-left-1\/4 {
    left: -25%
  }

  .m\:-top-2\/4 {
    top: -50%
  }

  .m\:-right-2\/4 {
    right: -50%
  }

  .m\:-bottom-2\/4 {
    bottom: -50%
  }

  .m\:-left-2\/4 {
    left: -50%
  }

  .m\:-top-3\/4 {
    top: -75%
  }

  .m\:-right-3\/4 {
    right: -75%
  }

  .m\:-bottom-3\/4 {
    bottom: -75%
  }

  .m\:-left-3\/4 {
    left: -75%
  }

  .m\:-top-full {
    top: -100%
  }

  .m\:-right-full {
    right: -100%
  }

  .m\:-bottom-full {
    bottom: -100%
  }

  .m\:-left-full {
    left: -100%
  }

  .m\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .m\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow:hover {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow:focus {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .m\:text-left {
    text-align: left
  }

  .m\:text-center {
    text-align: center
  }

  .m\:text-right {
    text-align: right
  }

  .m\:text-justify {
    text-align: justify
  }

  .m\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .m\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .m\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .m\:group-hover\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .group:hover .m\:group-hover\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .group:hover .m\:group-hover\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .m\:focus-within\:text-color1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .m\:focus-within\:text-color2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .m\:focus-within\:text-color3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .m\:hover\:text-color1:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .m\:hover\:text-color2:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .m\:hover\:text-color3:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .m\:focus\:text-color1:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .m\:focus\:text-color2:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .m\:focus\:text-color3:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .m\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .m\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .m\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .m\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .m\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .m\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .m\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .m\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .m\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .m\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .m\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .m\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .m\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .m\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .m\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .group:hover .m\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .group:hover .m\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .group:hover .m\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .group:hover .m\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .group:hover .m\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .group:hover .m\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .group:hover .m\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .group:hover .m\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .group:hover .m\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .group:hover .m\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .group:hover .m\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .group:hover .m\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .group:hover .m\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .group:hover .m\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .group:hover .m\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .m\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }

  .m\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }

  .m\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }

  .m\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }

  .m\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }

  .m\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }

  .m\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }

  .m\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }

  .m\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }

  .m\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }

  .m\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }

  .m\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }

  .m\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }

  .m\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }

  .m\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }

  .m\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }

  .m\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }

  .m\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }

  .m\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }

  .m\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }

  .m\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }

  .m\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }

  .m\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }

  .m\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }

  .m\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }

  .m\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }

  .m\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }

  .m\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }

  .m\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }

  .m\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }

  .m\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }

  .m\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }

  .m\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }

  .m\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }

  .m\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }

  .m\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }

  .m\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }

  .m\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }

  .m\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }

  .m\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }

  .m\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }

  .m\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }

  .m\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }

  .m\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }

  .m\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }

  .m\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .m\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .m\:overflow-clip {
    text-overflow: clip
  }

  .m\:underline {
    text-decoration: underline
  }

  .m\:line-through {
    text-decoration: line-through
  }

  .m\:no-underline {
    text-decoration: none
  }

  .group:hover .m\:group-hover\:underline {
    text-decoration: underline
  }

  .group:hover .m\:group-hover\:line-through {
    text-decoration: line-through
  }

  .group:hover .m\:group-hover\:no-underline {
    text-decoration: none
  }

  .m\:focus-within\:underline:focus-within {
    text-decoration: underline
  }

  .m\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }

  .m\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }

  .m\:hover\:underline:hover {
    text-decoration: underline
  }

  .m\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .m\:hover\:no-underline:hover {
    text-decoration: none
  }

  .m\:focus\:underline:focus {
    text-decoration: underline
  }

  .m\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .m\:focus\:no-underline:focus {
    text-decoration: none
  }

  .m\:align-baseline {
    vertical-align: baseline
  }

  .m\:align-top {
    vertical-align: top
  }

  .m\:align-middle {
    vertical-align: middle
  }

  .m\:align-bottom {
    vertical-align: bottom
  }

  .m\:align-text-top {
    vertical-align: text-top
  }

  .m\:align-text-bottom {
    vertical-align: text-bottom
  }

  .m\:visible {
    visibility: visible
  }

  .m\:invisible {
    visibility: hidden
  }

  .m\:whitespace-normal {
    white-space: normal
  }

  .m\:whitespace-nowrap {
    white-space: nowrap
  }

  .m\:whitespace-pre {
    white-space: pre
  }

  .m\:whitespace-pre-line {
    white-space: pre-line
  }

  .m\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .m\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .m\:break-words {
    overflow-wrap: break-word
  }

  .m\:break-all {
    word-break: break-all
  }

  .m\:w-0 {
    width: 0px
  }

  .m\:w-1 {
    width: 0.25rem
  }

  .m\:w-2 {
    width: 0.5rem
  }

  .m\:w-3 {
    width: 0.75rem
  }

  .m\:w-4 {
    width: 1rem
  }

  .m\:w-5 {
    width: 1.25rem
  }

  .m\:w-6 {
    width: 1.5rem
  }

  .m\:w-7 {
    width: 1.75rem
  }

  .m\:w-8 {
    width: 2rem
  }

  .m\:w-9 {
    width: 2.25rem
  }

  .m\:w-10 {
    width: 2.5rem
  }

  .m\:w-11 {
    width: 2.75rem
  }

  .m\:w-12 {
    width: 3rem
  }

  .m\:w-14 {
    width: 3.5rem
  }

  .m\:w-16 {
    width: 4rem
  }

  .m\:w-20 {
    width: 5rem
  }

  .m\:w-24 {
    width: 6rem
  }

  .m\:w-28 {
    width: 7rem
  }

  .m\:w-32 {
    width: 8rem
  }

  .m\:w-36 {
    width: 9rem
  }

  .m\:w-40 {
    width: 10rem
  }

  .m\:w-44 {
    width: 11rem
  }

  .m\:w-48 {
    width: 12rem
  }

  .m\:w-52 {
    width: 13rem
  }

  .m\:w-56 {
    width: 14rem
  }

  .m\:w-60 {
    width: 15rem
  }

  .m\:w-64 {
    width: 16rem
  }

  .m\:w-72 {
    width: 18rem
  }

  .m\:w-80 {
    width: 20rem
  }

  .m\:w-96 {
    width: 24rem
  }

  .m\:w-auto {
    width: auto
  }

  .m\:w-px {
    width: 1px
  }

  .m\:w-0\.5 {
    width: 0.125rem
  }

  .m\:w-1\.5 {
    width: 0.375rem
  }

  .m\:w-2\.5 {
    width: 0.625rem
  }

  .m\:w-3\.5 {
    width: 0.875rem
  }

  .m\:w-1\/2 {
    width: 50%
  }

  .m\:w-1\/3 {
    width: 33.333333%
  }

  .m\:w-2\/3 {
    width: 66.666667%
  }

  .m\:w-1\/4 {
    width: 25%
  }

  .m\:w-2\/4 {
    width: 50%
  }

  .m\:w-3\/4 {
    width: 75%
  }

  .m\:w-1\/5 {
    width: 20%
  }

  .m\:w-2\/5 {
    width: 40%
  }

  .m\:w-3\/5 {
    width: 60%
  }

  .m\:w-4\/5 {
    width: 80%
  }

  .m\:w-1\/6 {
    width: 16.666667%
  }

  .m\:w-2\/6 {
    width: 33.333333%
  }

  .m\:w-3\/6 {
    width: 50%
  }

  .m\:w-4\/6 {
    width: 66.666667%
  }

  .m\:w-5\/6 {
    width: 83.333333%
  }

  .m\:w-1\/12 {
    width: 8.333333%
  }

  .m\:w-2\/12 {
    width: 16.666667%
  }

  .m\:w-3\/12 {
    width: 25%
  }

  .m\:w-4\/12 {
    width: 33.333333%
  }

  .m\:w-5\/12 {
    width: 41.666667%
  }

  .m\:w-6\/12 {
    width: 50%
  }

  .m\:w-7\/12 {
    width: 58.333333%
  }

  .m\:w-8\/12 {
    width: 66.666667%
  }

  .m\:w-9\/12 {
    width: 75%
  }

  .m\:w-10\/12 {
    width: 83.333333%
  }

  .m\:w-11\/12 {
    width: 91.666667%
  }

  .m\:w-full {
    width: 100%
  }

  .m\:w-screen {
    width: 100vw
  }

  .m\:w-min {
    width: min-content
  }

  .m\:w-max {
    width: max-content
  }

  .m\:z-0 {
    z-index: 0
  }

  .m\:z-10 {
    z-index: 10
  }

  .m\:z-20 {
    z-index: 20
  }

  .m\:z-30 {
    z-index: 30
  }

  .m\:z-40 {
    z-index: 40
  }

  .m\:z-50 {
    z-index: 50
  }

  .m\:z-auto {
    z-index: auto
  }

  .m\:focus-within\:z-0:focus-within {
    z-index: 0
  }

  .m\:focus-within\:z-10:focus-within {
    z-index: 10
  }

  .m\:focus-within\:z-20:focus-within {
    z-index: 20
  }

  .m\:focus-within\:z-30:focus-within {
    z-index: 30
  }

  .m\:focus-within\:z-40:focus-within {
    z-index: 40
  }

  .m\:focus-within\:z-50:focus-within {
    z-index: 50
  }

  .m\:focus-within\:z-auto:focus-within {
    z-index: auto
  }

  .m\:focus\:z-0:focus {
    z-index: 0
  }

  .m\:focus\:z-10:focus {
    z-index: 10
  }

  .m\:focus\:z-20:focus {
    z-index: 20
  }

  .m\:focus\:z-30:focus {
    z-index: 30
  }

  .m\:focus\:z-40:focus {
    z-index: 40
  }

  .m\:focus\:z-50:focus {
    z-index: 50
  }

  .m\:focus\:z-auto:focus {
    z-index: auto
  }

  .m\:isolate {
    isolation: isolate
  }

  .m\:isolation-auto {
    isolation: auto
  }

  .m\:gap-0 {
    gap: 0px
  }

  .m\:gap-1 {
    gap: 0.25rem
  }

  .m\:gap-2 {
    gap: 0.5rem
  }

  .m\:gap-3 {
    gap: 0.75rem
  }

  .m\:gap-4 {
    gap: 1rem
  }

  .m\:gap-5 {
    gap: 1.25rem
  }

  .m\:gap-6 {
    gap: 1.5rem
  }

  .m\:gap-7 {
    gap: 1.75rem
  }

  .m\:gap-8 {
    gap: 2rem
  }

  .m\:gap-9 {
    gap: 2.25rem
  }

  .m\:gap-10 {
    gap: 2.5rem
  }

  .m\:gap-11 {
    gap: 2.75rem
  }

  .m\:gap-12 {
    gap: 3rem
  }

  .m\:gap-14 {
    gap: 3.5rem
  }

  .m\:gap-16 {
    gap: 4rem
  }

  .m\:gap-20 {
    gap: 5rem
  }

  .m\:gap-24 {
    gap: 6rem
  }

  .m\:gap-28 {
    gap: 7rem
  }

  .m\:gap-32 {
    gap: 8rem
  }

  .m\:gap-36 {
    gap: 9rem
  }

  .m\:gap-40 {
    gap: 10rem
  }

  .m\:gap-44 {
    gap: 11rem
  }

  .m\:gap-48 {
    gap: 12rem
  }

  .m\:gap-52 {
    gap: 13rem
  }

  .m\:gap-56 {
    gap: 14rem
  }

  .m\:gap-60 {
    gap: 15rem
  }

  .m\:gap-64 {
    gap: 16rem
  }

  .m\:gap-72 {
    gap: 18rem
  }

  .m\:gap-80 {
    gap: 20rem
  }

  .m\:gap-96 {
    gap: 24rem
  }

  .m\:gap-px {
    gap: 1px
  }

  .m\:gap-0\.5 {
    gap: 0.125rem
  }

  .m\:gap-1\.5 {
    gap: 0.375rem
  }

  .m\:gap-2\.5 {
    gap: 0.625rem
  }

  .m\:gap-3\.5 {
    gap: 0.875rem
  }

  .m\:gap-x-0 {
    column-gap: 0px
  }

  .m\:gap-x-1 {
    column-gap: 0.25rem
  }

  .m\:gap-x-2 {
    column-gap: 0.5rem
  }

  .m\:gap-x-3 {
    column-gap: 0.75rem
  }

  .m\:gap-x-4 {
    column-gap: 1rem
  }

  .m\:gap-x-5 {
    column-gap: 1.25rem
  }

  .m\:gap-x-6 {
    column-gap: 1.5rem
  }

  .m\:gap-x-7 {
    column-gap: 1.75rem
  }

  .m\:gap-x-8 {
    column-gap: 2rem
  }

  .m\:gap-x-9 {
    column-gap: 2.25rem
  }

  .m\:gap-x-10 {
    column-gap: 2.5rem
  }

  .m\:gap-x-11 {
    column-gap: 2.75rem
  }

  .m\:gap-x-12 {
    column-gap: 3rem
  }

  .m\:gap-x-14 {
    column-gap: 3.5rem
  }

  .m\:gap-x-16 {
    column-gap: 4rem
  }

  .m\:gap-x-20 {
    column-gap: 5rem
  }

  .m\:gap-x-24 {
    column-gap: 6rem
  }

  .m\:gap-x-28 {
    column-gap: 7rem
  }

  .m\:gap-x-32 {
    column-gap: 8rem
  }

  .m\:gap-x-36 {
    column-gap: 9rem
  }

  .m\:gap-x-40 {
    column-gap: 10rem
  }

  .m\:gap-x-44 {
    column-gap: 11rem
  }

  .m\:gap-x-48 {
    column-gap: 12rem
  }

  .m\:gap-x-52 {
    column-gap: 13rem
  }

  .m\:gap-x-56 {
    column-gap: 14rem
  }

  .m\:gap-x-60 {
    column-gap: 15rem
  }

  .m\:gap-x-64 {
    column-gap: 16rem
  }

  .m\:gap-x-72 {
    column-gap: 18rem
  }

  .m\:gap-x-80 {
    column-gap: 20rem
  }

  .m\:gap-x-96 {
    column-gap: 24rem
  }

  .m\:gap-x-px {
    column-gap: 1px
  }

  .m\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .m\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .m\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .m\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .m\:gap-y-0 {
    row-gap: 0px
  }

  .m\:gap-y-1 {
    row-gap: 0.25rem
  }

  .m\:gap-y-2 {
    row-gap: 0.5rem
  }

  .m\:gap-y-3 {
    row-gap: 0.75rem
  }

  .m\:gap-y-4 {
    row-gap: 1rem
  }

  .m\:gap-y-5 {
    row-gap: 1.25rem
  }

  .m\:gap-y-6 {
    row-gap: 1.5rem
  }

  .m\:gap-y-7 {
    row-gap: 1.75rem
  }

  .m\:gap-y-8 {
    row-gap: 2rem
  }

  .m\:gap-y-9 {
    row-gap: 2.25rem
  }

  .m\:gap-y-10 {
    row-gap: 2.5rem
  }

  .m\:gap-y-11 {
    row-gap: 2.75rem
  }

  .m\:gap-y-12 {
    row-gap: 3rem
  }

  .m\:gap-y-14 {
    row-gap: 3.5rem
  }

  .m\:gap-y-16 {
    row-gap: 4rem
  }

  .m\:gap-y-20 {
    row-gap: 5rem
  }

  .m\:gap-y-24 {
    row-gap: 6rem
  }

  .m\:gap-y-28 {
    row-gap: 7rem
  }

  .m\:gap-y-32 {
    row-gap: 8rem
  }

  .m\:gap-y-36 {
    row-gap: 9rem
  }

  .m\:gap-y-40 {
    row-gap: 10rem
  }

  .m\:gap-y-44 {
    row-gap: 11rem
  }

  .m\:gap-y-48 {
    row-gap: 12rem
  }

  .m\:gap-y-52 {
    row-gap: 13rem
  }

  .m\:gap-y-56 {
    row-gap: 14rem
  }

  .m\:gap-y-60 {
    row-gap: 15rem
  }

  .m\:gap-y-64 {
    row-gap: 16rem
  }

  .m\:gap-y-72 {
    row-gap: 18rem
  }

  .m\:gap-y-80 {
    row-gap: 20rem
  }

  .m\:gap-y-96 {
    row-gap: 24rem
  }

  .m\:gap-y-px {
    row-gap: 1px
  }

  .m\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .m\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .m\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .m\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .m\:grid-flow-row {
    grid-auto-flow: row
  }

  .m\:grid-flow-col {
    grid-auto-flow: column
  }

  .m\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .m\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .m\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr)
  }

  .m\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr)
  }

  .m\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr)
  }

  .m\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr)
  }

  .m\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr)
  }

  .m\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr)
  }

  .m\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr)
  }

  .m\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr)
  }

  .m\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr)
  }

  .m\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr)
  }

  .m\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr)
  }

  .m\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr)
  }

  .m\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr)
  }

  .m\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr)
  }

  .m\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr)
  }

  .m\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr)
  }

  .m\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr)
  }

  .m\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr)
  }

  .m\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr)
  }

  .m\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr)
  }

  .m\:grid-cols-21 {
    grid-template-columns: repeat(21, 1fr)
  }

  .m\:grid-cols-22 {
    grid-template-columns: repeat(22, 1fr)
  }

  .m\:grid-cols-23 {
    grid-template-columns: repeat(23, 1fr)
  }

  .m\:grid-cols-24 {
    grid-template-columns: repeat(24, 1fr)
  }

  .m\:grid-cols-none {
    grid-template-columns: none
  }

  .m\:col-auto {
    grid-column: auto
  }

  .m\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .m\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .m\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .m\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .m\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .m\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .m\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .m\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .m\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .m\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .m\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .m\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .m\:col-span-full {
    grid-column: 1 / -1
  }

  .m\:col-span-13 {
    grid-column: span 13 / span 13
  }

  .m\:col-span-14 {
    grid-column: span 14 / span 14
  }

  .m\:col-span-15 {
    grid-column: span 15 / span 15
  }

  .m\:col-span-16 {
    grid-column: span 16 / span 16
  }

  .m\:col-span-17 {
    grid-column: span 17 / span 17
  }

  .m\:col-span-18 {
    grid-column: span 18 / span 18
  }

  .m\:col-span-19 {
    grid-column: span 19 / span 19
  }

  .m\:col-span-20 {
    grid-column: span 20 / span 20
  }

  .m\:col-span-21 {
    grid-column: span 21 / span 21
  }

  .m\:col-span-22 {
    grid-column: span 22 / span 22
  }

  .m\:col-span-23 {
    grid-column: span 23 / span 23
  }

  .m\:col-span-24 {
    grid-column: span 24 / span 24
  }

  .m\:col-start-1 {
    grid-column-start: 1
  }

  .m\:col-start-2 {
    grid-column-start: 2
  }

  .m\:col-start-3 {
    grid-column-start: 3
  }

  .m\:col-start-4 {
    grid-column-start: 4
  }

  .m\:col-start-5 {
    grid-column-start: 5
  }

  .m\:col-start-6 {
    grid-column-start: 6
  }

  .m\:col-start-7 {
    grid-column-start: 7
  }

  .m\:col-start-8 {
    grid-column-start: 8
  }

  .m\:col-start-9 {
    grid-column-start: 9
  }

  .m\:col-start-10 {
    grid-column-start: 10
  }

  .m\:col-start-11 {
    grid-column-start: 11
  }

  .m\:col-start-12 {
    grid-column-start: 12
  }

  .m\:col-start-13 {
    grid-column-start: 13
  }

  .m\:col-start-14 {
    grid-column-start: 14
  }

  .m\:col-start-15 {
    grid-column-start: 15
  }

  .m\:col-start-16 {
    grid-column-start: 16
  }

  .m\:col-start-17 {
    grid-column-start: 17
  }

  .m\:col-start-18 {
    grid-column-start: 18
  }

  .m\:col-start-19 {
    grid-column-start: 19
  }

  .m\:col-start-20 {
    grid-column-start: 20
  }

  .m\:col-start-21 {
    grid-column-start: 21
  }

  .m\:col-start-22 {
    grid-column-start: 22
  }

  .m\:col-start-23 {
    grid-column-start: 23
  }

  .m\:col-start-24 {
    grid-column-start: 24
  }

  .m\:col-start-auto {
    grid-column-start: auto
  }

  .m\:col-end-1 {
    grid-column-end: 1
  }

  .m\:col-end-2 {
    grid-column-end: 2
  }

  .m\:col-end-3 {
    grid-column-end: 3
  }

  .m\:col-end-4 {
    grid-column-end: 4
  }

  .m\:col-end-5 {
    grid-column-end: 5
  }

  .m\:col-end-6 {
    grid-column-end: 6
  }

  .m\:col-end-7 {
    grid-column-end: 7
  }

  .m\:col-end-8 {
    grid-column-end: 8
  }

  .m\:col-end-9 {
    grid-column-end: 9
  }

  .m\:col-end-10 {
    grid-column-end: 10
  }

  .m\:col-end-11 {
    grid-column-end: 11
  }

  .m\:col-end-12 {
    grid-column-end: 12
  }

  .m\:col-end-13 {
    grid-column-end: 13
  }

  .m\:col-end-14 {
    grid-column-end: 14
  }

  .m\:col-end-15 {
    grid-column-end: 15
  }

  .m\:col-end-16 {
    grid-column-end: 16
  }

  .m\:col-end-17 {
    grid-column-end: 17
  }

  .m\:col-end-18 {
    grid-column-end: 18
  }

  .m\:col-end-19 {
    grid-column-end: 19
  }

  .m\:col-end-20 {
    grid-column-end: 20
  }

  .m\:col-end-21 {
    grid-column-end: 21
  }

  .m\:col-end-22 {
    grid-column-end: 22
  }

  .m\:col-end-23 {
    grid-column-end: 23
  }

  .m\:col-end-24 {
    grid-column-end: 24
  }

  .m\:col-end-25 {
    grid-column-end: 25
  }

  .m\:col-end-auto {
    grid-column-end: auto
  }

  .m\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .m\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .m\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .m\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .m\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .m\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .m\:grid-rows-none {
    grid-template-rows: none
  }

  .m\:row-auto {
    grid-row: auto
  }

  .m\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .m\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .m\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .m\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .m\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .m\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .m\:row-span-full {
    grid-row: 1 / -1
  }

  .m\:row-start-1 {
    grid-row-start: 1
  }

  .m\:row-start-2 {
    grid-row-start: 2
  }

  .m\:row-start-3 {
    grid-row-start: 3
  }

  .m\:row-start-4 {
    grid-row-start: 4
  }

  .m\:row-start-5 {
    grid-row-start: 5
  }

  .m\:row-start-6 {
    grid-row-start: 6
  }

  .m\:row-start-7 {
    grid-row-start: 7
  }

  .m\:row-start-auto {
    grid-row-start: auto
  }

  .m\:row-end-1 {
    grid-row-end: 1
  }

  .m\:row-end-2 {
    grid-row-end: 2
  }

  .m\:row-end-3 {
    grid-row-end: 3
  }

  .m\:row-end-4 {
    grid-row-end: 4
  }

  .m\:row-end-5 {
    grid-row-end: 5
  }

  .m\:row-end-6 {
    grid-row-end: 6
  }

  .m\:row-end-7 {
    grid-row-end: 7
  }

  .m\:row-end-auto {
    grid-row-end: auto
  }

  .m\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .m\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .m\:transform-none {
    transform: none
  }

  .m\:origin-center {
    transform-origin: center
  }

  .m\:origin-top {
    transform-origin: top
  }

  .m\:origin-top-right {
    transform-origin: top right
  }

  .m\:origin-right {
    transform-origin: right
  }

  .m\:origin-bottom-right {
    transform-origin: bottom right
  }

  .m\:origin-bottom {
    transform-origin: bottom
  }

  .m\:origin-bottom-left {
    transform-origin: bottom left
  }

  .m\:origin-left {
    transform-origin: left
  }

  .m\:origin-top-left {
    transform-origin: top left
  }

  .m\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .m\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .m\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .m\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .m\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .m\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .m\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .m\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .m\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .m\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .m\:scale-x-0 {
    --tw-scale-x: 0
  }

  .m\:scale-x-50 {
    --tw-scale-x: .5
  }

  .m\:scale-x-75 {
    --tw-scale-x: .75
  }

  .m\:scale-x-90 {
    --tw-scale-x: .9
  }

  .m\:scale-x-95 {
    --tw-scale-x: .95
  }

  .m\:scale-x-100 {
    --tw-scale-x: 1
  }

  .m\:scale-x-105 {
    --tw-scale-x: 1.05
  }

  .m\:scale-x-110 {
    --tw-scale-x: 1.1
  }

  .m\:scale-x-125 {
    --tw-scale-x: 1.25
  }

  .m\:scale-x-150 {
    --tw-scale-x: 1.5
  }

  .m\:scale-y-0 {
    --tw-scale-y: 0
  }

  .m\:scale-y-50 {
    --tw-scale-y: .5
  }

  .m\:scale-y-75 {
    --tw-scale-y: .75
  }

  .m\:scale-y-90 {
    --tw-scale-y: .9
  }

  .m\:scale-y-95 {
    --tw-scale-y: .95
  }

  .m\:scale-y-100 {
    --tw-scale-y: 1
  }

  .m\:scale-y-105 {
    --tw-scale-y: 1.05
  }

  .m\:scale-y-110 {
    --tw-scale-y: 1.1
  }

  .m\:scale-y-125 {
    --tw-scale-y: 1.25
  }

  .m\:scale-y-150 {
    --tw-scale-y: 1.5
  }

  .m\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .m\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .m\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .m\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .m\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .m\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .m\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .m\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .m\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .m\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .m\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }

  .m\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }

  .m\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }

  .m\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }

  .m\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }

  .m\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }

  .m\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }

  .m\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }

  .m\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }

  .m\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }

  .m\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }

  .m\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }

  .m\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }

  .m\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }

  .m\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }

  .m\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }

  .m\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }

  .m\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }

  .m\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }

  .m\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }

  .m\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .m\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .m\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .m\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .m\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .m\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .m\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .m\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .m\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .m\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .m\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }

  .m\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }

  .m\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }

  .m\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }

  .m\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }

  .m\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }

  .m\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }

  .m\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }

  .m\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }

  .m\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }

  .m\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }

  .m\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }

  .m\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }

  .m\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }

  .m\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }

  .m\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }

  .m\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }

  .m\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }

  .m\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }

  .m\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }

  .m\:rotate-0 {
    --tw-rotate: 0deg
  }

  .m\:rotate-1 {
    --tw-rotate: 1deg
  }

  .m\:rotate-2 {
    --tw-rotate: 2deg
  }

  .m\:rotate-3 {
    --tw-rotate: 3deg
  }

  .m\:rotate-6 {
    --tw-rotate: 6deg
  }

  .m\:rotate-12 {
    --tw-rotate: 12deg
  }

  .m\:rotate-45 {
    --tw-rotate: 45deg
  }

  .m\:rotate-90 {
    --tw-rotate: 90deg
  }

  .m\:rotate-180 {
    --tw-rotate: 180deg
  }

  .m\:-rotate-180 {
    --tw-rotate: -180deg
  }

  .m\:-rotate-90 {
    --tw-rotate: -90deg
  }

  .m\:-rotate-45 {
    --tw-rotate: -45deg
  }

  .m\:-rotate-12 {
    --tw-rotate: -12deg
  }

  .m\:-rotate-6 {
    --tw-rotate: -6deg
  }

  .m\:-rotate-3 {
    --tw-rotate: -3deg
  }

  .m\:-rotate-2 {
    --tw-rotate: -2deg
  }

  .m\:-rotate-1 {
    --tw-rotate: -1deg
  }

  .m\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }

  .m\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }

  .m\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }

  .m\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }

  .m\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }

  .m\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }

  .m\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }

  .m\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }

  .m\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }

  .m\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }

  .m\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }

  .m\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }

  .m\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }

  .m\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }

  .m\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }

  .m\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }

  .m\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }

  .m\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }

  .m\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }

  .m\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }

  .m\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }

  .m\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }

  .m\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }

  .m\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }

  .m\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }

  .m\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }

  .m\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }

  .m\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }

  .m\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }

  .m\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }

  .m\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }

  .m\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }

  .m\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }

  .m\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }

  .m\:translate-x-0 {
    --tw-translate-x: 0px
  }

  .m\:translate-x-1 {
    --tw-translate-x: 0.25rem
  }

  .m\:translate-x-2 {
    --tw-translate-x: 0.5rem
  }

  .m\:translate-x-3 {
    --tw-translate-x: 0.75rem
  }

  .m\:translate-x-4 {
    --tw-translate-x: 1rem
  }

  .m\:translate-x-5 {
    --tw-translate-x: 1.25rem
  }

  .m\:translate-x-6 {
    --tw-translate-x: 1.5rem
  }

  .m\:translate-x-7 {
    --tw-translate-x: 1.75rem
  }

  .m\:translate-x-8 {
    --tw-translate-x: 2rem
  }

  .m\:translate-x-9 {
    --tw-translate-x: 2.25rem
  }

  .m\:translate-x-10 {
    --tw-translate-x: 2.5rem
  }

  .m\:translate-x-11 {
    --tw-translate-x: 2.75rem
  }

  .m\:translate-x-12 {
    --tw-translate-x: 3rem
  }

  .m\:translate-x-14 {
    --tw-translate-x: 3.5rem
  }

  .m\:translate-x-16 {
    --tw-translate-x: 4rem
  }

  .m\:translate-x-20 {
    --tw-translate-x: 5rem
  }

  .m\:translate-x-24 {
    --tw-translate-x: 6rem
  }

  .m\:translate-x-28 {
    --tw-translate-x: 7rem
  }

  .m\:translate-x-32 {
    --tw-translate-x: 8rem
  }

  .m\:translate-x-36 {
    --tw-translate-x: 9rem
  }

  .m\:translate-x-40 {
    --tw-translate-x: 10rem
  }

  .m\:translate-x-44 {
    --tw-translate-x: 11rem
  }

  .m\:translate-x-48 {
    --tw-translate-x: 12rem
  }

  .m\:translate-x-52 {
    --tw-translate-x: 13rem
  }

  .m\:translate-x-56 {
    --tw-translate-x: 14rem
  }

  .m\:translate-x-60 {
    --tw-translate-x: 15rem
  }

  .m\:translate-x-64 {
    --tw-translate-x: 16rem
  }

  .m\:translate-x-72 {
    --tw-translate-x: 18rem
  }

  .m\:translate-x-80 {
    --tw-translate-x: 20rem
  }

  .m\:translate-x-96 {
    --tw-translate-x: 24rem
  }

  .m\:translate-x-px {
    --tw-translate-x: 1px
  }

  .m\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem
  }

  .m\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem
  }

  .m\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem
  }

  .m\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem
  }

  .m\:-translate-x-0 {
    --tw-translate-x: 0px
  }

  .m\:-translate-x-1 {
    --tw-translate-x: -0.25rem
  }

  .m\:-translate-x-2 {
    --tw-translate-x: -0.5rem
  }

  .m\:-translate-x-3 {
    --tw-translate-x: -0.75rem
  }

  .m\:-translate-x-4 {
    --tw-translate-x: -1rem
  }

  .m\:-translate-x-5 {
    --tw-translate-x: -1.25rem
  }

  .m\:-translate-x-6 {
    --tw-translate-x: -1.5rem
  }

  .m\:-translate-x-7 {
    --tw-translate-x: -1.75rem
  }

  .m\:-translate-x-8 {
    --tw-translate-x: -2rem
  }

  .m\:-translate-x-9 {
    --tw-translate-x: -2.25rem
  }

  .m\:-translate-x-10 {
    --tw-translate-x: -2.5rem
  }

  .m\:-translate-x-11 {
    --tw-translate-x: -2.75rem
  }

  .m\:-translate-x-12 {
    --tw-translate-x: -3rem
  }

  .m\:-translate-x-14 {
    --tw-translate-x: -3.5rem
  }

  .m\:-translate-x-16 {
    --tw-translate-x: -4rem
  }

  .m\:-translate-x-20 {
    --tw-translate-x: -5rem
  }

  .m\:-translate-x-24 {
    --tw-translate-x: -6rem
  }

  .m\:-translate-x-28 {
    --tw-translate-x: -7rem
  }

  .m\:-translate-x-32 {
    --tw-translate-x: -8rem
  }

  .m\:-translate-x-36 {
    --tw-translate-x: -9rem
  }

  .m\:-translate-x-40 {
    --tw-translate-x: -10rem
  }

  .m\:-translate-x-44 {
    --tw-translate-x: -11rem
  }

  .m\:-translate-x-48 {
    --tw-translate-x: -12rem
  }

  .m\:-translate-x-52 {
    --tw-translate-x: -13rem
  }

  .m\:-translate-x-56 {
    --tw-translate-x: -14rem
  }

  .m\:-translate-x-60 {
    --tw-translate-x: -15rem
  }

  .m\:-translate-x-64 {
    --tw-translate-x: -16rem
  }

  .m\:-translate-x-72 {
    --tw-translate-x: -18rem
  }

  .m\:-translate-x-80 {
    --tw-translate-x: -20rem
  }

  .m\:-translate-x-96 {
    --tw-translate-x: -24rem
  }

  .m\:-translate-x-px {
    --tw-translate-x: -1px
  }

  .m\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem
  }

  .m\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem
  }

  .m\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem
  }

  .m\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem
  }

  .m\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }

  .m\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }

  .m\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }

  .m\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }

  .m\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }

  .m\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }

  .m\:translate-x-full {
    --tw-translate-x: 100%
  }

  .m\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }

  .m\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }

  .m\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }

  .m\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }

  .m\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }

  .m\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }

  .m\:-translate-x-full {
    --tw-translate-x: -100%
  }

  .m\:translate-y-0 {
    --tw-translate-y: 0px
  }

  .m\:translate-y-1 {
    --tw-translate-y: 0.25rem
  }

  .m\:translate-y-2 {
    --tw-translate-y: 0.5rem
  }

  .m\:translate-y-3 {
    --tw-translate-y: 0.75rem
  }

  .m\:translate-y-4 {
    --tw-translate-y: 1rem
  }

  .m\:translate-y-5 {
    --tw-translate-y: 1.25rem
  }

  .m\:translate-y-6 {
    --tw-translate-y: 1.5rem
  }

  .m\:translate-y-7 {
    --tw-translate-y: 1.75rem
  }

  .m\:translate-y-8 {
    --tw-translate-y: 2rem
  }

  .m\:translate-y-9 {
    --tw-translate-y: 2.25rem
  }

  .m\:translate-y-10 {
    --tw-translate-y: 2.5rem
  }

  .m\:translate-y-11 {
    --tw-translate-y: 2.75rem
  }

  .m\:translate-y-12 {
    --tw-translate-y: 3rem
  }

  .m\:translate-y-14 {
    --tw-translate-y: 3.5rem
  }

  .m\:translate-y-16 {
    --tw-translate-y: 4rem
  }

  .m\:translate-y-20 {
    --tw-translate-y: 5rem
  }

  .m\:translate-y-24 {
    --tw-translate-y: 6rem
  }

  .m\:translate-y-28 {
    --tw-translate-y: 7rem
  }

  .m\:translate-y-32 {
    --tw-translate-y: 8rem
  }

  .m\:translate-y-36 {
    --tw-translate-y: 9rem
  }

  .m\:translate-y-40 {
    --tw-translate-y: 10rem
  }

  .m\:translate-y-44 {
    --tw-translate-y: 11rem
  }

  .m\:translate-y-48 {
    --tw-translate-y: 12rem
  }

  .m\:translate-y-52 {
    --tw-translate-y: 13rem
  }

  .m\:translate-y-56 {
    --tw-translate-y: 14rem
  }

  .m\:translate-y-60 {
    --tw-translate-y: 15rem
  }

  .m\:translate-y-64 {
    --tw-translate-y: 16rem
  }

  .m\:translate-y-72 {
    --tw-translate-y: 18rem
  }

  .m\:translate-y-80 {
    --tw-translate-y: 20rem
  }

  .m\:translate-y-96 {
    --tw-translate-y: 24rem
  }

  .m\:translate-y-px {
    --tw-translate-y: 1px
  }

  .m\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem
  }

  .m\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem
  }

  .m\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem
  }

  .m\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem
  }

  .m\:-translate-y-0 {
    --tw-translate-y: 0px
  }

  .m\:-translate-y-1 {
    --tw-translate-y: -0.25rem
  }

  .m\:-translate-y-2 {
    --tw-translate-y: -0.5rem
  }

  .m\:-translate-y-3 {
    --tw-translate-y: -0.75rem
  }

  .m\:-translate-y-4 {
    --tw-translate-y: -1rem
  }

  .m\:-translate-y-5 {
    --tw-translate-y: -1.25rem
  }

  .m\:-translate-y-6 {
    --tw-translate-y: -1.5rem
  }

  .m\:-translate-y-7 {
    --tw-translate-y: -1.75rem
  }

  .m\:-translate-y-8 {
    --tw-translate-y: -2rem
  }

  .m\:-translate-y-9 {
    --tw-translate-y: -2.25rem
  }

  .m\:-translate-y-10 {
    --tw-translate-y: -2.5rem
  }

  .m\:-translate-y-11 {
    --tw-translate-y: -2.75rem
  }

  .m\:-translate-y-12 {
    --tw-translate-y: -3rem
  }

  .m\:-translate-y-14 {
    --tw-translate-y: -3.5rem
  }

  .m\:-translate-y-16 {
    --tw-translate-y: -4rem
  }

  .m\:-translate-y-20 {
    --tw-translate-y: -5rem
  }

  .m\:-translate-y-24 {
    --tw-translate-y: -6rem
  }

  .m\:-translate-y-28 {
    --tw-translate-y: -7rem
  }

  .m\:-translate-y-32 {
    --tw-translate-y: -8rem
  }

  .m\:-translate-y-36 {
    --tw-translate-y: -9rem
  }

  .m\:-translate-y-40 {
    --tw-translate-y: -10rem
  }

  .m\:-translate-y-44 {
    --tw-translate-y: -11rem
  }

  .m\:-translate-y-48 {
    --tw-translate-y: -12rem
  }

  .m\:-translate-y-52 {
    --tw-translate-y: -13rem
  }

  .m\:-translate-y-56 {
    --tw-translate-y: -14rem
  }

  .m\:-translate-y-60 {
    --tw-translate-y: -15rem
  }

  .m\:-translate-y-64 {
    --tw-translate-y: -16rem
  }

  .m\:-translate-y-72 {
    --tw-translate-y: -18rem
  }

  .m\:-translate-y-80 {
    --tw-translate-y: -20rem
  }

  .m\:-translate-y-96 {
    --tw-translate-y: -24rem
  }

  .m\:-translate-y-px {
    --tw-translate-y: -1px
  }

  .m\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem
  }

  .m\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem
  }

  .m\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem
  }

  .m\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem
  }

  .m\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }

  .m\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }

  .m\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }

  .m\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }

  .m\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }

  .m\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }

  .m\:translate-y-full {
    --tw-translate-y: 100%
  }

  .m\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }

  .m\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }

  .m\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }

  .m\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }

  .m\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }

  .m\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }

  .m\:-translate-y-full {
    --tw-translate-y: -100%
  }

  .m\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .m\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem
  }

  .m\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem
  }

  .m\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem
  }

  .m\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem
  }

  .m\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem
  }

  .m\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem
  }

  .m\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem
  }

  .m\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem
  }

  .m\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem
  }

  .m\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem
  }

  .m\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem
  }

  .m\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem
  }

  .m\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem
  }

  .m\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem
  }

  .m\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem
  }

  .m\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem
  }

  .m\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem
  }

  .m\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem
  }

  .m\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem
  }

  .m\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem
  }

  .m\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem
  }

  .m\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem
  }

  .m\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem
  }

  .m\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem
  }

  .m\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem
  }

  .m\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem
  }

  .m\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem
  }

  .m\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem
  }

  .m\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem
  }

  .m\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }

  .m\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem
  }

  .m\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem
  }

  .m\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem
  }

  .m\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem
  }

  .m\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .m\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem
  }

  .m\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem
  }

  .m\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem
  }

  .m\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem
  }

  .m\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem
  }

  .m\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem
  }

  .m\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem
  }

  .m\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem
  }

  .m\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem
  }

  .m\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem
  }

  .m\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem
  }

  .m\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem
  }

  .m\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem
  }

  .m\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem
  }

  .m\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem
  }

  .m\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem
  }

  .m\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem
  }

  .m\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem
  }

  .m\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem
  }

  .m\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem
  }

  .m\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem
  }

  .m\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem
  }

  .m\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem
  }

  .m\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem
  }

  .m\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem
  }

  .m\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem
  }

  .m\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem
  }

  .m\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem
  }

  .m\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem
  }

  .m\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }

  .m\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem
  }

  .m\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem
  }

  .m\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem
  }

  .m\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem
  }

  .m\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }

  .m\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }

  .m\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }

  .m\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }

  .m\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }

  .m\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }

  .m\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }

  .m\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }

  .m\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }

  .m\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }

  .m\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }

  .m\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }

  .m\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }

  .m\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }

  .m\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .m\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem
  }

  .m\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem
  }

  .m\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem
  }

  .m\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem
  }

  .m\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem
  }

  .m\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem
  }

  .m\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem
  }

  .m\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem
  }

  .m\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem
  }

  .m\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem
  }

  .m\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem
  }

  .m\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem
  }

  .m\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem
  }

  .m\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem
  }

  .m\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem
  }

  .m\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem
  }

  .m\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem
  }

  .m\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem
  }

  .m\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem
  }

  .m\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem
  }

  .m\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem
  }

  .m\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem
  }

  .m\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem
  }

  .m\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem
  }

  .m\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem
  }

  .m\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem
  }

  .m\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem
  }

  .m\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem
  }

  .m\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem
  }

  .m\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }

  .m\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem
  }

  .m\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem
  }

  .m\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem
  }

  .m\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem
  }

  .m\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .m\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem
  }

  .m\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
  }

  .m\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem
  }

  .m\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem
  }

  .m\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem
  }

  .m\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem
  }

  .m\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem
  }

  .m\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem
  }

  .m\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem
  }

  .m\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem
  }

  .m\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem
  }

  .m\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem
  }

  .m\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem
  }

  .m\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem
  }

  .m\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem
  }

  .m\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem
  }

  .m\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem
  }

  .m\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem
  }

  .m\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem
  }

  .m\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem
  }

  .m\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem
  }

  .m\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem
  }

  .m\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem
  }

  .m\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem
  }

  .m\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem
  }

  .m\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem
  }

  .m\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem
  }

  .m\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem
  }

  .m\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem
  }

  .m\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }

  .m\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem
  }

  .m\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem
  }

  .m\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem
  }

  .m\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem
  }

  .m\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }

  .m\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }

  .m\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }

  .m\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }

  .m\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }

  .m\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }

  .m\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }

  .m\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }

  .m\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }

  .m\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }

  .m\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }

  .m\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }

  .m\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }

  .m\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }

  .m\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .m\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem
  }

  .m\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem
  }

  .m\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem
  }

  .m\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem
  }

  .m\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem
  }

  .m\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem
  }

  .m\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem
  }

  .m\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem
  }

  .m\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem
  }

  .m\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem
  }

  .m\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem
  }

  .m\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem
  }

  .m\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem
  }

  .m\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem
  }

  .m\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem
  }

  .m\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem
  }

  .m\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem
  }

  .m\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem
  }

  .m\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem
  }

  .m\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem
  }

  .m\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem
  }

  .m\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem
  }

  .m\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem
  }

  .m\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem
  }

  .m\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem
  }

  .m\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem
  }

  .m\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem
  }

  .m\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem
  }

  .m\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem
  }

  .m\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }

  .m\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem
  }

  .m\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem
  }

  .m\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem
  }

  .m\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem
  }

  .m\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .m\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem
  }

  .m\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem
  }

  .m\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem
  }

  .m\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem
  }

  .m\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem
  }

  .m\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem
  }

  .m\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem
  }

  .m\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem
  }

  .m\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem
  }

  .m\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem
  }

  .m\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem
  }

  .m\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem
  }

  .m\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem
  }

  .m\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem
  }

  .m\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem
  }

  .m\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem
  }

  .m\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem
  }

  .m\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem
  }

  .m\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem
  }

  .m\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem
  }

  .m\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem
  }

  .m\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem
  }

  .m\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem
  }

  .m\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem
  }

  .m\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem
  }

  .m\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem
  }

  .m\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem
  }

  .m\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem
  }

  .m\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem
  }

  .m\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }

  .m\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem
  }

  .m\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem
  }

  .m\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem
  }

  .m\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem
  }

  .m\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }

  .m\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }

  .m\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }

  .m\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }

  .m\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }

  .m\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }

  .m\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }

  .m\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }

  .m\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }

  .m\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }

  .m\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }

  .m\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }

  .m\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }

  .m\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }

  .m\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .m\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem
  }

  .m\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem
  }

  .m\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem
  }

  .m\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem
  }

  .m\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem
  }

  .m\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem
  }

  .m\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem
  }

  .m\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem
  }

  .m\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem
  }

  .m\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem
  }

  .m\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem
  }

  .m\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem
  }

  .m\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem
  }

  .m\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem
  }

  .m\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem
  }

  .m\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem
  }

  .m\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem
  }

  .m\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem
  }

  .m\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem
  }

  .m\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem
  }

  .m\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem
  }

  .m\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem
  }

  .m\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem
  }

  .m\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem
  }

  .m\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem
  }

  .m\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem
  }

  .m\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem
  }

  .m\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem
  }

  .m\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem
  }

  .m\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }

  .m\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem
  }

  .m\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem
  }

  .m\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem
  }

  .m\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem
  }

  .m\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .m\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem
  }

  .m\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem
  }

  .m\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem
  }

  .m\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem
  }

  .m\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem
  }

  .m\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem
  }

  .m\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem
  }

  .m\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem
  }

  .m\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem
  }

  .m\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem
  }

  .m\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem
  }

  .m\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem
  }

  .m\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem
  }

  .m\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem
  }

  .m\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem
  }

  .m\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem
  }

  .m\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem
  }

  .m\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem
  }

  .m\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem
  }

  .m\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem
  }

  .m\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem
  }

  .m\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem
  }

  .m\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem
  }

  .m\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem
  }

  .m\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem
  }

  .m\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem
  }

  .m\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem
  }

  .m\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem
  }

  .m\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem
  }

  .m\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }

  .m\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem
  }

  .m\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem
  }

  .m\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem
  }

  .m\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem
  }

  .m\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }

  .m\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }

  .m\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }

  .m\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }

  .m\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }

  .m\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }

  .m\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }

  .m\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }

  .m\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }

  .m\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }

  .m\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }

  .m\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }

  .m\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }

  .m\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }

  .m\:mix-blend-normal {
    mix-blend-mode: normal
  }

  .m\:mix-blend-multiply {
    mix-blend-mode: multiply
  }

  .m\:mix-blend-screen {
    mix-blend-mode: screen
  }

  .m\:mix-blend-overlay {
    mix-blend-mode: overlay
  }

  .m\:mix-blend-darken {
    mix-blend-mode: darken
  }

  .m\:mix-blend-lighten {
    mix-blend-mode: lighten
  }

  .m\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }

  .m\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }

  .m\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }

  .m\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }

  .m\:mix-blend-difference {
    mix-blend-mode: difference
  }

  .m\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }

  .m\:mix-blend-hue {
    mix-blend-mode: hue
  }

  .m\:mix-blend-saturation {
    mix-blend-mode: saturation
  }

  .m\:mix-blend-color {
    mix-blend-mode: color
  }

  .m\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }

  .m\:bg-blend-normal {
    background-blend-mode: normal
  }

  .m\:bg-blend-multiply {
    background-blend-mode: multiply
  }

  .m\:bg-blend-screen {
    background-blend-mode: screen
  }

  .m\:bg-blend-overlay {
    background-blend-mode: overlay
  }

  .m\:bg-blend-darken {
    background-blend-mode: darken
  }

  .m\:bg-blend-lighten {
    background-blend-mode: lighten
  }

  .m\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }

  .m\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }

  .m\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }

  .m\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }

  .m\:bg-blend-difference {
    background-blend-mode: difference
  }

  .m\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }

  .m\:bg-blend-hue {
    background-blend-mode: hue
  }

  .m\:bg-blend-saturation {
    background-blend-mode: saturation
  }

  .m\:bg-blend-color {
    background-blend-mode: color
  }

  .m\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }

  .m\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .m\:filter-none {
    filter: none
  }

  .m\:blur-0 {
    --tw-blur: blur(0)
  }

  .m\:blur-sm {
    --tw-blur: blur(4px)
  }

  .m\:blur {
    --tw-blur: blur(8px)
  }

  .m\:blur-md {
    --tw-blur: blur(12px)
  }

  .m\:blur-lg {
    --tw-blur: blur(16px)
  }

  .m\:blur-xl {
    --tw-blur: blur(24px)
  }

  .m\:blur-2xl {
    --tw-blur: blur(40px)
  }

  .m\:blur-3xl {
    --tw-blur: blur(64px)
  }

  .m\:brightness-0 {
    --tw-brightness: brightness(0)
  }

  .m\:brightness-50 {
    --tw-brightness: brightness(.5)
  }

  .m\:brightness-75 {
    --tw-brightness: brightness(.75)
  }

  .m\:brightness-90 {
    --tw-brightness: brightness(.9)
  }

  .m\:brightness-95 {
    --tw-brightness: brightness(.95)
  }

  .m\:brightness-100 {
    --tw-brightness: brightness(1)
  }

  .m\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }

  .m\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }

  .m\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }

  .m\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }

  .m\:brightness-200 {
    --tw-brightness: brightness(2)
  }

  .m\:contrast-0 {
    --tw-contrast: contrast(0)
  }

  .m\:contrast-50 {
    --tw-contrast: contrast(.5)
  }

  .m\:contrast-75 {
    --tw-contrast: contrast(.75)
  }

  .m\:contrast-100 {
    --tw-contrast: contrast(1)
  }

  .m\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }

  .m\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }

  .m\:contrast-200 {
    --tw-contrast: contrast(2)
  }

  .m\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .m\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .m\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .m\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .m\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .m\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .m\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000)
  }

  .m\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }

  .m\:grayscale {
    --tw-grayscale: grayscale(100%)
  }

  .m\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }

  .m\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }

  .m\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }

  .m\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }

  .m\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }

  .m\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }

  .m\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }

  .m\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }

  .m\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }

  .m\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }

  .m\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }

  .m\:invert-0 {
    --tw-invert: invert(0)
  }

  .m\:invert {
    --tw-invert: invert(100%)
  }

  .m\:saturate-0 {
    --tw-saturate: saturate(0)
  }

  .m\:saturate-50 {
    --tw-saturate: saturate(.5)
  }

  .m\:saturate-100 {
    --tw-saturate: saturate(1)
  }

  .m\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }

  .m\:saturate-200 {
    --tw-saturate: saturate(2)
  }

  .m\:sepia-0 {
    --tw-sepia: sepia(0)
  }

  .m\:sepia {
    --tw-sepia: sepia(100%)
  }

  .m\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .m\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none
  }

  .m\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }

  .m\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }

  .m\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }

  .m\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }

  .m\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }

  .m\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }

  .m\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }

  .m\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }

  .m\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }

  .m\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }

  .m\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }

  .m\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }

  .m\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }

  .m\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }

  .m\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }

  .m\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }

  .m\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }

  .m\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }

  .m\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }

  .m\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }

  .m\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }

  .m\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }

  .m\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }

  .m\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }

  .m\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }

  .m\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }

  .m\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }

  .m\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }

  .m\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }

  .m\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }

  .m\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }

  .m\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }

  .m\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }

  .m\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }

  .m\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }

  .m\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }

  .m\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }

  .m\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }

  .m\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }

  .m\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
}

@media (max-width: 768px) {
  .s\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .s\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .s\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .s\:group-hover\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .group:hover .s\:group-hover\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .group:hover .s\:group-hover\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .s\:focus-within\:bg-color1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .s\:focus-within\:bg-color2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .s\:focus-within\:bg-color3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .s\:hover\:bg-color1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .s\:hover\:bg-color2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .s\:hover\:bg-color3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .s\:focus\:bg-color1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .s\:focus\:bg-color2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .s\:focus\:bg-color3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .s\:bg-none {
    background-image: none
  }

  .s\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
  }

  .s\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .s\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
  }

  .s\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .s\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .s\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .s\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
  }

  .s\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .s\:bg-auto {
    background-size: auto
  }

  .s\:bg-cover {
    background-size: cover
  }

  .s\:bg-contain {
    background-size: contain
  }

  .s\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .s\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .s\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .s\:group-hover\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .group:hover .s\:group-hover\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .group:hover .s\:group-hover\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .s\:focus-within\:border-color1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .s\:focus-within\:border-color2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .s\:focus-within\:border-color3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .s\:hover\:border-color1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .s\:hover\:border-color2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .s\:hover\:border-color3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .s\:focus\:border-color1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .s\:focus\:border-color2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .s\:focus\:border-color3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .s\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .s\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .s\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .s\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .s\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .s\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .s\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .s\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .s\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .s\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .s\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .s\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .s\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .s\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .s\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .group:hover .s\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .group:hover .s\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .group:hover .s\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .group:hover .s\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .group:hover .s\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .group:hover .s\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .group:hover .s\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .group:hover .s\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .group:hover .s\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .group:hover .s\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .group:hover .s\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .group:hover .s\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .group:hover .s\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .group:hover .s\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .group:hover .s\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .s\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }

  .s\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }

  .s\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }

  .s\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }

  .s\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }

  .s\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }

  .s\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }

  .s\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }

  .s\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }

  .s\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }

  .s\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }

  .s\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }

  .s\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }

  .s\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }

  .s\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }

  .s\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }

  .s\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }

  .s\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }

  .s\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }

  .s\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }

  .s\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }

  .s\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }

  .s\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }

  .s\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }

  .s\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }

  .s\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }

  .s\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }

  .s\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }

  .s\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }

  .s\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }

  .s\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }

  .s\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }

  .s\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }

  .s\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }

  .s\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }

  .s\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }

  .s\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }

  .s\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }

  .s\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }

  .s\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }

  .s\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }

  .s\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }

  .s\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }

  .s\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }

  .s\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }

  .s\:rounded-none {
    border-radius: 0px
  }

  .s\:rounded-sm {
    border-radius: 0.125rem
  }

  .s\:rounded {
    border-radius: 0.25rem
  }

  .s\:rounded-md {
    border-radius: 0.375rem
  }

  .s\:rounded-lg {
    border-radius: 0.5rem
  }

  .s\:rounded-xl {
    border-radius: 0.75rem
  }

  .s\:rounded-2xl {
    border-radius: 1rem
  }

  .s\:rounded-3xl {
    border-radius: 1.5rem
  }

  .s\:rounded-full {
    border-radius: 9999px
  }

  .s\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
  }

  .s\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
  }

  .s\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .s\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .s\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem
  }

  .s\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem
  }

  .s\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .s\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem
  }

  .s\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
  }

  .s\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
  }

  .s\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .s\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
  }

  .s\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem
  }

  .s\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem
  }

  .s\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .s\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
  }

  .s\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
  }

  .s\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
  }

  .s\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .s\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
  }

  .s\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem
  }

  .s\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem
  }

  .s\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .s\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .s\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
  }

  .s\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
  }

  .s\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .s\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .s\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
  }

  .s\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
  }

  .s\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

  .s\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

  .s\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .s\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .s\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .s\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .s\:rounded-tl-none {
    border-top-left-radius: 0px
  }

  .s\:rounded-tr-none {
    border-top-right-radius: 0px
  }

  .s\:rounded-br-none {
    border-bottom-right-radius: 0px
  }

  .s\:rounded-bl-none {
    border-bottom-left-radius: 0px
  }

  .s\:rounded-tl-sm {
    border-top-left-radius: 0.125rem
  }

  .s\:rounded-tr-sm {
    border-top-right-radius: 0.125rem
  }

  .s\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem
  }

  .s\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem
  }

  .s\:rounded-tl {
    border-top-left-radius: 0.25rem
  }

  .s\:rounded-tr {
    border-top-right-radius: 0.25rem
  }

  .s\:rounded-br {
    border-bottom-right-radius: 0.25rem
  }

  .s\:rounded-bl {
    border-bottom-left-radius: 0.25rem
  }

  .s\:rounded-tl-md {
    border-top-left-radius: 0.375rem
  }

  .s\:rounded-tr-md {
    border-top-right-radius: 0.375rem
  }

  .s\:rounded-br-md {
    border-bottom-right-radius: 0.375rem
  }

  .s\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem
  }

  .s\:rounded-tl-lg {
    border-top-left-radius: 0.5rem
  }

  .s\:rounded-tr-lg {
    border-top-right-radius: 0.5rem
  }

  .s\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem
  }

  .s\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem
  }

  .s\:rounded-tl-xl {
    border-top-left-radius: 0.75rem
  }

  .s\:rounded-tr-xl {
    border-top-right-radius: 0.75rem
  }

  .s\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem
  }

  .s\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem
  }

  .s\:rounded-tl-2xl {
    border-top-left-radius: 1rem
  }

  .s\:rounded-tr-2xl {
    border-top-right-radius: 1rem
  }

  .s\:rounded-br-2xl {
    border-bottom-right-radius: 1rem
  }

  .s\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem
  }

  .s\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem
  }

  .s\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem
  }

  .s\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem
  }

  .s\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem
  }

  .s\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .s\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .s\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .s\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .s\:border-solid {
    border-style: solid
  }

  .s\:border-dashed {
    border-style: dashed
  }

  .s\:border-dotted {
    border-style: dotted
  }

  .s\:border-double {
    border-style: double
  }

  .s\:border-none {
    border-style: none
  }

  .s\:border-0 {
    border-width: 0px
  }

  .s\:border-2 {
    border-width: 2px
  }

  .s\:border-4 {
    border-width: 4px
  }

  .s\:border-8 {
    border-width: 8px
  }

  .s\:border {
    border-width: 1px
  }

  .s\:border-t-0 {
    border-top-width: 0px
  }

  .s\:border-r-0 {
    border-right-width: 0px
  }

  .s\:border-b-0 {
    border-bottom-width: 0px
  }

  .s\:border-l-0 {
    border-left-width: 0px
  }

  .s\:border-t-2 {
    border-top-width: 2px
  }

  .s\:border-r-2 {
    border-right-width: 2px
  }

  .s\:border-b-2 {
    border-bottom-width: 2px
  }

  .s\:border-l-2 {
    border-left-width: 2px
  }

  .s\:border-t-4 {
    border-top-width: 4px
  }

  .s\:border-r-4 {
    border-right-width: 4px
  }

  .s\:border-b-4 {
    border-bottom-width: 4px
  }

  .s\:border-l-4 {
    border-left-width: 4px
  }

  .s\:border-t-8 {
    border-top-width: 8px
  }

  .s\:border-r-8 {
    border-right-width: 8px
  }

  .s\:border-b-8 {
    border-bottom-width: 8px
  }

  .s\:border-l-8 {
    border-left-width: 8px
  }

  .s\:border-t {
    border-top-width: 1px
  }

  .s\:border-r {
    border-right-width: 1px
  }

  .s\:border-b {
    border-bottom-width: 1px
  }

  .s\:border-l {
    border-left-width: 1px
  }

  .s\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice
  }

  .s\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone
  }

  .s\:block {
    display: block
  }

  .s\:inline-block {
    display: inline-block
  }

  .s\:inline {
    display: inline
  }

  .s\:flex {
    display: flex
  }

  .s\:inline-flex {
    display: inline-flex
  }

  .s\:table {
    display: table
  }

  .s\:inline-table {
    display: inline-table
  }

  .s\:table-caption {
    display: table-caption
  }

  .s\:table-cell {
    display: table-cell
  }

  .s\:table-column {
    display: table-column
  }

  .s\:table-column-group {
    display: table-column-group
  }

  .s\:table-footer-group {
    display: table-footer-group
  }

  .s\:table-header-group {
    display: table-header-group
  }

  .s\:table-row-group {
    display: table-row-group
  }

  .s\:table-row {
    display: table-row
  }

  .s\:flow-root {
    display: flow-root
  }

  .s\:grid {
    display: grid
  }

  .s\:inline-grid {
    display: inline-grid
  }

  .s\:contents {
    display: contents
  }

  .s\:list-item {
    display: list-item
  }

  .s\:hidden {
    display: none
  }

  .s\:flex-row {
    flex-direction: row
  }

  .s\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .s\:flex-col {
    flex-direction: column
  }

  .s\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .s\:flex-wrap {
    flex-wrap: wrap
  }

  .s\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .s\:flex-nowrap {
    flex-wrap: nowrap
  }

  .s\:items-start {
    align-items: flex-start
  }

  .s\:items-end {
    align-items: flex-end
  }

  .s\:items-center {
    align-items: center
  }

  .s\:items-baseline {
    align-items: baseline
  }

  .s\:items-stretch {
    align-items: stretch
  }

  .s\:content-center {
    align-content: center
  }

  .s\:content-start {
    align-content: flex-start
  }

  .s\:content-end {
    align-content: flex-end
  }

  .s\:content-between {
    align-content: space-between
  }

  .s\:content-around {
    align-content: space-around
  }

  .s\:content-evenly {
    align-content: space-evenly
  }

  .s\:self-auto {
    align-self: auto
  }

  .s\:self-start {
    align-self: flex-start
  }

  .s\:self-end {
    align-self: flex-end
  }

  .s\:self-center {
    align-self: center
  }

  .s\:self-stretch {
    align-self: stretch
  }

  .s\:justify-items-start {
    justify-items: start
  }

  .s\:justify-items-end {
    justify-items: end
  }

  .s\:justify-items-center {
    justify-items: center
  }

  .s\:justify-items-stretch {
    justify-items: stretch
  }

  .s\:justify-start {
    justify-content: flex-start
  }

  .s\:justify-end {
    justify-content: flex-end
  }

  .s\:justify-center {
    justify-content: center
  }

  .s\:justify-between {
    justify-content: space-between
  }

  .s\:justify-around {
    justify-content: space-around
  }

  .s\:justify-evenly {
    justify-content: space-evenly
  }

  .s\:justify-self-auto {
    justify-self: auto
  }

  .s\:justify-self-start {
    justify-self: start
  }

  .s\:justify-self-end {
    justify-self: end
  }

  .s\:justify-self-center {
    justify-self: center
  }

  .s\:justify-self-stretch {
    justify-self: stretch
  }

  .s\:flex-1 {
    flex: 1 1 0%
  }

  .s\:flex-auto {
    flex: 1 1 auto
  }

  .s\:flex-initial {
    flex: 0 1 auto
  }

  .s\:flex-none {
    flex: none
  }

  .s\:flex-grow-0 {
    flex-grow: 0
  }

  .s\:flex-grow {
    flex-grow: 1
  }

  .s\:flex-shrink-0 {
    flex-shrink: 0
  }

  .s\:flex-shrink {
    flex-shrink: 1
  }

  .s\:order-1 {
    order: 1
  }

  .s\:order-2 {
    order: 2
  }

  .s\:order-3 {
    order: 3
  }

  .s\:order-4 {
    order: 4
  }

  .s\:order-5 {
    order: 5
  }

  .s\:order-6 {
    order: 6
  }

  .s\:order-7 {
    order: 7
  }

  .s\:order-8 {
    order: 8
  }

  .s\:order-9 {
    order: 9
  }

  .s\:order-10 {
    order: 10
  }

  .s\:order-11 {
    order: 11
  }

  .s\:order-12 {
    order: 12
  }

  .s\:order-first {
    order: -9999
  }

  .s\:order-last {
    order: 9999
  }

  .s\:order-none {
    order: 0
  }

  .s\:float-right {
    float: right
  }

  .s\:float-left {
    float: left
  }

  .s\:float-none {
    float: none
  }

  .s\:clear-left {
    clear: left
  }

  .s\:clear-right {
    clear: right
  }

  .s\:clear-both {
    clear: both
  }

  .s\:clear-none {
    clear: none
  }

  .s\:font-thin {
    font-weight: 100
  }

  .s\:font-extralight {
    font-weight: 200
  }

  .s\:font-light {
    font-weight: 300
  }

  .s\:font-normal {
    font-weight: 400
  }

  .s\:font-medium {
    font-weight: 500
  }

  .s\:font-semibold {
    font-weight: 600
  }

  .s\:font-bold {
    font-weight: 700
  }

  .s\:font-extrabold {
    font-weight: 800
  }

  .s\:font-black {
    font-weight: 900
  }

  .s\:h-0 {
    height: 0px
  }

  .s\:h-1 {
    height: 0.25rem
  }

  .s\:h-2 {
    height: 0.5rem
  }

  .s\:h-3 {
    height: 0.75rem
  }

  .s\:h-4 {
    height: 1rem
  }

  .s\:h-5 {
    height: 1.25rem
  }

  .s\:h-6 {
    height: 1.5rem
  }

  .s\:h-7 {
    height: 1.75rem
  }

  .s\:h-8 {
    height: 2rem
  }

  .s\:h-9 {
    height: 2.25rem
  }

  .s\:h-10 {
    height: 2.5rem
  }

  .s\:h-11 {
    height: 2.75rem
  }

  .s\:h-12 {
    height: 3rem
  }

  .s\:h-14 {
    height: 3.5rem
  }

  .s\:h-16 {
    height: 4rem
  }

  .s\:h-20 {
    height: 5rem
  }

  .s\:h-24 {
    height: 6rem
  }

  .s\:h-28 {
    height: 7rem
  }

  .s\:h-32 {
    height: 8rem
  }

  .s\:h-36 {
    height: 9rem
  }

  .s\:h-40 {
    height: 10rem
  }

  .s\:h-44 {
    height: 11rem
  }

  .s\:h-48 {
    height: 12rem
  }

  .s\:h-52 {
    height: 13rem
  }

  .s\:h-56 {
    height: 14rem
  }

  .s\:h-60 {
    height: 15rem
  }

  .s\:h-64 {
    height: 16rem
  }

  .s\:h-72 {
    height: 18rem
  }

  .s\:h-80 {
    height: 20rem
  }

  .s\:h-96 {
    height: 24rem
  }

  .s\:h-auto {
    height: auto
  }

  .s\:h-px {
    height: 1px
  }

  .s\:h-0\.5 {
    height: 0.125rem
  }

  .s\:h-1\.5 {
    height: 0.375rem
  }

  .s\:h-2\.5 {
    height: 0.625rem
  }

  .s\:h-3\.5 {
    height: 0.875rem
  }

  .s\:h-1\/2 {
    height: 50%
  }

  .s\:h-1\/3 {
    height: 33.333333%
  }

  .s\:h-2\/3 {
    height: 66.666667%
  }

  .s\:h-1\/4 {
    height: 25%
  }

  .s\:h-2\/4 {
    height: 50%
  }

  .s\:h-3\/4 {
    height: 75%
  }

  .s\:h-1\/5 {
    height: 20%
  }

  .s\:h-2\/5 {
    height: 40%
  }

  .s\:h-3\/5 {
    height: 60%
  }

  .s\:h-4\/5 {
    height: 80%
  }

  .s\:h-1\/6 {
    height: 16.666667%
  }

  .s\:h-2\/6 {
    height: 33.333333%
  }

  .s\:h-3\/6 {
    height: 50%
  }

  .s\:h-4\/6 {
    height: 66.666667%
  }

  .s\:h-5\/6 {
    height: 83.333333%
  }

  .s\:h-full {
    height: 100%
  }

  .s\:h-screen {
    height: 100vh
  }

  .s\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .s\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .s\:text-base {
    font-size: 1rem
  }

  .s\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .s\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .s\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .s\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .s\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .s\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .s\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .s\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .s\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }

  .s\:text-9xl {
    font-size: 8rem;
    line-height: 1
  }

  .s\:text-f1 {
    font-size: 1.25rem
  }

  .s\:text-f2 {
    font-size: 1.875rem
  }

  .s\:text-f3 {
    font-size: 1.25rem
  }

  .s\:text-f4 {
    font-size: 0.9375rem
  }

  .s\:text-f5 {
    font-size: 0.625rem
  }

  .s\:leading-3 {
    line-height: .75rem
  }

  .s\:leading-4 {
    line-height: 1rem
  }

  .s\:leading-5 {
    line-height: 1.25rem
  }

  .s\:leading-6 {
    line-height: 1.5rem
  }

  .s\:leading-7 {
    line-height: 1.75rem
  }

  .s\:leading-8 {
    line-height: 2rem
  }

  .s\:leading-9 {
    line-height: 2.25rem
  }

  .s\:leading-10 {
    line-height: 2.5rem
  }

  .s\:leading-none {
    line-height: 1
  }

  .s\:leading-tight {
    line-height: 1.25
  }

  .s\:leading-snug {
    line-height: 1.375
  }

  .s\:leading-normal {
    line-height: 1.5
  }

  .s\:leading-relaxed {
    line-height: 1.625
  }

  .s\:leading-loose {
    line-height: 2
  }

  .s\:m-0 {
    margin: 0px
  }

  .s\:m-1 {
    margin: 0.25rem
  }

  .s\:m-2 {
    margin: 0.5rem
  }

  .s\:m-3 {
    margin: 0.75rem
  }

  .s\:m-4 {
    margin: 1rem
  }

  .s\:m-5 {
    margin: 1.25rem
  }

  .s\:m-6 {
    margin: 1.5rem
  }

  .s\:m-7 {
    margin: 1.75rem
  }

  .s\:m-8 {
    margin: 2rem
  }

  .s\:m-9 {
    margin: 2.25rem
  }

  .s\:m-10 {
    margin: 2.5rem
  }

  .s\:m-11 {
    margin: 2.75rem
  }

  .s\:m-12 {
    margin: 3rem
  }

  .s\:m-14 {
    margin: 3.5rem
  }

  .s\:m-16 {
    margin: 4rem
  }

  .s\:m-20 {
    margin: 5rem
  }

  .s\:m-24 {
    margin: 6rem
  }

  .s\:m-28 {
    margin: 7rem
  }

  .s\:m-32 {
    margin: 8rem
  }

  .s\:m-36 {
    margin: 9rem
  }

  .s\:m-40 {
    margin: 10rem
  }

  .s\:m-44 {
    margin: 11rem
  }

  .s\:m-48 {
    margin: 12rem
  }

  .s\:m-52 {
    margin: 13rem
  }

  .s\:m-56 {
    margin: 14rem
  }

  .s\:m-60 {
    margin: 15rem
  }

  .s\:m-64 {
    margin: 16rem
  }

  .s\:m-72 {
    margin: 18rem
  }

  .s\:m-80 {
    margin: 20rem
  }

  .s\:m-96 {
    margin: 24rem
  }

  .s\:m-auto {
    margin: auto
  }

  .s\:m-px {
    margin: 1px
  }

  .s\:m-0\.5 {
    margin: 0.125rem
  }

  .s\:m-1\.5 {
    margin: 0.375rem
  }

  .s\:m-2\.5 {
    margin: 0.625rem
  }

  .s\:m-3\.5 {
    margin: 0.875rem
  }

  .s\:-m-0 {
    margin: 0px
  }

  .s\:-m-1 {
    margin: -0.25rem
  }

  .s\:-m-2 {
    margin: -0.5rem
  }

  .s\:-m-3 {
    margin: -0.75rem
  }

  .s\:-m-4 {
    margin: -1rem
  }

  .s\:-m-5 {
    margin: -1.25rem
  }

  .s\:-m-6 {
    margin: -1.5rem
  }

  .s\:-m-7 {
    margin: -1.75rem
  }

  .s\:-m-8 {
    margin: -2rem
  }

  .s\:-m-9 {
    margin: -2.25rem
  }

  .s\:-m-10 {
    margin: -2.5rem
  }

  .s\:-m-11 {
    margin: -2.75rem
  }

  .s\:-m-12 {
    margin: -3rem
  }

  .s\:-m-14 {
    margin: -3.5rem
  }

  .s\:-m-16 {
    margin: -4rem
  }

  .s\:-m-20 {
    margin: -5rem
  }

  .s\:-m-24 {
    margin: -6rem
  }

  .s\:-m-28 {
    margin: -7rem
  }

  .s\:-m-32 {
    margin: -8rem
  }

  .s\:-m-36 {
    margin: -9rem
  }

  .s\:-m-40 {
    margin: -10rem
  }

  .s\:-m-44 {
    margin: -11rem
  }

  .s\:-m-48 {
    margin: -12rem
  }

  .s\:-m-52 {
    margin: -13rem
  }

  .s\:-m-56 {
    margin: -14rem
  }

  .s\:-m-60 {
    margin: -15rem
  }

  .s\:-m-64 {
    margin: -16rem
  }

  .s\:-m-72 {
    margin: -18rem
  }

  .s\:-m-80 {
    margin: -20rem
  }

  .s\:-m-96 {
    margin: -24rem
  }

  .s\:-m-px {
    margin: -1px
  }

  .s\:-m-0\.5 {
    margin: -0.125rem
  }

  .s\:-m-1\.5 {
    margin: -0.375rem
  }

  .s\:-m-2\.5 {
    margin: -0.625rem
  }

  .s\:-m-3\.5 {
    margin: -0.875rem
  }

  .s\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .s\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .s\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem
  }

  .s\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
  }

  .s\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
  }

  .s\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }

  .s\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .s\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .s\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .s\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .s\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .s\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .s\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .s\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .s\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .s\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .s\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .s\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .s\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .s\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .s\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .s\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .s\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .s\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .s\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .s\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .s\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
  }

  .s\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
  }

  .s\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .s\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .s\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .s\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .s\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .s\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .s\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .s\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem
  }

  .s\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .s\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .s\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem
  }

  .s\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem
  }

  .s\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .s\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .s\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .s\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .s\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .s\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .s\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .s\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .s\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .s\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .s\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .s\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .s\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .s\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .s\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .s\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .s\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .s\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .s\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .s\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

  .s\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }

  .s\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .s\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .s\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .s\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .s\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .s\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .s\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .s\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .s\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

  .s\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem
  }

  .s\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem
  }

  .s\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .s\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .s\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
  }

  .s\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem
  }

  .s\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
  }

  .s\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem
  }

  .s\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .s\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .s\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .s\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .s\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .s\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .s\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .s\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .s\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .s\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .s\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .s\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .s\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .s\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .s\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .s\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .s\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .s\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .s\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .s\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .s\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem
  }

  .s\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
  }

  .s\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .s\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .s\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .s\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .s\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .s\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .s\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .s\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem
  }

  .s\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .s\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .s\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem
  }

  .s\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem
  }

  .s\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .s\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .s\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .s\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .s\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .s\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .s\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .s\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .s\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .s\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .s\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .s\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .s\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .s\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .s\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .s\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .s\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .s\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .s\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .s\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .s\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .s\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .s\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .s\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .s\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .s\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .s\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .s\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

  .s\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem
  }

  .s\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem
  }

  .s\:mt-0 {
    margin-top: 0px
  }

  .s\:mr-0 {
    margin-right: 0px
  }

  .s\:mb-0 {
    margin-bottom: 0px
  }

  .s\:ml-0 {
    margin-left: 0px
  }

  .s\:mt-1 {
    margin-top: 0.25rem
  }

  .s\:mr-1 {
    margin-right: 0.25rem
  }

  .s\:mb-1 {
    margin-bottom: 0.25rem
  }

  .s\:ml-1 {
    margin-left: 0.25rem
  }

  .s\:mt-2 {
    margin-top: 0.5rem
  }

  .s\:mr-2 {
    margin-right: 0.5rem
  }

  .s\:mb-2 {
    margin-bottom: 0.5rem
  }

  .s\:ml-2 {
    margin-left: 0.5rem
  }

  .s\:mt-3 {
    margin-top: 0.75rem
  }

  .s\:mr-3 {
    margin-right: 0.75rem
  }

  .s\:mb-3 {
    margin-bottom: 0.75rem
  }

  .s\:ml-3 {
    margin-left: 0.75rem
  }

  .s\:mt-4 {
    margin-top: 1rem
  }

  .s\:mr-4 {
    margin-right: 1rem
  }

  .s\:mb-4 {
    margin-bottom: 1rem
  }

  .s\:ml-4 {
    margin-left: 1rem
  }

  .s\:mt-5 {
    margin-top: 1.25rem
  }

  .s\:mr-5 {
    margin-right: 1.25rem
  }

  .s\:mb-5 {
    margin-bottom: 1.25rem
  }

  .s\:ml-5 {
    margin-left: 1.25rem
  }

  .s\:mt-6 {
    margin-top: 1.5rem
  }

  .s\:mr-6 {
    margin-right: 1.5rem
  }

  .s\:mb-6 {
    margin-bottom: 1.5rem
  }

  .s\:ml-6 {
    margin-left: 1.5rem
  }

  .s\:mt-7 {
    margin-top: 1.75rem
  }

  .s\:mr-7 {
    margin-right: 1.75rem
  }

  .s\:mb-7 {
    margin-bottom: 1.75rem
  }

  .s\:ml-7 {
    margin-left: 1.75rem
  }

  .s\:mt-8 {
    margin-top: 2rem
  }

  .s\:mr-8 {
    margin-right: 2rem
  }

  .s\:mb-8 {
    margin-bottom: 2rem
  }

  .s\:ml-8 {
    margin-left: 2rem
  }

  .s\:mt-9 {
    margin-top: 2.25rem
  }

  .s\:mr-9 {
    margin-right: 2.25rem
  }

  .s\:mb-9 {
    margin-bottom: 2.25rem
  }

  .s\:ml-9 {
    margin-left: 2.25rem
  }

  .s\:mt-10 {
    margin-top: 2.5rem
  }

  .s\:mr-10 {
    margin-right: 2.5rem
  }

  .s\:mb-10 {
    margin-bottom: 2.5rem
  }

  .s\:ml-10 {
    margin-left: 2.5rem
  }

  .s\:mt-11 {
    margin-top: 2.75rem
  }

  .s\:mr-11 {
    margin-right: 2.75rem
  }

  .s\:mb-11 {
    margin-bottom: 2.75rem
  }

  .s\:ml-11 {
    margin-left: 2.75rem
  }

  .s\:mt-12 {
    margin-top: 3rem
  }

  .s\:mr-12 {
    margin-right: 3rem
  }

  .s\:mb-12 {
    margin-bottom: 3rem
  }

  .s\:ml-12 {
    margin-left: 3rem
  }

  .s\:mt-14 {
    margin-top: 3.5rem
  }

  .s\:mr-14 {
    margin-right: 3.5rem
  }

  .s\:mb-14 {
    margin-bottom: 3.5rem
  }

  .s\:ml-14 {
    margin-left: 3.5rem
  }

  .s\:mt-16 {
    margin-top: 4rem
  }

  .s\:mr-16 {
    margin-right: 4rem
  }

  .s\:mb-16 {
    margin-bottom: 4rem
  }

  .s\:ml-16 {
    margin-left: 4rem
  }

  .s\:mt-20 {
    margin-top: 5rem
  }

  .s\:mr-20 {
    margin-right: 5rem
  }

  .s\:mb-20 {
    margin-bottom: 5rem
  }

  .s\:ml-20 {
    margin-left: 5rem
  }

  .s\:mt-24 {
    margin-top: 6rem
  }

  .s\:mr-24 {
    margin-right: 6rem
  }

  .s\:mb-24 {
    margin-bottom: 6rem
  }

  .s\:ml-24 {
    margin-left: 6rem
  }

  .s\:mt-28 {
    margin-top: 7rem
  }

  .s\:mr-28 {
    margin-right: 7rem
  }

  .s\:mb-28 {
    margin-bottom: 7rem
  }

  .s\:ml-28 {
    margin-left: 7rem
  }

  .s\:mt-32 {
    margin-top: 8rem
  }

  .s\:mr-32 {
    margin-right: 8rem
  }

  .s\:mb-32 {
    margin-bottom: 8rem
  }

  .s\:ml-32 {
    margin-left: 8rem
  }

  .s\:mt-36 {
    margin-top: 9rem
  }

  .s\:mr-36 {
    margin-right: 9rem
  }

  .s\:mb-36 {
    margin-bottom: 9rem
  }

  .s\:ml-36 {
    margin-left: 9rem
  }

  .s\:mt-40 {
    margin-top: 10rem
  }

  .s\:mr-40 {
    margin-right: 10rem
  }

  .s\:mb-40 {
    margin-bottom: 10rem
  }

  .s\:ml-40 {
    margin-left: 10rem
  }

  .s\:mt-44 {
    margin-top: 11rem
  }

  .s\:mr-44 {
    margin-right: 11rem
  }

  .s\:mb-44 {
    margin-bottom: 11rem
  }

  .s\:ml-44 {
    margin-left: 11rem
  }

  .s\:mt-48 {
    margin-top: 12rem
  }

  .s\:mr-48 {
    margin-right: 12rem
  }

  .s\:mb-48 {
    margin-bottom: 12rem
  }

  .s\:ml-48 {
    margin-left: 12rem
  }

  .s\:mt-52 {
    margin-top: 13rem
  }

  .s\:mr-52 {
    margin-right: 13rem
  }

  .s\:mb-52 {
    margin-bottom: 13rem
  }

  .s\:ml-52 {
    margin-left: 13rem
  }

  .s\:mt-56 {
    margin-top: 14rem
  }

  .s\:mr-56 {
    margin-right: 14rem
  }

  .s\:mb-56 {
    margin-bottom: 14rem
  }

  .s\:ml-56 {
    margin-left: 14rem
  }

  .s\:mt-60 {
    margin-top: 15rem
  }

  .s\:mr-60 {
    margin-right: 15rem
  }

  .s\:mb-60 {
    margin-bottom: 15rem
  }

  .s\:ml-60 {
    margin-left: 15rem
  }

  .s\:mt-64 {
    margin-top: 16rem
  }

  .s\:mr-64 {
    margin-right: 16rem
  }

  .s\:mb-64 {
    margin-bottom: 16rem
  }

  .s\:ml-64 {
    margin-left: 16rem
  }

  .s\:mt-72 {
    margin-top: 18rem
  }

  .s\:mr-72 {
    margin-right: 18rem
  }

  .s\:mb-72 {
    margin-bottom: 18rem
  }

  .s\:ml-72 {
    margin-left: 18rem
  }

  .s\:mt-80 {
    margin-top: 20rem
  }

  .s\:mr-80 {
    margin-right: 20rem
  }

  .s\:mb-80 {
    margin-bottom: 20rem
  }

  .s\:ml-80 {
    margin-left: 20rem
  }

  .s\:mt-96 {
    margin-top: 24rem
  }

  .s\:mr-96 {
    margin-right: 24rem
  }

  .s\:mb-96 {
    margin-bottom: 24rem
  }

  .s\:ml-96 {
    margin-left: 24rem
  }

  .s\:mt-auto {
    margin-top: auto
  }

  .s\:mr-auto {
    margin-right: auto
  }

  .s\:mb-auto {
    margin-bottom: auto
  }

  .s\:ml-auto {
    margin-left: auto
  }

  .s\:mt-px {
    margin-top: 1px
  }

  .s\:mr-px {
    margin-right: 1px
  }

  .s\:mb-px {
    margin-bottom: 1px
  }

  .s\:ml-px {
    margin-left: 1px
  }

  .s\:mt-0\.5 {
    margin-top: 0.125rem
  }

  .s\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .s\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .s\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .s\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .s\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .s\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .s\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .s\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .s\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .s\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .s\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .s\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .s\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .s\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .s\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .s\:-mt-0 {
    margin-top: 0px
  }

  .s\:-mr-0 {
    margin-right: 0px
  }

  .s\:-mb-0 {
    margin-bottom: 0px
  }

  .s\:-ml-0 {
    margin-left: 0px
  }

  .s\:-mt-1 {
    margin-top: -0.25rem
  }

  .s\:-mr-1 {
    margin-right: -0.25rem
  }

  .s\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .s\:-ml-1 {
    margin-left: -0.25rem
  }

  .s\:-mt-2 {
    margin-top: -0.5rem
  }

  .s\:-mr-2 {
    margin-right: -0.5rem
  }

  .s\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .s\:-ml-2 {
    margin-left: -0.5rem
  }

  .s\:-mt-3 {
    margin-top: -0.75rem
  }

  .s\:-mr-3 {
    margin-right: -0.75rem
  }

  .s\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .s\:-ml-3 {
    margin-left: -0.75rem
  }

  .s\:-mt-4 {
    margin-top: -1rem
  }

  .s\:-mr-4 {
    margin-right: -1rem
  }

  .s\:-mb-4 {
    margin-bottom: -1rem
  }

  .s\:-ml-4 {
    margin-left: -1rem
  }

  .s\:-mt-5 {
    margin-top: -1.25rem
  }

  .s\:-mr-5 {
    margin-right: -1.25rem
  }

  .s\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .s\:-ml-5 {
    margin-left: -1.25rem
  }

  .s\:-mt-6 {
    margin-top: -1.5rem
  }

  .s\:-mr-6 {
    margin-right: -1.5rem
  }

  .s\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .s\:-ml-6 {
    margin-left: -1.5rem
  }

  .s\:-mt-7 {
    margin-top: -1.75rem
  }

  .s\:-mr-7 {
    margin-right: -1.75rem
  }

  .s\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .s\:-ml-7 {
    margin-left: -1.75rem
  }

  .s\:-mt-8 {
    margin-top: -2rem
  }

  .s\:-mr-8 {
    margin-right: -2rem
  }

  .s\:-mb-8 {
    margin-bottom: -2rem
  }

  .s\:-ml-8 {
    margin-left: -2rem
  }

  .s\:-mt-9 {
    margin-top: -2.25rem
  }

  .s\:-mr-9 {
    margin-right: -2.25rem
  }

  .s\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .s\:-ml-9 {
    margin-left: -2.25rem
  }

  .s\:-mt-10 {
    margin-top: -2.5rem
  }

  .s\:-mr-10 {
    margin-right: -2.5rem
  }

  .s\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .s\:-ml-10 {
    margin-left: -2.5rem
  }

  .s\:-mt-11 {
    margin-top: -2.75rem
  }

  .s\:-mr-11 {
    margin-right: -2.75rem
  }

  .s\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .s\:-ml-11 {
    margin-left: -2.75rem
  }

  .s\:-mt-12 {
    margin-top: -3rem
  }

  .s\:-mr-12 {
    margin-right: -3rem
  }

  .s\:-mb-12 {
    margin-bottom: -3rem
  }

  .s\:-ml-12 {
    margin-left: -3rem
  }

  .s\:-mt-14 {
    margin-top: -3.5rem
  }

  .s\:-mr-14 {
    margin-right: -3.5rem
  }

  .s\:-mb-14 {
    margin-bottom: -3.5rem
  }

  .s\:-ml-14 {
    margin-left: -3.5rem
  }

  .s\:-mt-16 {
    margin-top: -4rem
  }

  .s\:-mr-16 {
    margin-right: -4rem
  }

  .s\:-mb-16 {
    margin-bottom: -4rem
  }

  .s\:-ml-16 {
    margin-left: -4rem
  }

  .s\:-mt-20 {
    margin-top: -5rem
  }

  .s\:-mr-20 {
    margin-right: -5rem
  }

  .s\:-mb-20 {
    margin-bottom: -5rem
  }

  .s\:-ml-20 {
    margin-left: -5rem
  }

  .s\:-mt-24 {
    margin-top: -6rem
  }

  .s\:-mr-24 {
    margin-right: -6rem
  }

  .s\:-mb-24 {
    margin-bottom: -6rem
  }

  .s\:-ml-24 {
    margin-left: -6rem
  }

  .s\:-mt-28 {
    margin-top: -7rem
  }

  .s\:-mr-28 {
    margin-right: -7rem
  }

  .s\:-mb-28 {
    margin-bottom: -7rem
  }

  .s\:-ml-28 {
    margin-left: -7rem
  }

  .s\:-mt-32 {
    margin-top: -8rem
  }

  .s\:-mr-32 {
    margin-right: -8rem
  }

  .s\:-mb-32 {
    margin-bottom: -8rem
  }

  .s\:-ml-32 {
    margin-left: -8rem
  }

  .s\:-mt-36 {
    margin-top: -9rem
  }

  .s\:-mr-36 {
    margin-right: -9rem
  }

  .s\:-mb-36 {
    margin-bottom: -9rem
  }

  .s\:-ml-36 {
    margin-left: -9rem
  }

  .s\:-mt-40 {
    margin-top: -10rem
  }

  .s\:-mr-40 {
    margin-right: -10rem
  }

  .s\:-mb-40 {
    margin-bottom: -10rem
  }

  .s\:-ml-40 {
    margin-left: -10rem
  }

  .s\:-mt-44 {
    margin-top: -11rem
  }

  .s\:-mr-44 {
    margin-right: -11rem
  }

  .s\:-mb-44 {
    margin-bottom: -11rem
  }

  .s\:-ml-44 {
    margin-left: -11rem
  }

  .s\:-mt-48 {
    margin-top: -12rem
  }

  .s\:-mr-48 {
    margin-right: -12rem
  }

  .s\:-mb-48 {
    margin-bottom: -12rem
  }

  .s\:-ml-48 {
    margin-left: -12rem
  }

  .s\:-mt-52 {
    margin-top: -13rem
  }

  .s\:-mr-52 {
    margin-right: -13rem
  }

  .s\:-mb-52 {
    margin-bottom: -13rem
  }

  .s\:-ml-52 {
    margin-left: -13rem
  }

  .s\:-mt-56 {
    margin-top: -14rem
  }

  .s\:-mr-56 {
    margin-right: -14rem
  }

  .s\:-mb-56 {
    margin-bottom: -14rem
  }

  .s\:-ml-56 {
    margin-left: -14rem
  }

  .s\:-mt-60 {
    margin-top: -15rem
  }

  .s\:-mr-60 {
    margin-right: -15rem
  }

  .s\:-mb-60 {
    margin-bottom: -15rem
  }

  .s\:-ml-60 {
    margin-left: -15rem
  }

  .s\:-mt-64 {
    margin-top: -16rem
  }

  .s\:-mr-64 {
    margin-right: -16rem
  }

  .s\:-mb-64 {
    margin-bottom: -16rem
  }

  .s\:-ml-64 {
    margin-left: -16rem
  }

  .s\:-mt-72 {
    margin-top: -18rem
  }

  .s\:-mr-72 {
    margin-right: -18rem
  }

  .s\:-mb-72 {
    margin-bottom: -18rem
  }

  .s\:-ml-72 {
    margin-left: -18rem
  }

  .s\:-mt-80 {
    margin-top: -20rem
  }

  .s\:-mr-80 {
    margin-right: -20rem
  }

  .s\:-mb-80 {
    margin-bottom: -20rem
  }

  .s\:-ml-80 {
    margin-left: -20rem
  }

  .s\:-mt-96 {
    margin-top: -24rem
  }

  .s\:-mr-96 {
    margin-right: -24rem
  }

  .s\:-mb-96 {
    margin-bottom: -24rem
  }

  .s\:-ml-96 {
    margin-left: -24rem
  }

  .s\:-mt-px {
    margin-top: -1px
  }

  .s\:-mr-px {
    margin-right: -1px
  }

  .s\:-mb-px {
    margin-bottom: -1px
  }

  .s\:-ml-px {
    margin-left: -1px
  }

  .s\:-mt-0\.5 {
    margin-top: -0.125rem
  }

  .s\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .s\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .s\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .s\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .s\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .s\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .s\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .s\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .s\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .s\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .s\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .s\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .s\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .s\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .s\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .s\:overflow-auto {
    overflow: auto
  }

  .s\:overflow-hidden {
    overflow: hidden
  }

  .s\:overflow-visible {
    overflow: visible
  }

  .s\:overflow-scroll {
    overflow: scroll
  }

  .s\:overflow-x-auto {
    overflow-x: auto
  }

  .s\:overflow-y-auto {
    overflow-y: auto
  }

  .s\:overflow-x-hidden {
    overflow-x: hidden
  }

  .s\:overflow-y-hidden {
    overflow-y: hidden
  }

  .s\:overflow-x-visible {
    overflow-x: visible
  }

  .s\:overflow-y-visible {
    overflow-y: visible
  }

  .s\:overflow-x-scroll {
    overflow-x: scroll
  }

  .s\:overflow-y-scroll {
    overflow-y: scroll
  }

  .s\:p-0 {
    padding: 0px
  }

  .s\:p-1 {
    padding: 0.25rem
  }

  .s\:p-2 {
    padding: 0.5rem
  }

  .s\:p-3 {
    padding: 0.75rem
  }

  .s\:p-4 {
    padding: 1rem
  }

  .s\:p-5 {
    padding: 1.25rem
  }

  .s\:p-6 {
    padding: 1.5rem
  }

  .s\:p-7 {
    padding: 1.75rem
  }

  .s\:p-8 {
    padding: 2rem
  }

  .s\:p-9 {
    padding: 2.25rem
  }

  .s\:p-10 {
    padding: 2.5rem
  }

  .s\:p-11 {
    padding: 2.75rem
  }

  .s\:p-12 {
    padding: 3rem
  }

  .s\:p-14 {
    padding: 3.5rem
  }

  .s\:p-16 {
    padding: 4rem
  }

  .s\:p-20 {
    padding: 5rem
  }

  .s\:p-24 {
    padding: 6rem
  }

  .s\:p-28 {
    padding: 7rem
  }

  .s\:p-32 {
    padding: 8rem
  }

  .s\:p-36 {
    padding: 9rem
  }

  .s\:p-40 {
    padding: 10rem
  }

  .s\:p-44 {
    padding: 11rem
  }

  .s\:p-48 {
    padding: 12rem
  }

  .s\:p-52 {
    padding: 13rem
  }

  .s\:p-56 {
    padding: 14rem
  }

  .s\:p-60 {
    padding: 15rem
  }

  .s\:p-64 {
    padding: 16rem
  }

  .s\:p-72 {
    padding: 18rem
  }

  .s\:p-80 {
    padding: 20rem
  }

  .s\:p-96 {
    padding: 24rem
  }

  .s\:p-px {
    padding: 1px
  }

  .s\:p-0\.5 {
    padding: 0.125rem
  }

  .s\:p-1\.5 {
    padding: 0.375rem
  }

  .s\:p-2\.5 {
    padding: 0.625rem
  }

  .s\:p-3\.5 {
    padding: 0.875rem
  }

  .s\:p-16\/9 {
    padding: 56.25%
  }

  .s\:p-16\/10 {
    padding: 62.5%
  }

  .s\:p-4\/3 {
    padding: 75%
  }

  .s\:p-3\/2 {
    padding: 66.66666666666666%
  }

  .s\:p-2\/1 {
    padding: 50%
  }

  .s\:p-3\/1 {
    padding: 33.33333333333333%
  }

  .s\:p-4\/1 {
    padding: 25%
  }

  .s\:p-10\/24 {
    padding: 41.66666666666667%
  }

  .s\:p-1\/1 {
    padding: 100%
  }

  .s\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .s\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .s\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
  }

  .s\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .s\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

  .s\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
  }

  .s\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .s\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .s\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .s\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .s\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .s\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .s\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .s\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .s\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .s\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .s\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .s\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .s\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .s\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .s\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .s\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .s\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .s\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .s\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .s\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .s\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }

  .s\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }

  .s\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .s\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .s\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .s\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .s\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .s\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .s\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .s\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem
  }

  .s\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .s\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .s\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
  }

  .s\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem
  }

  .s\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .s\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .s\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .s\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .s\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .s\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .s\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .s\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .s\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .s\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .s\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .s\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .s\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .s\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .s\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .s\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .s\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .s\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .s\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .s\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .s\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .s\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .s\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .s\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .s\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .s\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .s\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .s\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

  .s\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem
  }

  .s\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem
  }

  .s\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .s\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .s\:py-16\/10 {
    padding-top: 62.5%;
    padding-bottom: 62.5%
  }

  .s\:px-16\/10 {
    padding-left: 62.5%;
    padding-right: 62.5%
  }

  .s\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .s\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%
  }

  .s\:py-3\/2 {
    padding-top: 66.66666666666666%;
    padding-bottom: 66.66666666666666%
  }

  .s\:px-3\/2 {
    padding-left: 66.66666666666666%;
    padding-right: 66.66666666666666%
  }

  .s\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%
  }

  .s\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%
  }

  .s\:py-3\/1 {
    padding-top: 33.33333333333333%;
    padding-bottom: 33.33333333333333%
  }

  .s\:px-3\/1 {
    padding-left: 33.33333333333333%;
    padding-right: 33.33333333333333%
  }

  .s\:py-4\/1 {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .s\:px-4\/1 {
    padding-left: 25%;
    padding-right: 25%
  }

  .s\:py-10\/24 {
    padding-top: 41.66666666666667%;
    padding-bottom: 41.66666666666667%
  }

  .s\:px-10\/24 {
    padding-left: 41.66666666666667%;
    padding-right: 41.66666666666667%
  }

  .s\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .s\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .s\:pt-0 {
    padding-top: 0px
  }

  .s\:pr-0 {
    padding-right: 0px
  }

  .s\:pb-0 {
    padding-bottom: 0px
  }

  .s\:pl-0 {
    padding-left: 0px
  }

  .s\:pt-1 {
    padding-top: 0.25rem
  }

  .s\:pr-1 {
    padding-right: 0.25rem
  }

  .s\:pb-1 {
    padding-bottom: 0.25rem
  }

  .s\:pl-1 {
    padding-left: 0.25rem
  }

  .s\:pt-2 {
    padding-top: 0.5rem
  }

  .s\:pr-2 {
    padding-right: 0.5rem
  }

  .s\:pb-2 {
    padding-bottom: 0.5rem
  }

  .s\:pl-2 {
    padding-left: 0.5rem
  }

  .s\:pt-3 {
    padding-top: 0.75rem
  }

  .s\:pr-3 {
    padding-right: 0.75rem
  }

  .s\:pb-3 {
    padding-bottom: 0.75rem
  }

  .s\:pl-3 {
    padding-left: 0.75rem
  }

  .s\:pt-4 {
    padding-top: 1rem
  }

  .s\:pr-4 {
    padding-right: 1rem
  }

  .s\:pb-4 {
    padding-bottom: 1rem
  }

  .s\:pl-4 {
    padding-left: 1rem
  }

  .s\:pt-5 {
    padding-top: 1.25rem
  }

  .s\:pr-5 {
    padding-right: 1.25rem
  }

  .s\:pb-5 {
    padding-bottom: 1.25rem
  }

  .s\:pl-5 {
    padding-left: 1.25rem
  }

  .s\:pt-6 {
    padding-top: 1.5rem
  }

  .s\:pr-6 {
    padding-right: 1.5rem
  }

  .s\:pb-6 {
    padding-bottom: 1.5rem
  }

  .s\:pl-6 {
    padding-left: 1.5rem
  }

  .s\:pt-7 {
    padding-top: 1.75rem
  }

  .s\:pr-7 {
    padding-right: 1.75rem
  }

  .s\:pb-7 {
    padding-bottom: 1.75rem
  }

  .s\:pl-7 {
    padding-left: 1.75rem
  }

  .s\:pt-8 {
    padding-top: 2rem
  }

  .s\:pr-8 {
    padding-right: 2rem
  }

  .s\:pb-8 {
    padding-bottom: 2rem
  }

  .s\:pl-8 {
    padding-left: 2rem
  }

  .s\:pt-9 {
    padding-top: 2.25rem
  }

  .s\:pr-9 {
    padding-right: 2.25rem
  }

  .s\:pb-9 {
    padding-bottom: 2.25rem
  }

  .s\:pl-9 {
    padding-left: 2.25rem
  }

  .s\:pt-10 {
    padding-top: 2.5rem
  }

  .s\:pr-10 {
    padding-right: 2.5rem
  }

  .s\:pb-10 {
    padding-bottom: 2.5rem
  }

  .s\:pl-10 {
    padding-left: 2.5rem
  }

  .s\:pt-11 {
    padding-top: 2.75rem
  }

  .s\:pr-11 {
    padding-right: 2.75rem
  }

  .s\:pb-11 {
    padding-bottom: 2.75rem
  }

  .s\:pl-11 {
    padding-left: 2.75rem
  }

  .s\:pt-12 {
    padding-top: 3rem
  }

  .s\:pr-12 {
    padding-right: 3rem
  }

  .s\:pb-12 {
    padding-bottom: 3rem
  }

  .s\:pl-12 {
    padding-left: 3rem
  }

  .s\:pt-14 {
    padding-top: 3.5rem
  }

  .s\:pr-14 {
    padding-right: 3.5rem
  }

  .s\:pb-14 {
    padding-bottom: 3.5rem
  }

  .s\:pl-14 {
    padding-left: 3.5rem
  }

  .s\:pt-16 {
    padding-top: 4rem
  }

  .s\:pr-16 {
    padding-right: 4rem
  }

  .s\:pb-16 {
    padding-bottom: 4rem
  }

  .s\:pl-16 {
    padding-left: 4rem
  }

  .s\:pt-20 {
    padding-top: 5rem
  }

  .s\:pr-20 {
    padding-right: 5rem
  }

  .s\:pb-20 {
    padding-bottom: 5rem
  }

  .s\:pl-20 {
    padding-left: 5rem
  }

  .s\:pt-24 {
    padding-top: 6rem
  }

  .s\:pr-24 {
    padding-right: 6rem
  }

  .s\:pb-24 {
    padding-bottom: 6rem
  }

  .s\:pl-24 {
    padding-left: 6rem
  }

  .s\:pt-28 {
    padding-top: 7rem
  }

  .s\:pr-28 {
    padding-right: 7rem
  }

  .s\:pb-28 {
    padding-bottom: 7rem
  }

  .s\:pl-28 {
    padding-left: 7rem
  }

  .s\:pt-32 {
    padding-top: 8rem
  }

  .s\:pr-32 {
    padding-right: 8rem
  }

  .s\:pb-32 {
    padding-bottom: 8rem
  }

  .s\:pl-32 {
    padding-left: 8rem
  }

  .s\:pt-36 {
    padding-top: 9rem
  }

  .s\:pr-36 {
    padding-right: 9rem
  }

  .s\:pb-36 {
    padding-bottom: 9rem
  }

  .s\:pl-36 {
    padding-left: 9rem
  }

  .s\:pt-40 {
    padding-top: 10rem
  }

  .s\:pr-40 {
    padding-right: 10rem
  }

  .s\:pb-40 {
    padding-bottom: 10rem
  }

  .s\:pl-40 {
    padding-left: 10rem
  }

  .s\:pt-44 {
    padding-top: 11rem
  }

  .s\:pr-44 {
    padding-right: 11rem
  }

  .s\:pb-44 {
    padding-bottom: 11rem
  }

  .s\:pl-44 {
    padding-left: 11rem
  }

  .s\:pt-48 {
    padding-top: 12rem
  }

  .s\:pr-48 {
    padding-right: 12rem
  }

  .s\:pb-48 {
    padding-bottom: 12rem
  }

  .s\:pl-48 {
    padding-left: 12rem
  }

  .s\:pt-52 {
    padding-top: 13rem
  }

  .s\:pr-52 {
    padding-right: 13rem
  }

  .s\:pb-52 {
    padding-bottom: 13rem
  }

  .s\:pl-52 {
    padding-left: 13rem
  }

  .s\:pt-56 {
    padding-top: 14rem
  }

  .s\:pr-56 {
    padding-right: 14rem
  }

  .s\:pb-56 {
    padding-bottom: 14rem
  }

  .s\:pl-56 {
    padding-left: 14rem
  }

  .s\:pt-60 {
    padding-top: 15rem
  }

  .s\:pr-60 {
    padding-right: 15rem
  }

  .s\:pb-60 {
    padding-bottom: 15rem
  }

  .s\:pl-60 {
    padding-left: 15rem
  }

  .s\:pt-64 {
    padding-top: 16rem
  }

  .s\:pr-64 {
    padding-right: 16rem
  }

  .s\:pb-64 {
    padding-bottom: 16rem
  }

  .s\:pl-64 {
    padding-left: 16rem
  }

  .s\:pt-72 {
    padding-top: 18rem
  }

  .s\:pr-72 {
    padding-right: 18rem
  }

  .s\:pb-72 {
    padding-bottom: 18rem
  }

  .s\:pl-72 {
    padding-left: 18rem
  }

  .s\:pt-80 {
    padding-top: 20rem
  }

  .s\:pr-80 {
    padding-right: 20rem
  }

  .s\:pb-80 {
    padding-bottom: 20rem
  }

  .s\:pl-80 {
    padding-left: 20rem
  }

  .s\:pt-96 {
    padding-top: 24rem
  }

  .s\:pr-96 {
    padding-right: 24rem
  }

  .s\:pb-96 {
    padding-bottom: 24rem
  }

  .s\:pl-96 {
    padding-left: 24rem
  }

  .s\:pt-px {
    padding-top: 1px
  }

  .s\:pr-px {
    padding-right: 1px
  }

  .s\:pb-px {
    padding-bottom: 1px
  }

  .s\:pl-px {
    padding-left: 1px
  }

  .s\:pt-0\.5 {
    padding-top: 0.125rem
  }

  .s\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .s\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .s\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .s\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .s\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .s\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .s\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .s\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .s\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .s\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .s\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .s\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .s\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .s\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .s\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .s\:pt-16\/9 {
    padding-top: 56.25%
  }

  .s\:pr-16\/9 {
    padding-right: 56.25%
  }

  .s\:pb-16\/9 {
    padding-bottom: 56.25%
  }

  .s\:pl-16\/9 {
    padding-left: 56.25%
  }

  .s\:pt-16\/10 {
    padding-top: 62.5%
  }

  .s\:pr-16\/10 {
    padding-right: 62.5%
  }

  .s\:pb-16\/10 {
    padding-bottom: 62.5%
  }

  .s\:pl-16\/10 {
    padding-left: 62.5%
  }

  .s\:pt-4\/3 {
    padding-top: 75%
  }

  .s\:pr-4\/3 {
    padding-right: 75%
  }

  .s\:pb-4\/3 {
    padding-bottom: 75%
  }

  .s\:pl-4\/3 {
    padding-left: 75%
  }

  .s\:pt-3\/2 {
    padding-top: 66.66666666666666%
  }

  .s\:pr-3\/2 {
    padding-right: 66.66666666666666%
  }

  .s\:pb-3\/2 {
    padding-bottom: 66.66666666666666%
  }

  .s\:pl-3\/2 {
    padding-left: 66.66666666666666%
  }

  .s\:pt-2\/1 {
    padding-top: 50%
  }

  .s\:pr-2\/1 {
    padding-right: 50%
  }

  .s\:pb-2\/1 {
    padding-bottom: 50%
  }

  .s\:pl-2\/1 {
    padding-left: 50%
  }

  .s\:pt-3\/1 {
    padding-top: 33.33333333333333%
  }

  .s\:pr-3\/1 {
    padding-right: 33.33333333333333%
  }

  .s\:pb-3\/1 {
    padding-bottom: 33.33333333333333%
  }

  .s\:pl-3\/1 {
    padding-left: 33.33333333333333%
  }

  .s\:pt-4\/1 {
    padding-top: 25%
  }

  .s\:pr-4\/1 {
    padding-right: 25%
  }

  .s\:pb-4\/1 {
    padding-bottom: 25%
  }

  .s\:pl-4\/1 {
    padding-left: 25%
  }

  .s\:pt-10\/24 {
    padding-top: 41.66666666666667%
  }

  .s\:pr-10\/24 {
    padding-right: 41.66666666666667%
  }

  .s\:pb-10\/24 {
    padding-bottom: 41.66666666666667%
  }

  .s\:pl-10\/24 {
    padding-left: 41.66666666666667%
  }

  .s\:pt-1\/1 {
    padding-top: 100%
  }

  .s\:pr-1\/1 {
    padding-right: 100%
  }

  .s\:pb-1\/1 {
    padding-bottom: 100%
  }

  .s\:pl-1\/1 {
    padding-left: 100%
  }

  .s\:static {
    position: static
  }

  .s\:fixed {
    position: fixed
  }

  .s\:absolute {
    position: absolute
  }

  .s\:relative {
    position: relative
  }

  .s\:sticky {
    position: sticky
  }

  .s\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .s\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem
  }

  .s\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem
  }

  .s\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem
  }

  .s\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem
  }

  .s\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem
  }

  .s\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem
  }

  .s\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem
  }

  .s\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem
  }

  .s\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem
  }

  .s\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem
  }

  .s\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem
  }

  .s\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem
  }

  .s\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem
  }

  .s\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem
  }

  .s\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem
  }

  .s\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem
  }

  .s\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem
  }

  .s\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem
  }

  .s\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem
  }

  .s\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem
  }

  .s\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem
  }

  .s\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem
  }

  .s\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem
  }

  .s\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem
  }

  .s\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem
  }

  .s\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem
  }

  .s\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem
  }

  .s\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem
  }

  .s\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem
  }

  .s\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .s\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }

  .s\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem
  }

  .s\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem
  }

  .s\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem
  }

  .s\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem
  }

  .s\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .s\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem
  }

  .s\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem
  }

  .s\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem
  }

  .s\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem
  }

  .s\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem
  }

  .s\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem
  }

  .s\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem
  }

  .s\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem
  }

  .s\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem
  }

  .s\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem
  }

  .s\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem
  }

  .s\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem
  }

  .s\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem
  }

  .s\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem
  }

  .s\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem
  }

  .s\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem
  }

  .s\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem
  }

  .s\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem
  }

  .s\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem
  }

  .s\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem
  }

  .s\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem
  }

  .s\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem
  }

  .s\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem
  }

  .s\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem
  }

  .s\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem
  }

  .s\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem
  }

  .s\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem
  }

  .s\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem
  }

  .s\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem
  }

  .s\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }

  .s\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem
  }

  .s\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem
  }

  .s\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem
  }

  .s\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem
  }

  .s\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }

  .s\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%
  }

  .s\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%
  }

  .s\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%
  }

  .s\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }

  .s\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%
  }

  .s\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }

  .s\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }

  .s\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%
  }

  .s\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%
  }

  .s\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%
  }

  .s\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }

  .s\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%
  }

  .s\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }

  .s\:inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .s\:inset-x-0 {
    right: 0px;
    left: 0px
  }

  .s\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem
  }

  .s\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem
  }

  .s\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem
  }

  .s\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem
  }

  .s\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem
  }

  .s\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem
  }

  .s\:inset-y-4 {
    top: 1rem;
    bottom: 1rem
  }

  .s\:inset-x-4 {
    right: 1rem;
    left: 1rem
  }

  .s\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem
  }

  .s\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem
  }

  .s\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem
  }

  .s\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem
  }

  .s\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem
  }

  .s\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem
  }

  .s\:inset-y-8 {
    top: 2rem;
    bottom: 2rem
  }

  .s\:inset-x-8 {
    right: 2rem;
    left: 2rem
  }

  .s\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem
  }

  .s\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem
  }

  .s\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem
  }

  .s\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem
  }

  .s\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem
  }

  .s\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem
  }

  .s\:inset-y-12 {
    top: 3rem;
    bottom: 3rem
  }

  .s\:inset-x-12 {
    right: 3rem;
    left: 3rem
  }

  .s\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem
  }

  .s\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem
  }

  .s\:inset-y-16 {
    top: 4rem;
    bottom: 4rem
  }

  .s\:inset-x-16 {
    right: 4rem;
    left: 4rem
  }

  .s\:inset-y-20 {
    top: 5rem;
    bottom: 5rem
  }

  .s\:inset-x-20 {
    right: 5rem;
    left: 5rem
  }

  .s\:inset-y-24 {
    top: 6rem;
    bottom: 6rem
  }

  .s\:inset-x-24 {
    right: 6rem;
    left: 6rem
  }

  .s\:inset-y-28 {
    top: 7rem;
    bottom: 7rem
  }

  .s\:inset-x-28 {
    right: 7rem;
    left: 7rem
  }

  .s\:inset-y-32 {
    top: 8rem;
    bottom: 8rem
  }

  .s\:inset-x-32 {
    right: 8rem;
    left: 8rem
  }

  .s\:inset-y-36 {
    top: 9rem;
    bottom: 9rem
  }

  .s\:inset-x-36 {
    right: 9rem;
    left: 9rem
  }

  .s\:inset-y-40 {
    top: 10rem;
    bottom: 10rem
  }

  .s\:inset-x-40 {
    right: 10rem;
    left: 10rem
  }

  .s\:inset-y-44 {
    top: 11rem;
    bottom: 11rem
  }

  .s\:inset-x-44 {
    right: 11rem;
    left: 11rem
  }

  .s\:inset-y-48 {
    top: 12rem;
    bottom: 12rem
  }

  .s\:inset-x-48 {
    right: 12rem;
    left: 12rem
  }

  .s\:inset-y-52 {
    top: 13rem;
    bottom: 13rem
  }

  .s\:inset-x-52 {
    right: 13rem;
    left: 13rem
  }

  .s\:inset-y-56 {
    top: 14rem;
    bottom: 14rem
  }

  .s\:inset-x-56 {
    right: 14rem;
    left: 14rem
  }

  .s\:inset-y-60 {
    top: 15rem;
    bottom: 15rem
  }

  .s\:inset-x-60 {
    right: 15rem;
    left: 15rem
  }

  .s\:inset-y-64 {
    top: 16rem;
    bottom: 16rem
  }

  .s\:inset-x-64 {
    right: 16rem;
    left: 16rem
  }

  .s\:inset-y-72 {
    top: 18rem;
    bottom: 18rem
  }

  .s\:inset-x-72 {
    right: 18rem;
    left: 18rem
  }

  .s\:inset-y-80 {
    top: 20rem;
    bottom: 20rem
  }

  .s\:inset-x-80 {
    right: 20rem;
    left: 20rem
  }

  .s\:inset-y-96 {
    top: 24rem;
    bottom: 24rem
  }

  .s\:inset-x-96 {
    right: 24rem;
    left: 24rem
  }

  .s\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .s\:inset-x-auto {
    right: auto;
    left: auto
  }

  .s\:inset-y-px {
    top: 1px;
    bottom: 1px
  }

  .s\:inset-x-px {
    right: 1px;
    left: 1px
  }

  .s\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem
  }

  .s\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem
  }

  .s\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem
  }

  .s\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem
  }

  .s\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem
  }

  .s\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem
  }

  .s\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem
  }

  .s\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem
  }

  .s\:-inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .s\:-inset-x-0 {
    right: 0px;
    left: 0px
  }

  .s\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem
  }

  .s\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem
  }

  .s\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem
  }

  .s\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem
  }

  .s\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem
  }

  .s\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem
  }

  .s\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem
  }

  .s\:-inset-x-4 {
    right: -1rem;
    left: -1rem
  }

  .s\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem
  }

  .s\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem
  }

  .s\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem
  }

  .s\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem
  }

  .s\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem
  }

  .s\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem
  }

  .s\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem
  }

  .s\:-inset-x-8 {
    right: -2rem;
    left: -2rem
  }

  .s\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem
  }

  .s\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem
  }

  .s\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem
  }

  .s\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem
  }

  .s\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem
  }

  .s\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem
  }

  .s\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem
  }

  .s\:-inset-x-12 {
    right: -3rem;
    left: -3rem
  }

  .s\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem
  }

  .s\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem
  }

  .s\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem
  }

  .s\:-inset-x-16 {
    right: -4rem;
    left: -4rem
  }

  .s\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem
  }

  .s\:-inset-x-20 {
    right: -5rem;
    left: -5rem
  }

  .s\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem
  }

  .s\:-inset-x-24 {
    right: -6rem;
    left: -6rem
  }

  .s\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem
  }

  .s\:-inset-x-28 {
    right: -7rem;
    left: -7rem
  }

  .s\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem
  }

  .s\:-inset-x-32 {
    right: -8rem;
    left: -8rem
  }

  .s\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem
  }

  .s\:-inset-x-36 {
    right: -9rem;
    left: -9rem
  }

  .s\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem
  }

  .s\:-inset-x-40 {
    right: -10rem;
    left: -10rem
  }

  .s\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem
  }

  .s\:-inset-x-44 {
    right: -11rem;
    left: -11rem
  }

  .s\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem
  }

  .s\:-inset-x-48 {
    right: -12rem;
    left: -12rem
  }

  .s\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem
  }

  .s\:-inset-x-52 {
    right: -13rem;
    left: -13rem
  }

  .s\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem
  }

  .s\:-inset-x-56 {
    right: -14rem;
    left: -14rem
  }

  .s\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem
  }

  .s\:-inset-x-60 {
    right: -15rem;
    left: -15rem
  }

  .s\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem
  }

  .s\:-inset-x-64 {
    right: -16rem;
    left: -16rem
  }

  .s\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem
  }

  .s\:-inset-x-72 {
    right: -18rem;
    left: -18rem
  }

  .s\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem
  }

  .s\:-inset-x-80 {
    right: -20rem;
    left: -20rem
  }

  .s\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem
  }

  .s\:-inset-x-96 {
    right: -24rem;
    left: -24rem
  }

  .s\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }

  .s\:-inset-x-px {
    right: -1px;
    left: -1px
  }

  .s\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem
  }

  .s\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem
  }

  .s\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem
  }

  .s\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem
  }

  .s\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem
  }

  .s\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem
  }

  .s\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem
  }

  .s\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem
  }

  .s\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%
  }

  .s\:inset-x-1\/2 {
    right: 50%;
    left: 50%
  }

  .s\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%
  }

  .s\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%
  }

  .s\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%
  }

  .s\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%
  }

  .s\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%
  }

  .s\:inset-x-1\/4 {
    right: 25%;
    left: 25%
  }

  .s\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%
  }

  .s\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }

  .s\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }

  .s\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }

  .s\:inset-y-full {
    top: 100%;
    bottom: 100%
  }

  .s\:inset-x-full {
    right: 100%;
    left: 100%
  }

  .s\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }

  .s\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }

  .s\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }

  .s\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }

  .s\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }

  .s\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }

  .s\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }

  .s\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }

  .s\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }

  .s\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }

  .s\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }

  .s\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }

  .s\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }

  .s\:-inset-x-full {
    right: -100%;
    left: -100%
  }

  .s\:top-0 {
    top: 0px
  }

  .s\:right-0 {
    right: 0px
  }

  .s\:bottom-0 {
    bottom: 0px
  }

  .s\:left-0 {
    left: 0px
  }

  .s\:top-1 {
    top: 0.25rem
  }

  .s\:right-1 {
    right: 0.25rem
  }

  .s\:bottom-1 {
    bottom: 0.25rem
  }

  .s\:left-1 {
    left: 0.25rem
  }

  .s\:top-2 {
    top: 0.5rem
  }

  .s\:right-2 {
    right: 0.5rem
  }

  .s\:bottom-2 {
    bottom: 0.5rem
  }

  .s\:left-2 {
    left: 0.5rem
  }

  .s\:top-3 {
    top: 0.75rem
  }

  .s\:right-3 {
    right: 0.75rem
  }

  .s\:bottom-3 {
    bottom: 0.75rem
  }

  .s\:left-3 {
    left: 0.75rem
  }

  .s\:top-4 {
    top: 1rem
  }

  .s\:right-4 {
    right: 1rem
  }

  .s\:bottom-4 {
    bottom: 1rem
  }

  .s\:left-4 {
    left: 1rem
  }

  .s\:top-5 {
    top: 1.25rem
  }

  .s\:right-5 {
    right: 1.25rem
  }

  .s\:bottom-5 {
    bottom: 1.25rem
  }

  .s\:left-5 {
    left: 1.25rem
  }

  .s\:top-6 {
    top: 1.5rem
  }

  .s\:right-6 {
    right: 1.5rem
  }

  .s\:bottom-6 {
    bottom: 1.5rem
  }

  .s\:left-6 {
    left: 1.5rem
  }

  .s\:top-7 {
    top: 1.75rem
  }

  .s\:right-7 {
    right: 1.75rem
  }

  .s\:bottom-7 {
    bottom: 1.75rem
  }

  .s\:left-7 {
    left: 1.75rem
  }

  .s\:top-8 {
    top: 2rem
  }

  .s\:right-8 {
    right: 2rem
  }

  .s\:bottom-8 {
    bottom: 2rem
  }

  .s\:left-8 {
    left: 2rem
  }

  .s\:top-9 {
    top: 2.25rem
  }

  .s\:right-9 {
    right: 2.25rem
  }

  .s\:bottom-9 {
    bottom: 2.25rem
  }

  .s\:left-9 {
    left: 2.25rem
  }

  .s\:top-10 {
    top: 2.5rem
  }

  .s\:right-10 {
    right: 2.5rem
  }

  .s\:bottom-10 {
    bottom: 2.5rem
  }

  .s\:left-10 {
    left: 2.5rem
  }

  .s\:top-11 {
    top: 2.75rem
  }

  .s\:right-11 {
    right: 2.75rem
  }

  .s\:bottom-11 {
    bottom: 2.75rem
  }

  .s\:left-11 {
    left: 2.75rem
  }

  .s\:top-12 {
    top: 3rem
  }

  .s\:right-12 {
    right: 3rem
  }

  .s\:bottom-12 {
    bottom: 3rem
  }

  .s\:left-12 {
    left: 3rem
  }

  .s\:top-14 {
    top: 3.5rem
  }

  .s\:right-14 {
    right: 3.5rem
  }

  .s\:bottom-14 {
    bottom: 3.5rem
  }

  .s\:left-14 {
    left: 3.5rem
  }

  .s\:top-16 {
    top: 4rem
  }

  .s\:right-16 {
    right: 4rem
  }

  .s\:bottom-16 {
    bottom: 4rem
  }

  .s\:left-16 {
    left: 4rem
  }

  .s\:top-20 {
    top: 5rem
  }

  .s\:right-20 {
    right: 5rem
  }

  .s\:bottom-20 {
    bottom: 5rem
  }

  .s\:left-20 {
    left: 5rem
  }

  .s\:top-24 {
    top: 6rem
  }

  .s\:right-24 {
    right: 6rem
  }

  .s\:bottom-24 {
    bottom: 6rem
  }

  .s\:left-24 {
    left: 6rem
  }

  .s\:top-28 {
    top: 7rem
  }

  .s\:right-28 {
    right: 7rem
  }

  .s\:bottom-28 {
    bottom: 7rem
  }

  .s\:left-28 {
    left: 7rem
  }

  .s\:top-32 {
    top: 8rem
  }

  .s\:right-32 {
    right: 8rem
  }

  .s\:bottom-32 {
    bottom: 8rem
  }

  .s\:left-32 {
    left: 8rem
  }

  .s\:top-36 {
    top: 9rem
  }

  .s\:right-36 {
    right: 9rem
  }

  .s\:bottom-36 {
    bottom: 9rem
  }

  .s\:left-36 {
    left: 9rem
  }

  .s\:top-40 {
    top: 10rem
  }

  .s\:right-40 {
    right: 10rem
  }

  .s\:bottom-40 {
    bottom: 10rem
  }

  .s\:left-40 {
    left: 10rem
  }

  .s\:top-44 {
    top: 11rem
  }

  .s\:right-44 {
    right: 11rem
  }

  .s\:bottom-44 {
    bottom: 11rem
  }

  .s\:left-44 {
    left: 11rem
  }

  .s\:top-48 {
    top: 12rem
  }

  .s\:right-48 {
    right: 12rem
  }

  .s\:bottom-48 {
    bottom: 12rem
  }

  .s\:left-48 {
    left: 12rem
  }

  .s\:top-52 {
    top: 13rem
  }

  .s\:right-52 {
    right: 13rem
  }

  .s\:bottom-52 {
    bottom: 13rem
  }

  .s\:left-52 {
    left: 13rem
  }

  .s\:top-56 {
    top: 14rem
  }

  .s\:right-56 {
    right: 14rem
  }

  .s\:bottom-56 {
    bottom: 14rem
  }

  .s\:left-56 {
    left: 14rem
  }

  .s\:top-60 {
    top: 15rem
  }

  .s\:right-60 {
    right: 15rem
  }

  .s\:bottom-60 {
    bottom: 15rem
  }

  .s\:left-60 {
    left: 15rem
  }

  .s\:top-64 {
    top: 16rem
  }

  .s\:right-64 {
    right: 16rem
  }

  .s\:bottom-64 {
    bottom: 16rem
  }

  .s\:left-64 {
    left: 16rem
  }

  .s\:top-72 {
    top: 18rem
  }

  .s\:right-72 {
    right: 18rem
  }

  .s\:bottom-72 {
    bottom: 18rem
  }

  .s\:left-72 {
    left: 18rem
  }

  .s\:top-80 {
    top: 20rem
  }

  .s\:right-80 {
    right: 20rem
  }

  .s\:bottom-80 {
    bottom: 20rem
  }

  .s\:left-80 {
    left: 20rem
  }

  .s\:top-96 {
    top: 24rem
  }

  .s\:right-96 {
    right: 24rem
  }

  .s\:bottom-96 {
    bottom: 24rem
  }

  .s\:left-96 {
    left: 24rem
  }

  .s\:top-auto {
    top: auto
  }

  .s\:right-auto {
    right: auto
  }

  .s\:bottom-auto {
    bottom: auto
  }

  .s\:left-auto {
    left: auto
  }

  .s\:top-px {
    top: 1px
  }

  .s\:right-px {
    right: 1px
  }

  .s\:bottom-px {
    bottom: 1px
  }

  .s\:left-px {
    left: 1px
  }

  .s\:top-0\.5 {
    top: 0.125rem
  }

  .s\:right-0\.5 {
    right: 0.125rem
  }

  .s\:bottom-0\.5 {
    bottom: 0.125rem
  }

  .s\:left-0\.5 {
    left: 0.125rem
  }

  .s\:top-1\.5 {
    top: 0.375rem
  }

  .s\:right-1\.5 {
    right: 0.375rem
  }

  .s\:bottom-1\.5 {
    bottom: 0.375rem
  }

  .s\:left-1\.5 {
    left: 0.375rem
  }

  .s\:top-2\.5 {
    top: 0.625rem
  }

  .s\:right-2\.5 {
    right: 0.625rem
  }

  .s\:bottom-2\.5 {
    bottom: 0.625rem
  }

  .s\:left-2\.5 {
    left: 0.625rem
  }

  .s\:top-3\.5 {
    top: 0.875rem
  }

  .s\:right-3\.5 {
    right: 0.875rem
  }

  .s\:bottom-3\.5 {
    bottom: 0.875rem
  }

  .s\:left-3\.5 {
    left: 0.875rem
  }

  .s\:-top-0 {
    top: 0px
  }

  .s\:-right-0 {
    right: 0px
  }

  .s\:-bottom-0 {
    bottom: 0px
  }

  .s\:-left-0 {
    left: 0px
  }

  .s\:-top-1 {
    top: -0.25rem
  }

  .s\:-right-1 {
    right: -0.25rem
  }

  .s\:-bottom-1 {
    bottom: -0.25rem
  }

  .s\:-left-1 {
    left: -0.25rem
  }

  .s\:-top-2 {
    top: -0.5rem
  }

  .s\:-right-2 {
    right: -0.5rem
  }

  .s\:-bottom-2 {
    bottom: -0.5rem
  }

  .s\:-left-2 {
    left: -0.5rem
  }

  .s\:-top-3 {
    top: -0.75rem
  }

  .s\:-right-3 {
    right: -0.75rem
  }

  .s\:-bottom-3 {
    bottom: -0.75rem
  }

  .s\:-left-3 {
    left: -0.75rem
  }

  .s\:-top-4 {
    top: -1rem
  }

  .s\:-right-4 {
    right: -1rem
  }

  .s\:-bottom-4 {
    bottom: -1rem
  }

  .s\:-left-4 {
    left: -1rem
  }

  .s\:-top-5 {
    top: -1.25rem
  }

  .s\:-right-5 {
    right: -1.25rem
  }

  .s\:-bottom-5 {
    bottom: -1.25rem
  }

  .s\:-left-5 {
    left: -1.25rem
  }

  .s\:-top-6 {
    top: -1.5rem
  }

  .s\:-right-6 {
    right: -1.5rem
  }

  .s\:-bottom-6 {
    bottom: -1.5rem
  }

  .s\:-left-6 {
    left: -1.5rem
  }

  .s\:-top-7 {
    top: -1.75rem
  }

  .s\:-right-7 {
    right: -1.75rem
  }

  .s\:-bottom-7 {
    bottom: -1.75rem
  }

  .s\:-left-7 {
    left: -1.75rem
  }

  .s\:-top-8 {
    top: -2rem
  }

  .s\:-right-8 {
    right: -2rem
  }

  .s\:-bottom-8 {
    bottom: -2rem
  }

  .s\:-left-8 {
    left: -2rem
  }

  .s\:-top-9 {
    top: -2.25rem
  }

  .s\:-right-9 {
    right: -2.25rem
  }

  .s\:-bottom-9 {
    bottom: -2.25rem
  }

  .s\:-left-9 {
    left: -2.25rem
  }

  .s\:-top-10 {
    top: -2.5rem
  }

  .s\:-right-10 {
    right: -2.5rem
  }

  .s\:-bottom-10 {
    bottom: -2.5rem
  }

  .s\:-left-10 {
    left: -2.5rem
  }

  .s\:-top-11 {
    top: -2.75rem
  }

  .s\:-right-11 {
    right: -2.75rem
  }

  .s\:-bottom-11 {
    bottom: -2.75rem
  }

  .s\:-left-11 {
    left: -2.75rem
  }

  .s\:-top-12 {
    top: -3rem
  }

  .s\:-right-12 {
    right: -3rem
  }

  .s\:-bottom-12 {
    bottom: -3rem
  }

  .s\:-left-12 {
    left: -3rem
  }

  .s\:-top-14 {
    top: -3.5rem
  }

  .s\:-right-14 {
    right: -3.5rem
  }

  .s\:-bottom-14 {
    bottom: -3.5rem
  }

  .s\:-left-14 {
    left: -3.5rem
  }

  .s\:-top-16 {
    top: -4rem
  }

  .s\:-right-16 {
    right: -4rem
  }

  .s\:-bottom-16 {
    bottom: -4rem
  }

  .s\:-left-16 {
    left: -4rem
  }

  .s\:-top-20 {
    top: -5rem
  }

  .s\:-right-20 {
    right: -5rem
  }

  .s\:-bottom-20 {
    bottom: -5rem
  }

  .s\:-left-20 {
    left: -5rem
  }

  .s\:-top-24 {
    top: -6rem
  }

  .s\:-right-24 {
    right: -6rem
  }

  .s\:-bottom-24 {
    bottom: -6rem
  }

  .s\:-left-24 {
    left: -6rem
  }

  .s\:-top-28 {
    top: -7rem
  }

  .s\:-right-28 {
    right: -7rem
  }

  .s\:-bottom-28 {
    bottom: -7rem
  }

  .s\:-left-28 {
    left: -7rem
  }

  .s\:-top-32 {
    top: -8rem
  }

  .s\:-right-32 {
    right: -8rem
  }

  .s\:-bottom-32 {
    bottom: -8rem
  }

  .s\:-left-32 {
    left: -8rem
  }

  .s\:-top-36 {
    top: -9rem
  }

  .s\:-right-36 {
    right: -9rem
  }

  .s\:-bottom-36 {
    bottom: -9rem
  }

  .s\:-left-36 {
    left: -9rem
  }

  .s\:-top-40 {
    top: -10rem
  }

  .s\:-right-40 {
    right: -10rem
  }

  .s\:-bottom-40 {
    bottom: -10rem
  }

  .s\:-left-40 {
    left: -10rem
  }

  .s\:-top-44 {
    top: -11rem
  }

  .s\:-right-44 {
    right: -11rem
  }

  .s\:-bottom-44 {
    bottom: -11rem
  }

  .s\:-left-44 {
    left: -11rem
  }

  .s\:-top-48 {
    top: -12rem
  }

  .s\:-right-48 {
    right: -12rem
  }

  .s\:-bottom-48 {
    bottom: -12rem
  }

  .s\:-left-48 {
    left: -12rem
  }

  .s\:-top-52 {
    top: -13rem
  }

  .s\:-right-52 {
    right: -13rem
  }

  .s\:-bottom-52 {
    bottom: -13rem
  }

  .s\:-left-52 {
    left: -13rem
  }

  .s\:-top-56 {
    top: -14rem
  }

  .s\:-right-56 {
    right: -14rem
  }

  .s\:-bottom-56 {
    bottom: -14rem
  }

  .s\:-left-56 {
    left: -14rem
  }

  .s\:-top-60 {
    top: -15rem
  }

  .s\:-right-60 {
    right: -15rem
  }

  .s\:-bottom-60 {
    bottom: -15rem
  }

  .s\:-left-60 {
    left: -15rem
  }

  .s\:-top-64 {
    top: -16rem
  }

  .s\:-right-64 {
    right: -16rem
  }

  .s\:-bottom-64 {
    bottom: -16rem
  }

  .s\:-left-64 {
    left: -16rem
  }

  .s\:-top-72 {
    top: -18rem
  }

  .s\:-right-72 {
    right: -18rem
  }

  .s\:-bottom-72 {
    bottom: -18rem
  }

  .s\:-left-72 {
    left: -18rem
  }

  .s\:-top-80 {
    top: -20rem
  }

  .s\:-right-80 {
    right: -20rem
  }

  .s\:-bottom-80 {
    bottom: -20rem
  }

  .s\:-left-80 {
    left: -20rem
  }

  .s\:-top-96 {
    top: -24rem
  }

  .s\:-right-96 {
    right: -24rem
  }

  .s\:-bottom-96 {
    bottom: -24rem
  }

  .s\:-left-96 {
    left: -24rem
  }

  .s\:-top-px {
    top: -1px
  }

  .s\:-right-px {
    right: -1px
  }

  .s\:-bottom-px {
    bottom: -1px
  }

  .s\:-left-px {
    left: -1px
  }

  .s\:-top-0\.5 {
    top: -0.125rem
  }

  .s\:-right-0\.5 {
    right: -0.125rem
  }

  .s\:-bottom-0\.5 {
    bottom: -0.125rem
  }

  .s\:-left-0\.5 {
    left: -0.125rem
  }

  .s\:-top-1\.5 {
    top: -0.375rem
  }

  .s\:-right-1\.5 {
    right: -0.375rem
  }

  .s\:-bottom-1\.5 {
    bottom: -0.375rem
  }

  .s\:-left-1\.5 {
    left: -0.375rem
  }

  .s\:-top-2\.5 {
    top: -0.625rem
  }

  .s\:-right-2\.5 {
    right: -0.625rem
  }

  .s\:-bottom-2\.5 {
    bottom: -0.625rem
  }

  .s\:-left-2\.5 {
    left: -0.625rem
  }

  .s\:-top-3\.5 {
    top: -0.875rem
  }

  .s\:-right-3\.5 {
    right: -0.875rem
  }

  .s\:-bottom-3\.5 {
    bottom: -0.875rem
  }

  .s\:-left-3\.5 {
    left: -0.875rem
  }

  .s\:top-1\/2 {
    top: 50%
  }

  .s\:right-1\/2 {
    right: 50%
  }

  .s\:bottom-1\/2 {
    bottom: 50%
  }

  .s\:left-1\/2 {
    left: 50%
  }

  .s\:top-1\/3 {
    top: 33.333333%
  }

  .s\:right-1\/3 {
    right: 33.333333%
  }

  .s\:bottom-1\/3 {
    bottom: 33.333333%
  }

  .s\:left-1\/3 {
    left: 33.333333%
  }

  .s\:top-2\/3 {
    top: 66.666667%
  }

  .s\:right-2\/3 {
    right: 66.666667%
  }

  .s\:bottom-2\/3 {
    bottom: 66.666667%
  }

  .s\:left-2\/3 {
    left: 66.666667%
  }

  .s\:top-1\/4 {
    top: 25%
  }

  .s\:right-1\/4 {
    right: 25%
  }

  .s\:bottom-1\/4 {
    bottom: 25%
  }

  .s\:left-1\/4 {
    left: 25%
  }

  .s\:top-2\/4 {
    top: 50%
  }

  .s\:right-2\/4 {
    right: 50%
  }

  .s\:bottom-2\/4 {
    bottom: 50%
  }

  .s\:left-2\/4 {
    left: 50%
  }

  .s\:top-3\/4 {
    top: 75%
  }

  .s\:right-3\/4 {
    right: 75%
  }

  .s\:bottom-3\/4 {
    bottom: 75%
  }

  .s\:left-3\/4 {
    left: 75%
  }

  .s\:top-full {
    top: 100%
  }

  .s\:right-full {
    right: 100%
  }

  .s\:bottom-full {
    bottom: 100%
  }

  .s\:left-full {
    left: 100%
  }

  .s\:-top-1\/2 {
    top: -50%
  }

  .s\:-right-1\/2 {
    right: -50%
  }

  .s\:-bottom-1\/2 {
    bottom: -50%
  }

  .s\:-left-1\/2 {
    left: -50%
  }

  .s\:-top-1\/3 {
    top: -33.333333%
  }

  .s\:-right-1\/3 {
    right: -33.333333%
  }

  .s\:-bottom-1\/3 {
    bottom: -33.333333%
  }

  .s\:-left-1\/3 {
    left: -33.333333%
  }

  .s\:-top-2\/3 {
    top: -66.666667%
  }

  .s\:-right-2\/3 {
    right: -66.666667%
  }

  .s\:-bottom-2\/3 {
    bottom: -66.666667%
  }

  .s\:-left-2\/3 {
    left: -66.666667%
  }

  .s\:-top-1\/4 {
    top: -25%
  }

  .s\:-right-1\/4 {
    right: -25%
  }

  .s\:-bottom-1\/4 {
    bottom: -25%
  }

  .s\:-left-1\/4 {
    left: -25%
  }

  .s\:-top-2\/4 {
    top: -50%
  }

  .s\:-right-2\/4 {
    right: -50%
  }

  .s\:-bottom-2\/4 {
    bottom: -50%
  }

  .s\:-left-2\/4 {
    left: -50%
  }

  .s\:-top-3\/4 {
    top: -75%
  }

  .s\:-right-3\/4 {
    right: -75%
  }

  .s\:-bottom-3\/4 {
    bottom: -75%
  }

  .s\:-left-3\/4 {
    left: -75%
  }

  .s\:-top-full {
    top: -100%
  }

  .s\:-right-full {
    right: -100%
  }

  .s\:-bottom-full {
    bottom: -100%
  }

  .s\:-left-full {
    left: -100%
  }

  .s\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .s\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow:hover {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow:focus {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .s\:text-left {
    text-align: left
  }

  .s\:text-center {
    text-align: center
  }

  .s\:text-right {
    text-align: right
  }

  .s\:text-justify {
    text-align: justify
  }

  .s\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .s\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .s\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .s\:group-hover\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .group:hover .s\:group-hover\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .group:hover .s\:group-hover\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .s\:focus-within\:text-color1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .s\:focus-within\:text-color2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .s\:focus-within\:text-color3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .s\:hover\:text-color1:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .s\:hover\:text-color2:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .s\:hover\:text-color3:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .s\:focus\:text-color1:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .s\:focus\:text-color2:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .s\:focus\:text-color3:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .s\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .s\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .s\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .s\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .s\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .s\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .s\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .s\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .s\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .s\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .s\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .s\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .s\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .s\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .s\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .group:hover .s\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .group:hover .s\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .group:hover .s\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .group:hover .s\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .group:hover .s\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .group:hover .s\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .group:hover .s\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .group:hover .s\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .group:hover .s\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .group:hover .s\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .group:hover .s\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .group:hover .s\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .group:hover .s\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .group:hover .s\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .group:hover .s\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .s\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }

  .s\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }

  .s\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }

  .s\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }

  .s\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }

  .s\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }

  .s\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }

  .s\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }

  .s\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }

  .s\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }

  .s\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }

  .s\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }

  .s\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }

  .s\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }

  .s\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }

  .s\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }

  .s\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }

  .s\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }

  .s\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }

  .s\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }

  .s\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }

  .s\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }

  .s\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }

  .s\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }

  .s\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }

  .s\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }

  .s\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }

  .s\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }

  .s\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }

  .s\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }

  .s\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }

  .s\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }

  .s\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }

  .s\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }

  .s\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }

  .s\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }

  .s\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }

  .s\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }

  .s\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }

  .s\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }

  .s\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }

  .s\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }

  .s\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }

  .s\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }

  .s\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }

  .s\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .s\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .s\:overflow-clip {
    text-overflow: clip
  }

  .s\:underline {
    text-decoration: underline
  }

  .s\:line-through {
    text-decoration: line-through
  }

  .s\:no-underline {
    text-decoration: none
  }

  .group:hover .s\:group-hover\:underline {
    text-decoration: underline
  }

  .group:hover .s\:group-hover\:line-through {
    text-decoration: line-through
  }

  .group:hover .s\:group-hover\:no-underline {
    text-decoration: none
  }

  .s\:focus-within\:underline:focus-within {
    text-decoration: underline
  }

  .s\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }

  .s\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }

  .s\:hover\:underline:hover {
    text-decoration: underline
  }

  .s\:hover\:line-through:hover {
    text-decoration: line-through
  }

  .s\:hover\:no-underline:hover {
    text-decoration: none
  }

  .s\:focus\:underline:focus {
    text-decoration: underline
  }

  .s\:focus\:line-through:focus {
    text-decoration: line-through
  }

  .s\:focus\:no-underline:focus {
    text-decoration: none
  }

  .s\:align-baseline {
    vertical-align: baseline
  }

  .s\:align-top {
    vertical-align: top
  }

  .s\:align-middle {
    vertical-align: middle
  }

  .s\:align-bottom {
    vertical-align: bottom
  }

  .s\:align-text-top {
    vertical-align: text-top
  }

  .s\:align-text-bottom {
    vertical-align: text-bottom
  }

  .s\:visible {
    visibility: visible
  }

  .s\:invisible {
    visibility: hidden
  }

  .s\:whitespace-normal {
    white-space: normal
  }

  .s\:whitespace-nowrap {
    white-space: nowrap
  }

  .s\:whitespace-pre {
    white-space: pre
  }

  .s\:whitespace-pre-line {
    white-space: pre-line
  }

  .s\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .s\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .s\:break-words {
    overflow-wrap: break-word
  }

  .s\:break-all {
    word-break: break-all
  }

  .s\:w-0 {
    width: 0px
  }

  .s\:w-1 {
    width: 0.25rem
  }

  .s\:w-2 {
    width: 0.5rem
  }

  .s\:w-3 {
    width: 0.75rem
  }

  .s\:w-4 {
    width: 1rem
  }

  .s\:w-5 {
    width: 1.25rem
  }

  .s\:w-6 {
    width: 1.5rem
  }

  .s\:w-7 {
    width: 1.75rem
  }

  .s\:w-8 {
    width: 2rem
  }

  .s\:w-9 {
    width: 2.25rem
  }

  .s\:w-10 {
    width: 2.5rem
  }

  .s\:w-11 {
    width: 2.75rem
  }

  .s\:w-12 {
    width: 3rem
  }

  .s\:w-14 {
    width: 3.5rem
  }

  .s\:w-16 {
    width: 4rem
  }

  .s\:w-20 {
    width: 5rem
  }

  .s\:w-24 {
    width: 6rem
  }

  .s\:w-28 {
    width: 7rem
  }

  .s\:w-32 {
    width: 8rem
  }

  .s\:w-36 {
    width: 9rem
  }

  .s\:w-40 {
    width: 10rem
  }

  .s\:w-44 {
    width: 11rem
  }

  .s\:w-48 {
    width: 12rem
  }

  .s\:w-52 {
    width: 13rem
  }

  .s\:w-56 {
    width: 14rem
  }

  .s\:w-60 {
    width: 15rem
  }

  .s\:w-64 {
    width: 16rem
  }

  .s\:w-72 {
    width: 18rem
  }

  .s\:w-80 {
    width: 20rem
  }

  .s\:w-96 {
    width: 24rem
  }

  .s\:w-auto {
    width: auto
  }

  .s\:w-px {
    width: 1px
  }

  .s\:w-0\.5 {
    width: 0.125rem
  }

  .s\:w-1\.5 {
    width: 0.375rem
  }

  .s\:w-2\.5 {
    width: 0.625rem
  }

  .s\:w-3\.5 {
    width: 0.875rem
  }

  .s\:w-1\/2 {
    width: 50%
  }

  .s\:w-1\/3 {
    width: 33.333333%
  }

  .s\:w-2\/3 {
    width: 66.666667%
  }

  .s\:w-1\/4 {
    width: 25%
  }

  .s\:w-2\/4 {
    width: 50%
  }

  .s\:w-3\/4 {
    width: 75%
  }

  .s\:w-1\/5 {
    width: 20%
  }

  .s\:w-2\/5 {
    width: 40%
  }

  .s\:w-3\/5 {
    width: 60%
  }

  .s\:w-4\/5 {
    width: 80%
  }

  .s\:w-1\/6 {
    width: 16.666667%
  }

  .s\:w-2\/6 {
    width: 33.333333%
  }

  .s\:w-3\/6 {
    width: 50%
  }

  .s\:w-4\/6 {
    width: 66.666667%
  }

  .s\:w-5\/6 {
    width: 83.333333%
  }

  .s\:w-1\/12 {
    width: 8.333333%
  }

  .s\:w-2\/12 {
    width: 16.666667%
  }

  .s\:w-3\/12 {
    width: 25%
  }

  .s\:w-4\/12 {
    width: 33.333333%
  }

  .s\:w-5\/12 {
    width: 41.666667%
  }

  .s\:w-6\/12 {
    width: 50%
  }

  .s\:w-7\/12 {
    width: 58.333333%
  }

  .s\:w-8\/12 {
    width: 66.666667%
  }

  .s\:w-9\/12 {
    width: 75%
  }

  .s\:w-10\/12 {
    width: 83.333333%
  }

  .s\:w-11\/12 {
    width: 91.666667%
  }

  .s\:w-full {
    width: 100%
  }

  .s\:w-screen {
    width: 100vw
  }

  .s\:w-min {
    width: min-content
  }

  .s\:w-max {
    width: max-content
  }

  .s\:z-0 {
    z-index: 0
  }

  .s\:z-10 {
    z-index: 10
  }

  .s\:z-20 {
    z-index: 20
  }

  .s\:z-30 {
    z-index: 30
  }

  .s\:z-40 {
    z-index: 40
  }

  .s\:z-50 {
    z-index: 50
  }

  .s\:z-auto {
    z-index: auto
  }

  .s\:focus-within\:z-0:focus-within {
    z-index: 0
  }

  .s\:focus-within\:z-10:focus-within {
    z-index: 10
  }

  .s\:focus-within\:z-20:focus-within {
    z-index: 20
  }

  .s\:focus-within\:z-30:focus-within {
    z-index: 30
  }

  .s\:focus-within\:z-40:focus-within {
    z-index: 40
  }

  .s\:focus-within\:z-50:focus-within {
    z-index: 50
  }

  .s\:focus-within\:z-auto:focus-within {
    z-index: auto
  }

  .s\:focus\:z-0:focus {
    z-index: 0
  }

  .s\:focus\:z-10:focus {
    z-index: 10
  }

  .s\:focus\:z-20:focus {
    z-index: 20
  }

  .s\:focus\:z-30:focus {
    z-index: 30
  }

  .s\:focus\:z-40:focus {
    z-index: 40
  }

  .s\:focus\:z-50:focus {
    z-index: 50
  }

  .s\:focus\:z-auto:focus {
    z-index: auto
  }

  .s\:isolate {
    isolation: isolate
  }

  .s\:isolation-auto {
    isolation: auto
  }

  .s\:gap-0 {
    gap: 0px
  }

  .s\:gap-1 {
    gap: 0.25rem
  }

  .s\:gap-2 {
    gap: 0.5rem
  }

  .s\:gap-3 {
    gap: 0.75rem
  }

  .s\:gap-4 {
    gap: 1rem
  }

  .s\:gap-5 {
    gap: 1.25rem
  }

  .s\:gap-6 {
    gap: 1.5rem
  }

  .s\:gap-7 {
    gap: 1.75rem
  }

  .s\:gap-8 {
    gap: 2rem
  }

  .s\:gap-9 {
    gap: 2.25rem
  }

  .s\:gap-10 {
    gap: 2.5rem
  }

  .s\:gap-11 {
    gap: 2.75rem
  }

  .s\:gap-12 {
    gap: 3rem
  }

  .s\:gap-14 {
    gap: 3.5rem
  }

  .s\:gap-16 {
    gap: 4rem
  }

  .s\:gap-20 {
    gap: 5rem
  }

  .s\:gap-24 {
    gap: 6rem
  }

  .s\:gap-28 {
    gap: 7rem
  }

  .s\:gap-32 {
    gap: 8rem
  }

  .s\:gap-36 {
    gap: 9rem
  }

  .s\:gap-40 {
    gap: 10rem
  }

  .s\:gap-44 {
    gap: 11rem
  }

  .s\:gap-48 {
    gap: 12rem
  }

  .s\:gap-52 {
    gap: 13rem
  }

  .s\:gap-56 {
    gap: 14rem
  }

  .s\:gap-60 {
    gap: 15rem
  }

  .s\:gap-64 {
    gap: 16rem
  }

  .s\:gap-72 {
    gap: 18rem
  }

  .s\:gap-80 {
    gap: 20rem
  }

  .s\:gap-96 {
    gap: 24rem
  }

  .s\:gap-px {
    gap: 1px
  }

  .s\:gap-0\.5 {
    gap: 0.125rem
  }

  .s\:gap-1\.5 {
    gap: 0.375rem
  }

  .s\:gap-2\.5 {
    gap: 0.625rem
  }

  .s\:gap-3\.5 {
    gap: 0.875rem
  }

  .s\:gap-x-0 {
    column-gap: 0px
  }

  .s\:gap-x-1 {
    column-gap: 0.25rem
  }

  .s\:gap-x-2 {
    column-gap: 0.5rem
  }

  .s\:gap-x-3 {
    column-gap: 0.75rem
  }

  .s\:gap-x-4 {
    column-gap: 1rem
  }

  .s\:gap-x-5 {
    column-gap: 1.25rem
  }

  .s\:gap-x-6 {
    column-gap: 1.5rem
  }

  .s\:gap-x-7 {
    column-gap: 1.75rem
  }

  .s\:gap-x-8 {
    column-gap: 2rem
  }

  .s\:gap-x-9 {
    column-gap: 2.25rem
  }

  .s\:gap-x-10 {
    column-gap: 2.5rem
  }

  .s\:gap-x-11 {
    column-gap: 2.75rem
  }

  .s\:gap-x-12 {
    column-gap: 3rem
  }

  .s\:gap-x-14 {
    column-gap: 3.5rem
  }

  .s\:gap-x-16 {
    column-gap: 4rem
  }

  .s\:gap-x-20 {
    column-gap: 5rem
  }

  .s\:gap-x-24 {
    column-gap: 6rem
  }

  .s\:gap-x-28 {
    column-gap: 7rem
  }

  .s\:gap-x-32 {
    column-gap: 8rem
  }

  .s\:gap-x-36 {
    column-gap: 9rem
  }

  .s\:gap-x-40 {
    column-gap: 10rem
  }

  .s\:gap-x-44 {
    column-gap: 11rem
  }

  .s\:gap-x-48 {
    column-gap: 12rem
  }

  .s\:gap-x-52 {
    column-gap: 13rem
  }

  .s\:gap-x-56 {
    column-gap: 14rem
  }

  .s\:gap-x-60 {
    column-gap: 15rem
  }

  .s\:gap-x-64 {
    column-gap: 16rem
  }

  .s\:gap-x-72 {
    column-gap: 18rem
  }

  .s\:gap-x-80 {
    column-gap: 20rem
  }

  .s\:gap-x-96 {
    column-gap: 24rem
  }

  .s\:gap-x-px {
    column-gap: 1px
  }

  .s\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .s\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .s\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .s\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .s\:gap-y-0 {
    row-gap: 0px
  }

  .s\:gap-y-1 {
    row-gap: 0.25rem
  }

  .s\:gap-y-2 {
    row-gap: 0.5rem
  }

  .s\:gap-y-3 {
    row-gap: 0.75rem
  }

  .s\:gap-y-4 {
    row-gap: 1rem
  }

  .s\:gap-y-5 {
    row-gap: 1.25rem
  }

  .s\:gap-y-6 {
    row-gap: 1.5rem
  }

  .s\:gap-y-7 {
    row-gap: 1.75rem
  }

  .s\:gap-y-8 {
    row-gap: 2rem
  }

  .s\:gap-y-9 {
    row-gap: 2.25rem
  }

  .s\:gap-y-10 {
    row-gap: 2.5rem
  }

  .s\:gap-y-11 {
    row-gap: 2.75rem
  }

  .s\:gap-y-12 {
    row-gap: 3rem
  }

  .s\:gap-y-14 {
    row-gap: 3.5rem
  }

  .s\:gap-y-16 {
    row-gap: 4rem
  }

  .s\:gap-y-20 {
    row-gap: 5rem
  }

  .s\:gap-y-24 {
    row-gap: 6rem
  }

  .s\:gap-y-28 {
    row-gap: 7rem
  }

  .s\:gap-y-32 {
    row-gap: 8rem
  }

  .s\:gap-y-36 {
    row-gap: 9rem
  }

  .s\:gap-y-40 {
    row-gap: 10rem
  }

  .s\:gap-y-44 {
    row-gap: 11rem
  }

  .s\:gap-y-48 {
    row-gap: 12rem
  }

  .s\:gap-y-52 {
    row-gap: 13rem
  }

  .s\:gap-y-56 {
    row-gap: 14rem
  }

  .s\:gap-y-60 {
    row-gap: 15rem
  }

  .s\:gap-y-64 {
    row-gap: 16rem
  }

  .s\:gap-y-72 {
    row-gap: 18rem
  }

  .s\:gap-y-80 {
    row-gap: 20rem
  }

  .s\:gap-y-96 {
    row-gap: 24rem
  }

  .s\:gap-y-px {
    row-gap: 1px
  }

  .s\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .s\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .s\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .s\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .s\:grid-flow-row {
    grid-auto-flow: row
  }

  .s\:grid-flow-col {
    grid-auto-flow: column
  }

  .s\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .s\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .s\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr)
  }

  .s\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr)
  }

  .s\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr)
  }

  .s\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr)
  }

  .s\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr)
  }

  .s\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr)
  }

  .s\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr)
  }

  .s\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr)
  }

  .s\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr)
  }

  .s\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr)
  }

  .s\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr)
  }

  .s\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr)
  }

  .s\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr)
  }

  .s\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr)
  }

  .s\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr)
  }

  .s\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr)
  }

  .s\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr)
  }

  .s\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr)
  }

  .s\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr)
  }

  .s\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr)
  }

  .s\:grid-cols-21 {
    grid-template-columns: repeat(21, 1fr)
  }

  .s\:grid-cols-22 {
    grid-template-columns: repeat(22, 1fr)
  }

  .s\:grid-cols-23 {
    grid-template-columns: repeat(23, 1fr)
  }

  .s\:grid-cols-24 {
    grid-template-columns: repeat(24, 1fr)
  }

  .s\:grid-cols-none {
    grid-template-columns: none
  }

  .s\:col-auto {
    grid-column: auto
  }

  .s\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .s\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .s\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .s\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .s\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .s\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .s\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .s\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .s\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .s\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .s\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .s\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .s\:col-span-full {
    grid-column: 1 / -1
  }

  .s\:col-span-13 {
    grid-column: span 13 / span 13
  }

  .s\:col-span-14 {
    grid-column: span 14 / span 14
  }

  .s\:col-span-15 {
    grid-column: span 15 / span 15
  }

  .s\:col-span-16 {
    grid-column: span 16 / span 16
  }

  .s\:col-span-17 {
    grid-column: span 17 / span 17
  }

  .s\:col-span-18 {
    grid-column: span 18 / span 18
  }

  .s\:col-span-19 {
    grid-column: span 19 / span 19
  }

  .s\:col-span-20 {
    grid-column: span 20 / span 20
  }

  .s\:col-span-21 {
    grid-column: span 21 / span 21
  }

  .s\:col-span-22 {
    grid-column: span 22 / span 22
  }

  .s\:col-span-23 {
    grid-column: span 23 / span 23
  }

  .s\:col-span-24 {
    grid-column: span 24 / span 24
  }

  .s\:col-start-1 {
    grid-column-start: 1
  }

  .s\:col-start-2 {
    grid-column-start: 2
  }

  .s\:col-start-3 {
    grid-column-start: 3
  }

  .s\:col-start-4 {
    grid-column-start: 4
  }

  .s\:col-start-5 {
    grid-column-start: 5
  }

  .s\:col-start-6 {
    grid-column-start: 6
  }

  .s\:col-start-7 {
    grid-column-start: 7
  }

  .s\:col-start-8 {
    grid-column-start: 8
  }

  .s\:col-start-9 {
    grid-column-start: 9
  }

  .s\:col-start-10 {
    grid-column-start: 10
  }

  .s\:col-start-11 {
    grid-column-start: 11
  }

  .s\:col-start-12 {
    grid-column-start: 12
  }

  .s\:col-start-13 {
    grid-column-start: 13
  }

  .s\:col-start-14 {
    grid-column-start: 14
  }

  .s\:col-start-15 {
    grid-column-start: 15
  }

  .s\:col-start-16 {
    grid-column-start: 16
  }

  .s\:col-start-17 {
    grid-column-start: 17
  }

  .s\:col-start-18 {
    grid-column-start: 18
  }

  .s\:col-start-19 {
    grid-column-start: 19
  }

  .s\:col-start-20 {
    grid-column-start: 20
  }

  .s\:col-start-21 {
    grid-column-start: 21
  }

  .s\:col-start-22 {
    grid-column-start: 22
  }

  .s\:col-start-23 {
    grid-column-start: 23
  }

  .s\:col-start-24 {
    grid-column-start: 24
  }

  .s\:col-start-auto {
    grid-column-start: auto
  }

  .s\:col-end-1 {
    grid-column-end: 1
  }

  .s\:col-end-2 {
    grid-column-end: 2
  }

  .s\:col-end-3 {
    grid-column-end: 3
  }

  .s\:col-end-4 {
    grid-column-end: 4
  }

  .s\:col-end-5 {
    grid-column-end: 5
  }

  .s\:col-end-6 {
    grid-column-end: 6
  }

  .s\:col-end-7 {
    grid-column-end: 7
  }

  .s\:col-end-8 {
    grid-column-end: 8
  }

  .s\:col-end-9 {
    grid-column-end: 9
  }

  .s\:col-end-10 {
    grid-column-end: 10
  }

  .s\:col-end-11 {
    grid-column-end: 11
  }

  .s\:col-end-12 {
    grid-column-end: 12
  }

  .s\:col-end-13 {
    grid-column-end: 13
  }

  .s\:col-end-14 {
    grid-column-end: 14
  }

  .s\:col-end-15 {
    grid-column-end: 15
  }

  .s\:col-end-16 {
    grid-column-end: 16
  }

  .s\:col-end-17 {
    grid-column-end: 17
  }

  .s\:col-end-18 {
    grid-column-end: 18
  }

  .s\:col-end-19 {
    grid-column-end: 19
  }

  .s\:col-end-20 {
    grid-column-end: 20
  }

  .s\:col-end-21 {
    grid-column-end: 21
  }

  .s\:col-end-22 {
    grid-column-end: 22
  }

  .s\:col-end-23 {
    grid-column-end: 23
  }

  .s\:col-end-24 {
    grid-column-end: 24
  }

  .s\:col-end-25 {
    grid-column-end: 25
  }

  .s\:col-end-auto {
    grid-column-end: auto
  }

  .s\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .s\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .s\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .s\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .s\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .s\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .s\:grid-rows-none {
    grid-template-rows: none
  }

  .s\:row-auto {
    grid-row: auto
  }

  .s\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .s\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .s\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .s\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .s\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .s\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .s\:row-span-full {
    grid-row: 1 / -1
  }

  .s\:row-start-1 {
    grid-row-start: 1
  }

  .s\:row-start-2 {
    grid-row-start: 2
  }

  .s\:row-start-3 {
    grid-row-start: 3
  }

  .s\:row-start-4 {
    grid-row-start: 4
  }

  .s\:row-start-5 {
    grid-row-start: 5
  }

  .s\:row-start-6 {
    grid-row-start: 6
  }

  .s\:row-start-7 {
    grid-row-start: 7
  }

  .s\:row-start-auto {
    grid-row-start: auto
  }

  .s\:row-end-1 {
    grid-row-end: 1
  }

  .s\:row-end-2 {
    grid-row-end: 2
  }

  .s\:row-end-3 {
    grid-row-end: 3
  }

  .s\:row-end-4 {
    grid-row-end: 4
  }

  .s\:row-end-5 {
    grid-row-end: 5
  }

  .s\:row-end-6 {
    grid-row-end: 6
  }

  .s\:row-end-7 {
    grid-row-end: 7
  }

  .s\:row-end-auto {
    grid-row-end: auto
  }

  .s\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .s\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .s\:transform-none {
    transform: none
  }

  .s\:origin-center {
    transform-origin: center
  }

  .s\:origin-top {
    transform-origin: top
  }

  .s\:origin-top-right {
    transform-origin: top right
  }

  .s\:origin-right {
    transform-origin: right
  }

  .s\:origin-bottom-right {
    transform-origin: bottom right
  }

  .s\:origin-bottom {
    transform-origin: bottom
  }

  .s\:origin-bottom-left {
    transform-origin: bottom left
  }

  .s\:origin-left {
    transform-origin: left
  }

  .s\:origin-top-left {
    transform-origin: top left
  }

  .s\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .s\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .s\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .s\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .s\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .s\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .s\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .s\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .s\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .s\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .s\:scale-x-0 {
    --tw-scale-x: 0
  }

  .s\:scale-x-50 {
    --tw-scale-x: .5
  }

  .s\:scale-x-75 {
    --tw-scale-x: .75
  }

  .s\:scale-x-90 {
    --tw-scale-x: .9
  }

  .s\:scale-x-95 {
    --tw-scale-x: .95
  }

  .s\:scale-x-100 {
    --tw-scale-x: 1
  }

  .s\:scale-x-105 {
    --tw-scale-x: 1.05
  }

  .s\:scale-x-110 {
    --tw-scale-x: 1.1
  }

  .s\:scale-x-125 {
    --tw-scale-x: 1.25
  }

  .s\:scale-x-150 {
    --tw-scale-x: 1.5
  }

  .s\:scale-y-0 {
    --tw-scale-y: 0
  }

  .s\:scale-y-50 {
    --tw-scale-y: .5
  }

  .s\:scale-y-75 {
    --tw-scale-y: .75
  }

  .s\:scale-y-90 {
    --tw-scale-y: .9
  }

  .s\:scale-y-95 {
    --tw-scale-y: .95
  }

  .s\:scale-y-100 {
    --tw-scale-y: 1
  }

  .s\:scale-y-105 {
    --tw-scale-y: 1.05
  }

  .s\:scale-y-110 {
    --tw-scale-y: 1.1
  }

  .s\:scale-y-125 {
    --tw-scale-y: 1.25
  }

  .s\:scale-y-150 {
    --tw-scale-y: 1.5
  }

  .s\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .s\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .s\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .s\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .s\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .s\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .s\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .s\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .s\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .s\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .s\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }

  .s\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }

  .s\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }

  .s\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }

  .s\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }

  .s\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }

  .s\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }

  .s\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }

  .s\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }

  .s\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }

  .s\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }

  .s\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }

  .s\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }

  .s\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }

  .s\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }

  .s\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }

  .s\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }

  .s\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }

  .s\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }

  .s\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }

  .s\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .s\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .s\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .s\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .s\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .s\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .s\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .s\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .s\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .s\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .s\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }

  .s\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }

  .s\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }

  .s\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }

  .s\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }

  .s\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }

  .s\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }

  .s\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }

  .s\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }

  .s\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }

  .s\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }

  .s\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }

  .s\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }

  .s\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }

  .s\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }

  .s\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }

  .s\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }

  .s\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }

  .s\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }

  .s\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }

  .s\:rotate-0 {
    --tw-rotate: 0deg
  }

  .s\:rotate-1 {
    --tw-rotate: 1deg
  }

  .s\:rotate-2 {
    --tw-rotate: 2deg
  }

  .s\:rotate-3 {
    --tw-rotate: 3deg
  }

  .s\:rotate-6 {
    --tw-rotate: 6deg
  }

  .s\:rotate-12 {
    --tw-rotate: 12deg
  }

  .s\:rotate-45 {
    --tw-rotate: 45deg
  }

  .s\:rotate-90 {
    --tw-rotate: 90deg
  }

  .s\:rotate-180 {
    --tw-rotate: 180deg
  }

  .s\:-rotate-180 {
    --tw-rotate: -180deg
  }

  .s\:-rotate-90 {
    --tw-rotate: -90deg
  }

  .s\:-rotate-45 {
    --tw-rotate: -45deg
  }

  .s\:-rotate-12 {
    --tw-rotate: -12deg
  }

  .s\:-rotate-6 {
    --tw-rotate: -6deg
  }

  .s\:-rotate-3 {
    --tw-rotate: -3deg
  }

  .s\:-rotate-2 {
    --tw-rotate: -2deg
  }

  .s\:-rotate-1 {
    --tw-rotate: -1deg
  }

  .s\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }

  .s\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }

  .s\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }

  .s\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }

  .s\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }

  .s\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }

  .s\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }

  .s\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }

  .s\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }

  .s\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }

  .s\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }

  .s\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }

  .s\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }

  .s\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }

  .s\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }

  .s\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }

  .s\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }

  .s\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }

  .s\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }

  .s\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }

  .s\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }

  .s\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }

  .s\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }

  .s\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }

  .s\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }

  .s\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }

  .s\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }

  .s\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }

  .s\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }

  .s\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }

  .s\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }

  .s\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }

  .s\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }

  .s\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }

  .s\:translate-x-0 {
    --tw-translate-x: 0px
  }

  .s\:translate-x-1 {
    --tw-translate-x: 0.25rem
  }

  .s\:translate-x-2 {
    --tw-translate-x: 0.5rem
  }

  .s\:translate-x-3 {
    --tw-translate-x: 0.75rem
  }

  .s\:translate-x-4 {
    --tw-translate-x: 1rem
  }

  .s\:translate-x-5 {
    --tw-translate-x: 1.25rem
  }

  .s\:translate-x-6 {
    --tw-translate-x: 1.5rem
  }

  .s\:translate-x-7 {
    --tw-translate-x: 1.75rem
  }

  .s\:translate-x-8 {
    --tw-translate-x: 2rem
  }

  .s\:translate-x-9 {
    --tw-translate-x: 2.25rem
  }

  .s\:translate-x-10 {
    --tw-translate-x: 2.5rem
  }

  .s\:translate-x-11 {
    --tw-translate-x: 2.75rem
  }

  .s\:translate-x-12 {
    --tw-translate-x: 3rem
  }

  .s\:translate-x-14 {
    --tw-translate-x: 3.5rem
  }

  .s\:translate-x-16 {
    --tw-translate-x: 4rem
  }

  .s\:translate-x-20 {
    --tw-translate-x: 5rem
  }

  .s\:translate-x-24 {
    --tw-translate-x: 6rem
  }

  .s\:translate-x-28 {
    --tw-translate-x: 7rem
  }

  .s\:translate-x-32 {
    --tw-translate-x: 8rem
  }

  .s\:translate-x-36 {
    --tw-translate-x: 9rem
  }

  .s\:translate-x-40 {
    --tw-translate-x: 10rem
  }

  .s\:translate-x-44 {
    --tw-translate-x: 11rem
  }

  .s\:translate-x-48 {
    --tw-translate-x: 12rem
  }

  .s\:translate-x-52 {
    --tw-translate-x: 13rem
  }

  .s\:translate-x-56 {
    --tw-translate-x: 14rem
  }

  .s\:translate-x-60 {
    --tw-translate-x: 15rem
  }

  .s\:translate-x-64 {
    --tw-translate-x: 16rem
  }

  .s\:translate-x-72 {
    --tw-translate-x: 18rem
  }

  .s\:translate-x-80 {
    --tw-translate-x: 20rem
  }

  .s\:translate-x-96 {
    --tw-translate-x: 24rem
  }

  .s\:translate-x-px {
    --tw-translate-x: 1px
  }

  .s\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem
  }

  .s\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem
  }

  .s\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem
  }

  .s\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem
  }

  .s\:-translate-x-0 {
    --tw-translate-x: 0px
  }

  .s\:-translate-x-1 {
    --tw-translate-x: -0.25rem
  }

  .s\:-translate-x-2 {
    --tw-translate-x: -0.5rem
  }

  .s\:-translate-x-3 {
    --tw-translate-x: -0.75rem
  }

  .s\:-translate-x-4 {
    --tw-translate-x: -1rem
  }

  .s\:-translate-x-5 {
    --tw-translate-x: -1.25rem
  }

  .s\:-translate-x-6 {
    --tw-translate-x: -1.5rem
  }

  .s\:-translate-x-7 {
    --tw-translate-x: -1.75rem
  }

  .s\:-translate-x-8 {
    --tw-translate-x: -2rem
  }

  .s\:-translate-x-9 {
    --tw-translate-x: -2.25rem
  }

  .s\:-translate-x-10 {
    --tw-translate-x: -2.5rem
  }

  .s\:-translate-x-11 {
    --tw-translate-x: -2.75rem
  }

  .s\:-translate-x-12 {
    --tw-translate-x: -3rem
  }

  .s\:-translate-x-14 {
    --tw-translate-x: -3.5rem
  }

  .s\:-translate-x-16 {
    --tw-translate-x: -4rem
  }

  .s\:-translate-x-20 {
    --tw-translate-x: -5rem
  }

  .s\:-translate-x-24 {
    --tw-translate-x: -6rem
  }

  .s\:-translate-x-28 {
    --tw-translate-x: -7rem
  }

  .s\:-translate-x-32 {
    --tw-translate-x: -8rem
  }

  .s\:-translate-x-36 {
    --tw-translate-x: -9rem
  }

  .s\:-translate-x-40 {
    --tw-translate-x: -10rem
  }

  .s\:-translate-x-44 {
    --tw-translate-x: -11rem
  }

  .s\:-translate-x-48 {
    --tw-translate-x: -12rem
  }

  .s\:-translate-x-52 {
    --tw-translate-x: -13rem
  }

  .s\:-translate-x-56 {
    --tw-translate-x: -14rem
  }

  .s\:-translate-x-60 {
    --tw-translate-x: -15rem
  }

  .s\:-translate-x-64 {
    --tw-translate-x: -16rem
  }

  .s\:-translate-x-72 {
    --tw-translate-x: -18rem
  }

  .s\:-translate-x-80 {
    --tw-translate-x: -20rem
  }

  .s\:-translate-x-96 {
    --tw-translate-x: -24rem
  }

  .s\:-translate-x-px {
    --tw-translate-x: -1px
  }

  .s\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem
  }

  .s\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem
  }

  .s\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem
  }

  .s\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem
  }

  .s\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }

  .s\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }

  .s\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }

  .s\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }

  .s\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }

  .s\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }

  .s\:translate-x-full {
    --tw-translate-x: 100%
  }

  .s\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }

  .s\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }

  .s\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }

  .s\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }

  .s\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }

  .s\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }

  .s\:-translate-x-full {
    --tw-translate-x: -100%
  }

  .s\:translate-y-0 {
    --tw-translate-y: 0px
  }

  .s\:translate-y-1 {
    --tw-translate-y: 0.25rem
  }

  .s\:translate-y-2 {
    --tw-translate-y: 0.5rem
  }

  .s\:translate-y-3 {
    --tw-translate-y: 0.75rem
  }

  .s\:translate-y-4 {
    --tw-translate-y: 1rem
  }

  .s\:translate-y-5 {
    --tw-translate-y: 1.25rem
  }

  .s\:translate-y-6 {
    --tw-translate-y: 1.5rem
  }

  .s\:translate-y-7 {
    --tw-translate-y: 1.75rem
  }

  .s\:translate-y-8 {
    --tw-translate-y: 2rem
  }

  .s\:translate-y-9 {
    --tw-translate-y: 2.25rem
  }

  .s\:translate-y-10 {
    --tw-translate-y: 2.5rem
  }

  .s\:translate-y-11 {
    --tw-translate-y: 2.75rem
  }

  .s\:translate-y-12 {
    --tw-translate-y: 3rem
  }

  .s\:translate-y-14 {
    --tw-translate-y: 3.5rem
  }

  .s\:translate-y-16 {
    --tw-translate-y: 4rem
  }

  .s\:translate-y-20 {
    --tw-translate-y: 5rem
  }

  .s\:translate-y-24 {
    --tw-translate-y: 6rem
  }

  .s\:translate-y-28 {
    --tw-translate-y: 7rem
  }

  .s\:translate-y-32 {
    --tw-translate-y: 8rem
  }

  .s\:translate-y-36 {
    --tw-translate-y: 9rem
  }

  .s\:translate-y-40 {
    --tw-translate-y: 10rem
  }

  .s\:translate-y-44 {
    --tw-translate-y: 11rem
  }

  .s\:translate-y-48 {
    --tw-translate-y: 12rem
  }

  .s\:translate-y-52 {
    --tw-translate-y: 13rem
  }

  .s\:translate-y-56 {
    --tw-translate-y: 14rem
  }

  .s\:translate-y-60 {
    --tw-translate-y: 15rem
  }

  .s\:translate-y-64 {
    --tw-translate-y: 16rem
  }

  .s\:translate-y-72 {
    --tw-translate-y: 18rem
  }

  .s\:translate-y-80 {
    --tw-translate-y: 20rem
  }

  .s\:translate-y-96 {
    --tw-translate-y: 24rem
  }

  .s\:translate-y-px {
    --tw-translate-y: 1px
  }

  .s\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem
  }

  .s\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem
  }

  .s\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem
  }

  .s\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem
  }

  .s\:-translate-y-0 {
    --tw-translate-y: 0px
  }

  .s\:-translate-y-1 {
    --tw-translate-y: -0.25rem
  }

  .s\:-translate-y-2 {
    --tw-translate-y: -0.5rem
  }

  .s\:-translate-y-3 {
    --tw-translate-y: -0.75rem
  }

  .s\:-translate-y-4 {
    --tw-translate-y: -1rem
  }

  .s\:-translate-y-5 {
    --tw-translate-y: -1.25rem
  }

  .s\:-translate-y-6 {
    --tw-translate-y: -1.5rem
  }

  .s\:-translate-y-7 {
    --tw-translate-y: -1.75rem
  }

  .s\:-translate-y-8 {
    --tw-translate-y: -2rem
  }

  .s\:-translate-y-9 {
    --tw-translate-y: -2.25rem
  }

  .s\:-translate-y-10 {
    --tw-translate-y: -2.5rem
  }

  .s\:-translate-y-11 {
    --tw-translate-y: -2.75rem
  }

  .s\:-translate-y-12 {
    --tw-translate-y: -3rem
  }

  .s\:-translate-y-14 {
    --tw-translate-y: -3.5rem
  }

  .s\:-translate-y-16 {
    --tw-translate-y: -4rem
  }

  .s\:-translate-y-20 {
    --tw-translate-y: -5rem
  }

  .s\:-translate-y-24 {
    --tw-translate-y: -6rem
  }

  .s\:-translate-y-28 {
    --tw-translate-y: -7rem
  }

  .s\:-translate-y-32 {
    --tw-translate-y: -8rem
  }

  .s\:-translate-y-36 {
    --tw-translate-y: -9rem
  }

  .s\:-translate-y-40 {
    --tw-translate-y: -10rem
  }

  .s\:-translate-y-44 {
    --tw-translate-y: -11rem
  }

  .s\:-translate-y-48 {
    --tw-translate-y: -12rem
  }

  .s\:-translate-y-52 {
    --tw-translate-y: -13rem
  }

  .s\:-translate-y-56 {
    --tw-translate-y: -14rem
  }

  .s\:-translate-y-60 {
    --tw-translate-y: -15rem
  }

  .s\:-translate-y-64 {
    --tw-translate-y: -16rem
  }

  .s\:-translate-y-72 {
    --tw-translate-y: -18rem
  }

  .s\:-translate-y-80 {
    --tw-translate-y: -20rem
  }

  .s\:-translate-y-96 {
    --tw-translate-y: -24rem
  }

  .s\:-translate-y-px {
    --tw-translate-y: -1px
  }

  .s\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem
  }

  .s\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem
  }

  .s\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem
  }

  .s\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem
  }

  .s\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }

  .s\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }

  .s\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }

  .s\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }

  .s\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }

  .s\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }

  .s\:translate-y-full {
    --tw-translate-y: 100%
  }

  .s\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }

  .s\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }

  .s\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }

  .s\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }

  .s\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }

  .s\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }

  .s\:-translate-y-full {
    --tw-translate-y: -100%
  }

  .s\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .s\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem
  }

  .s\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem
  }

  .s\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem
  }

  .s\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem
  }

  .s\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem
  }

  .s\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem
  }

  .s\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem
  }

  .s\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem
  }

  .s\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem
  }

  .s\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem
  }

  .s\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem
  }

  .s\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem
  }

  .s\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem
  }

  .s\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem
  }

  .s\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem
  }

  .s\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem
  }

  .s\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem
  }

  .s\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem
  }

  .s\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem
  }

  .s\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem
  }

  .s\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem
  }

  .s\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem
  }

  .s\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem
  }

  .s\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem
  }

  .s\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem
  }

  .s\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem
  }

  .s\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem
  }

  .s\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem
  }

  .s\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem
  }

  .s\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }

  .s\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem
  }

  .s\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem
  }

  .s\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem
  }

  .s\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem
  }

  .s\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .s\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem
  }

  .s\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem
  }

  .s\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem
  }

  .s\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem
  }

  .s\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem
  }

  .s\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem
  }

  .s\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem
  }

  .s\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem
  }

  .s\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem
  }

  .s\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem
  }

  .s\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem
  }

  .s\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem
  }

  .s\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem
  }

  .s\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem
  }

  .s\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem
  }

  .s\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem
  }

  .s\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem
  }

  .s\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem
  }

  .s\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem
  }

  .s\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem
  }

  .s\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem
  }

  .s\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem
  }

  .s\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem
  }

  .s\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem
  }

  .s\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem
  }

  .s\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem
  }

  .s\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem
  }

  .s\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem
  }

  .s\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem
  }

  .s\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }

  .s\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem
  }

  .s\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem
  }

  .s\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem
  }

  .s\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem
  }

  .s\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }

  .s\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }

  .s\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }

  .s\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }

  .s\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }

  .s\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }

  .s\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }

  .s\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }

  .s\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }

  .s\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }

  .s\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }

  .s\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }

  .s\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }

  .s\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }

  .s\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .s\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem
  }

  .s\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem
  }

  .s\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem
  }

  .s\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem
  }

  .s\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem
  }

  .s\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem
  }

  .s\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem
  }

  .s\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem
  }

  .s\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem
  }

  .s\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem
  }

  .s\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem
  }

  .s\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem
  }

  .s\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem
  }

  .s\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem
  }

  .s\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem
  }

  .s\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem
  }

  .s\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem
  }

  .s\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem
  }

  .s\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem
  }

  .s\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem
  }

  .s\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem
  }

  .s\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem
  }

  .s\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem
  }

  .s\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem
  }

  .s\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem
  }

  .s\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem
  }

  .s\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem
  }

  .s\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem
  }

  .s\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem
  }

  .s\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }

  .s\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem
  }

  .s\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem
  }

  .s\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem
  }

  .s\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem
  }

  .s\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .s\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem
  }

  .s\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
  }

  .s\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem
  }

  .s\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem
  }

  .s\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem
  }

  .s\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem
  }

  .s\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem
  }

  .s\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem
  }

  .s\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem
  }

  .s\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem
  }

  .s\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem
  }

  .s\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem
  }

  .s\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem
  }

  .s\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem
  }

  .s\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem
  }

  .s\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem
  }

  .s\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem
  }

  .s\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem
  }

  .s\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem
  }

  .s\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem
  }

  .s\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem
  }

  .s\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem
  }

  .s\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem
  }

  .s\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem
  }

  .s\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem
  }

  .s\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem
  }

  .s\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem
  }

  .s\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem
  }

  .s\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem
  }

  .s\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }

  .s\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem
  }

  .s\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem
  }

  .s\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem
  }

  .s\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem
  }

  .s\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }

  .s\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }

  .s\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }

  .s\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }

  .s\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }

  .s\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }

  .s\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }

  .s\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }

  .s\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }

  .s\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }

  .s\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }

  .s\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }

  .s\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }

  .s\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }

  .s\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .s\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem
  }

  .s\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem
  }

  .s\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem
  }

  .s\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem
  }

  .s\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem
  }

  .s\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem
  }

  .s\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem
  }

  .s\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem
  }

  .s\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem
  }

  .s\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem
  }

  .s\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem
  }

  .s\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem
  }

  .s\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem
  }

  .s\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem
  }

  .s\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem
  }

  .s\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem
  }

  .s\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem
  }

  .s\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem
  }

  .s\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem
  }

  .s\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem
  }

  .s\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem
  }

  .s\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem
  }

  .s\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem
  }

  .s\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem
  }

  .s\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem
  }

  .s\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem
  }

  .s\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem
  }

  .s\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem
  }

  .s\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem
  }

  .s\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }

  .s\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem
  }

  .s\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem
  }

  .s\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem
  }

  .s\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem
  }

  .s\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .s\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem
  }

  .s\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem
  }

  .s\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem
  }

  .s\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem
  }

  .s\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem
  }

  .s\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem
  }

  .s\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem
  }

  .s\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem
  }

  .s\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem
  }

  .s\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem
  }

  .s\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem
  }

  .s\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem
  }

  .s\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem
  }

  .s\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem
  }

  .s\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem
  }

  .s\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem
  }

  .s\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem
  }

  .s\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem
  }

  .s\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem
  }

  .s\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem
  }

  .s\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem
  }

  .s\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem
  }

  .s\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem
  }

  .s\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem
  }

  .s\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem
  }

  .s\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem
  }

  .s\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem
  }

  .s\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem
  }

  .s\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem
  }

  .s\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }

  .s\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem
  }

  .s\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem
  }

  .s\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem
  }

  .s\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem
  }

  .s\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }

  .s\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }

  .s\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }

  .s\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }

  .s\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }

  .s\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }

  .s\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }

  .s\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }

  .s\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }

  .s\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }

  .s\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }

  .s\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }

  .s\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }

  .s\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }

  .s\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .s\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem
  }

  .s\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem
  }

  .s\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem
  }

  .s\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem
  }

  .s\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem
  }

  .s\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem
  }

  .s\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem
  }

  .s\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem
  }

  .s\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem
  }

  .s\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem
  }

  .s\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem
  }

  .s\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem
  }

  .s\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem
  }

  .s\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem
  }

  .s\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem
  }

  .s\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem
  }

  .s\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem
  }

  .s\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem
  }

  .s\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem
  }

  .s\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem
  }

  .s\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem
  }

  .s\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem
  }

  .s\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem
  }

  .s\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem
  }

  .s\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem
  }

  .s\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem
  }

  .s\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem
  }

  .s\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem
  }

  .s\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem
  }

  .s\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }

  .s\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem
  }

  .s\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem
  }

  .s\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem
  }

  .s\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem
  }

  .s\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .s\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem
  }

  .s\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem
  }

  .s\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem
  }

  .s\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem
  }

  .s\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem
  }

  .s\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem
  }

  .s\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem
  }

  .s\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem
  }

  .s\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem
  }

  .s\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem
  }

  .s\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem
  }

  .s\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem
  }

  .s\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem
  }

  .s\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem
  }

  .s\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem
  }

  .s\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem
  }

  .s\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem
  }

  .s\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem
  }

  .s\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem
  }

  .s\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem
  }

  .s\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem
  }

  .s\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem
  }

  .s\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem
  }

  .s\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem
  }

  .s\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem
  }

  .s\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem
  }

  .s\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem
  }

  .s\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem
  }

  .s\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem
  }

  .s\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }

  .s\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem
  }

  .s\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem
  }

  .s\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem
  }

  .s\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem
  }

  .s\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }

  .s\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }

  .s\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }

  .s\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }

  .s\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }

  .s\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }

  .s\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }

  .s\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }

  .s\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }

  .s\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }

  .s\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }

  .s\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }

  .s\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }

  .s\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }

  .s\:mix-blend-normal {
    mix-blend-mode: normal
  }

  .s\:mix-blend-multiply {
    mix-blend-mode: multiply
  }

  .s\:mix-blend-screen {
    mix-blend-mode: screen
  }

  .s\:mix-blend-overlay {
    mix-blend-mode: overlay
  }

  .s\:mix-blend-darken {
    mix-blend-mode: darken
  }

  .s\:mix-blend-lighten {
    mix-blend-mode: lighten
  }

  .s\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }

  .s\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }

  .s\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }

  .s\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }

  .s\:mix-blend-difference {
    mix-blend-mode: difference
  }

  .s\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }

  .s\:mix-blend-hue {
    mix-blend-mode: hue
  }

  .s\:mix-blend-saturation {
    mix-blend-mode: saturation
  }

  .s\:mix-blend-color {
    mix-blend-mode: color
  }

  .s\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }

  .s\:bg-blend-normal {
    background-blend-mode: normal
  }

  .s\:bg-blend-multiply {
    background-blend-mode: multiply
  }

  .s\:bg-blend-screen {
    background-blend-mode: screen
  }

  .s\:bg-blend-overlay {
    background-blend-mode: overlay
  }

  .s\:bg-blend-darken {
    background-blend-mode: darken
  }

  .s\:bg-blend-lighten {
    background-blend-mode: lighten
  }

  .s\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }

  .s\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }

  .s\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }

  .s\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }

  .s\:bg-blend-difference {
    background-blend-mode: difference
  }

  .s\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }

  .s\:bg-blend-hue {
    background-blend-mode: hue
  }

  .s\:bg-blend-saturation {
    background-blend-mode: saturation
  }

  .s\:bg-blend-color {
    background-blend-mode: color
  }

  .s\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }

  .s\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .s\:filter-none {
    filter: none
  }

  .s\:blur-0 {
    --tw-blur: blur(0)
  }

  .s\:blur-sm {
    --tw-blur: blur(4px)
  }

  .s\:blur {
    --tw-blur: blur(8px)
  }

  .s\:blur-md {
    --tw-blur: blur(12px)
  }

  .s\:blur-lg {
    --tw-blur: blur(16px)
  }

  .s\:blur-xl {
    --tw-blur: blur(24px)
  }

  .s\:blur-2xl {
    --tw-blur: blur(40px)
  }

  .s\:blur-3xl {
    --tw-blur: blur(64px)
  }

  .s\:brightness-0 {
    --tw-brightness: brightness(0)
  }

  .s\:brightness-50 {
    --tw-brightness: brightness(.5)
  }

  .s\:brightness-75 {
    --tw-brightness: brightness(.75)
  }

  .s\:brightness-90 {
    --tw-brightness: brightness(.9)
  }

  .s\:brightness-95 {
    --tw-brightness: brightness(.95)
  }

  .s\:brightness-100 {
    --tw-brightness: brightness(1)
  }

  .s\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }

  .s\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }

  .s\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }

  .s\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }

  .s\:brightness-200 {
    --tw-brightness: brightness(2)
  }

  .s\:contrast-0 {
    --tw-contrast: contrast(0)
  }

  .s\:contrast-50 {
    --tw-contrast: contrast(.5)
  }

  .s\:contrast-75 {
    --tw-contrast: contrast(.75)
  }

  .s\:contrast-100 {
    --tw-contrast: contrast(1)
  }

  .s\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }

  .s\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }

  .s\:contrast-200 {
    --tw-contrast: contrast(2)
  }

  .s\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .s\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .s\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .s\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .s\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .s\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .s\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000)
  }

  .s\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }

  .s\:grayscale {
    --tw-grayscale: grayscale(100%)
  }

  .s\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }

  .s\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }

  .s\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }

  .s\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }

  .s\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }

  .s\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }

  .s\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }

  .s\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }

  .s\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }

  .s\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }

  .s\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }

  .s\:invert-0 {
    --tw-invert: invert(0)
  }

  .s\:invert {
    --tw-invert: invert(100%)
  }

  .s\:saturate-0 {
    --tw-saturate: saturate(0)
  }

  .s\:saturate-50 {
    --tw-saturate: saturate(.5)
  }

  .s\:saturate-100 {
    --tw-saturate: saturate(1)
  }

  .s\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }

  .s\:saturate-200 {
    --tw-saturate: saturate(2)
  }

  .s\:sepia-0 {
    --tw-sepia: sepia(0)
  }

  .s\:sepia {
    --tw-sepia: sepia(100%)
  }

  .s\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .s\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none
  }

  .s\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }

  .s\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }

  .s\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }

  .s\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }

  .s\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }

  .s\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }

  .s\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }

  .s\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }

  .s\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }

  .s\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }

  .s\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }

  .s\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }

  .s\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }

  .s\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }

  .s\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }

  .s\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }

  .s\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }

  .s\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }

  .s\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }

  .s\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }

  .s\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }

  .s\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }

  .s\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }

  .s\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }

  .s\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }

  .s\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }

  .s\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }

  .s\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }

  .s\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }

  .s\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }

  .s\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }

  .s\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }

  .s\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }

  .s\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }

  .s\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }

  .s\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }

  .s\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }

  .s\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }

  .s\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }

  .s\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
}

@media (max-width: 480px) {
  .xs\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xs\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xs\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .group:hover .xs\:group-hover\:bg-color1 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .group:hover .xs\:group-hover\:bg-color2 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .group:hover .xs\:group-hover\:bg-color3 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xs\:focus-within\:bg-color1:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xs\:focus-within\:bg-color2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xs\:focus-within\:bg-color3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xs\:hover\:bg-color1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xs\:hover\:bg-color2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xs\:hover\:bg-color3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xs\:focus\:bg-color1:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 53, 59, var(--tw-bg-opacity))
  }

  .xs\:focus\:bg-color2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 52, 68, var(--tw-bg-opacity))
  }

  .xs\:focus\:bg-color3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }

  .xs\:bg-none {
    background-image: none
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }

  .xs\:bg-auto {
    background-size: auto
  }

  .xs\:bg-cover {
    background-size: cover
  }

  .xs\:bg-contain {
    background-size: contain
  }

  .xs\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xs\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xs\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .group:hover .xs\:group-hover\:border-color1 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .group:hover .xs\:group-hover\:border-color2 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .group:hover .xs\:group-hover\:border-color3 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xs\:focus-within\:border-color1:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xs\:focus-within\:border-color2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xs\:focus-within\:border-color3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xs\:hover\:border-color1:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xs\:hover\:border-color2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xs\:hover\:border-color3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xs\:focus\:border-color1:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 53, 59, var(--tw-border-opacity))
  }

  .xs\:focus\:border-color2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 52, 68, var(--tw-border-opacity))
  }

  .xs\:focus\:border-color3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }

  .xs\:rounded-none {
    border-radius: 0px
  }

  .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: 0.75rem
  }

  .xs\:rounded-2xl {
    border-radius: 1rem
  }

  .xs\:rounded-3xl {
    border-radius: 1.5rem
  }

  .xs\:rounded-full {
    border-radius: 9999px
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
  }

  .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: 0.75rem;
    border-top-right-radius: 0.75rem
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem
  }

  .xs\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
  }

  .xs\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
  }

  .xs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .xs\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
  }

  .xs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
  }

  .xs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
  }

  .xs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

  .xs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0px
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0px
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0px
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0px
  }

  .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: 0.75rem
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem
  }

  .xs\:rounded-tl-2xl {
    border-top-left-radius: 1rem
  }

  .xs\:rounded-tr-2xl {
    border-top-right-radius: 1rem
  }

  .xs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem
  }

  .xs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem
  }

  .xs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem
  }

  .xs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem
  }

  .xs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem
  }

  .xs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }

  .xs\:border-solid {
    border-style: solid
  }

  .xs\:border-dashed {
    border-style: dashed
  }

  .xs\:border-dotted {
    border-style: dotted
  }

  .xs\:border-double {
    border-style: double
  }

  .xs\:border-none {
    border-style: none
  }

  .xs\:border-0 {
    border-width: 0px
  }

  .xs\:border-2 {
    border-width: 2px
  }

  .xs\:border-4 {
    border-width: 4px
  }

  .xs\:border-8 {
    border-width: 8px
  }

  .xs\:border {
    border-width: 1px
  }

  .xs\:border-t-0 {
    border-top-width: 0px
  }

  .xs\:border-r-0 {
    border-right-width: 0px
  }

  .xs\:border-b-0 {
    border-bottom-width: 0px
  }

  .xs\:border-l-0 {
    border-left-width: 0px
  }

  .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-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-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\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone
  }

  .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\:inline-table {
    display: inline-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\:list-item {
    display: list-item
  }

  .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-nowrap {
    flex-wrap: nowrap
  }

  .xs\:items-start {
    align-items: flex-start
  }

  .xs\:items-end {
    align-items: flex-end
  }

  .xs\:items-center {
    align-items: center
  }

  .xs\:items-baseline {
    align-items: baseline
  }

  .xs\:items-stretch {
    align-items: stretch
  }

  .xs\: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-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\:clear-left {
    clear: left
  }

  .xs\:clear-right {
    clear: right
  }

  .xs\:clear-both {
    clear: both
  }

  .xs\:clear-none {
    clear: none
  }

  .xs\:font-thin {
    font-weight: 100
  }

  .xs\:font-extralight {
    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\:h-0 {
    height: 0px
  }

  .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-7 {
    height: 1.75rem
  }

  .xs\:h-8 {
    height: 2rem
  }

  .xs\:h-9 {
    height: 2.25rem
  }

  .xs\:h-10 {
    height: 2.5rem
  }

  .xs\:h-11 {
    height: 2.75rem
  }

  .xs\:h-12 {
    height: 3rem
  }

  .xs\:h-14 {
    height: 3.5rem
  }

  .xs\:h-16 {
    height: 4rem
  }

  .xs\:h-20 {
    height: 5rem
  }

  .xs\:h-24 {
    height: 6rem
  }

  .xs\:h-28 {
    height: 7rem
  }

  .xs\:h-32 {
    height: 8rem
  }

  .xs\:h-36 {
    height: 9rem
  }

  .xs\:h-40 {
    height: 10rem
  }

  .xs\:h-44 {
    height: 11rem
  }

  .xs\:h-48 {
    height: 12rem
  }

  .xs\:h-52 {
    height: 13rem
  }

  .xs\:h-56 {
    height: 14rem
  }

  .xs\:h-60 {
    height: 15rem
  }

  .xs\:h-64 {
    height: 16rem
  }

  .xs\:h-72 {
    height: 18rem
  }

  .xs\:h-80 {
    height: 20rem
  }

  .xs\:h-96 {
    height: 24rem
  }

  .xs\:h-auto {
    height: auto
  }

  .xs\:h-px {
    height: 1px
  }

  .xs\:h-0\.5 {
    height: 0.125rem
  }

  .xs\:h-1\.5 {
    height: 0.375rem
  }

  .xs\:h-2\.5 {
    height: 0.625rem
  }

  .xs\:h-3\.5 {
    height: 0.875rem
  }

  .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-full {
    height: 100%
  }

  .xs\:h-screen {
    height: 100vh
  }

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .xs\:text-base {
    font-size: 1rem
  }

  .xs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .xs\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .xs\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .xs\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .xs\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .xs\:text-8xl {
    font-size: 6rem;
    line-height: 1
  }

  .xs\:text-9xl {
    font-size: 8rem;
    line-height: 1
  }

  .xs\:text-f1 {
    font-size: 1.25rem
  }

  .xs\:text-f2 {
    font-size: 1.875rem
  }

  .xs\:text-f3 {
    font-size: 1.25rem
  }

  .xs\:text-f4 {
    font-size: 0.9375rem
  }

  .xs\:text-f5 {
    font-size: 0.625rem
  }

  .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\:m-0 {
    margin: 0px
  }

  .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-7 {
    margin: 1.75rem
  }

  .xs\:m-8 {
    margin: 2rem
  }

  .xs\:m-9 {
    margin: 2.25rem
  }

  .xs\:m-10 {
    margin: 2.5rem
  }

  .xs\:m-11 {
    margin: 2.75rem
  }

  .xs\:m-12 {
    margin: 3rem
  }

  .xs\:m-14 {
    margin: 3.5rem
  }

  .xs\:m-16 {
    margin: 4rem
  }

  .xs\:m-20 {
    margin: 5rem
  }

  .xs\:m-24 {
    margin: 6rem
  }

  .xs\:m-28 {
    margin: 7rem
  }

  .xs\:m-32 {
    margin: 8rem
  }

  .xs\:m-36 {
    margin: 9rem
  }

  .xs\:m-40 {
    margin: 10rem
  }

  .xs\:m-44 {
    margin: 11rem
  }

  .xs\:m-48 {
    margin: 12rem
  }

  .xs\:m-52 {
    margin: 13rem
  }

  .xs\:m-56 {
    margin: 14rem
  }

  .xs\:m-60 {
    margin: 15rem
  }

  .xs\:m-64 {
    margin: 16rem
  }

  .xs\:m-72 {
    margin: 18rem
  }

  .xs\:m-80 {
    margin: 20rem
  }

  .xs\:m-96 {
    margin: 24rem
  }

  .xs\:m-auto {
    margin: auto
  }

  .xs\:m-px {
    margin: 1px
  }

  .xs\:m-0\.5 {
    margin: 0.125rem
  }

  .xs\:m-1\.5 {
    margin: 0.375rem
  }

  .xs\:m-2\.5 {
    margin: 0.625rem
  }

  .xs\:m-3\.5 {
    margin: 0.875rem
  }

  .xs\:-m-0 {
    margin: 0px
  }

  .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-7 {
    margin: -1.75rem
  }

  .xs\:-m-8 {
    margin: -2rem
  }

  .xs\:-m-9 {
    margin: -2.25rem
  }

  .xs\:-m-10 {
    margin: -2.5rem
  }

  .xs\:-m-11 {
    margin: -2.75rem
  }

  .xs\:-m-12 {
    margin: -3rem
  }

  .xs\:-m-14 {
    margin: -3.5rem
  }

  .xs\:-m-16 {
    margin: -4rem
  }

  .xs\:-m-20 {
    margin: -5rem
  }

  .xs\:-m-24 {
    margin: -6rem
  }

  .xs\:-m-28 {
    margin: -7rem
  }

  .xs\:-m-32 {
    margin: -8rem
  }

  .xs\:-m-36 {
    margin: -9rem
  }

  .xs\:-m-40 {
    margin: -10rem
  }

  .xs\:-m-44 {
    margin: -11rem
  }

  .xs\:-m-48 {
    margin: -12rem
  }

  .xs\:-m-52 {
    margin: -13rem
  }

  .xs\:-m-56 {
    margin: -14rem
  }

  .xs\:-m-60 {
    margin: -15rem
  }

  .xs\:-m-64 {
    margin: -16rem
  }

  .xs\:-m-72 {
    margin: -18rem
  }

  .xs\:-m-80 {
    margin: -20rem
  }

  .xs\:-m-96 {
    margin: -24rem
  }

  .xs\:-m-px {
    margin: -1px
  }

  .xs\:-m-0\.5 {
    margin: -0.125rem
  }

  .xs\:-m-1\.5 {
    margin: -0.375rem
  }

  .xs\:-m-2\.5 {
    margin: -0.625rem
  }

  .xs\:-m-3\.5 {
    margin: -0.875rem
  }

  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .xs\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .xs\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .xs\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .xs\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .xs\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .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-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-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .xs\:mx-28 {
    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-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .xs\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .xs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .xs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .xs\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .xs\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .xs\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .xs\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .xs\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .xs\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .xs\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .xs\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .xs\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .xs\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

  .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-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .xs\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .xs\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .xs\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .xs\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .xs\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

  .xs\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem
  }

  .xs\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem
  }

  .xs\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .xs\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .xs\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .xs\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .xs\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .xs\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .xs\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .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-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-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .xs\:-mx-28 {
    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-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .xs\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .xs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .xs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .xs\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .xs\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .xs\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .xs\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .xs\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .xs\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .xs\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .xs\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .xs\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .xs\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .xs\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .xs\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .xs\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .xs\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .xs\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .xs\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

  .xs\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem
  }

  .xs\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem
  }

  .xs\:mt-0 {
    margin-top: 0px
  }

  .xs\:mr-0 {
    margin-right: 0px
  }

  .xs\:mb-0 {
    margin-bottom: 0px
  }

  .xs\:ml-0 {
    margin-left: 0px
  }

  .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-7 {
    margin-top: 1.75rem
  }

  .xs\:mr-7 {
    margin-right: 1.75rem
  }

  .xs\:mb-7 {
    margin-bottom: 1.75rem
  }

  .xs\:ml-7 {
    margin-left: 1.75rem
  }

  .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-9 {
    margin-top: 2.25rem
  }

  .xs\:mr-9 {
    margin-right: 2.25rem
  }

  .xs\:mb-9 {
    margin-bottom: 2.25rem
  }

  .xs\:ml-9 {
    margin-left: 2.25rem
  }

  .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-11 {
    margin-top: 2.75rem
  }

  .xs\:mr-11 {
    margin-right: 2.75rem
  }

  .xs\:mb-11 {
    margin-bottom: 2.75rem
  }

  .xs\:ml-11 {
    margin-left: 2.75rem
  }

  .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-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-28 {
    margin-top: 7rem
  }

  .xs\:mr-28 {
    margin-right: 7rem
  }

  .xs\:mb-28 {
    margin-bottom: 7rem
  }

  .xs\:ml-28 {
    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-44 {
    margin-top: 11rem
  }

  .xs\:mr-44 {
    margin-right: 11rem
  }

  .xs\:mb-44 {
    margin-bottom: 11rem
  }

  .xs\:ml-44 {
    margin-left: 11rem
  }

  .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-52 {
    margin-top: 13rem
  }

  .xs\:mr-52 {
    margin-right: 13rem
  }

  .xs\:mb-52 {
    margin-bottom: 13rem
  }

  .xs\:ml-52 {
    margin-left: 13rem
  }

  .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-60 {
    margin-top: 15rem
  }

  .xs\:mr-60 {
    margin-right: 15rem
  }

  .xs\:mb-60 {
    margin-bottom: 15rem
  }

  .xs\:ml-60 {
    margin-left: 15rem
  }

  .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-72 {
    margin-top: 18rem
  }

  .xs\:mr-72 {
    margin-right: 18rem
  }

  .xs\:mb-72 {
    margin-bottom: 18rem
  }

  .xs\:ml-72 {
    margin-left: 18rem
  }

  .xs\:mt-80 {
    margin-top: 20rem
  }

  .xs\:mr-80 {
    margin-right: 20rem
  }

  .xs\:mb-80 {
    margin-bottom: 20rem
  }

  .xs\:ml-80 {
    margin-left: 20rem
  }

  .xs\:mt-96 {
    margin-top: 24rem
  }

  .xs\:mr-96 {
    margin-right: 24rem
  }

  .xs\:mb-96 {
    margin-bottom: 24rem
  }

  .xs\:ml-96 {
    margin-left: 24rem
  }

  .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-0\.5 {
    margin-top: 0.125rem
  }

  .xs\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .xs\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .xs\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .xs\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .xs\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .xs\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .xs\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .xs\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .xs\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .xs\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .xs\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .xs\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .xs\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .xs\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .xs\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .xs\:-mt-0 {
    margin-top: 0px
  }

  .xs\:-mr-0 {
    margin-right: 0px
  }

  .xs\:-mb-0 {
    margin-bottom: 0px
  }

  .xs\:-ml-0 {
    margin-left: 0px
  }

  .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-7 {
    margin-top: -1.75rem
  }

  .xs\:-mr-7 {
    margin-right: -1.75rem
  }

  .xs\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .xs\:-ml-7 {
    margin-left: -1.75rem
  }

  .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-9 {
    margin-top: -2.25rem
  }

  .xs\:-mr-9 {
    margin-right: -2.25rem
  }

  .xs\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .xs\:-ml-9 {
    margin-left: -2.25rem
  }

  .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-11 {
    margin-top: -2.75rem
  }

  .xs\:-mr-11 {
    margin-right: -2.75rem
  }

  .xs\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .xs\:-ml-11 {
    margin-left: -2.75rem
  }

  .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-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-28 {
    margin-top: -7rem
  }

  .xs\:-mr-28 {
    margin-right: -7rem
  }

  .xs\:-mb-28 {
    margin-bottom: -7rem
  }

  .xs\:-ml-28 {
    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-44 {
    margin-top: -11rem
  }

  .xs\:-mr-44 {
    margin-right: -11rem
  }

  .xs\:-mb-44 {
    margin-bottom: -11rem
  }

  .xs\:-ml-44 {
    margin-left: -11rem
  }

  .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-52 {
    margin-top: -13rem
  }

  .xs\:-mr-52 {
    margin-right: -13rem
  }

  .xs\:-mb-52 {
    margin-bottom: -13rem
  }

  .xs\:-ml-52 {
    margin-left: -13rem
  }

  .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-60 {
    margin-top: -15rem
  }

  .xs\:-mr-60 {
    margin-right: -15rem
  }

  .xs\:-mb-60 {
    margin-bottom: -15rem
  }

  .xs\:-ml-60 {
    margin-left: -15rem
  }

  .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-72 {
    margin-top: -18rem
  }

  .xs\:-mr-72 {
    margin-right: -18rem
  }

  .xs\:-mb-72 {
    margin-bottom: -18rem
  }

  .xs\:-ml-72 {
    margin-left: -18rem
  }

  .xs\:-mt-80 {
    margin-top: -20rem
  }

  .xs\:-mr-80 {
    margin-right: -20rem
  }

  .xs\:-mb-80 {
    margin-bottom: -20rem
  }

  .xs\:-ml-80 {
    margin-left: -20rem
  }

  .xs\:-mt-96 {
    margin-top: -24rem
  }

  .xs\:-mr-96 {
    margin-right: -24rem
  }

  .xs\:-mb-96 {
    margin-bottom: -24rem
  }

  .xs\:-ml-96 {
    margin-left: -24rem
  }

  .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-0\.5 {
    margin-top: -0.125rem
  }

  .xs\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .xs\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .xs\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .xs\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .xs\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .xs\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .xs\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .xs\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .xs\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .xs\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .xs\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .xs\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .xs\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .xs\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .xs\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .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\:p-0 {
    padding: 0px
  }

  .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-7 {
    padding: 1.75rem
  }

  .xs\:p-8 {
    padding: 2rem
  }

  .xs\:p-9 {
    padding: 2.25rem
  }

  .xs\:p-10 {
    padding: 2.5rem
  }

  .xs\:p-11 {
    padding: 2.75rem
  }

  .xs\:p-12 {
    padding: 3rem
  }

  .xs\:p-14 {
    padding: 3.5rem
  }

  .xs\:p-16 {
    padding: 4rem
  }

  .xs\:p-20 {
    padding: 5rem
  }

  .xs\:p-24 {
    padding: 6rem
  }

  .xs\:p-28 {
    padding: 7rem
  }

  .xs\:p-32 {
    padding: 8rem
  }

  .xs\:p-36 {
    padding: 9rem
  }

  .xs\:p-40 {
    padding: 10rem
  }

  .xs\:p-44 {
    padding: 11rem
  }

  .xs\:p-48 {
    padding: 12rem
  }

  .xs\:p-52 {
    padding: 13rem
  }

  .xs\:p-56 {
    padding: 14rem
  }

  .xs\:p-60 {
    padding: 15rem
  }

  .xs\:p-64 {
    padding: 16rem
  }

  .xs\:p-72 {
    padding: 18rem
  }

  .xs\:p-80 {
    padding: 20rem
  }

  .xs\:p-96 {
    padding: 24rem
  }

  .xs\:p-px {
    padding: 1px
  }

  .xs\:p-0\.5 {
    padding: 0.125rem
  }

  .xs\:p-1\.5 {
    padding: 0.375rem
  }

  .xs\:p-2\.5 {
    padding: 0.625rem
  }

  .xs\:p-3\.5 {
    padding: 0.875rem
  }

  .xs\:p-16\/9 {
    padding: 56.25%
  }

  .xs\:p-16\/10 {
    padding: 62.5%
  }

  .xs\:p-4\/3 {
    padding: 75%
  }

  .xs\:p-3\/2 {
    padding: 66.66666666666666%
  }

  .xs\:p-2\/1 {
    padding: 50%
  }

  .xs\:p-3\/1 {
    padding: 33.33333333333333%
  }

  .xs\:p-4\/1 {
    padding: 25%
  }

  .xs\:p-10\/24 {
    padding: 41.66666666666667%
  }

  .xs\:p-1\/1 {
    padding: 100%
  }

  .xs\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .xs\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .xs\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .xs\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .xs\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .xs\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .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-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-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .xs\:px-28 {
    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-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .xs\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .xs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .xs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .xs\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .xs\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .xs\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .xs\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .xs\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .xs\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .xs\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .xs\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .xs\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .xs\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .xs\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .xs\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .xs\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .xs\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .xs\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .xs\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

  .xs\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem
  }

  .xs\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem
  }

  .xs\:py-16\/9 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .xs\:px-16\/9 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .xs\:py-16\/10 {
    padding-top: 62.5%;
    padding-bottom: 62.5%
  }

  .xs\:px-16\/10 {
    padding-left: 62.5%;
    padding-right: 62.5%
  }

  .xs\:py-4\/3 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .xs\:px-4\/3 {
    padding-left: 75%;
    padding-right: 75%
  }

  .xs\:py-3\/2 {
    padding-top: 66.66666666666666%;
    padding-bottom: 66.66666666666666%
  }

  .xs\:px-3\/2 {
    padding-left: 66.66666666666666%;
    padding-right: 66.66666666666666%
  }

  .xs\:py-2\/1 {
    padding-top: 50%;
    padding-bottom: 50%
  }

  .xs\:px-2\/1 {
    padding-left: 50%;
    padding-right: 50%
  }

  .xs\:py-3\/1 {
    padding-top: 33.33333333333333%;
    padding-bottom: 33.33333333333333%
  }

  .xs\:px-3\/1 {
    padding-left: 33.33333333333333%;
    padding-right: 33.33333333333333%
  }

  .xs\:py-4\/1 {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .xs\:px-4\/1 {
    padding-left: 25%;
    padding-right: 25%
  }

  .xs\:py-10\/24 {
    padding-top: 41.66666666666667%;
    padding-bottom: 41.66666666666667%
  }

  .xs\:px-10\/24 {
    padding-left: 41.66666666666667%;
    padding-right: 41.66666666666667%
  }

  .xs\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .xs\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .xs\:pt-0 {
    padding-top: 0px
  }

  .xs\:pr-0 {
    padding-right: 0px
  }

  .xs\:pb-0 {
    padding-bottom: 0px
  }

  .xs\:pl-0 {
    padding-left: 0px
  }

  .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-7 {
    padding-top: 1.75rem
  }

  .xs\:pr-7 {
    padding-right: 1.75rem
  }

  .xs\:pb-7 {
    padding-bottom: 1.75rem
  }

  .xs\:pl-7 {
    padding-left: 1.75rem
  }

  .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-9 {
    padding-top: 2.25rem
  }

  .xs\:pr-9 {
    padding-right: 2.25rem
  }

  .xs\:pb-9 {
    padding-bottom: 2.25rem
  }

  .xs\:pl-9 {
    padding-left: 2.25rem
  }

  .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-11 {
    padding-top: 2.75rem
  }

  .xs\:pr-11 {
    padding-right: 2.75rem
  }

  .xs\:pb-11 {
    padding-bottom: 2.75rem
  }

  .xs\:pl-11 {
    padding-left: 2.75rem
  }

  .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-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-28 {
    padding-top: 7rem
  }

  .xs\:pr-28 {
    padding-right: 7rem
  }

  .xs\:pb-28 {
    padding-bottom: 7rem
  }

  .xs\:pl-28 {
    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-44 {
    padding-top: 11rem
  }

  .xs\:pr-44 {
    padding-right: 11rem
  }

  .xs\:pb-44 {
    padding-bottom: 11rem
  }

  .xs\:pl-44 {
    padding-left: 11rem
  }

  .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-52 {
    padding-top: 13rem
  }

  .xs\:pr-52 {
    padding-right: 13rem
  }

  .xs\:pb-52 {
    padding-bottom: 13rem
  }

  .xs\:pl-52 {
    padding-left: 13rem
  }

  .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-60 {
    padding-top: 15rem
  }

  .xs\:pr-60 {
    padding-right: 15rem
  }

  .xs\:pb-60 {
    padding-bottom: 15rem
  }

  .xs\:pl-60 {
    padding-left: 15rem
  }

  .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-72 {
    padding-top: 18rem
  }

  .xs\:pr-72 {
    padding-right: 18rem
  }

  .xs\:pb-72 {
    padding-bottom: 18rem
  }

  .xs\:pl-72 {
    padding-left: 18rem
  }

  .xs\:pt-80 {
    padding-top: 20rem
  }

  .xs\:pr-80 {
    padding-right: 20rem
  }

  .xs\:pb-80 {
    padding-bottom: 20rem
  }

  .xs\:pl-80 {
    padding-left: 20rem
  }

  .xs\:pt-96 {
    padding-top: 24rem
  }

  .xs\:pr-96 {
    padding-right: 24rem
  }

  .xs\:pb-96 {
    padding-bottom: 24rem
  }

  .xs\:pl-96 {
    padding-left: 24rem
  }

  .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-0\.5 {
    padding-top: 0.125rem
  }

  .xs\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .xs\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .xs\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .xs\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .xs\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .xs\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .xs\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .xs\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .xs\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .xs\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .xs\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .xs\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .xs\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .xs\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .xs\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .xs\:pt-16\/9 {
    padding-top: 56.25%
  }

  .xs\:pr-16\/9 {
    padding-right: 56.25%
  }

  .xs\:pb-16\/9 {
    padding-bottom: 56.25%
  }

  .xs\:pl-16\/9 {
    padding-left: 56.25%
  }

  .xs\:pt-16\/10 {
    padding-top: 62.5%
  }

  .xs\:pr-16\/10 {
    padding-right: 62.5%
  }

  .xs\:pb-16\/10 {
    padding-bottom: 62.5%
  }

  .xs\:pl-16\/10 {
    padding-left: 62.5%
  }

  .xs\:pt-4\/3 {
    padding-top: 75%
  }

  .xs\:pr-4\/3 {
    padding-right: 75%
  }

  .xs\:pb-4\/3 {
    padding-bottom: 75%
  }

  .xs\:pl-4\/3 {
    padding-left: 75%
  }

  .xs\:pt-3\/2 {
    padding-top: 66.66666666666666%
  }

  .xs\:pr-3\/2 {
    padding-right: 66.66666666666666%
  }

  .xs\:pb-3\/2 {
    padding-bottom: 66.66666666666666%
  }

  .xs\:pl-3\/2 {
    padding-left: 66.66666666666666%
  }

  .xs\:pt-2\/1 {
    padding-top: 50%
  }

  .xs\:pr-2\/1 {
    padding-right: 50%
  }

  .xs\:pb-2\/1 {
    padding-bottom: 50%
  }

  .xs\:pl-2\/1 {
    padding-left: 50%
  }

  .xs\:pt-3\/1 {
    padding-top: 33.33333333333333%
  }

  .xs\:pr-3\/1 {
    padding-right: 33.33333333333333%
  }

  .xs\:pb-3\/1 {
    padding-bottom: 33.33333333333333%
  }

  .xs\:pl-3\/1 {
    padding-left: 33.33333333333333%
  }

  .xs\:pt-4\/1 {
    padding-top: 25%
  }

  .xs\:pr-4\/1 {
    padding-right: 25%
  }

  .xs\:pb-4\/1 {
    padding-bottom: 25%
  }

  .xs\:pl-4\/1 {
    padding-left: 25%
  }

  .xs\:pt-10\/24 {
    padding-top: 41.66666666666667%
  }

  .xs\:pr-10\/24 {
    padding-right: 41.66666666666667%
  }

  .xs\:pb-10\/24 {
    padding-bottom: 41.66666666666667%
  }

  .xs\:pl-10\/24 {
    padding-left: 41.66666666666667%
  }

  .xs\:pt-1\/1 {
    padding-top: 100%
  }

  .xs\:pr-1\/1 {
    padding-right: 100%
  }

  .xs\:pb-1\/1 {
    padding-bottom: 100%
  }

  .xs\:pl-1\/1 {
    padding-left: 100%
  }

  .xs\:static {
    position: static
  }

  .xs\:fixed {
    position: fixed
  }

  .xs\:absolute {
    position: absolute
  }

  .xs\:relative {
    position: relative
  }

  .xs\:sticky {
    position: sticky
  }

  .xs\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .xs\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem
  }

  .xs\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem
  }

  .xs\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem
  }

  .xs\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem
  }

  .xs\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem
  }

  .xs\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem
  }

  .xs\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem
  }

  .xs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem
  }

  .xs\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem
  }

  .xs\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem
  }

  .xs\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem
  }

  .xs\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem
  }

  .xs\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem
  }

  .xs\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem
  }

  .xs\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem
  }

  .xs\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem
  }

  .xs\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem
  }

  .xs\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem
  }

  .xs\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem
  }

  .xs\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem
  }

  .xs\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem
  }

  .xs\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem
  }

  .xs\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem
  }

  .xs\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem
  }

  .xs\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem
  }

  .xs\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem
  }

  .xs\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem
  }

  .xs\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem
  }

  .xs\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }

  .xs\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }

  .xs\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem
  }

  .xs\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem
  }

  .xs\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem
  }

  .xs\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem
  }

  .xs\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .xs\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem
  }

  .xs\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem
  }

  .xs\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem
  }

  .xs\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem
  }

  .xs\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem
  }

  .xs\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem
  }

  .xs\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem
  }

  .xs\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem
  }

  .xs\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem
  }

  .xs\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem
  }

  .xs\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem
  }

  .xs\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem
  }

  .xs\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem
  }

  .xs\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem
  }

  .xs\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem
  }

  .xs\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem
  }

  .xs\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem
  }

  .xs\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem
  }

  .xs\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem
  }

  .xs\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem
  }

  .xs\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem
  }

  .xs\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem
  }

  .xs\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem
  }

  .xs\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem
  }

  .xs\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem
  }

  .xs\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem
  }

  .xs\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem
  }

  .xs\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem
  }

  .xs\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem
  }

  .xs\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }

  .xs\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem
  }

  .xs\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem
  }

  .xs\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem
  }

  .xs\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem
  }

  .xs\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }

  .xs\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%
  }

  .xs\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%
  }

  .xs\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%
  }

  .xs\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }

  .xs\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%
  }

  .xs\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }

  .xs\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }

  .xs\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%
  }

  .xs\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%
  }

  .xs\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%
  }

  .xs\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }

  .xs\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%
  }

  .xs\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }

  .xs\:inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .xs\:inset-x-0 {
    right: 0px;
    left: 0px
  }

  .xs\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem
  }

  .xs\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem
  }

  .xs\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem
  }

  .xs\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem
  }

  .xs\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem
  }

  .xs\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem
  }

  .xs\:inset-y-4 {
    top: 1rem;
    bottom: 1rem
  }

  .xs\:inset-x-4 {
    right: 1rem;
    left: 1rem
  }

  .xs\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem
  }

  .xs\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem
  }

  .xs\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem
  }

  .xs\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem
  }

  .xs\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem
  }

  .xs\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem
  }

  .xs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem
  }

  .xs\:inset-x-8 {
    right: 2rem;
    left: 2rem
  }

  .xs\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem
  }

  .xs\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem
  }

  .xs\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem
  }

  .xs\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem
  }

  .xs\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem
  }

  .xs\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem
  }

  .xs\:inset-y-12 {
    top: 3rem;
    bottom: 3rem
  }

  .xs\:inset-x-12 {
    right: 3rem;
    left: 3rem
  }

  .xs\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem
  }

  .xs\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem
  }

  .xs\:inset-y-16 {
    top: 4rem;
    bottom: 4rem
  }

  .xs\:inset-x-16 {
    right: 4rem;
    left: 4rem
  }

  .xs\:inset-y-20 {
    top: 5rem;
    bottom: 5rem
  }

  .xs\:inset-x-20 {
    right: 5rem;
    left: 5rem
  }

  .xs\:inset-y-24 {
    top: 6rem;
    bottom: 6rem
  }

  .xs\:inset-x-24 {
    right: 6rem;
    left: 6rem
  }

  .xs\:inset-y-28 {
    top: 7rem;
    bottom: 7rem
  }

  .xs\:inset-x-28 {
    right: 7rem;
    left: 7rem
  }

  .xs\:inset-y-32 {
    top: 8rem;
    bottom: 8rem
  }

  .xs\:inset-x-32 {
    right: 8rem;
    left: 8rem
  }

  .xs\:inset-y-36 {
    top: 9rem;
    bottom: 9rem
  }

  .xs\:inset-x-36 {
    right: 9rem;
    left: 9rem
  }

  .xs\:inset-y-40 {
    top: 10rem;
    bottom: 10rem
  }

  .xs\:inset-x-40 {
    right: 10rem;
    left: 10rem
  }

  .xs\:inset-y-44 {
    top: 11rem;
    bottom: 11rem
  }

  .xs\:inset-x-44 {
    right: 11rem;
    left: 11rem
  }

  .xs\:inset-y-48 {
    top: 12rem;
    bottom: 12rem
  }

  .xs\:inset-x-48 {
    right: 12rem;
    left: 12rem
  }

  .xs\:inset-y-52 {
    top: 13rem;
    bottom: 13rem
  }

  .xs\:inset-x-52 {
    right: 13rem;
    left: 13rem
  }

  .xs\:inset-y-56 {
    top: 14rem;
    bottom: 14rem
  }

  .xs\:inset-x-56 {
    right: 14rem;
    left: 14rem
  }

  .xs\:inset-y-60 {
    top: 15rem;
    bottom: 15rem
  }

  .xs\:inset-x-60 {
    right: 15rem;
    left: 15rem
  }

  .xs\:inset-y-64 {
    top: 16rem;
    bottom: 16rem
  }

  .xs\:inset-x-64 {
    right: 16rem;
    left: 16rem
  }

  .xs\:inset-y-72 {
    top: 18rem;
    bottom: 18rem
  }

  .xs\:inset-x-72 {
    right: 18rem;
    left: 18rem
  }

  .xs\:inset-y-80 {
    top: 20rem;
    bottom: 20rem
  }

  .xs\:inset-x-80 {
    right: 20rem;
    left: 20rem
  }

  .xs\:inset-y-96 {
    top: 24rem;
    bottom: 24rem
  }

  .xs\:inset-x-96 {
    right: 24rem;
    left: 24rem
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto
  }

  .xs\:inset-x-auto {
    right: auto;
    left: auto
  }

  .xs\:inset-y-px {
    top: 1px;
    bottom: 1px
  }

  .xs\:inset-x-px {
    right: 1px;
    left: 1px
  }

  .xs\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem
  }

  .xs\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem
  }

  .xs\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem
  }

  .xs\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem
  }

  .xs\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem
  }

  .xs\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem
  }

  .xs\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem
  }

  .xs\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem
  }

  .xs\:-inset-y-0 {
    top: 0px;
    bottom: 0px
  }

  .xs\:-inset-x-0 {
    right: 0px;
    left: 0px
  }

  .xs\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem
  }

  .xs\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem
  }

  .xs\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem
  }

  .xs\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem
  }

  .xs\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem
  }

  .xs\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem
  }

  .xs\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem
  }

  .xs\:-inset-x-4 {
    right: -1rem;
    left: -1rem
  }

  .xs\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem
  }

  .xs\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem
  }

  .xs\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem
  }

  .xs\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem
  }

  .xs\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem
  }

  .xs\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem
  }

  .xs\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem
  }

  .xs\:-inset-x-8 {
    right: -2rem;
    left: -2rem
  }

  .xs\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem
  }

  .xs\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem
  }

  .xs\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem
  }

  .xs\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem
  }

  .xs\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem
  }

  .xs\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem
  }

  .xs\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem
  }

  .xs\:-inset-x-12 {
    right: -3rem;
    left: -3rem
  }

  .xs\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem
  }

  .xs\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem
  }

  .xs\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem
  }

  .xs\:-inset-x-16 {
    right: -4rem;
    left: -4rem
  }

  .xs\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem
  }

  .xs\:-inset-x-20 {
    right: -5rem;
    left: -5rem
  }

  .xs\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem
  }

  .xs\:-inset-x-24 {
    right: -6rem;
    left: -6rem
  }

  .xs\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem
  }

  .xs\:-inset-x-28 {
    right: -7rem;
    left: -7rem
  }

  .xs\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem
  }

  .xs\:-inset-x-32 {
    right: -8rem;
    left: -8rem
  }

  .xs\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem
  }

  .xs\:-inset-x-36 {
    right: -9rem;
    left: -9rem
  }

  .xs\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem
  }

  .xs\:-inset-x-40 {
    right: -10rem;
    left: -10rem
  }

  .xs\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem
  }

  .xs\:-inset-x-44 {
    right: -11rem;
    left: -11rem
  }

  .xs\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem
  }

  .xs\:-inset-x-48 {
    right: -12rem;
    left: -12rem
  }

  .xs\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem
  }

  .xs\:-inset-x-52 {
    right: -13rem;
    left: -13rem
  }

  .xs\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem
  }

  .xs\:-inset-x-56 {
    right: -14rem;
    left: -14rem
  }

  .xs\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem
  }

  .xs\:-inset-x-60 {
    right: -15rem;
    left: -15rem
  }

  .xs\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem
  }

  .xs\:-inset-x-64 {
    right: -16rem;
    left: -16rem
  }

  .xs\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem
  }

  .xs\:-inset-x-72 {
    right: -18rem;
    left: -18rem
  }

  .xs\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem
  }

  .xs\:-inset-x-80 {
    right: -20rem;
    left: -20rem
  }

  .xs\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem
  }

  .xs\:-inset-x-96 {
    right: -24rem;
    left: -24rem
  }

  .xs\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }

  .xs\:-inset-x-px {
    right: -1px;
    left: -1px
  }

  .xs\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem
  }

  .xs\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem
  }

  .xs\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem
  }

  .xs\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem
  }

  .xs\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem
  }

  .xs\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem
  }

  .xs\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem
  }

  .xs\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem
  }

  .xs\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%
  }

  .xs\:inset-x-1\/2 {
    right: 50%;
    left: 50%
  }

  .xs\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%
  }

  .xs\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%
  }

  .xs\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%
  }

  .xs\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%
  }

  .xs\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%
  }

  .xs\:inset-x-1\/4 {
    right: 25%;
    left: 25%
  }

  .xs\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%
  }

  .xs\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }

  .xs\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }

  .xs\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }

  .xs\:inset-y-full {
    top: 100%;
    bottom: 100%
  }

  .xs\:inset-x-full {
    right: 100%;
    left: 100%
  }

  .xs\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }

  .xs\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }

  .xs\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }

  .xs\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }

  .xs\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }

  .xs\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }

  .xs\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }

  .xs\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }

  .xs\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }

  .xs\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }

  .xs\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }

  .xs\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }

  .xs\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }

  .xs\:-inset-x-full {
    right: -100%;
    left: -100%
  }

  .xs\:top-0 {
    top: 0px
  }

  .xs\:right-0 {
    right: 0px
  }

  .xs\:bottom-0 {
    bottom: 0px
  }

  .xs\:left-0 {
    left: 0px
  }

  .xs\:top-1 {
    top: 0.25rem
  }

  .xs\:right-1 {
    right: 0.25rem
  }

  .xs\:bottom-1 {
    bottom: 0.25rem
  }

  .xs\:left-1 {
    left: 0.25rem
  }

  .xs\:top-2 {
    top: 0.5rem
  }

  .xs\:right-2 {
    right: 0.5rem
  }

  .xs\:bottom-2 {
    bottom: 0.5rem
  }

  .xs\:left-2 {
    left: 0.5rem
  }

  .xs\:top-3 {
    top: 0.75rem
  }

  .xs\:right-3 {
    right: 0.75rem
  }

  .xs\:bottom-3 {
    bottom: 0.75rem
  }

  .xs\:left-3 {
    left: 0.75rem
  }

  .xs\:top-4 {
    top: 1rem
  }

  .xs\:right-4 {
    right: 1rem
  }

  .xs\:bottom-4 {
    bottom: 1rem
  }

  .xs\:left-4 {
    left: 1rem
  }

  .xs\:top-5 {
    top: 1.25rem
  }

  .xs\:right-5 {
    right: 1.25rem
  }

  .xs\:bottom-5 {
    bottom: 1.25rem
  }

  .xs\:left-5 {
    left: 1.25rem
  }

  .xs\:top-6 {
    top: 1.5rem
  }

  .xs\:right-6 {
    right: 1.5rem
  }

  .xs\:bottom-6 {
    bottom: 1.5rem
  }

  .xs\:left-6 {
    left: 1.5rem
  }

  .xs\:top-7 {
    top: 1.75rem
  }

  .xs\:right-7 {
    right: 1.75rem
  }

  .xs\:bottom-7 {
    bottom: 1.75rem
  }

  .xs\:left-7 {
    left: 1.75rem
  }

  .xs\:top-8 {
    top: 2rem
  }

  .xs\:right-8 {
    right: 2rem
  }

  .xs\:bottom-8 {
    bottom: 2rem
  }

  .xs\:left-8 {
    left: 2rem
  }

  .xs\:top-9 {
    top: 2.25rem
  }

  .xs\:right-9 {
    right: 2.25rem
  }

  .xs\:bottom-9 {
    bottom: 2.25rem
  }

  .xs\:left-9 {
    left: 2.25rem
  }

  .xs\:top-10 {
    top: 2.5rem
  }

  .xs\:right-10 {
    right: 2.5rem
  }

  .xs\:bottom-10 {
    bottom: 2.5rem
  }

  .xs\:left-10 {
    left: 2.5rem
  }

  .xs\:top-11 {
    top: 2.75rem
  }

  .xs\:right-11 {
    right: 2.75rem
  }

  .xs\:bottom-11 {
    bottom: 2.75rem
  }

  .xs\:left-11 {
    left: 2.75rem
  }

  .xs\:top-12 {
    top: 3rem
  }

  .xs\:right-12 {
    right: 3rem
  }

  .xs\:bottom-12 {
    bottom: 3rem
  }

  .xs\:left-12 {
    left: 3rem
  }

  .xs\:top-14 {
    top: 3.5rem
  }

  .xs\:right-14 {
    right: 3.5rem
  }

  .xs\:bottom-14 {
    bottom: 3.5rem
  }

  .xs\:left-14 {
    left: 3.5rem
  }

  .xs\:top-16 {
    top: 4rem
  }

  .xs\:right-16 {
    right: 4rem
  }

  .xs\:bottom-16 {
    bottom: 4rem
  }

  .xs\:left-16 {
    left: 4rem
  }

  .xs\:top-20 {
    top: 5rem
  }

  .xs\:right-20 {
    right: 5rem
  }

  .xs\:bottom-20 {
    bottom: 5rem
  }

  .xs\:left-20 {
    left: 5rem
  }

  .xs\:top-24 {
    top: 6rem
  }

  .xs\:right-24 {
    right: 6rem
  }

  .xs\:bottom-24 {
    bottom: 6rem
  }

  .xs\:left-24 {
    left: 6rem
  }

  .xs\:top-28 {
    top: 7rem
  }

  .xs\:right-28 {
    right: 7rem
  }

  .xs\:bottom-28 {
    bottom: 7rem
  }

  .xs\:left-28 {
    left: 7rem
  }

  .xs\:top-32 {
    top: 8rem
  }

  .xs\:right-32 {
    right: 8rem
  }

  .xs\:bottom-32 {
    bottom: 8rem
  }

  .xs\:left-32 {
    left: 8rem
  }

  .xs\:top-36 {
    top: 9rem
  }

  .xs\:right-36 {
    right: 9rem
  }

  .xs\:bottom-36 {
    bottom: 9rem
  }

  .xs\:left-36 {
    left: 9rem
  }

  .xs\:top-40 {
    top: 10rem
  }

  .xs\:right-40 {
    right: 10rem
  }

  .xs\:bottom-40 {
    bottom: 10rem
  }

  .xs\:left-40 {
    left: 10rem
  }

  .xs\:top-44 {
    top: 11rem
  }

  .xs\:right-44 {
    right: 11rem
  }

  .xs\:bottom-44 {
    bottom: 11rem
  }

  .xs\:left-44 {
    left: 11rem
  }

  .xs\:top-48 {
    top: 12rem
  }

  .xs\:right-48 {
    right: 12rem
  }

  .xs\:bottom-48 {
    bottom: 12rem
  }

  .xs\:left-48 {
    left: 12rem
  }

  .xs\:top-52 {
    top: 13rem
  }

  .xs\:right-52 {
    right: 13rem
  }

  .xs\:bottom-52 {
    bottom: 13rem
  }

  .xs\:left-52 {
    left: 13rem
  }

  .xs\:top-56 {
    top: 14rem
  }

  .xs\:right-56 {
    right: 14rem
  }

  .xs\:bottom-56 {
    bottom: 14rem
  }

  .xs\:left-56 {
    left: 14rem
  }

  .xs\:top-60 {
    top: 15rem
  }

  .xs\:right-60 {
    right: 15rem
  }

  .xs\:bottom-60 {
    bottom: 15rem
  }

  .xs\:left-60 {
    left: 15rem
  }

  .xs\:top-64 {
    top: 16rem
  }

  .xs\:right-64 {
    right: 16rem
  }

  .xs\:bottom-64 {
    bottom: 16rem
  }

  .xs\:left-64 {
    left: 16rem
  }

  .xs\:top-72 {
    top: 18rem
  }

  .xs\:right-72 {
    right: 18rem
  }

  .xs\:bottom-72 {
    bottom: 18rem
  }

  .xs\:left-72 {
    left: 18rem
  }

  .xs\:top-80 {
    top: 20rem
  }

  .xs\:right-80 {
    right: 20rem
  }

  .xs\:bottom-80 {
    bottom: 20rem
  }

  .xs\:left-80 {
    left: 20rem
  }

  .xs\:top-96 {
    top: 24rem
  }

  .xs\:right-96 {
    right: 24rem
  }

  .xs\:bottom-96 {
    bottom: 24rem
  }

  .xs\:left-96 {
    left: 24rem
  }

  .xs\:top-auto {
    top: auto
  }

  .xs\:right-auto {
    right: auto
  }

  .xs\:bottom-auto {
    bottom: auto
  }

  .xs\:left-auto {
    left: auto
  }

  .xs\:top-px {
    top: 1px
  }

  .xs\:right-px {
    right: 1px
  }

  .xs\:bottom-px {
    bottom: 1px
  }

  .xs\:left-px {
    left: 1px
  }

  .xs\:top-0\.5 {
    top: 0.125rem
  }

  .xs\:right-0\.5 {
    right: 0.125rem
  }

  .xs\:bottom-0\.5 {
    bottom: 0.125rem
  }

  .xs\:left-0\.5 {
    left: 0.125rem
  }

  .xs\:top-1\.5 {
    top: 0.375rem
  }

  .xs\:right-1\.5 {
    right: 0.375rem
  }

  .xs\:bottom-1\.5 {
    bottom: 0.375rem
  }

  .xs\:left-1\.5 {
    left: 0.375rem
  }

  .xs\:top-2\.5 {
    top: 0.625rem
  }

  .xs\:right-2\.5 {
    right: 0.625rem
  }

  .xs\:bottom-2\.5 {
    bottom: 0.625rem
  }

  .xs\:left-2\.5 {
    left: 0.625rem
  }

  .xs\:top-3\.5 {
    top: 0.875rem
  }

  .xs\:right-3\.5 {
    right: 0.875rem
  }

  .xs\:bottom-3\.5 {
    bottom: 0.875rem
  }

  .xs\:left-3\.5 {
    left: 0.875rem
  }

  .xs\:-top-0 {
    top: 0px
  }

  .xs\:-right-0 {
    right: 0px
  }

  .xs\:-bottom-0 {
    bottom: 0px
  }

  .xs\:-left-0 {
    left: 0px
  }

  .xs\:-top-1 {
    top: -0.25rem
  }

  .xs\:-right-1 {
    right: -0.25rem
  }

  .xs\:-bottom-1 {
    bottom: -0.25rem
  }

  .xs\:-left-1 {
    left: -0.25rem
  }

  .xs\:-top-2 {
    top: -0.5rem
  }

  .xs\:-right-2 {
    right: -0.5rem
  }

  .xs\:-bottom-2 {
    bottom: -0.5rem
  }

  .xs\:-left-2 {
    left: -0.5rem
  }

  .xs\:-top-3 {
    top: -0.75rem
  }

  .xs\:-right-3 {
    right: -0.75rem
  }

  .xs\:-bottom-3 {
    bottom: -0.75rem
  }

  .xs\:-left-3 {
    left: -0.75rem
  }

  .xs\:-top-4 {
    top: -1rem
  }

  .xs\:-right-4 {
    right: -1rem
  }

  .xs\:-bottom-4 {
    bottom: -1rem
  }

  .xs\:-left-4 {
    left: -1rem
  }

  .xs\:-top-5 {
    top: -1.25rem
  }

  .xs\:-right-5 {
    right: -1.25rem
  }

  .xs\:-bottom-5 {
    bottom: -1.25rem
  }

  .xs\:-left-5 {
    left: -1.25rem
  }

  .xs\:-top-6 {
    top: -1.5rem
  }

  .xs\:-right-6 {
    right: -1.5rem
  }

  .xs\:-bottom-6 {
    bottom: -1.5rem
  }

  .xs\:-left-6 {
    left: -1.5rem
  }

  .xs\:-top-7 {
    top: -1.75rem
  }

  .xs\:-right-7 {
    right: -1.75rem
  }

  .xs\:-bottom-7 {
    bottom: -1.75rem
  }

  .xs\:-left-7 {
    left: -1.75rem
  }

  .xs\:-top-8 {
    top: -2rem
  }

  .xs\:-right-8 {
    right: -2rem
  }

  .xs\:-bottom-8 {
    bottom: -2rem
  }

  .xs\:-left-8 {
    left: -2rem
  }

  .xs\:-top-9 {
    top: -2.25rem
  }

  .xs\:-right-9 {
    right: -2.25rem
  }

  .xs\:-bottom-9 {
    bottom: -2.25rem
  }

  .xs\:-left-9 {
    left: -2.25rem
  }

  .xs\:-top-10 {
    top: -2.5rem
  }

  .xs\:-right-10 {
    right: -2.5rem
  }

  .xs\:-bottom-10 {
    bottom: -2.5rem
  }

  .xs\:-left-10 {
    left: -2.5rem
  }

  .xs\:-top-11 {
    top: -2.75rem
  }

  .xs\:-right-11 {
    right: -2.75rem
  }

  .xs\:-bottom-11 {
    bottom: -2.75rem
  }

  .xs\:-left-11 {
    left: -2.75rem
  }

  .xs\:-top-12 {
    top: -3rem
  }

  .xs\:-right-12 {
    right: -3rem
  }

  .xs\:-bottom-12 {
    bottom: -3rem
  }

  .xs\:-left-12 {
    left: -3rem
  }

  .xs\:-top-14 {
    top: -3.5rem
  }

  .xs\:-right-14 {
    right: -3.5rem
  }

  .xs\:-bottom-14 {
    bottom: -3.5rem
  }

  .xs\:-left-14 {
    left: -3.5rem
  }

  .xs\:-top-16 {
    top: -4rem
  }

  .xs\:-right-16 {
    right: -4rem
  }

  .xs\:-bottom-16 {
    bottom: -4rem
  }

  .xs\:-left-16 {
    left: -4rem
  }

  .xs\:-top-20 {
    top: -5rem
  }

  .xs\:-right-20 {
    right: -5rem
  }

  .xs\:-bottom-20 {
    bottom: -5rem
  }

  .xs\:-left-20 {
    left: -5rem
  }

  .xs\:-top-24 {
    top: -6rem
  }

  .xs\:-right-24 {
    right: -6rem
  }

  .xs\:-bottom-24 {
    bottom: -6rem
  }

  .xs\:-left-24 {
    left: -6rem
  }

  .xs\:-top-28 {
    top: -7rem
  }

  .xs\:-right-28 {
    right: -7rem
  }

  .xs\:-bottom-28 {
    bottom: -7rem
  }

  .xs\:-left-28 {
    left: -7rem
  }

  .xs\:-top-32 {
    top: -8rem
  }

  .xs\:-right-32 {
    right: -8rem
  }

  .xs\:-bottom-32 {
    bottom: -8rem
  }

  .xs\:-left-32 {
    left: -8rem
  }

  .xs\:-top-36 {
    top: -9rem
  }

  .xs\:-right-36 {
    right: -9rem
  }

  .xs\:-bottom-36 {
    bottom: -9rem
  }

  .xs\:-left-36 {
    left: -9rem
  }

  .xs\:-top-40 {
    top: -10rem
  }

  .xs\:-right-40 {
    right: -10rem
  }

  .xs\:-bottom-40 {
    bottom: -10rem
  }

  .xs\:-left-40 {
    left: -10rem
  }

  .xs\:-top-44 {
    top: -11rem
  }

  .xs\:-right-44 {
    right: -11rem
  }

  .xs\:-bottom-44 {
    bottom: -11rem
  }

  .xs\:-left-44 {
    left: -11rem
  }

  .xs\:-top-48 {
    top: -12rem
  }

  .xs\:-right-48 {
    right: -12rem
  }

  .xs\:-bottom-48 {
    bottom: -12rem
  }

  .xs\:-left-48 {
    left: -12rem
  }

  .xs\:-top-52 {
    top: -13rem
  }

  .xs\:-right-52 {
    right: -13rem
  }

  .xs\:-bottom-52 {
    bottom: -13rem
  }

  .xs\:-left-52 {
    left: -13rem
  }

  .xs\:-top-56 {
    top: -14rem
  }

  .xs\:-right-56 {
    right: -14rem
  }

  .xs\:-bottom-56 {
    bottom: -14rem
  }

  .xs\:-left-56 {
    left: -14rem
  }

  .xs\:-top-60 {
    top: -15rem
  }

  .xs\:-right-60 {
    right: -15rem
  }

  .xs\:-bottom-60 {
    bottom: -15rem
  }

  .xs\:-left-60 {
    left: -15rem
  }

  .xs\:-top-64 {
    top: -16rem
  }

  .xs\:-right-64 {
    right: -16rem
  }

  .xs\:-bottom-64 {
    bottom: -16rem
  }

  .xs\:-left-64 {
    left: -16rem
  }

  .xs\:-top-72 {
    top: -18rem
  }

  .xs\:-right-72 {
    right: -18rem
  }

  .xs\:-bottom-72 {
    bottom: -18rem
  }

  .xs\:-left-72 {
    left: -18rem
  }

  .xs\:-top-80 {
    top: -20rem
  }

  .xs\:-right-80 {
    right: -20rem
  }

  .xs\:-bottom-80 {
    bottom: -20rem
  }

  .xs\:-left-80 {
    left: -20rem
  }

  .xs\:-top-96 {
    top: -24rem
  }

  .xs\:-right-96 {
    right: -24rem
  }

  .xs\:-bottom-96 {
    bottom: -24rem
  }

  .xs\:-left-96 {
    left: -24rem
  }

  .xs\:-top-px {
    top: -1px
  }

  .xs\:-right-px {
    right: -1px
  }

  .xs\:-bottom-px {
    bottom: -1px
  }

  .xs\:-left-px {
    left: -1px
  }

  .xs\:-top-0\.5 {
    top: -0.125rem
  }

  .xs\:-right-0\.5 {
    right: -0.125rem
  }

  .xs\:-bottom-0\.5 {
    bottom: -0.125rem
  }

  .xs\:-left-0\.5 {
    left: -0.125rem
  }

  .xs\:-top-1\.5 {
    top: -0.375rem
  }

  .xs\:-right-1\.5 {
    right: -0.375rem
  }

  .xs\:-bottom-1\.5 {
    bottom: -0.375rem
  }

  .xs\:-left-1\.5 {
    left: -0.375rem
  }

  .xs\:-top-2\.5 {
    top: -0.625rem
  }

  .xs\:-right-2\.5 {
    right: -0.625rem
  }

  .xs\:-bottom-2\.5 {
    bottom: -0.625rem
  }

  .xs\:-left-2\.5 {
    left: -0.625rem
  }

  .xs\:-top-3\.5 {
    top: -0.875rem
  }

  .xs\:-right-3\.5 {
    right: -0.875rem
  }

  .xs\:-bottom-3\.5 {
    bottom: -0.875rem
  }

  .xs\:-left-3\.5 {
    left: -0.875rem
  }

  .xs\:top-1\/2 {
    top: 50%
  }

  .xs\:right-1\/2 {
    right: 50%
  }

  .xs\:bottom-1\/2 {
    bottom: 50%
  }

  .xs\:left-1\/2 {
    left: 50%
  }

  .xs\:top-1\/3 {
    top: 33.333333%
  }

  .xs\:right-1\/3 {
    right: 33.333333%
  }

  .xs\:bottom-1\/3 {
    bottom: 33.333333%
  }

  .xs\:left-1\/3 {
    left: 33.333333%
  }

  .xs\:top-2\/3 {
    top: 66.666667%
  }

  .xs\:right-2\/3 {
    right: 66.666667%
  }

  .xs\:bottom-2\/3 {
    bottom: 66.666667%
  }

  .xs\:left-2\/3 {
    left: 66.666667%
  }

  .xs\:top-1\/4 {
    top: 25%
  }

  .xs\:right-1\/4 {
    right: 25%
  }

  .xs\:bottom-1\/4 {
    bottom: 25%
  }

  .xs\:left-1\/4 {
    left: 25%
  }

  .xs\:top-2\/4 {
    top: 50%
  }

  .xs\:right-2\/4 {
    right: 50%
  }

  .xs\:bottom-2\/4 {
    bottom: 50%
  }

  .xs\:left-2\/4 {
    left: 50%
  }

  .xs\:top-3\/4 {
    top: 75%
  }

  .xs\:right-3\/4 {
    right: 75%
  }

  .xs\:bottom-3\/4 {
    bottom: 75%
  }

  .xs\:left-3\/4 {
    left: 75%
  }

  .xs\:top-full {
    top: 100%
  }

  .xs\:right-full {
    right: 100%
  }

  .xs\:bottom-full {
    bottom: 100%
  }

  .xs\:left-full {
    left: 100%
  }

  .xs\:-top-1\/2 {
    top: -50%
  }

  .xs\:-right-1\/2 {
    right: -50%
  }

  .xs\:-bottom-1\/2 {
    bottom: -50%
  }

  .xs\:-left-1\/2 {
    left: -50%
  }

  .xs\:-top-1\/3 {
    top: -33.333333%
  }

  .xs\:-right-1\/3 {
    right: -33.333333%
  }

  .xs\:-bottom-1\/3 {
    bottom: -33.333333%
  }

  .xs\:-left-1\/3 {
    left: -33.333333%
  }

  .xs\:-top-2\/3 {
    top: -66.666667%
  }

  .xs\:-right-2\/3 {
    right: -66.666667%
  }

  .xs\:-bottom-2\/3 {
    bottom: -66.666667%
  }

  .xs\:-left-2\/3 {
    left: -66.666667%
  }

  .xs\:-top-1\/4 {
    top: -25%
  }

  .xs\:-right-1\/4 {
    right: -25%
  }

  .xs\:-bottom-1\/4 {
    bottom: -25%
  }

  .xs\:-left-1\/4 {
    left: -25%
  }

  .xs\:-top-2\/4 {
    top: -50%
  }

  .xs\:-right-2\/4 {
    right: -50%
  }

  .xs\:-bottom-2\/4 {
    bottom: -50%
  }

  .xs\:-left-2\/4 {
    left: -50%
  }

  .xs\:-top-3\/4 {
    top: -75%
  }

  .xs\:-right-3\/4 {
    right: -75%
  }

  .xs\:-bottom-3\/4 {
    bottom: -75%
  }

  .xs\:-left-3\/4 {
    left: -75%
  }

  .xs\:-top-full {
    top: -100%
  }

  .xs\:-right-full {
    right: -100%
  }

  .xs\:-bottom-full {
    bottom: -100%
  }

  .xs\:-left-full {
    left: -100%
  }

  .xs\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .group:hover .xs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow:hover {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow:focus {
    --tw-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .xs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

  .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-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xs\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xs\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .group:hover .xs\:group-hover\:text-color1 {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .group:hover .xs\:group-hover\:text-color2 {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .group:hover .xs\:group-hover\:text-color3 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xs\:focus-within\:text-color1:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xs\:focus-within\:text-color2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xs\:focus-within\:text-color3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xs\:hover\:text-color1:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xs\:hover\:text-color2:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xs\:hover\:text-color3:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xs\:focus\:text-color1:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 53, 59, var(--tw-text-opacity))
  }

  .xs\:focus\:text-color2:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 52, 68, var(--tw-text-opacity))
  }

  .xs\:focus\:text-color3:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .xs\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .xs\:overflow-clip {
    text-overflow: clip
  }

  .xs\:underline {
    text-decoration: underline
  }

  .xs\:line-through {
    text-decoration: line-through
  }

  .xs\:no-underline {
    text-decoration: none
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }

  .xs\:focus-within\:no-underline:focus-within {
    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\: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-nowrap {
    white-space: nowrap
  }

  .xs\:whitespace-pre {
    white-space: pre
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap
  }

  .xs\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }

  .xs\:break-words {
    overflow-wrap: break-word
  }

  .xs\:break-all {
    word-break: break-all
  }

  .xs\:w-0 {
    width: 0px
  }

  .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-7 {
    width: 1.75rem
  }

  .xs\:w-8 {
    width: 2rem
  }

  .xs\:w-9 {
    width: 2.25rem
  }

  .xs\:w-10 {
    width: 2.5rem
  }

  .xs\:w-11 {
    width: 2.75rem
  }

  .xs\:w-12 {
    width: 3rem
  }

  .xs\:w-14 {
    width: 3.5rem
  }

  .xs\:w-16 {
    width: 4rem
  }

  .xs\:w-20 {
    width: 5rem
  }

  .xs\:w-24 {
    width: 6rem
  }

  .xs\:w-28 {
    width: 7rem
  }

  .xs\:w-32 {
    width: 8rem
  }

  .xs\:w-36 {
    width: 9rem
  }

  .xs\:w-40 {
    width: 10rem
  }

  .xs\:w-44 {
    width: 11rem
  }

  .xs\:w-48 {
    width: 12rem
  }

  .xs\:w-52 {
    width: 13rem
  }

  .xs\:w-56 {
    width: 14rem
  }

  .xs\:w-60 {
    width: 15rem
  }

  .xs\:w-64 {
    width: 16rem
  }

  .xs\:w-72 {
    width: 18rem
  }

  .xs\:w-80 {
    width: 20rem
  }

  .xs\:w-96 {
    width: 24rem
  }

  .xs\:w-auto {
    width: auto
  }

  .xs\:w-px {
    width: 1px
  }

  .xs\:w-0\.5 {
    width: 0.125rem
  }

  .xs\:w-1\.5 {
    width: 0.375rem
  }

  .xs\:w-2\.5 {
    width: 0.625rem
  }

  .xs\:w-3\.5 {
    width: 0.875rem
  }

  .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-min {
    width: min-content
  }

  .xs\:w-max {
    width: max-content
  }

  .xs\:z-0 {
    z-index: 0
  }

  .xs\:z-10 {
    z-index: 10
  }

  .xs\:z-20 {
    z-index: 20
  }

  .xs\:z-30 {
    z-index: 30
  }

  .xs\:z-40 {
    z-index: 40
  }

  .xs\:z-50 {
    z-index: 50
  }

  .xs\:z-auto {
    z-index: auto
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto
  }

  .xs\:focus\:z-0:focus {
    z-index: 0
  }

  .xs\:focus\:z-10:focus {
    z-index: 10
  }

  .xs\:focus\:z-20:focus {
    z-index: 20
  }

  .xs\:focus\:z-30:focus {
    z-index: 30
  }

  .xs\:focus\:z-40:focus {
    z-index: 40
  }

  .xs\:focus\:z-50:focus {
    z-index: 50
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto
  }

  .xs\:isolate {
    isolation: isolate
  }

  .xs\:isolation-auto {
    isolation: auto
  }

  .xs\:gap-0 {
    gap: 0px
  }

  .xs\:gap-1 {
    gap: 0.25rem
  }

  .xs\:gap-2 {
    gap: 0.5rem
  }

  .xs\:gap-3 {
    gap: 0.75rem
  }

  .xs\:gap-4 {
    gap: 1rem
  }

  .xs\:gap-5 {
    gap: 1.25rem
  }

  .xs\:gap-6 {
    gap: 1.5rem
  }

  .xs\:gap-7 {
    gap: 1.75rem
  }

  .xs\:gap-8 {
    gap: 2rem
  }

  .xs\:gap-9 {
    gap: 2.25rem
  }

  .xs\:gap-10 {
    gap: 2.5rem
  }

  .xs\:gap-11 {
    gap: 2.75rem
  }

  .xs\:gap-12 {
    gap: 3rem
  }

  .xs\:gap-14 {
    gap: 3.5rem
  }

  .xs\:gap-16 {
    gap: 4rem
  }

  .xs\:gap-20 {
    gap: 5rem
  }

  .xs\:gap-24 {
    gap: 6rem
  }

  .xs\:gap-28 {
    gap: 7rem
  }

  .xs\:gap-32 {
    gap: 8rem
  }

  .xs\:gap-36 {
    gap: 9rem
  }

  .xs\:gap-40 {
    gap: 10rem
  }

  .xs\:gap-44 {
    gap: 11rem
  }

  .xs\:gap-48 {
    gap: 12rem
  }

  .xs\:gap-52 {
    gap: 13rem
  }

  .xs\:gap-56 {
    gap: 14rem
  }

  .xs\:gap-60 {
    gap: 15rem
  }

  .xs\:gap-64 {
    gap: 16rem
  }

  .xs\:gap-72 {
    gap: 18rem
  }

  .xs\:gap-80 {
    gap: 20rem
  }

  .xs\:gap-96 {
    gap: 24rem
  }

  .xs\:gap-px {
    gap: 1px
  }

  .xs\:gap-0\.5 {
    gap: 0.125rem
  }

  .xs\:gap-1\.5 {
    gap: 0.375rem
  }

  .xs\:gap-2\.5 {
    gap: 0.625rem
  }

  .xs\:gap-3\.5 {
    gap: 0.875rem
  }

  .xs\:gap-x-0 {
    column-gap: 0px
  }

  .xs\:gap-x-1 {
    column-gap: 0.25rem
  }

  .xs\:gap-x-2 {
    column-gap: 0.5rem
  }

  .xs\:gap-x-3 {
    column-gap: 0.75rem
  }

  .xs\:gap-x-4 {
    column-gap: 1rem
  }

  .xs\:gap-x-5 {
    column-gap: 1.25rem
  }

  .xs\:gap-x-6 {
    column-gap: 1.5rem
  }

  .xs\:gap-x-7 {
    column-gap: 1.75rem
  }

  .xs\:gap-x-8 {
    column-gap: 2rem
  }

  .xs\:gap-x-9 {
    column-gap: 2.25rem
  }

  .xs\:gap-x-10 {
    column-gap: 2.5rem
  }

  .xs\:gap-x-11 {
    column-gap: 2.75rem
  }

  .xs\:gap-x-12 {
    column-gap: 3rem
  }

  .xs\:gap-x-14 {
    column-gap: 3.5rem
  }

  .xs\:gap-x-16 {
    column-gap: 4rem
  }

  .xs\:gap-x-20 {
    column-gap: 5rem
  }

  .xs\:gap-x-24 {
    column-gap: 6rem
  }

  .xs\:gap-x-28 {
    column-gap: 7rem
  }

  .xs\:gap-x-32 {
    column-gap: 8rem
  }

  .xs\:gap-x-36 {
    column-gap: 9rem
  }

  .xs\:gap-x-40 {
    column-gap: 10rem
  }

  .xs\:gap-x-44 {
    column-gap: 11rem
  }

  .xs\:gap-x-48 {
    column-gap: 12rem
  }

  .xs\:gap-x-52 {
    column-gap: 13rem
  }

  .xs\:gap-x-56 {
    column-gap: 14rem
  }

  .xs\:gap-x-60 {
    column-gap: 15rem
  }

  .xs\:gap-x-64 {
    column-gap: 16rem
  }

  .xs\:gap-x-72 {
    column-gap: 18rem
  }

  .xs\:gap-x-80 {
    column-gap: 20rem
  }

  .xs\:gap-x-96 {
    column-gap: 24rem
  }

  .xs\:gap-x-px {
    column-gap: 1px
  }

  .xs\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .xs\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .xs\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .xs\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .xs\:gap-y-0 {
    row-gap: 0px
  }

  .xs\:gap-y-1 {
    row-gap: 0.25rem
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem
  }

  .xs\:gap-y-4 {
    row-gap: 1rem
  }

  .xs\:gap-y-5 {
    row-gap: 1.25rem
  }

  .xs\:gap-y-6 {
    row-gap: 1.5rem
  }

  .xs\:gap-y-7 {
    row-gap: 1.75rem
  }

  .xs\:gap-y-8 {
    row-gap: 2rem
  }

  .xs\:gap-y-9 {
    row-gap: 2.25rem
  }

  .xs\:gap-y-10 {
    row-gap: 2.5rem
  }

  .xs\:gap-y-11 {
    row-gap: 2.75rem
  }

  .xs\:gap-y-12 {
    row-gap: 3rem
  }

  .xs\:gap-y-14 {
    row-gap: 3.5rem
  }

  .xs\:gap-y-16 {
    row-gap: 4rem
  }

  .xs\:gap-y-20 {
    row-gap: 5rem
  }

  .xs\:gap-y-24 {
    row-gap: 6rem
  }

  .xs\:gap-y-28 {
    row-gap: 7rem
  }

  .xs\:gap-y-32 {
    row-gap: 8rem
  }

  .xs\:gap-y-36 {
    row-gap: 9rem
  }

  .xs\:gap-y-40 {
    row-gap: 10rem
  }

  .xs\:gap-y-44 {
    row-gap: 11rem
  }

  .xs\:gap-y-48 {
    row-gap: 12rem
  }

  .xs\:gap-y-52 {
    row-gap: 13rem
  }

  .xs\:gap-y-56 {
    row-gap: 14rem
  }

  .xs\:gap-y-60 {
    row-gap: 15rem
  }

  .xs\:gap-y-64 {
    row-gap: 16rem
  }

  .xs\:gap-y-72 {
    row-gap: 18rem
  }

  .xs\:gap-y-80 {
    row-gap: 20rem
  }

  .xs\:gap-y-96 {
    row-gap: 24rem
  }

  .xs\:gap-y-px {
    row-gap: 1px
  }

  .xs\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .xs\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .xs\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .xs\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .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, 1fr)
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr)
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr)
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr)
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr)
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr)
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr)
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr)
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr)
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr)
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr)
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr)
  }

  .xs\:grid-cols-13 {
    grid-template-columns: repeat(13, 1fr)
  }

  .xs\:grid-cols-14 {
    grid-template-columns: repeat(14, 1fr)
  }

  .xs\:grid-cols-15 {
    grid-template-columns: repeat(15, 1fr)
  }

  .xs\:grid-cols-16 {
    grid-template-columns: repeat(16, 1fr)
  }

  .xs\:grid-cols-17 {
    grid-template-columns: repeat(17, 1fr)
  }

  .xs\:grid-cols-18 {
    grid-template-columns: repeat(18, 1fr)
  }

  .xs\:grid-cols-19 {
    grid-template-columns: repeat(19, 1fr)
  }

  .xs\:grid-cols-20 {
    grid-template-columns: repeat(20, 1fr)
  }

  .xs\:grid-cols-21 {
    grid-template-columns: repeat(21, 1fr)
  }

  .xs\:grid-cols-22 {
    grid-template-columns: repeat(22, 1fr)
  }

  .xs\:grid-cols-23 {
    grid-template-columns: repeat(23, 1fr)
  }

  .xs\:grid-cols-24 {
    grid-template-columns: repeat(24, 1fr)
  }

  .xs\:grid-cols-none {
    grid-template-columns: none
  }

  .xs\:col-auto {
    grid-column: auto
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .xs\:col-span-full {
    grid-column: 1 / -1
  }

  .xs\:col-span-13 {
    grid-column: span 13 / span 13
  }

  .xs\:col-span-14 {
    grid-column: span 14 / span 14
  }

  .xs\:col-span-15 {
    grid-column: span 15 / span 15
  }

  .xs\:col-span-16 {
    grid-column: span 16 / span 16
  }

  .xs\:col-span-17 {
    grid-column: span 17 / span 17
  }

  .xs\:col-span-18 {
    grid-column: span 18 / span 18
  }

  .xs\:col-span-19 {
    grid-column: span 19 / span 19
  }

  .xs\:col-span-20 {
    grid-column: span 20 / span 20
  }

  .xs\:col-span-21 {
    grid-column: span 21 / span 21
  }

  .xs\:col-span-22 {
    grid-column: span 22 / span 22
  }

  .xs\:col-span-23 {
    grid-column: span 23 / span 23
  }

  .xs\:col-span-24 {
    grid-column: span 24 / span 24
  }

  .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-14 {
    grid-column-start: 14
  }

  .xs\:col-start-15 {
    grid-column-start: 15
  }

  .xs\:col-start-16 {
    grid-column-start: 16
  }

  .xs\:col-start-17 {
    grid-column-start: 17
  }

  .xs\:col-start-18 {
    grid-column-start: 18
  }

  .xs\:col-start-19 {
    grid-column-start: 19
  }

  .xs\:col-start-20 {
    grid-column-start: 20
  }

  .xs\:col-start-21 {
    grid-column-start: 21
  }

  .xs\:col-start-22 {
    grid-column-start: 22
  }

  .xs\:col-start-23 {
    grid-column-start: 23
  }

  .xs\:col-start-24 {
    grid-column-start: 24
  }

  .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-14 {
    grid-column-end: 14
  }

  .xs\:col-end-15 {
    grid-column-end: 15
  }

  .xs\:col-end-16 {
    grid-column-end: 16
  }

  .xs\:col-end-17 {
    grid-column-end: 17
  }

  .xs\:col-end-18 {
    grid-column-end: 18
  }

  .xs\:col-end-19 {
    grid-column-end: 19
  }

  .xs\:col-end-20 {
    grid-column-end: 20
  }

  .xs\:col-end-21 {
    grid-column-end: 21
  }

  .xs\:col-end-22 {
    grid-column-end: 22
  }

  .xs\:col-end-23 {
    grid-column-end: 23
  }

  .xs\:col-end-24 {
    grid-column-end: 24
  }

  .xs\:col-end-25 {
    grid-column-end: 25
  }

  .xs\:col-end-auto {
    grid-column-end: auto
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .xs\:grid-rows-none {
    grid-template-rows: none
  }

  .xs\:row-auto {
    grid-row: auto
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .xs\:row-span-full {
    grid-row: 1 / -1
  }

  .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 {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xs\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .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 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .xs\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .xs\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .xs\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .xs\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .xs\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0px
  }

  .xs\:translate-x-1 {
    --tw-translate-x: 0.25rem
  }

  .xs\:translate-x-2 {
    --tw-translate-x: 0.5rem
  }

  .xs\:translate-x-3 {
    --tw-translate-x: 0.75rem
  }

  .xs\:translate-x-4 {
    --tw-translate-x: 1rem
  }

  .xs\:translate-x-5 {
    --tw-translate-x: 1.25rem
  }

  .xs\:translate-x-6 {
    --tw-translate-x: 1.5rem
  }

  .xs\:translate-x-7 {
    --tw-translate-x: 1.75rem
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 2rem
  }

  .xs\:translate-x-9 {
    --tw-translate-x: 2.25rem
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 2.5rem
  }

  .xs\:translate-x-11 {
    --tw-translate-x: 2.75rem
  }

  .xs\:translate-x-12 {
    --tw-translate-x: 3rem
  }

  .xs\:translate-x-14 {
    --tw-translate-x: 3.5rem
  }

  .xs\:translate-x-16 {
    --tw-translate-x: 4rem
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 5rem
  }

  .xs\:translate-x-24 {
    --tw-translate-x: 6rem
  }

  .xs\:translate-x-28 {
    --tw-translate-x: 7rem
  }

  .xs\:translate-x-32 {
    --tw-translate-x: 8rem
  }

  .xs\:translate-x-36 {
    --tw-translate-x: 9rem
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 10rem
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 11rem
  }

  .xs\:translate-x-48 {
    --tw-translate-x: 12rem
  }

  .xs\:translate-x-52 {
    --tw-translate-x: 13rem
  }

  .xs\:translate-x-56 {
    --tw-translate-x: 14rem
  }

  .xs\:translate-x-60 {
    --tw-translate-x: 15rem
  }

  .xs\:translate-x-64 {
    --tw-translate-x: 16rem
  }

  .xs\:translate-x-72 {
    --tw-translate-x: 18rem
  }

  .xs\:translate-x-80 {
    --tw-translate-x: 20rem
  }

  .xs\:translate-x-96 {
    --tw-translate-x: 24rem
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px
  }

  .xs\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem
  }

  .xs\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem
  }

  .xs\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem
  }

  .xs\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem
  }

  .xs\:-translate-x-0 {
    --tw-translate-x: 0px
  }

  .xs\:-translate-x-1 {
    --tw-translate-x: -0.25rem
  }

  .xs\:-translate-x-2 {
    --tw-translate-x: -0.5rem
  }

  .xs\:-translate-x-3 {
    --tw-translate-x: -0.75rem
  }

  .xs\:-translate-x-4 {
    --tw-translate-x: -1rem
  }

  .xs\:-translate-x-5 {
    --tw-translate-x: -1.25rem
  }

  .xs\:-translate-x-6 {
    --tw-translate-x: -1.5rem
  }

  .xs\:-translate-x-7 {
    --tw-translate-x: -1.75rem
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -2rem
  }

  .xs\:-translate-x-9 {
    --tw-translate-x: -2.25rem
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -2.5rem
  }

  .xs\:-translate-x-11 {
    --tw-translate-x: -2.75rem
  }

  .xs\:-translate-x-12 {
    --tw-translate-x: -3rem
  }

  .xs\:-translate-x-14 {
    --tw-translate-x: -3.5rem
  }

  .xs\:-translate-x-16 {
    --tw-translate-x: -4rem
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -5rem
  }

  .xs\:-translate-x-24 {
    --tw-translate-x: -6rem
  }

  .xs\:-translate-x-28 {
    --tw-translate-x: -7rem
  }

  .xs\:-translate-x-32 {
    --tw-translate-x: -8rem
  }

  .xs\:-translate-x-36 {
    --tw-translate-x: -9rem
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -10rem
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -11rem
  }

  .xs\:-translate-x-48 {
    --tw-translate-x: -12rem
  }

  .xs\:-translate-x-52 {
    --tw-translate-x: -13rem
  }

  .xs\:-translate-x-56 {
    --tw-translate-x: -14rem
  }

  .xs\:-translate-x-60 {
    --tw-translate-x: -15rem
  }

  .xs\:-translate-x-64 {
    --tw-translate-x: -16rem
  }

  .xs\:-translate-x-72 {
    --tw-translate-x: -18rem
  }

  .xs\:-translate-x-80 {
    --tw-translate-x: -20rem
  }

  .xs\:-translate-x-96 {
    --tw-translate-x: -24rem
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px
  }

  .xs\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem
  }

  .xs\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem
  }

  .xs\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem
  }

  .xs\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100%
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100%
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0px
  }

  .xs\:translate-y-1 {
    --tw-translate-y: 0.25rem
  }

  .xs\:translate-y-2 {
    --tw-translate-y: 0.5rem
  }

  .xs\:translate-y-3 {
    --tw-translate-y: 0.75rem
  }

  .xs\:translate-y-4 {
    --tw-translate-y: 1rem
  }

  .xs\:translate-y-5 {
    --tw-translate-y: 1.25rem
  }

  .xs\:translate-y-6 {
    --tw-translate-y: 1.5rem
  }

  .xs\:translate-y-7 {
    --tw-translate-y: 1.75rem
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 2rem
  }

  .xs\:translate-y-9 {
    --tw-translate-y: 2.25rem
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 2.5rem
  }

  .xs\:translate-y-11 {
    --tw-translate-y: 2.75rem
  }

  .xs\:translate-y-12 {
    --tw-translate-y: 3rem
  }

  .xs\:translate-y-14 {
    --tw-translate-y: 3.5rem
  }

  .xs\:translate-y-16 {
    --tw-translate-y: 4rem
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 5rem
  }

  .xs\:translate-y-24 {
    --tw-translate-y: 6rem
  }

  .xs\:translate-y-28 {
    --tw-translate-y: 7rem
  }

  .xs\:translate-y-32 {
    --tw-translate-y: 8rem
  }

  .xs\:translate-y-36 {
    --tw-translate-y: 9rem
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 10rem
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 11rem
  }

  .xs\:translate-y-48 {
    --tw-translate-y: 12rem
  }

  .xs\:translate-y-52 {
    --tw-translate-y: 13rem
  }

  .xs\:translate-y-56 {
    --tw-translate-y: 14rem
  }

  .xs\:translate-y-60 {
    --tw-translate-y: 15rem
  }

  .xs\:translate-y-64 {
    --tw-translate-y: 16rem
  }

  .xs\:translate-y-72 {
    --tw-translate-y: 18rem
  }

  .xs\:translate-y-80 {
    --tw-translate-y: 20rem
  }

  .xs\:translate-y-96 {
    --tw-translate-y: 24rem
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px
  }

  .xs\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem
  }

  .xs\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem
  }

  .xs\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem
  }

  .xs\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem
  }

  .xs\:-translate-y-0 {
    --tw-translate-y: 0px
  }

  .xs\:-translate-y-1 {
    --tw-translate-y: -0.25rem
  }

  .xs\:-translate-y-2 {
    --tw-translate-y: -0.5rem
  }

  .xs\:-translate-y-3 {
    --tw-translate-y: -0.75rem
  }

  .xs\:-translate-y-4 {
    --tw-translate-y: -1rem
  }

  .xs\:-translate-y-5 {
    --tw-translate-y: -1.25rem
  }

  .xs\:-translate-y-6 {
    --tw-translate-y: -1.5rem
  }

  .xs\:-translate-y-7 {
    --tw-translate-y: -1.75rem
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -2rem
  }

  .xs\:-translate-y-9 {
    --tw-translate-y: -2.25rem
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -2.5rem
  }

  .xs\:-translate-y-11 {
    --tw-translate-y: -2.75rem
  }

  .xs\:-translate-y-12 {
    --tw-translate-y: -3rem
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -3.5rem
  }

  .xs\:-translate-y-16 {
    --tw-translate-y: -4rem
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -5rem
  }

  .xs\:-translate-y-24 {
    --tw-translate-y: -6rem
  }

  .xs\:-translate-y-28 {
    --tw-translate-y: -7rem
  }

  .xs\:-translate-y-32 {
    --tw-translate-y: -8rem
  }

  .xs\:-translate-y-36 {
    --tw-translate-y: -9rem
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -10rem
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -11rem
  }

  .xs\:-translate-y-48 {
    --tw-translate-y: -12rem
  }

  .xs\:-translate-y-52 {
    --tw-translate-y: -13rem
  }

  .xs\:-translate-y-56 {
    --tw-translate-y: -14rem
  }

  .xs\:-translate-y-60 {
    --tw-translate-y: -15rem
  }

  .xs\:-translate-y-64 {
    --tw-translate-y: -16rem
  }

  .xs\:-translate-y-72 {
    --tw-translate-y: -18rem
  }

  .xs\:-translate-y-80 {
    --tw-translate-y: -20rem
  }

  .xs\:-translate-y-96 {
    --tw-translate-y: -24rem
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px
  }

  .xs\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem
  }

  .xs\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem
  }

  .xs\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem
  }

  .xs\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100%
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100%
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .xs\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem
  }

  .xs\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem
  }

  .xs\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem
  }

  .xs\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem
  }

  .xs\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem
  }

  .xs\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem
  }

  .xs\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem
  }

  .xs\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem
  }

  .xs\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem
  }

  .xs\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem
  }

  .xs\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem
  }

  .xs\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem
  }

  .xs\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem
  }

  .xs\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem
  }

  .xs\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem
  }

  .xs\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem
  }

  .xs\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem
  }

  .xs\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem
  }

  .xs\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem
  }

  .xs\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem
  }

  .xs\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem
  }

  .xs\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem
  }

  .xs\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem
  }

  .xs\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }

  .xs\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem
  }

  .xs\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem
  }

  .xs\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem
  }

  .xs\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem
  }

  .xs\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }

  .xs\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem
  }

  .xs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem
  }

  .xs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem
  }

  .xs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem
  }

  .xs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem
  }

  .xs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem
  }

  .xs\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem
  }

  .xs\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem
  }

  .xs\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem
  }

  .xs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem
  }

  .xs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem
  }

  .xs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem
  }

  .xs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem
  }

  .xs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem
  }

  .xs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem
  }

  .xs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem
  }

  .xs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem
  }

  .xs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem
  }

  .xs\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem
  }

  .xs\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem
  }

  .xs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem
  }

  .xs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem
  }

  .xs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem
  }

  .xs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }

  .xs\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem
  }

  .xs\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem
  }

  .xs\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem
  }

  .xs\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .xs\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem
  }

  .xs\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem
  }

  .xs\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem
  }

  .xs\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem
  }

  .xs\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem
  }

  .xs\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem
  }

  .xs\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem
  }

  .xs\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem
  }

  .xs\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem
  }

  .xs\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem
  }

  .xs\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem
  }

  .xs\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem
  }

  .xs\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem
  }

  .xs\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem
  }

  .xs\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem
  }

  .xs\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem
  }

  .xs\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem
  }

  .xs\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem
  }

  .xs\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem
  }

  .xs\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem
  }

  .xs\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem
  }

  .xs\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem
  }

  .xs\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem
  }

  .xs\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }

  .xs\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem
  }

  .xs\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem
  }

  .xs\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem
  }

  .xs\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem
  }

  .xs\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }

  .xs\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem
  }

  .xs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
  }

  .xs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem
  }

  .xs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem
  }

  .xs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem
  }

  .xs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem
  }

  .xs\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem
  }

  .xs\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem
  }

  .xs\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem
  }

  .xs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem
  }

  .xs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem
  }

  .xs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem
  }

  .xs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem
  }

  .xs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem
  }

  .xs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem
  }

  .xs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem
  }

  .xs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem
  }

  .xs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem
  }

  .xs\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem
  }

  .xs\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem
  }

  .xs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem
  }

  .xs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem
  }

  .xs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem
  }

  .xs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }

  .xs\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem
  }

  .xs\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem
  }

  .xs\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem
  }

  .xs\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .xs\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem
  }

  .xs\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem
  }

  .xs\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem
  }

  .xs\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem
  }

  .xs\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem
  }

  .xs\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem
  }

  .xs\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem
  }

  .xs\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem
  }

  .xs\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem
  }

  .xs\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem
  }

  .xs\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem
  }

  .xs\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem
  }

  .xs\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem
  }

  .xs\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem
  }

  .xs\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem
  }

  .xs\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem
  }

  .xs\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem
  }

  .xs\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem
  }

  .xs\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem
  }

  .xs\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem
  }

  .xs\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem
  }

  .xs\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem
  }

  .xs\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem
  }

  .xs\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }

  .xs\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem
  }

  .xs\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem
  }

  .xs\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem
  }

  .xs\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem
  }

  .xs\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }

  .xs\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem
  }

  .xs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem
  }

  .xs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem
  }

  .xs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem
  }

  .xs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem
  }

  .xs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem
  }

  .xs\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem
  }

  .xs\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem
  }

  .xs\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem
  }

  .xs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem
  }

  .xs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem
  }

  .xs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem
  }

  .xs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem
  }

  .xs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem
  }

  .xs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem
  }

  .xs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem
  }

  .xs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem
  }

  .xs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem
  }

  .xs\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem
  }

  .xs\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem
  }

  .xs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem
  }

  .xs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem
  }

  .xs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem
  }

  .xs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }

  .xs\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem
  }

  .xs\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem
  }

  .xs\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem
  }

  .xs\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .xs\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem
  }

  .xs\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem
  }

  .xs\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem
  }

  .xs\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem
  }

  .xs\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem
  }

  .xs\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem
  }

  .xs\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem
  }

  .xs\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem
  }

  .xs\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem
  }

  .xs\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem
  }

  .xs\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem
  }

  .xs\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem
  }

  .xs\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem
  }

  .xs\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem
  }

  .xs\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem
  }

  .xs\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem
  }

  .xs\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem
  }

  .xs\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem
  }

  .xs\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem
  }

  .xs\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem
  }

  .xs\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem
  }

  .xs\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem
  }

  .xs\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem
  }

  .xs\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }

  .xs\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem
  }

  .xs\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem
  }

  .xs\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem
  }

  .xs\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem
  }

  .xs\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }

  .xs\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem
  }

  .xs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem
  }

  .xs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem
  }

  .xs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem
  }

  .xs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem
  }

  .xs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem
  }

  .xs\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem
  }

  .xs\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem
  }

  .xs\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem
  }

  .xs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem
  }

  .xs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem
  }

  .xs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem
  }

  .xs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem
  }

  .xs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem
  }

  .xs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem
  }

  .xs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem
  }

  .xs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem
  }

  .xs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem
  }

  .xs\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem
  }

  .xs\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem
  }

  .xs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem
  }

  .xs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem
  }

  .xs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem
  }

  .xs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }

  .xs\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem
  }

  .xs\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem
  }

  .xs\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem
  }

  .xs\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation
  }

  .xs\:bg-blend-color {
    background-blend-mode: color
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }

  .xs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }

  .xs\:filter-none {
    filter: none
  }

  .xs\:blur-0 {
    --tw-blur: blur(0)
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px)
  }

  .xs\:blur {
    --tw-blur: blur(8px)
  }

  .xs\:blur-md {
    --tw-blur: blur(12px)
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px)
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px)
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px)
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px)
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0)
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5)
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75)
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9)
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95)
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1)
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2)
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0)
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5)
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75)
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1)
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2)
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05))
  }

  .xs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }

  .xs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }

  .xs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }

  .xs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000)
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%)
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }

  .xs\:invert-0 {
    --tw-invert: invert(0)
  }

  .xs\:invert {
    --tw-invert: invert(100%)
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0)
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5)
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1)
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2)
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0)
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%)
  }

  .xs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }

  .xs\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
}


/*# sourceMappingURL=site.0b4895f1.css.map*/